FT the global Connection remote display number

suboliu

Member
Join Date
Oct 2010
Location
windsor
Posts
266
Hello everyone,
I have one question for old project FT. the global Connection remote display number, its set is
If NOT {PLC_Communication_Lost} Then {[PLC]HMI.commanded_page_number} Else 100

my question is : where PLC_Communication_Lost comes from? obvious it is not PLC tag, otherwise it should be {[PLC]PLC_Communication_Lost....} and in plc code should may find it. but can't.
In FT, how can find it(PLC_Communication_Lost)? where it be set?

Thanks!
 
It will be a HMI tag. If I had to guess, I'd say that this tag is used in an event driven macro, which is called every second using the system/seconds tag, to monitor a heartbeat tag from within the PLC, and if it doesn't change for x seconds, then the connection to the PLC is lost.

Check the HMI tag browser in FTView Studio, you should find the tag there. Then a simple find will probably tell you where else it is used.
 
It will be a HMI tag. If I had to guess, I'd say that this tag is used in an event driven macro, which is called every second using the system/seconds tag, to monitor a heartbeat tag from within the PLC, and if it doesn't change for x seconds, then the connection to the PLC is lost.

Check the HMI tag browser in FTView Studio, you should find the tag there. Then a simple find will probably tell you where else it is used.

you are right, Thanks a lot!!
 
No problem!

Just for my own curiosity (and, let's be honest, to stroke my own ego a little), how close was I with regard to where and how the tag is used? :p
 
No problem!

Just for my own curiosity (and, let's be honest, to stroke my own ego a little), how close was I with regard to where and how the tag is used? :p

you are right.
in global connection Remote macro 1 use system/seconds tag
then at project tree logic and control , define HMI tag PLC_Communication_Lost, then expression this HMI tag with second and PLC tag to indicate that which condition is PLC communication lost. next use this bit at global connection remote display
 

Similar Topics

Hello, I'm trying to close an on top display using global connections. I'm using FTView ver 11.0. I have watched You tube videos and read many...
Replies
11
Views
2,378
in FTV ME Version 9.0 i want to have 2 tags for the global connection "Replace Display Number" - is this possible? i have 2 plc short cuts...
Replies
2
Views
1,315
A tag from Global Connections of Date and Time using 'Seconds' as a heartbeat monitor at the PLC. It is displayed every second that ticks by on...
Replies
2
Views
1,255
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
150
Hi all, Attached below is an example of what is happening to our existing SCADA. It seems after patching some Rockwell Software that I thought...
Replies
9
Views
316
Back
Top Bottom