Unity Pro - Possible to alias variables to an array?

FNC

Member
Join Date
May 2010
Location
NJ
Posts
84
I am using Unity Pro XL 4.1 and have a question.

I am used to programming on Allen Bradley and this was possible in ControlLogix.

I have 16 boolean tags. I now want to create an array of 16 booleans and then map each one to each of the 16 tags.

Is this possible or do I need to create a new tag of type Boolean Array [16]?

Thanks.

FC
 
the easiest way is to set an address for the array and then set the corresponding address for each of the individual tags
Boolean Array [16] %M100
Bool1 %M100
Bool2 %M101
 

Similar Topics

Hello, I am using Unity pro V15. I have Quantum CPU 671 and Ethernet NOE 77101 configured. I have configured IO scanning on NOE. I have attached...
Replies
5
Views
167
HELLO MY FRİENDS ı have problem. ı tought you can solved thıs problem for me. First of all When I checked all the cable connections of the...
Replies
0
Views
399
Hi All, I haven't installed Unity Pro in years and needed to install it recently. I initially tried installing Version 11.1 and the whole...
Replies
3
Views
691
Hello i want to implement a Read_var / Write_var functions to communicate with a modbus tcp device at the moment i use the unity simulator at the...
Replies
4
Views
1,898
Hi, I've exported a PL7 application to the .FEF file succesfully. Imported the .FEF file in my Unity Pro project, but two of the five sections in...
Replies
0
Views
766
Back
Top Bottom