Using CitectSCADA > Genies and Super Genies > Super Genies > Using Array Offsets with Super Genies
Using array offsets

Using array offsets with a tag that is an array

If you have a tag Tag1 defined as an array of 4 elements. For example, when using the GENERIC protocol the tag has an address I1[4]:

Tag1 = I1[4] ->

I1

 

I2

 

I3

 

I4

Tag1 represents the registers I1, I2, I3 and I4. When Tag1 is used with the Ass() Cicode function it behaves as follows:

Using array offsets with a tag that is not an array

If you have a tag Tag2 defined as a single value. For example, when using the GENERIC protocol the tag has an address I1:

Tag2 = I1 ->

I1

When Tag2 is used with the Ass() Cicode function it behaves as follows: