Applies to:
PcVue 9.0SP1 and later. |
||
|
||
Summary:
From version 9.0SP1, an alarm value is no longer displayed as the corresponding bit value (0 or 1), but as one of the following alarm values.
|
||
|
||
Details:
From version 9.0 SP1, the value displayed form an alarm variable, in a variable selector, is the alarm value. It no longer corresponds directly to the bit value read from the equipment. The only way to display the actual bit value is to use “Bit Value” animation. But be careful, for an alarm that has been configured to be set when corresponding PLC bit is reset, the alarm value representation will be opposite to the bit value coming from the equipment. In this case, Alarm value = 1 could mean On Ack or OnNotAck and Alarm Value = 0 could mean as well OffAck or OffNotAck Warning: In SCADA Basic, We use the bit value as described in the sample below: int.ala0.0 is an alarm when bit value is set Sub Ala1() Sub Ala0() When int.ala0.0 = 1, we have @int.text0.0 = “Alarm On val=1”; and the alarm is On Note: The preferred method is to use ALARM mode VALUE. ALARM(“VALUE”,”Alarm_Name”); Which returns the following values. 0 –> OffAck |
||
|
||
|
Created on: 23 Sep 2010 Last update: 13 May 2024