CX-Programmer Dynamic Memory (Not Working)

theColonel26

Lifetime Supporting Member
Join Date
Feb 2014
Location
West Michigan
Posts
785
I'm writing a new program in CX-Programmer 9.6. I am trying to use dynamic memory allocation so I don't have to specify memory addresses for everything. I can't seem to get it to assign an address though.

[Ladder Section Name : Blah]
ERROR: Operand 1 uses symbol 'Blah' with an invalid address at rung 0 ( 0, 1 ).
ERROR: Operand 1 uses symbol 'Blah' with an invalid address at rung 1 ( 1, 0 ).
[Ladder Section Name : StartUpTest]
ERROR: Operand 1 uses symbol 'RunChangeValue' with an invalid address at rung 0 ( 0, 0 ).
[Ladder Section Name : Test]
ERROR: Operand 1 uses symbol 'DummyOut' with an invalid address at rung 3 ( 6, 1 ).
[Ladder Section Name : END]

MCP - 4 errors, 0 warnings.
The programs have been checked with the program check option set to Unit Ver.2.1.

I'm at a loss, I've used dynamic allocation in another preexisting program. This is my first from scratch program with CX-Programmer.

Image 4.jpg
 
Found it in the Manual.... :whistle:

Menu PLC > Memory Allocation > Automatic Allocation.

I guess it's not enabled by default. Which is weird. With Wago PLCs it is.
 
Most SIs I know prefer to allocate memory - I certainly do. Then you just have to type in a number and not try and find a symbol.
Default is not enabled - standard for Omron.
 

Similar Topics

bonjour je souhaiterais savoir si c'est possible de faire communiquer Cx-programmer ( logiciel de programmation des automates Omron ) avec...
Replies
2
Views
169
Dear All, I need a sample PLC program to count the output pulse of a mass flow meter so that a specific amount of mass (for example 100gm)can be...
Replies
2
Views
168
I need a good website or tutorial to learn plc programming Thank you
Replies
10
Views
521
Hello ! I am trying to use an omron cj2m-cpu33 with a CP1W-CIF01 plug in serial connector to talk to a zebra ZT610 printer. I am getting the data...
Replies
8
Views
396
Dear all, First of all thanks for letting me join this forum. I just need some help in one of my programming exercises. Being a beginner...
Replies
6
Views
626
Back
Top Bottom