07-08-2024 02:14 AM
Your project contains no source files, and therefore you can't select source files.
Add your vi's to the project.
07-08-2024 03:25 AM
Thank you for the response!
I thought that I had added my VI to this project already but when I try to add the VIs that I have for this project now , LabVIEW only lets me add a new VI or a new file.
Is there a way to add my existing VI to this project and how?
Thanks again!
07-08-2024 04:35 AM
Right-Click on "My Computer" in your project and select Add -> File
07-09-2024 06:04 AM
Thank you for your help. I built the project and all went well but when I tried to run it I get the following message and I don't know what it means or how to fix it
07-10-2024 03:47 AM
I'm dealing with this Run-time error and I am unable to find any information on what it means and how to fix it:
`
------------------------------------------------------------------------------------------------------------
ERROR - 10 OCCURRED AT THINKGEAR TASK.LVCLASS: SINGLE SAMPLE GEAR READ RAW.VI
------------------------------------------------------------------------------------------------------------
Can anyone decipher this?
Thank you
07-10-2024 07:07 AM
Your ThinkGear driver has a timeout on reading a Single Sample.
You need to look into your code, and maybe find out to change the timeout value.
It is your code and your hardware, so you need to do some digging.
07-11-2024 05:07 AM
Thank you for the response!
I am not too familiar with this code as I downloaded it from this forum and have been trying to get it to work ever since...That said, after "a little more digging" I think I found the culprit... When I populate the (File Log Path) field on the front panel at run-time is when the error pops up... (see attached)
Any thoughts on how to fix this?
Thanks again!
07-11-2024 08:48 AM
Please help us to help you. First of all, your -10 (not "10", which is a "known" Error code) is clearly internal to the ThinkGear Software that you've downloaded (ERROR - 10 OCCURRED AT THINKGEAR TASK.LVCLASS: SINGLE SAMPLE GEAR READ RAW.VI). It even tells you the VI where the error occurs (Single Sample Gear Read Raw). You clearly have a copy of this VI, so why don't you post it (the actual VI, preferably saved as a LabVIEW version no later than 2019)? Even better, of course, would be for you to let us see the entire Project, again after a "Save for Previous Version" and possibly a "Send To:", "Compressed (zipped) Folder"?
Bob Schor
07-11-2024 09:19 AM
Thank you. I hope this works 9 (attempting to attach the project) and btw I am using version 2012,
07-11-2024 01:30 PM
Please see attached