Timer Display on PanelView 300

markn

Member
Join Date
Apr 2006
Location
Illinois
Posts
4
Does any one know how to get your timer accum. value to display properly on a PanelView 300?? I can get it to display and even scale it, but counting in seconds when I need XX.XX Min. is not working out...any sugestions?
I'm using a ML-1200.

Thanks,
Mark
:confused:
 
Are you setting your tag up for an accumulator?

T4:1.ACC accumulator
T4:1.PRE preset
Make sure you use the .acc for the updated display...

If you want minutes...do the math within the PLC and use the correct 'counters' for minutes.
 
I am using the .ACC and .PRE and they will display properly, just not in the format of XX.XX Min. The timer counts in seconds and so it counts to 99 prior to incrementing, 00.99 is 99 seconds and then 1.00 which is not 1 minute, but 100 seconds.

What you said about doing the math is what I expected, but haven't tackeled converting, hoping someone had an idea of this process!

Mark
 
I posted this over in the "practice posting" section before I realized this post was here.

In this example F58:5 is minutes and time resolution is 1 second. You could change the time base of the timer and modify the CPT for a greater time resolution if needed.


Here is what I have done in the past:
minutes.GIF
 
Last edited:
This is great, just can't use the CPT instruction as I'm using a ML-1200 and that instruction is not supported. Can I use another math function? Do the DIV seperately and then the ADD?
 
Last edited:
You would have to break up my CPT instruction into a DIVide and a ADD.


First T54:5.ACC/60 (destination should be floating point), then add the destination of that to N57:5.
 

Similar Topics

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,368
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,639
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,880
Can someone tell me how to display a timer value when creating a screen in Factorytalk View ME?
Replies
2
Views
4,118
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,568
Back
Top Bottom