PurposeThe Analog Alarm (AA) block sends and receives analog data from the I/O driver or OPC server to provide alarm control. Using this block you can suspend alarms and define limits and priorities for each alarm. The block can also wait a specified time interval before issuing an alarm, close a contact when an alarm occurs, and automatically reissue and acknowledge alarms. FeaturesThe Analog Alarm block:
NOTE: Because the contact mode of “Never” does not reset the contact, the Continuous Output option is not supported for this contact mode.
The equation for a line is Y = mX + b Where Y is the scaled output value, X is the raw value from the PLC, m is the slope of the line and b is the y intercept. The slope for our linearization is defined by output range divided by the input. m = (ScaleHigh - ScaleLow ) / (RawHigh - RawLow) The y intercept is determined by using the low values and the slope. b = ScaleLow - m(RawLow) In the analog block this results in the block's current value is equal to the driver value times the slope plus the y intercept. X_CV = (IO value)m + b The driver value equates to the block current value minus the y intercept divided by the slope. IO Value = (X_CV – b) / m See AlsoTypical UsesExampleFields |
Important Notice You do not have the latest version of iFIX! You are missing out on the newest capabilities and enhanced security. For information on all the latest features, see the iFIX product page. For more information on upgrades, contact your GE Digital sales agent or e-mail GEDClientServices@gevernova.com. For the most up-to-date documentation, go here. |
![]() |