Skip to main content
1-Visitor
January 23, 2024
Solved

Cant see Bit values in Integer array in contrologix

  • January 23, 2024
  • 1 reply
  • 729 views

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

Best answer by cmorehead

@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

1 reply

cmorehead13-AquamarineAnswer
13-Aquamarine
January 25, 2024

@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