Skip to content

Commit 7d76ec2

Browse files
authored
Merge pull request #577 from gc87/sparkplug-alias
[v2.12]fix(spb): add change description for alias
2 parents 153bfec + 3d393f4 commit 7d76ec2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

en_US/configuration/north-apps/sparkplugb/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Sparkplug B is an application-based protocol running on top of MQTT, so the setu
3838
Only the `Group ID` and `Node ID` are from the Sparkplug B specification, the rest are connection parameters of the MQTT Broker, see [MQTT Overview](../mqtt/overview.md).
3939
:::
4040

41+
:::tip
42+
Starting from NeuronEX v3.6.0, the Sparkplug B plugin will only set the 'name' attribute for metrics in NBIRTH and DBIRTH messages. In subsequent NDATA, DDATA, NCMD, and DCMD messages, the 'name' attribute will no longer be carried, and only the 'alias' will be used to identify metrics, which may impact existing systems and integrations.
43+
:::
44+
4145
## Add Subscription
4246

4347
After plugin configuration, data forwarding can be enabled via southbound device subscriptions.

zh_CN/configuration/north-apps/sparkplugb/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Sparkplug B 是运行在 MQTT 之上的应用型协议,所以在 Neuron 中的
3636
以上参数中只有 **组 ID****节点 ID** 来源于 Sparkplug B 规范,其余均为 MQTT Broker 的连接参数,可以参阅 [MQTT 概览](../mqtt/overview.md)
3737
:::
3838

39+
:::tip
40+
从 NeuronEX v3.6.0 开始,Sparkplug B 插件只在 NBIRTH 和 DBIRTH 消息中设置 metric 的 name 属性,在后续的 NDATA、DDATA、NCMD 和 DCMD 消息中不会再携带 name 属性,只使用 alias 标识 metric,这可能会影响现有的系统和集成。
41+
:::
42+
3943
## 订阅南向数据
4044

4145
采集点位是以组为单位进行数据上传的,订阅选择要上传的点位组。

0 commit comments

Comments
 (0)