mattster

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About mattster

  • Rank
    Hi, I am New!

Profile Information

  • Country United Kingdom
  1. Hopefully an easy one. In my program I am reading my analogue input values, low engineering values and high engineering values. My analogue input values read ok when i look at F8[64] to F8[79] but my low engineering values (F8[200] to F8[215]) and high engineering values (F8[232] to F8[247]) are incorrect apart from the first one for each. Looking at the 2nd attachment, because the engineering low or high channel values aren't together (in order) this is causing problems. Do I somehow need to make it read the first value then skip 5 values read then skip 5 and so on. I could do a separate CPS for each but this doesn't seem very efficient. Any help would be much much appreciated. Thank you
  2. Thats great, thanks for you're help
  3. I am fairly new to Controllogix and have been thrown into the deep end in a Project.  I am trying to read my digital input tags from the plc (Studio 5000 v24) to the panelview (FactoryTalk View Studio v8) via ethernet. My digital inputs Ethernet_3_IO:1:I.Data are stored in I[8] and passed to N24[160] in the PLC. DINT I have accessed N24(160] in FactoryTalk View Studio by configurating the comms setup and reading the offline tags from my plc software. When I come to viewing the state of my first digital input on my digital input display screen in the HMI software how do I read just the first tag in N24[160]. From multistate Indicator properties under connection and choosing tag i can access {[Controller Tags]N24[160]} Can i simply change this to {[Controller Tags]N24[160/0]} or am I going completely the wrong way about this. This is a convertion project from plc5 to controllogix which doesn't help. Any help would be much appriciated