2 questions regarding RSView SE..

briana banks

Member
Join Date
Jul 2005
Posts
242
Hi All

the first one :Is there a more convinient editor for RSView SE event file i.e.*.eds .

and the second:
I have 2 string displays.
one is linked to MyAlarm1\AlarmMostRecentTagDesc
and the second one to MyAlarm2\AlarmMostRecentTagDesc

i run the folowing in a derived tag file
Tag Name: MyAlarm1\AlarmMostRecentTagDesc
Expression:
if ({system\AlarmMostRecentLabel} == "LABEL1") then
if ({system\AlarmMostRecentTagDesc}) <> ({MyAlarm1\AlarmMostRecentTagDesc}) then
({system\AlarmMostRecentTagDesc})
else {MyAlarm1\AlarmMostRecentTagDesc}
else ""

Tag Name: MyAlarm2\AlarmMostRecentTagDesc
Expression:
if ({system\AlarmMostRecentLabel} == "LABEL2") then
if ({system\AlarmMostRecentTagDesc}) <> ({MyAlarm2\AlarmMostRecentTagDesc}) then
({system\AlarmMostRecentTagDesc})
else {MyAlarm2\AlarmMostRecentTagDesc}
else ""

the second string display doesnt show anything
the first string display show all the arriving alarms
why?
Thanks
 
Last edited:

Similar Topics

I have an application where I am trying to replace a PC to PC communication function with a PLC to PC communication. This would allow me to...
Replies
13
Views
3,437
I am trying to load a new tag database into a Wonderware application. When I use DBload I get an instp error. Wonderware "help" states that the...
Replies
2
Views
2,822
1. Breaking into the Industry: Most of the jobs require at least 2 years of experience and familiarity with certain PLC hardware and software...
Replies
9
Views
2,412
I am a PLC novice. here are my questions about controllogix, RSlogix and firmware. 1) Do Controllogixs come with RSLogix, or does AB sell...
Replies
3
Views
3,194
We are getting close to making a decision on our servo motor drives selection but we need some unbiased recommendations and comparisons of each...
Replies
0
Views
2,674
Back
Top Bottom