2-10vdc control [ stamp - prop ]
Larry Sutherland
Posts: 77
2-10vdc is a common industrial control method. I was wondering about interfacing this method with a stamp or propeller.
- Any ideas on making an output [ power design ] controlled by the micro controller [ code ].
- Any ideas on making an input interface [ design ] read by the micro controller [ code ].
Comments
Prop -> RC filter -> opamp -> optional emitter follower for 0-10v output
For 0-10V input for the Prop it's best to use an ADC chip and simply use a resistor divider on the input to scale that down to the ADC range. Use either I2C bus or SPI chips such as the MCP3208 etc.
Of course you could also implement an RC DAC fed into a comparator to measure an analog voltage but ADC chips are cheap.
I'd think Peter's suggestion of a voltage divider and a ADC should work fine.
I'm very curious if anyone has used 2-10VDC interface with a Prop before.
I figured control voltage signals would be a good starting point.
There are basically three types of analog input signals; voltage, current and resistance.
VoltageCommon voltage signals used in the controls industry are 1-5 Volts Direct Current (VDC), 2-10 VDC, 3-15 VDC, 0-5 VDC, 0-10 VDC and 0-15 VDC.
CurrentThe 4-20 mA signal has become the industrys standard current signal for use with analog and digital controllers. A variation of the 4-20 mA signal is 0-20 mA.
ResistanceResistance measurement is most commonly associated with direct inputs from temperature sensing devices, such as thermistors and RTD's. RTD nominal resistances are typically 100 W, 500W, 1000 Wor 2000 W. Common thermistor nominal resistances are 2252 W, 3k W, 10k W, 20 kWor 100 kW.
Of course the availability of cheap ADC's for measuring voltage made the conversion from a current signal to a voltage one so popular.