FTview Se track changes to input field

mrgees100peas

Member
Join Date
Aug 2016
Location
vermont
Posts
24
Hi,

I have some numeric input fields and I would like to track whenever a change is made to them. For example if an user changes temperature set point from 100 to 150. It would be nice if there was a screen that said:
John Smith changed temperature set point was change from 100 to 150.

The only way I've been able to get something close to it is using diagnostics but I don't get the description just a "Write 150 to [PLC]N100:50. Previous value was 100. Not exactly descriptive. I also tried using alrms and events but can't figure how to work with non digital type data. Everything is <>0 or =0.

FTView SE ver.12
PLC 5 (yes! 5)
 
I would like to welcome you to the horrible work of User Accounts and Runtime Security. You can have each person log into the project upon shift change and set user accounts in Users and Groups, be sure to configure their access in security accounts. Additionally, you can enable the "Require E-Signature" on Numeric Input properties, if this temp setpoint is a sensitive topic. You can easily monitor every key stroke in Factorytalk Diagnostics Viewer if there's a process upset/troubleshooting.

Unless you just want to have a logger hanging out on screen, then idk, prob creating an event in the alarms&events and adding a logger object like you were thinking.


Good luck!
 

Similar Topics

Hi all, i am having trouble finding out how i could track an event like start command or stop command. is there anyway to do it in FTView ME 6.1...
Replies
2
Views
1,560
Hello, I am fairly experienced programming and modifying existing FTView ME programs. I have also used FTView SE to make modifications to a...
Replies
5
Views
115
Hi folks. I have a system that I'm working on that needs 2 alarms banners with different event subscription: - One banner for a specific area...
Replies
6
Views
203
Hello guys please I want experience with this I am currently working on a scada project using FTView SE and I have an Ethernet IP local area...
Replies
0
Views
51
I am creating a global object in FTView SE 13. I want to have a string read from the PLC and display (in this case the tagname). So lets say...
Replies
4
Views
202
Back
Top Bottom