Author Topic: Using Analog I/p As for Digital Inputs.  (Read 7007 times)

shyampras

  • Newbie
  • Posts: 5
  • I'm a llama!
    • View Profile
Using Analog I/p As for Digital Inputs.
« on: May 03, 2007, 02:50:13 AM »
Hi,

I am using T100MD888 for material handling application. I am running short of Digital Inputs.

I plan to use Analog Inputs (the application does not demand for any analog signal processing).

Can i connect Digital inputs (volt free relay contact) between +5V DC, available at pin 13/15 and pin 8 - 1.

Regards,

Shyam Prasad

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:Using Analog I/p As for Digital Inputs.
« Reply #1 on: May 03, 2007, 01:32:08 PM »
Certainly. You can connect +5V to the analog input when it is to be turned ON and connect 0V to the analog input when it is to be turned OFF (you can use a pull down resistor too). Then the PLC program only need to read ADC(n) and if the value is above 4000 it means it is ON and below 100 it is OFF.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

shyampras

  • Newbie
  • Posts: 5
  • I'm a llama!
    • View Profile
Re:Using Analog I/p As for Digital Inputs.
« Reply #2 on: May 03, 2007, 11:07:58 PM »
thanks..