05-24-2016 04:24 AM
Hi,
I'm almost new to FPGA. I should use an express VI to acquire and send data by i2c communication and a FPGA part to convert that values in order to have 2 parallel processes (acquisition at high level and conversion at low level).
- i2c low level implementation is very difficult: each example on internet doesn't suit me. I tried some changes but it didn't work.
- Furthermore, I can't convert values at high level beacuse too much time is required
An error is shown: -61206 Read/Write Control in myRIO v1.0 Configure I2C.vi->RT Main.vi
Surfing the net, I found that is due to: The configured item does not exist. What does it means exactly?
What I should do to solve this problem and use high and low level in parallel?
Best regardes,
Leonori Chiara
05-24-2016 09:29 AM
Can you attach the code you are using that produces this error?
05-24-2016 09:46 AM
In attachment:
- High Level: RT
- Low Level: Reduced Calculations