02-11-2015 08:54 AM
Hi all,
I am new to I2C communication.
I need to interface KELLER transducer to Arduino via I2C to measure pressure, I have write a simple LABVIEW and there is NO output reading from LABVIEW and there is and timeout error ( default value is 1000ms) as well. I have no idea why? please advice.
I have attached a screenshot for the reference.
I2C Read for LINX configure as below
1. I2C Channel = 1
2. Bytes = 128
3. I2C Slave address = x43
4. Timeout = 1000ms
Error Message as below,
I2C Read.vi >>
I2C Read.vi<ERR>
A timeout occured while waiting for the Arduino Nano to respond.
The Arduino Nanodid not receive all 128 I2C bytes before the specified tiemout (1000ms)
MAny Thanks.
Walter.
02-11-2015 06:23 PM
For help with LINX, you should post in the LINX forums. When you do post, it is often helpful to post a link to the sensor's datasheet.
Hint: The I2C channel should be zero (0).
02-12-2015 02:49 AM
Okay..Thanks alot Nathan