Knowledge Base

Auto-Allocation: When would I not use it?

The times to not use auto-allocation are:

  • For permanent memory variables.
  • For data you are accessing through a communications protocol like ModBus, which assumes known, stable addresses.
  • If you need to know where the data is stored, for debugging.