05-20-2015 10:15 AM
I'm trying to set up a DLL call to control a Coherent Verdi-G laser.
I'm having trouble figuring out the right way to set up the calls. In the attached Demo.cpp, there's a "RunTests" function. That's kinda my end goal. That functions sends a few different commands to query the device. I'm going to need to send commands like that (as well as several others, some which take arguments... but I think I can figure that out on my own.)
My problem is getting started. I can't even talk to the device. I've tried a few different ways to set up the DLL call, but they always crash the computer. I'm not sure if i'm missing some pieces such as initializing a method to talk through USB or other various parts.
I've added my own .vi attempts as well as some of the .c, .cpp & associated .h files that came with the laser control software. I may have missed relevant files; I'm happy to add them if someone sees a needed / referenced file.
Any help would be appreciated.
Thanks for your time!
Solved! Go to Solution.
05-20-2015 10:39 AM
Turns out I missed the included .vi that's part of their install package. I was looking directly on their supplied CD.
I'd mark this closed if I saw a button for that?
05-20-2015 11:13 AM
dsproles wrote:
I'd mark this closed if I saw a button for that?
You can go back to your reply and mark it as the solution, which is as close as this forum gets to "closed."