{}

Naše značky

Impact-Company-Logo-English Black-01-177x54

Vítejte na internetových stránkách společnosti Schneider Electric

Vítejte na našich internetových stránkách.

Prohledejte časté dotazy

How do I resolve the build message "C0106: Out of global data memory" in SoMachine / EcoStruxure Machine Expert Logic Builder?

Article available in these languages: Španělština

Issue
When attempting to Download or Code Generate my PLC Application in SoMachine or EcoStruxure Machine Expert Logic Builder,  the build message "C0106: Out of global data memory" appears in the Messages zone.

Product Line
SoMachine / EcoStruxure Machine Expert

Environment
Logic Builder PLC Configuration software in Windows

Cause
The build message "C0106: Out of global data memory" is caused by the application having more variables used in the Persistent Retain memory than there is physical memory on the PLC.

Resolution
Reduce the number of variables declared in the PersistentVars Application object or declared as "VAR_GLOBAL PERSISTENT RETAIN" in the Global Variable List (GVL) node.
Do this incrementally and go to the Build menu and perform the following actions in sequence:
  1. Clean
  2. Build
  3. Generate Code

After each Generate Code, check the Message list to see if the C0106 message has disappeared.

If so, one can see the used memory in the message list in the form of "Memory area 5 contains Persistent Data:…"
For example in Screenshot 2 below, 2044bytes is the maximum for the HMISCU PLC - of which 46% is used.

Tip: Watch for ARRAYs, DUT (structures) and combinations of the two (ARRAYs of DUTs), which can increase the defined memory usage multiplicatively.

To see how many bytes the PLC has allocated to the Persistent Retain Variables area, go to the SoMachine Online Help [PLC type section] -> Programming Guide -> Memory Mapping section

Schneider Electric Česká republika

Zjistěte více
Zjistěte více