PanelView / ControlLogix 5000 communication control

mpalmer1223

Member
Join Date
Sep 2014
Location
Atlanta, GA
Posts
1
Hi, newbie here [you have been warned :) ]

I have a basic application using RSLogix 5000 [v20] and FactoryTalk View ME 6.10. I have imported the PLC tags at FTVME and all is basically working, except I see some intermittent flicker in my HMI for a few of the inputs I am displaying. [setting the tag update at 100ms helps a lot, but not completely].

The data being displayed has both a status tag and an "actual reading" tag associated with it. [for example, when status is "open" or shorted", then "actual reading" is not meaningful content. If status is "ok", then "actual reading" *is* meaningful.]

The ladder application uses COP instruction to move a set of status values on rung X, then a set of mated actual values on rung X+1, into the user defined data type object that the HMI is reading.

I am wondering if it is possible that the HMI's reads are asynchronous to the ladder scan such that, from time to time, it could be reading a new status and an old "actual value", say, if the HMI read was processed at PLC between rung X and rung X+1 of the scan.

[1] is this asynchronous bevaior what is causing the flickering?
[2] is there a generalized design pattern or built in mechanism to cause HMI tag access to occur only *outside* of a given ladder scan at the plc?

Thanks much,
-Mike
 

Similar Topics

I can't find out how to import the tags i created in rslogix 5000 (controllogix 5555 processor) into the Panelview plus 1000 operator panel. Does...
Replies
7
Views
13,393
Hello, So i managed to read the string coming from control logix and put a string display in PanelView 800. Now I am struggling to do the other...
Replies
1
Views
135
Does anyone know if panelview standard DF1 Vs controlLogix DF1are the same cable / pinout? I have a 1756-CP3 and trying to use it on a Panelview...
Replies
5
Views
1,841
I would like to VNC to my HMI's but the only access I have is via the Ethernet modules in the CLX chassis. One of the modules is on the PLC...
Replies
3
Views
1,448
Hi all, I have used your forum a lot in the past for helpful hints, but I could not find anything on this question. I have a project where I am...
Replies
2
Views
2,849
Back
Top Bottom