09-26-2017 01:37 PM - edited 09-26-2017 01:38 PM
Hi.....I need to take 4 battery voltage reading from Labview and I'm using DAQ Model- (SCB-68).
Here is the code one guy did previously. Can you please check it and let me know is it correct or not? It will be better if you have anymore easy code for this.
Please...I badly needed your help. Thanks in advance.
09-26-2017 04:19 PM - edited 09-26-2017 04:21 PM
Do you want to learn enough LabVIEW to be able to solve this (and other) problems yourself? Then Learn LabVIEW (spend a few hours with the LabVIEW Tutorials mentioned on the first page of this Forum).
Do you want to hire a LabVIEW Consultant/Developer to do projects like this for you? If you are near a University, you might see if there are Engineering (or Science) students who know (some) LabVIEW and are willing to learn "more by doing". Otherwise, take out an Advertisement or check out the "LabVIEW Developers Seeking Employment" section of the Forum.
Bob Schor
P.S. -- I apologize for saying "University" in the paragraph above. In our area, the best LabVIEW "students" come from one of our Junior Colleges, where one of the Professors teaches a course in LabVIEW and turns out Interns who earn good money during the summer and school year in local companies ...
09-26-2017 08:10 PM
If all you want to do is capture data and record it, you might want to mess around with Signal Express. It is mostly easy to get going and is ideal for simple data acquisition, some analysis, and logging.
As far as the code you currently have, it looks like it should work for you. It is capturing more channels than just your batteries. Not sure how much that will affect you.
09-26-2017 09:27 PM
Thank you