FT View SE Comm fail with PLC alarm

bdossantos

Member
Join Date
Mar 2018
Location
California
Posts
67
I am looking to know how people have implemented communication failure routines with PLCs (Allen B) in their FT View applications. recently took over 3 plant applications that need to be consistent and the apps use different methods of checking. two used derived statements and 1 uses event. Made me think of asking how other people have done this. Thank you
 
I don't know if it's possible in FTView since i don't use it, but my normal approach for software talking to a PLC is to have the PLC increment a heartbeat, and the PLC monitors it.

A script then checks the PLC tag every second against a memory tag. If its different, copy PLC tag to memory tag. If its not different (i.e. value in PLC not updating) then I increment another memory tag SecondsSinceComms.

Once SecondsSinceComms > whatever you want for a comms fail delay, raise alarm.
 

Similar Topics

Last night electricians replaced the panelview and now there is no comms between the panelview and the PLC. The processor is a 1747-L541 SLC 5/04...
Replies
4
Views
896
Is there a way to get FactoryTalk View SE to open the Comm Port of the computer using VB Scripting? I am using Version 10 of FT View. OS is...
Replies
0
Views
1,055
Is it posible to get FactoryTalk View SE to open the Comm port of the computer? I have a USB to Serial converter attached to my computer. I know...
Replies
0
Views
901
I created a project in FT View Studio. The first thing I did was set up the comm at the end of the tree and added an numeric display programmed it...
Replies
1
Views
1,431
I haven't messed with ControlNet or Panelview + in a long while so I appreciate someone give me some pointers. Trying to install a new PV+ on...
Replies
8
Views
3,330
Back
Top Bottom