PLC协议S7欧姆龙FINS三菱MC

2023-08-14 08:36:18
微图
1515
最后编辑:微图 于 2024-10-22 15:22:09
分享链接
摘要:PLC协议西门子S7欧姆龙FINS三菱MC

关键字 s7 in


读200SmartPLC

文档:https://zhuanlan.zhihu.com/p/200779050?utm_id=0

视频:https://www.douyin.com/video/7267548307751259449

写PLC

发现node-red只能写正数:0-4294967295

有负数的数存全局变量,在服务器上算


var init = msg.payload.init;
//node-red只能给PLC写正数,写个绝对值正数,让其有变化就行
msg.payload = Math.abs(init);
//init存到全局变量
var topic = msg.topic + '/init';
global.set(topic, init);
return msg;
var topic = 'kb/ys1' + '/init';
msg.payload.ct = (global.get(topic) || 0) + msg.payload.mQty;
return msg;
测试数据



{
    "ename": "ys15",
    "init": -1,
    "mQty": 111
}





发表评论
评论通过审核后显示。
  • 在线客服
  • 关注微信
    • 客服帆帆
    • 客服娜娜
    • 客服美美
    • 客服龙龙
  • 扫一扫关注微信