Jump to content

Problems reading voltage level on analog inputs A0 and A1


Recommended Posts

  • 3 weeks later...
On 18/2/2021 at 17:06, Flex727 said:

Podría ser útil si mencionara qué hardware estaba usando y cómo lo configuró en el software y cómo lo conectó.

I am using a unictronics PLC v130 tr6. I could not find the form to read the pressure sensor that gives readings in voltage

ego1.PNG.15573ffcba8bf21297f5d82db68b0c70.PNG

ego2.PNG

ego3.PNG

Link to comment
Share on other sites

  • MVP 2023

Moved to the correct forum.

Your V130 has 10-bit analog inputs. That means the 0-10V input will be read as an integer from 0-1023 and placed in the register you assign in the Hardware Configuration (you have MI 26 and MI 3 for analog inputs 0 & 1, respectively). You can convert that from 0-1023 to 0-10V by using the Linearization function in ladder.

Also, be sure your jumpers are set correctly for the inputs. An Installation Guide should have come with your PLC, but you can also find it in PDF form on the Unitronics website.

Link to comment
Share on other sites

  • 4 months later...
Hace 44 minutos, Flex727 dijo:

¿Ha confirmado con un voltímetro que realmente tiene voltaje presente? ¿Ha confirmado que su cableado es exactamente como se especifica en el documento de instalación que vino con su PLC?

Hace 44 minutos, Flex727 dijo:

¿Ha confirmado con un voltímetro que realmente tiene voltaje presente? ¿Ha confirmado que su cableado es exactamente como se especifica en el documento de instalación que vino con su PLC?

El 21/4/2021 a las 12:18, Flex727 dijo:

Dependerá de lo que active esa salida. Si se trata de una bobina SET, utilice la función de encendido para RESTABLECER la salida. Si se trata de una bobina directa, necesitará un código para evitar que la bobina se active al encenderla.

 

Link to comment
Share on other sites

I am only interested in MI3 and I only use it for linearization, when it is reading current it does not present problems, it is when it reads voltage that it does not receive a signal. my problem is that I have never been able to use those analog inputs using voltage nor can I find an example where they do it in this v130 tr6

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.