LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

where can i obtain the Labview's source code (block diagram) for Triax 320 Spectrometer Software?

I have the software however some of the block diagrams are blocked by password. I am trying to modify the functions for my own needs. This software is developed by Jobin Yvon Spex.
0 Kudos
Message 1 of 5
(3,810 Views)
One way is to contact the developer of the VIs if he is willing to give you the password.

Another way is a brute force attack. Open a reference to the VI use the "Invoke Node" "Set lock state". Call it in a while loop until error out will have no error. For each call use a new password which you can generate.

I have tried this with a one character password to verify that this will work, but I have no VI generating all possible strings.

Waldemar
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 5
(3,810 Views)
Just as a notice:
There is always another way - in making your own software for a given device. In case of Triax, programming is not a complicated task, and, I must admit, the manufacturer's proper style of LV drivers program structure for TRIAX is not at all a good example of LV-programming (I've tried myself to rebuild all that can be rebuilded regarding documentation available).
0 Kudos
Message 3 of 5
(3,810 Views)
thanks for the comments.
Is it possible to send me your self build LV for TRIAX?
0 Kudos
Message 4 of 5
(3,810 Views)
Ok, I've worked for some time with TRIAX 180 (If I remember well). It must not differ much by command interface/programming side with a model you mention about. But the software I've done is a part of a bigger project and it's not so easy to cut the drivers out of there. So send me a mail at philippov_AT_celia.u-bordeaux.fr with a bit more information about what you need (controlling TRIAX itself? CCD? or something other?)and I'll see If I can help you.
0 Kudos
Message 5 of 5
(3,810 Views)