Allen Bradley PV to PLC comms

Allan Barnes

Member
Join Date
May 2004
Location
Woodstock ON
Posts
122
When you create a PV project you have to use the Tags and Address from the PLC you have connected the PV to, so my question is: How does the Panel view read and write to the specified addresses? Does it directly read and write to the addresses, or is the data handled in the housekeeping, before the logic is processed?

Ultimatly I would like to know if updating the screens on the Panel Veiw is scan time dependent.
 
The update is done through a comm link, so the throughput on it is much slower than the PLC scan.

In general any HMI puts together inquiries for the data requested, whether direct addressed or through tags. It then sends the data inquiry to the PLC, which responds, and the HMI displays the latest data on the fields needed.

The specific HMI model, PLC model, and communications link and protocol used make a huge difference in the throughput and other important details for HMI/PLC interaction.
 
Are you worried about the Panelview changing data in the middle of the program scan in the PLC?

I don't think you have to worry with a SLC/Micrologix, however a Controllogix/Compactlogix/Flexlogix, etc. is a different story...


The Micrologix/SLC program scan is:

Input Scan >>
Program Scan >>
Output Scan >>
Communications >>
Processor Overhead >> start over
 

Similar Topics

Hello, I am new here. I am trying to find good places to sell some surplus items that I have that isnt through ebay. Does anyone have any sources...
Replies
5
Views
354
Hi good day Everyone, I have a cimplicity v10 project with 7 to 8k tags communicating with AB PLC through OPC and Rslinx classic. I have this...
Replies
3
Views
217
I am using Allen Bradley PLC 1756-L81E and EIP module 1756-EN2TR for Ethernet/IP communication. My communication works fine but in Get-Attribute...
Replies
2
Views
202
I have a network with 4 PLCs PLC1 is controllogix and PLCs 2-4 are compactlogix and they all need to communicate. The current way I have this...
Replies
8
Views
260
Hi Everyone, I am currently trying to communicate ControlLogix PLCs via EtherNet/IP with Delta V DCS. There is a VIM2 card configured for...
Replies
1
Views
275
Back
Top Bottom