SCADA output

Description of the SCADA output component which sends a measurement value to SCADA.

Component Icon

Figure 1. SCADA output icon

Description

SCADA output component sends a measurement value to SCADA. Its value can be read in all SCADA monitoring widgets except for the capture/scope component. That is, it does not create a signal in the analog signals list.

To read the SCADA Output value, the get_scada_output_value() function from Schematic API must be called.

Note: This component remains in the library solely because of backward compatibility and there are no practical advantages of using this component instead of Probe.

Ports

  • In (in)
    • Port to which the signal intended to be measured is connected.
      • Supported types: uint, int and real.
      • Vector support: no.

Properties

  • Unit
    • Type in the unit of the signal set on the SCADA input component. Any unit can be used, and it will be shown next to the control widget of the related SCADA input in the Model Settings panel.
  • Execution rate
    • Type in the desired signal processing execution rate. This value must be compatible with other signal processing components of the same circuit: the value must be a multiple of the fastest execution rate in the circuit. There can be up to four different execution rates, but they must all be multiple of the basic simulation timestep. To specify the execution rate, you can use either decimal (e.g. 0.001) or exponential values (e.g. 1e-3) in seconds. Alternatively, you can type in ‘inherit’ in which case the component will be assigned execution rate based on the execution rate of the components it is receiving input from.