CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Analog input and Modbus

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Storic



Joined: 03 Dec 2005
Posts: 182
Location: Australia SA

View user's profile Send private message Send e-mail

Analog input and Modbus
PostPosted: Mon Feb 12, 2007 5:53 pm     Reply with quote

Can Modbus communicate the analog value on an analog input? if it can, any idears where to start and the Modbus.

Andrew Confused
_________________
What has been learnt if you make the same mistake? Wink
kender



Joined: 09 Aug 2004
Posts: 768
Location: Silicon Valley

View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger

Re: Analog input and Modbus
PostPosted: Mon Feb 12, 2007 6:32 pm     Reply with quote

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

View user's profile Send private message

Re: Analog input and Modbus
PostPosted: Tue Feb 13, 2007 12:12 pm     Reply with quote

Storic wrote:
Can Modbus communicate the analog value on an analog input? if it can, any idears where to start and the Modbus.

Andrew Confused


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.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group