Nested structured Data types
Hello,
I have create a Structure date type in Zenon 6.51.
It type name is ckt it has two elements current int and kwh real.
I then created a structure data type called panel it has one element called
ckt1 of type ckt. What would like to do is create a variable of type panel named p1 in this example and access the values in this fashion.
p1.ckt1.current and p1.ckt1.kwh
So far when I look at this variable in Zenon the ckt1.current and ckt.kwh part are "greyed out" and I can not make them active. I am trying this with the modbus energy driver.
Are there examples or rules for doing nested structure date types?
Thanks.
This is a migrated post! Originally posted on 25.03.2011 by user bsneddon. Please be aware that information can be outdated.