Applies To:
  • CitectSCADA 5.xx, 6.xx
  • CitectHMI 5.xx, 6.xx

Summary:
I created an object in my cicode and it returned the correct value. However, when I created an object array, it did not return the value properly. What is the problem?
 

Solution:
Object array is not a supported feature in cicode. The only workaround is to restructure the cicode function so that it only uses single object variables.  

Keywords:
array, cicode, object  

Attachments