10-27-2019 08:49 AM
pls kindly help upload the VI
11-26-2019 04:24 AM
Please. Fullу working VI.
04-12-2020 08:07 PM - edited 09-11-2020 05:31 AM
this the all configuration off them
09-08-2020 06:34 AM
Hi,
how can I use your VI to read 2 differential inputs?
Thanks!
09-08-2020 08:59 AM - edited 09-10-2020 10:37 PM
here is the VI that you can use
remember this is the all configuration. You only need to send the bits
note i edit the mesage
please not use this VI its have a problem with the bolean convertion please use a VI thats i post later
09-08-2020 09:10 AM - edited 09-08-2020 09:11 AM
always remember that when you use a arduino to read or write sometime you have to install a time delay in your VI because if you send a comand to read the arduino need time to process the comand and if you send a new read comand the arduino dont have time to finish the firts comand normali i use a 5mS time delay
I detect it when I try to read two analog input of arduino. I only recive noise but when i instal a time delay I fix the problem
09-10-2020 10:33 PM
this vi is functional i chek it last VI i upload is wrong theris a problem with the bolean convertion
09-14-2020 01:41 AM
Hi,
thanks for your help!
I tried your VI with the LINX toolkit but I always get this error:
09-14-2020 06:50 AM
tonight y will check your VI but i see that you use I2C address =48 and the ADS works with only this address
address pin conected to address selected
gnd 72
vdd 73
sda 74
scl 75
remenber you only can select this 4 address
try to conect the address pint to gnd and use the addres 71 instead 48
i will ched your vi tonight
omar
09-14-2020 07:00 AM - edited 09-14-2020 07:14 AM
thats right i check you VI with the address 72 and its works remember to use the address 72 you have to connect the address pin to GND
i use a arduino mega buts is the same
i edit the answer i use 72 in decimal thats the same 48 in exadecimal
72 decimal is the same x48
you can fix the problem using 72 in decimal or use 48 in exa(x48)
omar