WOLFRAM SYSTEM MODELER
TriggeredWriteA block for writing data to items on an OPC server at intervals determined by an external Boolean signal (trigger) |
SystemModel["OPCClassic.Blocks.SamplerBoolean.TriggeredWrite"]
This block writes data of type Boolean 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 writeExternalBoolean is called from within the block.
itemName |
Value: Type: String Description: The OPC item that data should be written to or read from |
---|
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: BooleanInput Description: Input signal to be sampled |
OPCClassic.Blocks.SamplerBoolean A block for writing data to multiple items on an OPC server at intervals determined by an external Boolean signal (trigger) |