55
Analog Input
IMS-MN-LMDE42C_A
Liberty MDrive Ethernet TCP/IP
Analog Input
The
ANALOG _ IN
may be configured to sense one of four (4) input types:
• 0 - 5V
• 0 - 10V
• 0 - 20 mA
• 4 - 20 mA
ANALOG _ IN
Signal Input
ANALOG_IN
LOGIC_GND
ADC
10 k
Ω
Potentiometer
+5V
Analog Input Wiring and Usage Examples
The analog input may be used in either voltage or current loop modes with two range settings
available for each mode:
• Voltage: 0 to 5V or 0 to 10 V
• Current: 0 to 20 mA or 4 to 20 mA
A typical use for the analog input would be to read the value from a sensor within an MCode
program and set a position or velocity based upon that value.
NOTE:
The Logic (Analog) ground pin is non-isolated (common with power ground.)
Analog
Logic ground
LMD
+
–
+
signal
−
Loop
Range
MCode setup string
(Is=5,[mode],[range])
Notes
Voltage
0 to 5V
IS=5, 9, 0
Set input to voltage mode, 0 to 5 volt range
0 to 10V
IS=5, 9, 1
Set input to voltage mode, 0 to 10 volt range
Current
0 to 20 mA
IS=5, 10, 0
Set input to current mode, 0 to 20 mA range
4 to 20 mA
IS=5, 10, 1
Set input to current mode, 4 to 20 mA range