SCADA Output
Description of the SCADA Output component, which sends a measurement value to SCADA.
Component Not Supported: This
component is not currently supported in TyphoonSim. Adding this component to your
model will prevent you from being able to run your model in TyphoonSim. Please
disable or remove this component from your model before attempting to run your model
in TyphoonSim mode.
Description
The 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.
- Port to which the signal intended to be measured is connected.
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. 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.