cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Cant see Bit values in Integer array in contrologix

AC_10929320
1-Newbie

Cant see Bit values in Integer array in contrologix

Trying to setup a connection to a controllogix PLC. I have the connection and I'm trying to see the tag bit value PVInts[8].0 and on kepware it shows a folder on the left "PVInts_x" and when i select it it shows me all the ints inside. So on the right side i see PVInts_008 as the tag name and PVINTS[8] in the address but i can not drill down to PVInts[8].0 or PVInts[8].1 it doesnt show me that. What am i doing wrong?

 

using KEPServerEX 6.15

v6.15.132.0

1 ACCEPTED SOLUTION

Accepted Solutions

@AC_10929320 ,

 

The Bit Level tags are Not automatically generated when performing an ATG. You will need to manually add the ( PVInts[8].0 or PVInts[8].1) Bit Level tags to the configuration. 

 

Thanks,

*Chris

View solution in original post

1 REPLY 1

@AC_10929320 ,

 

The Bit Level tags are Not automatically generated when performing an ATG. You will need to manually add the ( PVInts[8].0 or PVInts[8].1) Bit Level tags to the configuration. 

 

Thanks,

*Chris

Top Tags