05-16-2023 02:53 AM
hello Friend,
I have some coding where fault is displayed as a string indicator. i want to set alarm for that if value is not equall to zero.(alarms occurs) to set alarms for shared variable is easy i have dont that but dont know how to do that. Please guide me.
Regards
asif
05-16-2023 03:11 AM
Hi Asif,
@Asif138 wrote:
i want to set alarm for that if value is not equall to zero.(alarms occurs) to set alarms for shared variable is easy i have dont that but dont know how to do that.
I guess you are talking about "alarm feature" of DSC module: when you know how to set an alarm for a SV then you could place another SV next to your string indicator and wire the same value to the SV…
05-16-2023 04:03 AM
@Asif138 wrote:
hello Friend,
I have some coding where fault is displayed as a string indicator. i want to set alarm for that if value is not equall to zero.(alarms occurs) to set alarms for shared variable is easy i have dont that but dont know how to do that. Please guide me.
Regards
asif
Is your problem is to ignore the alarm when the Value of Shared variable (HOIST INVERTER FAULT CODE) = 0 and for the rest display the Fault/Alarm from the array?
Use Select function map the empty string when the value=0 and index array element if not equal to 0
05-16-2023 04:16 AM
Thanks for your replay
when there is no fault, value is zero and indicator shows invert ok but when fault occurs the fault code tag has some value, according to that values out is showed on indicator.
i want when any fault occurs, the fault displayed on indicator should also be showed on alarm end event windows where shared varibale alarms is shown.
i hope i make it little more clear.
Regards
Asif
05-16-2023 04:20 AM
Have you checked my earlier post, Is that not solving your question?
How does that deviates from your requirement?
05-16-2023 04:21 AM
Hi
I want that alarm to show here
Please see the attached.
05-16-2023 04:29 AM
@Asif138 wrote:
Hi
I want that alarm to show here
Please see the attached.
I am not able to get based on the attached image (Is that Excell/CSV File) and do you want to log?
More details will help us to understand better.
05-16-2023 04:33 AM
that is image.
i used DSC module and opc server to read data from PLC.
and shared variable is configured for alarms which is displayed alarm and event windows as attached in previous email.
but all that shared variables are boolean here now i want to also show fault code text on same alarm window.