Jump to content

Recommended Posts

I have the V570 + V200-18-E3XB.

Type of analog input may be configurated as raw value.

What is maen "raw value"?

What range of voltage (???) should I give at the input to get the raw value is equal to 16384?

How long does the conversion to raw value? (100 ms???)

 

As russian: Какой диапанон входных значений напряжения на клеммах аналогово входа соответствует диапазону значений raw value 0-16384? Как быстро входной сигнал преобразуется в raw value?

Link to comment
Share on other sites

To add to what Joe stated.

 

The raw value is going to be dependent on the bits of your A/D converter. 

 

12 bit = 2^12, or a range of 0 - 4095

14 bit = 2^14, or a range of 0 - 16384

16 bit = 2^16, or a range of 0 - 65535

 

From there you need to use the linearize function block to get the actual reading using the scale you want, 0-10v, 0-20ma, etc.  For example, on a 0-10v sensor, the A/D should output 65535 when it receives 10v and 16 bit, for 12 bit it would output 4095 for the same 10v.

 

The conversion time is in the spec sheet for each snap plugin or add on and it can vary if the input allows you to choose between 12 bit, or 14 bit, with the higher bit depth being slower.

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.