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

Remote Sensors and protocols

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



Joined: 17 Feb 2006
Posts: 59
Location: Argentina

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

Remote Sensors and protocols
PostPosted: Mon Jul 14, 2014 7:49 am     Reply with quote

Hi, I want to connect remote temp & humidity sensors array(20 mts away) what would be the most easy protocol to implement ? should be wired type.
I have been doing some research, and I noticed that commercial units use RS485 as optional not the main option. Which I initially supposed to be the best option.
Any suggestion? thanks
Ttelmah



Joined: 11 Mar 2010
Posts: 19226

View user's profile Send private message

PostPosted: Mon Jul 14, 2014 9:09 am     Reply with quote

RS485, is not a protocol.

RS485, is a signaling standard. There are dozens (hundreds...) of 'protocols' used over this.

You need to consider:

1) RS485 to give it's proper noise performance, and signaling performance, requires wires with the right characteristic impedance and termination. Are you happy to do this?.
2) How noisy is the environment (electrical noise).
3) How are the systems powered.
4) Nature of the environment (industrial/home etc.), and the 'intention'.

If (for instance), there are nasty noisy devices nearby, then the protocol needs to have error handling and recovery.

If the systems are mains powered, and (for instance) the plugs might be in different buildings, you may need to consider the safety implications of cross phase power, or lightning strikes.

How fast data needs to be sent.
Simple RS232, is perfectly capable of sending signals this sort of distance at lower data rates.

Regulations on industrial sites would not allow many perfectly acceptable 'home' solutions. Solutions that are entirely adequate for your own use, may well not meet regulations if you go to sale.

Most industrial units will offer many different signaling standards and protocols. Often their own proprietary standards with perhaps Profibus over RS485 as a more expensive option. Simpler units may just use a proprietary protocol over RS232 as a cheaper short range option.
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