display timer values with Factorytalk View ME

Timer from where? What part(s) of the timer do you wish to display?

If it is an Allen Bradley PLC or PAC, the timer structure has sub-elements with the extension ".pre" (preset) and ".acc" (accumulated value). I generally like to put all my HMI stuff in tidy blocks of data, so I would recommend using a MOV instruction in the controller to copy that timer data into a register that is part of your other HMI data and then reference that in the HMI. It is also possible to reference the timer data elements directly if you so choose.
 
In ME you would use the object called a numeric display, or a numeric variable in a text line. That object needs to point to the values outlined by Okie.

In 500, the tag address would point to something like Tx(x = data table number)/y(y = word).ACC for the current timer count or .PRE for the target timer count

Example: T4/0.ACC

In 5000 it would be in the format TimerName.ACC or .PRE

Example: StartDelay_TON.ACC

That address would go in the "value" section of the numeric display.
 
Last edited:

Similar Topics

Hello I'm still fairly new at PLC work, as my job requires much more than just PLC code, so I cant devote all my time to it, so please bear with...
Replies
4
Views
1,641
Needing a panel mount style timer that would interface with a large numerical display. Tankline with 20000 + gallon dip tanks. Operators lower...
Replies
2
Views
1,913
I have a TON timer (60 sec) I want to display the timer on the panel view, but when I set the tag, there is no data type for time... How can I...
Replies
0
Views
2,569
Need help a value to display properly on a PanelView 300. I can get it to display but counting in minutes decresing from preset value of TON ans I...
Replies
14
Views
4,371
Hi, I am using micrologix1500 and Panel View C600, 1)I want to display timer value in HMI c600, so How can I do it. 2)I want to display...
Replies
1
Views
1,634
Back
Top Bottom