@@ -128,6 +128,27 @@ This document describes the errors that neuron will reply to sender when calling
128
128
* 10004 opcua tag is not readable
129
129
* 10005 opcua tag is not writable
130
130
* 10006 opcua tag is not supported
131
+ * 10007 opcua Error
132
+ * 10008 The value is bad but no specific reason is known
133
+ * 10009 There was nothing to do because the client passed a list of operations with no elements
134
+ * 10010 The request could not be processed because it specified too many operations
135
+ * 10011 User does not have permission to perform the requested operation
136
+ * 10012 The timestamps to return parameter is invalid
137
+ * 10013 Communication with the data source is defined, but not established, and there is no last known value available
138
+ * 10014 The syntax of the node id is not valid
139
+ * 10015 The node id refers to a node that does not exist in the server address space
140
+ * 10016 The attribute is not supported for the specified Node
141
+ * 10017 The syntax of the index range parameter is invalid
142
+ * 10018 No data exists within the range of indexes specified
143
+ * 10019 The data encoding is invalid
144
+ * 10020 The server does not support the requested data encoding for the node
145
+ * 10021 The access level does not allow reading or subscribing to the Node
146
+ * 10022 The access level does not allow writing to the Node
147
+ * 10023 The value was out of range
148
+ * 10024 The max age parameter is invalid
149
+ * 10025 The server does not support writing the combination of value, status and timestamps provided
150
+ * 10026 The value supplied for the attribute is not of the same type as the attribute's value
151
+ * 10027 The operation is not permitted over the current secure channel
131
152
132
153
## S7COMM error codes
133
154
0 commit comments