Hello everyone,
I created a java project for using your library, and also I have a CJ2-M PLC (CPU34).
I have some questions:
- It looks like there is an limitation in the PLC. I mean, I can declarate only 2000 vars in the PLC. So is it possible to access to the PLC with the zone and position? for instance: DM102, DM106?
- If my previous question is not possible, in that case is it possible to access to an array in the PLC for setting values? myarrayinthePLC[2] = MY_INTEGER_VALUE; or myarrayinthePLC = MY_INTEGER_VALUES;
Hello everyone,
I created a java project for using your library, and also I have a CJ2-M PLC (CPU34).
I have some questions: