Cimplicity HMI version 6.1 Alarm Question

adamk1217

Member
Join Date
May 2007
Location
wisconsin
Posts
10
Is there a way of referencing a different point's value in the alarm message of another point?

Example:
Hoist_1_Crash
PLC address %M025
alarm message: Hoist 1 crashed at tank #(Hoist_1_Position)

Hoist_1_Position
PLC address %R0015
 
You should be able to accomplish this using the trigger point function, and the %VAL alarm message key word.
Set the Hoist_1_Position point (or a virtual copy of it) to alarm on update (i.e. every time it changes), but then set it's trigger point to the Hoist_1_Crash point.
 
What I ended up doing was creating an external script triggered by an event. In the script I used the alarmgenerate function. This was the suggestion from a GE engineer. It worked well but is a lot of work to implement.
 

Similar Topics

Hi, I am developing project in Cimplicity 9.0 and I want to communicate it with PLC on S90_TRIPLEX protocol. Also want to communicate with...
Replies
1
Views
2,330
I have a question related to the tag definition of a Cimplicity HMI tag. I have an existing application in which I have csv export of the tag DB...
Replies
1
Views
2,040
Hi Members! Can anybody give an useable link where can I download GE-Fanuc CIMPLICITY HMI v6.0 software? I would like to install this software...
Replies
2
Views
2,948
Hello everyone, I'm learning to program the Cimplicity HMI 8.2 recently. Do you have any suggestions where can I find some helpful manuals or...
Replies
1
Views
8,831
Back to forum!📚 I'm working on a project that requires upgrading Cimplicity HMI from Version 7 to 8.2. Does anyone here knows if the new...
Replies
3
Views
4,212
Back
Top Bottom