×

如何在Arduino中使用Modbus

消耗积分:3 | 格式:zip | 大小:0.01 MB | 2022-11-22

王飞云

分享资料个

描述

Modbus 是一种串行通信标准,已成为事实上的标准通信协议,现已成为连接工业电子设备的常用手段。在 Modbus RTU 和 Modbus ASCII 中,RS485 用作物理层。在 Modbus 应用程序中可以使用 Arduino 作为从机(也有一些限制也可以作为主机),但需要 RS485 接口。我们的RS422 / RS485 屏蔽是完全电流隔离的串行通信屏蔽,设计用于 Arduino UNO 和其他兼容板,如 Arduino 101、STM Nucleo... 该屏蔽是此类应用的完美选择。

本文档的目的是展示如何与 Arduino UNO 一起创建一个简单的 Modbus 从设备。我们将使用 PC 作为 Modbus 主站。

工具和材料

  • Arduino UNO

可选的:

  • 面包板
  • 按钮
  • 红色 LED
  • 220欧姆电阻
  • 10k 电阻
  • 跳线

软件

  • Arduino IDE

接线 RS485:

 
poYBAGN3LLyAJde7AABn5XecGM8808.png
RS485总线接线
 

接线非常简单。您只需将屏蔽的 A 和 B 端子与 Modbus 系统的 A 和 B 线连接。Y 和 Z 端子不用于此类应用。对于长距离,建议对 A 和 B 使用双绞线。

接线 Arduino(可选):

建议在 Arduino 上添加一个 LED 和一个按钮,以查看 Modbus 通信的一些效果。它是可选的,不是必需的。

 
pYYBAGN3LMOAZGIJAA9dC8vpYF8186.jpg
面包板连接到 Arduino UNO + RS485 Shield
 

拨码开关设置:

RS422/RS485 Shield 带有 3 个 DIP 开关组。您必须为 Modbus 设置这些 DIP 开关,如下图所示。

开关 1:1-OFF 2-ON 3-ON 4-OFF

开关 2:1-OFF 2-OFF 3-ON 4-ON

开关 3:1-OFF 或 ON* 2-OFF 3-OFF 4-OFF

*根据 Modbus 线路中 RS422/RS485 屏蔽的位置,您必须打开或关闭终端电阻。仅当 Shield 位于总线的一端时,请将电阻切换到 ON 位置。在所有其他情况下,关闭终端电阻:

 
poYBAGN3LOGAVoUeAAhsQGf8umI789.jpg
拨码开关设置
 

跳线设置:

您可以在盾牌上找到 3 个不同的跳线区域。非常重要的是用于电源电压的跳线 JP1。Arduino UNO 在内部使用 5V。您必须将此跳线设置为 5V 位置(对于 3.3V 板,例如 Arduino 101 设置为 3.3V 位置)。

再如上图左上角设置通讯端口的跳线。在这种情况下,端口 0 和 1 上的内部 UART 将连接到屏蔽的 RS485 接口。

最后但并非最不重要的一点是,我们必须为 RX/TX 控制端口设置跳线。我们不使用此跳线,因为配置了自动 RX/TX 切换。

 
 
 
 
pYYBAGN3LOaAYu7zAADViLAZ52Q730.png
 
1 / 2用于选择通讯端口的跳线
 

在 PC 上安装 Modbus 测试仪软件:

在本例中,我们将使用 PC 作为 Modbus 主站。您必须下载 Modbustester。请将 zip 存档解压缩到硬盘上的新目录。打开软件并更改标记的字段,如下图所示。您必须先连接 USB-RS485 适配器 - 请在 Modbustester 中为此适配器选择正确的 COM 端口。

 
pYYBAGN3LOiAORtXAACvOR9xabQ082.png
请将红色标记的字段设置为与上图所示相同的值
 

Arduino软件:

请将固件加载到 Arduino IDE 中进行编译和编程。

测试你的工作:

现在是时候测试你的工作了!

您可以按 Modbustester 中的读取按钮。该命令将读取我们新从设备的 8 字节内存。在地址 400008 中,您可以找到按钮的状态。地址 400001 - 400006 包含 ADC 端口的值。

