Recording numeric changes in FTView Studio

HunterM93

Member
Join Date
May 2019
Location
Arkansas
Posts
20
There has been a request for me to setup one of our machine HMI's to record a change in a setpoint. It needs to show what the last setpoint was before it was changed. Ex: Current - 310, Last - 305. The system in place is a PanelView Plus 6 which is running with a 1768-L43 Compact Logix. Ive been trying to come up with the best way to do this and tested a few things but i havent got it to work yet.

The reason for this is because operators like to finger the screens when they have issues instead of calling for maintenance support until they make it alot worse. There are already passwords in place to "prevent" this but somehow production always gets them.

Thanks for any help yall can offer.
 
Do it in the PLC, not the HMI.
Entry value is New_Setpoint
Running value is Current_Setpoint
Last value is Last_Setpoint


If New_Setpoint is in range, then
Last_Setpoint = Current_Setpoint
Current_Setpoint = New_Setpoint.
 
Thanks for the reply. Im still trying to wrap my head around just putting the logic together to make it happen. Sorry about the way i worded the question. All of our programming is done in the PLC. We only use displays, animation, and momentary contacts on our hmi programming so that whatever machine is running doesnt rely on the HMI being active.
 
If you have v10, it has a built in Audit Feature, which does exactly this. You can even export the report to a csv file. If you don't, as you were.
 

Similar Topics

I have to rollout a common CLX PLC program to a dozen or more installations, but each installation uses a different HMI front end. Some WW, some...
Replies
8
Views
878
Dear all I need help for delta plc programming . I can use DVP-12SE PLC and HMI DOP-B10E615 as they both support ethernet. I am planning to make...
Replies
0
Views
1,509
Good Afternoon, Many times I will quickly brainstorm an idea on FactoryTalk View , and would like to email it a coworkers , instead of...
Replies
14
Views
3,485
Hello, I am looking for advice on the best way to log production. The equipment is Allen Bradley SLC 5/04 and C More Ea7 touch panel. The managers...
Replies
11
Views
2,492
I want to be able to control a Panelview 800 from my laptop screen, whilst running an screen recorder program. so that i can use that footage in...
Replies
5
Views
2,831
Back
Top Bottom