LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

No value from I/O

Hey Guys,

 

I have the following problem by taking a measurement in FPGA mode.

My programm is based on the NI Tutorial:

http://www.ni.com/tutorial/54219/en/

 

In the result the sensors do not measure anything (except 0).

I don't understand why, do you have any ideas?

 

Thanks

0 Kudos
Message 1 of 4
(2,449 Views)

Hi Leonhard,

 

your FPGA.vi looks like this on my computer:

check.png

No wonder you don't receive any (senseful) data from your FPGA…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,448 Views)

I tried to delete the I/Os and apply them again and somehow I uploaded the version where the sensors are deleted.

My mistake, I am sorry.

0 Kudos
Message 3 of 4
(2,407 Views)

Hi Leonhard,

 

In the result the sensors do not measure anything (except 0).

Do you get any errors when running your code?

Which value do you set for "Count(uSec)" in the RT VI? (I hope it's not zero…)

Are there remaining elements in the FPGA FIFO?

Is there a FIFO overflow?

 

Btw. the FIFO datatype doesn't fit with the datatype of those AI channels as can be seen by the coercion dot.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,403 Views)