ID : 477
Declaring I/O Variable by Array
I/O variables can be declared by an array.
Example of Array Declaration
Use in CC Link remote register variable declaration.
Defio aaa(15) = Word, 4096
Defio bbb(15) = Word, 4608
In addition, to designation is possible in Set and Reset statements. I/O variables can be declared by an array.
Reset bbb(0 to 15) ' Initialization
ID : 477