QUOTE (Pulsar2003 @ Oct 4 2009, 11:36 PM)

Hello,
I decided to open a new topic as I didn't wan this suggestion to go unnoticed in another topic I brought up about hydraulics.
I gentlemen pointed out that a potentiometer is not as precise and reliable as an encoder. This makes allot of sens.
The potentiometer currently is hooked up to the PLC via an analogue input for 0 to 10 volts. It's electronic is functioning with +/- 15 dc volts while the reference voltage is provided by a 10 dc volts power supply. There is quite a distance for the signal to go to the potentiometer and back to the input. The wire is a 22 AWG and the signal is also in the same shielded cable. I've reason to believe that their is a serious variation in the real value of the signal added to the hysteresis and resilience of the potentiometer itself. This can explain why I get many problems.
Ok now I wish to know how it works and how I can make the replacement. From the studies I briefly made, I understand that an electrical value is replaced by a numeric value (this is how I can put it from French to English) we would say digital. Is a 1747-SN the proper device?
This machine has 3 potentiometers but only one need accuracy.
So lets take it from there.
Thanks again.
Voltage-based signalling has two advantages and two problems relative to current loop signalling. The advantages are that it is much faster than a current loop (necessary for kilohertz signalling or faster), and that it is somewhat simpler to implement in many cases. The disadvantages are that calibration is always a necessary maintenance function (if your needs are not extreme, current loops don't need calibration at all), and that it is susceptible to noise since the inputs are high impedance in nature.
A 1747-SN is a Universal Remote I/O scanner for a SLC. This is a scanner (master) for the distributed I/O network protocol built into many SLC and PLC-5 controllers. It has nothing to do with reading encoders, at least not directly.
There are many encoder signalling formats. Three of the most popular are SSI (a serial format), incremental ABZ encoders, and absolute encoders. SSI can use either absolute or incremental systems. You need a special card to read SSI. AMCI (www.amci.com) is one source. It has very few wires. Absolute encoders output a binary signal and require one wire per bit, usually up to about 10 bits total. Often they output gray codes which must be translated by some simple PLC logic into standard form. They require an ordinary digital input card to read them. Incremental encoders output a quadrature pattern of on/off signals and often include a single "zero" reference on the "Z" pin. The disadvantage with these is that if you lose power, then you have to somehow get back to a "zero" reference since the output signals are all relative. The "reader" for this is a high speed counter which can handle quadrature inputs such as the 1746-HSCE2. There are of course distributed I/O alternatives to all of these. If you have an extra analog channel free, I've also used the SG1000C from Electro Sensors (www.electro-sensors.com). Despite what their catalog looks like, it's an absolute encoder that internally converts the absolute encoder signal into a 4-20mA current loop output. If you don't have very high speed requirements, this is often a fairly decent alternative.
If you are using a motion controller, the controller itself often supports SSI or ABZ directly. Other formats are available but less popular.