WOLFRAM SYSTEM MODELER
TriggeredWriteA block for writing data to an item on an OPC server at intervals determined by an external Boolean signal (trigger) |
|
SystemModel["OPCClassic.Blocks.SamplerReal.TriggeredWrite"]

This block writes data of type Real to the OPC server it is connected to. Unlike the write blocks that have a parameter for setting the sample period, the triggered write blocks write data when Boolean input signal trigger has a rising edge. The block inherits the properties of the partial model TriggeredSampler.
At every sampling instant, external function writeExternalReal is called from within the block.
| itemName |
Value: Type: String Description: The OPC item that data should be written to or read from |
|---|---|
| useUMax |
Value: false Type: Boolean Description: If true, use upper limit for written signal |
| uMax |
Value: 1.0 Type: Real Description: Upper limit of written signal |
| useUMin |
Value: false Type: Boolean Description: If true, use lower limit for written signal |
| uMin |
Value: 0 Type: Real Description: Lower limit of written signal |
| trigger |
Type: BooleanInput Description: Boolean input that determines when sampling should occur |
|
|---|---|---|
| serverID |
Type: BlockConnector Description: The unique ID of the server the block is connected to |
|
| u |
Type: RealInput Description: Input signal to be sampled |
|
OPCClassic.Blocks.SamplerReal A block for writing data to multiple items on an OPC server at intervals determined by an external Boolean signal (trigger) |