Skip to content

Commit 8637fbd

Browse files
authored
Merge pull request #532 from hxy7yx/v2.10-1
[master v2.10]add opcua error codes
2 parents 1d6b39e + 66337c5 commit 8637fbd

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

Diff for: en_US/api/error-code.md

+21
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,27 @@ This document describes the errors that neuron will reply to sender when calling
128128
* 10004 opcua tag is not readable
129129
* 10005 opcua tag is not writable
130130
* 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
131152

132153
## S7COMM error codes
133154

Diff for: zh_CN/api/error-code.md

+21
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,27 @@
134134
* 10004 opcua tag 不可读
135135
* 10005 opcua tag 不可写
136136
* 10006 opcua tag 不支持
137+
* 10007 opcua 错误
138+
* 10008 值为坏,但原因不明
139+
* 10009 客户端传入的操作列表中无任何元素,因此不会执行任何操作
140+
* 10010 请求指定的操作过多,无法进行处理
141+
* 10011 用户无权限执行请求的操作
142+
* 10012 返回参数的时间戳无效
143+
* 10013 已定义与数据源之间的通信,但尚未建立通信,无可用的最近已知值
144+
* 10014 节点 ID 的语法无效
145+
* 10015 节点 ID 指向服务器地址空间中不存在的节点
146+
* 10016 指定的节点不支持该属性
147+
* 10017 索引范围参数的语法无效
148+
* 10018 指定的索引范围内无数据存在
149+
* 10019 数据编码无效
150+
* 10020 服务器不支持为该节点请求的数据编码
151+
* 10021 访问等级不允许读取或订阅该节点
152+
* 10022 访问等级不允许写入节点
153+
* 10023 值超出范围
154+
* 10024 数值有效期无效
155+
* 10025 服务器不支持写入所提供的值、状态和时间标识的组合
156+
* 10026 为属性提供的值与属性值的类型不匹配
157+
* 10027 安全模式不满足服务器设定的要求
137158

138159
## S7COMM 错误码
139160

0 commit comments

Comments
 (0)