Autor Thema: Analog inputs as "digital"  (Gelesen 10229 mal)

Offline John_Ess

  • Jr. Member
  • **
  • Beiträge: 80
  • I love easy-Forum.net!
Analog inputs as "digital"
« am: Mai 29, 2013, 17:17:57 Nachmittag »
Inputs I7, I8, I11 and I12 can be used as analog inputs 0-10V.
But what happens when they receive 24V instead?

Can they be used in that "digital" mode or should I lower input signals to NOT exceed 10V max?

Offline Maikky

  • Sr. Member
  • ****
  • Beiträge: 531
Re:Analog inputs as "digital"
« Antwort #1 am: Mai 29, 2013, 17:55:18 Nachmittag »
Dear John.

As you already mentioned these inputs may be used for analogue or for digital signals.

How they are used is defined only by your program. If you for example select I07 it is a
digital input. If you select IA1 it is an analogue one. In fact you may use both within one
program if you think it makes sense (see attached example).

Therefore you may use voltages up to 24V  and do not have to reduce it.
For analogue inputs everything above 10V is handled as value 1023.
For digital inputs at I07, I08, I11 and I12 everything below 8V is OFF and 8V and higher is ON.
For all other "pure" digital inputs the voltage level 0 to 5V is OFF and 15 to 28,8V is ON

Regards
Maikky
« Letzte Änderung: Mai 29, 2013, 17:58:47 Nachmittag von Maikky »

Offline John_Ess

  • Jr. Member
  • **
  • Beiträge: 80
  • I love easy-Forum.net!
Re:Analog inputs as "digital"
« Antwort #2 am: Mai 29, 2013, 20:50:52 Nachmittag »
Thank you Maikky - I just needed a confirmation as I wasn't sure :)