Sign in to follow this  
Followers 0
sachincool786

Conditional alarms on the FT View 6

2 posts in this topic

Hello!!! I want to make one conditional alarm in the FT view SE v6 like : If {bsh_connected} Then If Not {ethernet_fault} Then If {cam fault} Then 3 Else 0 Else 1 Else 2 Please lemme know how can i make it in Alarm and Tag server without writting in he PLC.

Share this post


Link to post
Share on other sites
For FTView SE applications in which you want logic in the HMI PC application and not in the PLC, a good method is to code the action in a Macro script. A-B has a lot of documentation on how to perform this. With Macro scripts, they need to be instructed when to execute. Either action-driven, such as pressing a HMI button, or event-driven, as with your case. For event-driven Macros, they need to run all the time awaiting the event. Thusly, this named Macro would be added in the system configuration (I am going off of memory). That would make this Macro free-run awaiting the conditions within the Macro to evaluate then execute.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0