Joined: 03 Dec 2005 Posts: 182 Location: Australia SA
Analog input and Modbus
Posted: Mon Feb 12, 2007 5:53 pm
Can Modbus communicate the analog value on an analog input? if it can, any idears where to start and the Modbus.
Andrew _________________ What has been learnt if you make the same mistake?
kender
Joined: 09 Aug 2004 Posts: 768 Location: Silicon Valley
Re: Analog input and Modbus
Posted: Mon Feb 12, 2007 6:32 pm
Storic wrote:
Can Modbus communicate the analog value on an analog input?
No, MODBUS is a digital communication protocol.
You could digitize the analog value and send it in digital.
You could research differential analog lines.
Neutone
Joined: 08 Sep 2003 Posts: 839 Location: Houston
Re: Analog input and Modbus
Posted: Tue Feb 13, 2007 12:12 pm
Storic wrote:
Can Modbus communicate the analog value on an analog input? if it can, any idears where to start and the Modbus.
Andrew
Yes MODBUS uses registers for analog values. Input registers and holding registers are used to communicate 16-bit values. There are a few post with code for MODBUS in this forum. The MODBUS standard may be obtained from www.modbus.org. A lot of developer tools for the PC are available that support MODBUS at little to no cost. Most industrial PLC equipment can also support MODBUS slave devices.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum