09-18-2020 10:10 PM
this vi read 2 diferential inputs of ads1115
09-21-2020 02:34 AM
@diazomar2004 wrote:
this vi read 2 diferential inputs of ads1115
You really need to stop posting this attachment over and over. This s now the third time you attached the same VI. Once is sufficient!
As in the other discussion, I strongly recommend that you do a few basic LabVIEW tutorials first. It is very ambiguous to have array diagram constants where some elements are hidden (container size != array size!). Always resize so we see the first invalid element (or if there are many element, show the scrollbar!).
You have two identical large code sections that only differ by a single diagram constant. Correctly done, you only need one instance of all that code.
10-12-2022 07:51 AM
Hi my friend, I've used your file about ADS1115 at labview and it works fine.
I need to read all the 4 inputs of ADS1115, but I dont figure it out, can you help?
Thanks!
10-12-2022 07:52 PM
please give me a few days i will work on it
10-13-2022 04:54 PM
Take your time, thank you your return!
10-13-2022 08:04 PM
this vi is a general setup to read ads1115 to read the 4 inputs you have to repeat it 4 times an change the configuration. you have to use a input with gnd every time example first you have to configure to read ain0 with gnd and read second ain1 with gnd and read later ain2 with gnd and read finaly ain3 and gnd and read
becareful with the time begind read and the next configuration
if you have problem send me a message
11-05-2022 05:23 PM
Hi Everyone,
I have succeeded in make a VI to read multiples channel of ADS1115.
In my case I'm reading seven analog input of two ADS1115.
11-07-2022 06:03 PM
please save the vi in a previus format like labview 2019 or 2015 because msome people dont have labview 22
04-30-2023 03:20 PM
I have a problem ,when i connected VI with raspberry pi i have error 54
can u help me ?
05-10-2023 09:20 AM
Can you please describe how have you wired the ADS1115 channels together and to the I2C to be able to read 7 channels separately at the same time?