Get PanelView Date in RSLogix 5000

paulfisk

Member
Join Date
Mar 2012
Location
Calgary
Posts
8
I am very new to PLC programming (AB CompactLogix L2 Controller) and I am looking for a way to get the Day part of the current Date from an Ethernet connected PanelView Plus 700 inside RSLogix 5000.

I am currently using the PLC WallClock values for the Day but the end user is more likely to be able to update and manage the Clock time on the PanelView terminal rather than allowing them to tinker with the PLC clock. If I can do this then the Clock Time in the PLC becomes irrelevant and I won't have to worry about that.

Is there a way to grab the Date from the attached PanelView?

Paul Fisk
 
There is a feature called Global Connections in FactoryTalk View Studio that allows you to write the individual components of the PanelView's Time and Date to tags in the ControlLogix.

These are the first seven elements on the first tab in the Global Connections dialog. You can select how frequently they are sent from the PanelView to the controller (the default is 1 second).

I also use the Seconds value to perform a Watchdog feature; if the Seconds value stops changing for more than a few seconds (I use six seconds) I know that the PanelView has been disconnected or put into Configuration Mode.
 

Similar Topics

Hi I have a number of the older PanelView Plus 600 HMI's (2711P-T6C20D, Ser D) that I want to update to the latest firmware. I believe that the...
Replies
10
Views
455
Hello, I have several SLC-500 based systems. The user interfaces are PanelView 2711-TC1 touchscreens with firmware revision 3. I purchased a...
Replies
3
Views
2,048
Is there a way to setup an indicator on a Panelview to show when the program was last edited without someone having to go in and change the text...
Replies
1
Views
1,437
Hi, Looking for some advice regarding the tag update setting in Panelview Plus 7 terminals. We’re starting to install these as upgrades from old...
Replies
2
Views
3,106
My normal systems use a Panelview standard and single PLC (Micro, Compact, or Control), and I periodically update the PLCs clock value from the...
Replies
0
Views
1,414
Back
Top Bottom