Addressing panelview DINT from rslogix TIMER.ACC

2JZ_Ignition

Member
Join Date
Mar 2016
Location
Salina, KS
Posts
7
so im not exactly new, nor am i experienced at PLCs. i have an issue with a client that would require me to display numeric data on the HMI screen. this data would be coming from an RTO in rslogix. I need to convert my rslogix tags from something like "MOTOR_1.ACC" to "Local:2:O.Data[88].0.ACC". The problem is that Local:2:0.Data[88]... is BOOL. I cant exactly display data type BOOL on a HMI that needs DINT. it obviously needs to be converted somehow.

Note, i have mapped 88-92 in the panelviews memory. Any help would be appreciated. Thanks!
 
Last edited:
Welcome to the Forum !

This must be a PanelView Standard, one of the older ones that actually accepts an I/O connection from the ControlLogix over EtherNet/IP.

All you need in this case is a MOV instruction from the RTO's accumulator to a DINT element in the Output connection.

The syntax would be something like:

Code:
MOV
Source:  Motor_1.ACC
Dest:    Local:2:O.Data[88]

This assumes that the output data connection is a DINT[x] array.

Can you tell us more about the I/O connection configuration for this PanelView ?
 

Similar Topics

Panelview 900 communicates with SLC 5/03 PLC. When I upload the program from the panel, some buttons have the address B3/306, B3/304 etc. However...
Replies
9
Views
2,438
Ok this is ugly and I know it. Back story is over a few years I got a call because the "HMI" was hard to read. I show up and its a 1200E . So I...
Replies
5
Views
1,608
Panelview 600 2711-K6C10 Just starting basic testing of this Panelview and I'm having trouble with addressing. After some research I see that...
Replies
3
Views
1,836
I am replacing a wired panel (switches, lights, etc..) with a panelview 600, the existing panel is using Flex I/O, with 1747-SN card, I want to...
Replies
6
Views
4,662
I'm developing application for PanelView300 and one SLC 5/03 CPU. I've started with alarm list and noticed something strange. When I'm trying to...
Replies
1
Views
1,618
Back
Top Bottom