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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...