09-22-2018 10:24 AM
hey, I DID IT
I can read the informations inside labview.
I'm having just one problem with my 'gas gauge' because Its no showing the right information. Do you know what is the problem? maybe some kind of convertion.
PS: I changed the whole code (i know i was told about the bytes at port... but it did work this way)
09-22-2018 10:27 AM
Why do you have the control marked PPM wired into the VISA Read number of bytes to read. That doesn't make any sense! You need to have a constant wired in there. Pick 100. As long as you don't have a message that will be longer than 100 bytes, it would work.
Also, you aren't doing anything with the output of the VISA read.
I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
09-22-2018 10:28 AM
here is the problem i told you before
09-22-2018 10:35 AM
If you follow the instructions given in previous messages, your VI will be a whole lot simpler, work, and look like this.
09-22-2018 10:42 AM
thanks a lot for the instructions.
i will see those videos.
last question, about the gas gauge...
It continuos to showing me the maximum number (it looks like it is at 100%)
Do you know why?
Really, THANKS A LOT!
09-22-2018 12:09 PM
Because that is what you have set for the limits of the gauge.
Right click >> Properties >> Scale
09-23-2018 08:03 AM
Thank you so much!
12-09-2018 12:21 AM
it helped me a lot! thank you man!!
03-20-2020 01:38 AM
Can i have the arduino file (.ino) please ?
03-20-2020 01:51 AM
can i have the arduino source code please