WOLFRAM SYSTEM MODELER
ErrorHandlingEnumeration of available error-handling methods |
SystemModel["OPCUA.Types.ErrorHandling"]
OPC UA requests and node values have an associated status code that can have one of three different severities. This enumeration is used to select the action to take, depending on the request or node value severity.
ErrorHandling.ReportStatusChanges
: report status severity changes as a log messageErrorHandling.ErrorWhenBad
: simulation is ended with an error if a status code with severity Bad
is receivedErrorHandling.ErrorWhenUncertain
: simulation is ended with an error if a status code with severity Uncertain
or worse (Bad
) is receivedReportStatusChanges |
Report when status severity changes |
---|---|
ErrorWhenBad |
End simulation with error when status severity is Bad |
ErrorWhenUncertain |
End simulation with error when status severity is Uncertain or worse |
![]() |
OPCUA.Examples Demonstrates how to write to and read from nodes on an OPC UA server |
![]() |
OPCUA.Examples Demonstrates the difference between the Clocked and Unclocked components |
![]() |
OPCUA.Examples Demonstrates how to read node values using different sample rates |
![]() |
OPCUA.Examples Demonstrates a possible use of multiple OPC UA servers |
![]() |
OPCUA.Examples A tank system model where height data is written to and read from an OPC UA node on an OPC UA server |
![]() |
OPCUA.Examples Demonstrates how to sample data from an OPC UA node irregularly |
![]() |
OPCUA.Examples Demonstrates the interaction with an OPC UA server on a Raspberry Pi |