使用写入按钮,您可以操作从站中的寄存器。您可以在地址 400007 中输入 0 或 1 来打开或关闭 LED。

 
pYYBAGN3LP6APi3HAAj6Zv4nnuY716.jpg
 

 


声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="//m.lene-v.com/vip/index?aid=" + webid return false } //是会员 if (data.code > 0) { $('body').append(htmlSetNormalDownload); var getWidth=$("#poplayer").width(); $("#poplayer").css("margin-left","-"+getWidth/2+"px"); $('#tips').html(data.msg) $('.download_confirm').click(function(){ $('#dialog').remove(); }) } else { var down_url = $('#vipdownload').attr('data-url'); isBindAnalysisForm(pop_this, down_url, 1) } }); }); //是否开通VIP $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code == 2 || data.code ==5){ //跳转到VIP升级页面 $('#vipdownload>span').text("开通VIP 免费下载") return false }else{ // 待续费 if(data.code == 3) { vipExpiredInfo.ifVipExpired = true vipExpiredInfo.vipExpiredDate = data.data.endoftime } $('#vipdownload .icon-vip-tips').remove() $('#vipdownload>span').text("VIP免积分下载") } }); }).on("click",".download_cancel",function(){ $('#dialog').remove(); }) var setWeixinShare={};//定义默认的微信分享信息,页面如果要自定义分享,直接更改此变量即可 if(window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger'){ var d={ title:'如何在Arduino中使用Modbus',//标题 desc:$('[name=description]').attr("content"), //描述 imgUrl:'https://'+location.host+'/static/images/ele-logo.png',// 分享图标,默认是logo link:'',//链接 type:'',// 分享类型,music、video或link,不填默认为link dataUrl:'',//如果type是music或video,则要提供数据链接,默认为空 success:'', // 用户确认分享后执行的回调函数 cancel:''// 用户取消分享后执行的回调函数 } setWeixinShare=$.extend(d,setWeixinShare); $.ajax({ url:"//www.lene-v.com/app/wechat/index.php?s=Home/ShareConfig/index", data:"share_url="+encodeURIComponent(location.href)+"&format=jsonp&domain=m", type:'get', dataType:'jsonp', success:function(res){ if(res.status!="successed"){ return false; } $.getScript('https://res.wx.qq.com/open/js/jweixin-1.0.0.js',function(result,status){ if(status!="success"){ return false; } var getWxCfg=res.data; wx.config({ //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId:getWxCfg.appId, // 必填,公众号的唯一标识 timestamp:getWxCfg.timestamp, // 必填,生成签名的时间戳 nonceStr:getWxCfg.nonceStr, // 必填,生成签名的随机串 signature:getWxCfg.signature,// 必填,签名,见附录1 jsApiList:['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ','onMenuShareWeibo','onMenuShareQZone'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function(){ //获取“分享到朋友圈”按钮点击状态及自定义分享内容接口 wx.onMenuShareTimeline({ title: setWeixinShare.title, // 分享标题 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 type: setWeixinShare.type, // 分享类型,music、video或link,不填默认为link dataUrl: setWeixinShare.dataUrl, // 如果type是music或video,则要提供数据链接,默认为空 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ”按钮点击状态及自定义分享内容接口 wx.onMenuShareQQ({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 wx.onMenuShareWeibo({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ空间”按钮点击状态及自定义分享内容接口 wx.onMenuShareQZone({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); }); }); } }); } function openX_ad(posterid, htmlid, width, height) { if ($(htmlid).length > 0) { var randomnumber = Math.random(); var now_url = encodeURIComponent(window.location.href); var ga = document.createElement('iframe'); ga.src = 'https://www1.elecfans.com/www/delivery/myafr.php?target=_blank&cb=' + randomnumber + '&zoneid=' + posterid+'&prefer='+now_url; ga.width = width; ga.height = height; ga.frameBorder = 0; ga.scrolling = 'no'; var s = $(htmlid).append(ga); } } openX_ad(828, '#berry-300', 300, 250);