Hi
I'm developing a project by NI cRIO 9024 and NI 9870 to implement the instrument control.
There is a power meter I can communicate with it by RS-232 and I've verified its function by notebook(Win 7 OS).
Then I'd like to use cRIO & NI 9870 to get the data from that power meter.
First, I did that work under Scan mode, and get the data successfully in the real time system.
(I don't why the broken wires is in the snippet, but it is surely run well in my computer)
![20161027001.png 20161027001.png]()
![20161027003.png 20161027003.png]()
Since I have to implement other function(such as PWM output, fan speed reading), and I have to implement my project under FPGA interface mode.
So I just deploy the chassis to FPGA interface mode and run the other program.
But I can't read any byte from the instrument, it confused me a lot.
![20161027002.png 20161027002.png]()
![20161027004.png 20161027004.png]()
Since I can get data under Scan mode, I believe the hardware(cRIO, module), the cables, and the power meter function well.
Do I miss something to set or to configure?
I really do not know why I can get data by NI 9870 under FPGA interface mode.