Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to convert a old instrument driver written for LV51.

Solved!
Go to solution

I have found that LV 2009 will not open an existing Fowler instrument driver written in LV5.1.  I want to see the block diagrams to make a new driver to use with a FV Fowler MarkV Ultra Digit Indicator that uses their OPTO-RS cable.  The cable uses rs232 to communicate to a pc. 

Greg
0 Kudos
Message 1 of 11
(4,700 Views)
Either post the driver here, or provide a link to where it can be found. There's also a general thread for upgrading of old code in the LabVIEW board. Someone here can upgrade it to an interim version of LabVIEW, like 8.x and then you will be able to open it.
0 Kudos
Message 2 of 11
(4,696 Views)

If you need help in converting the driver, why didn't you attach it? Otherwise, you will need LabVIEW 8.2 or earlier to open and save it.

0 Kudos
Message 3 of 11
(4,695 Views)
Here it is.
Greg
0 Kudos
Message 4 of 11
(4,689 Views)
Solution
Accepted by gregarious-greg
I emailed the instrument driver to instrument.drivers@ni.com.  Thank you commenting.
Greg
0 Kudos
Message 5 of 11
(4,681 Views)
Why did you email it there? Did you get an updated copy?
0 Kudos
Message 6 of 11
(4,678 Views)

I went searching for the tread to post new drivers.  I found links for posting new drivers and at the bottom of the page was a link for questions or comments which brought up the email link that I previously mentioned. 

 

This may not be the correct approach, but I have searched for other solutions for opening older drivers.  I did not find a clear solution or steps to take for a solution. 

Greg
0 Kudos
Message 7 of 11
(4,672 Views)

Well, since NI did not write the driver, you may have a long wait for the response, if any.

 

You need to be a little patient. You have already been told a clear solution. On the pc I'm working on now, I don't have an older version of LabVIEW so I can't do it for a while. You've already been told about the threads on the LabVIEW board where numerous people have asked for conversions. If you don't get a response here soon, post over there. It's more properly a LabVIEW question anyway.

0 Kudos
Message 8 of 11
(4,669 Views)

jalopy-joe wrote:

I went searching for the tread to post new drivers.  I found links for posting new drivers and at the bottom of the page was a link for questions or comments which brought up the email link that I previously mentioned. 


I'm not sure which thread you're referring to. That email link, I believe, is for submitting drivers to be included into IDNET, not for converting drivers.

 

I tried to open the driver you posted, but there appears to be a library missing.  It is looking for VIs in a library called L1010.llb. Do you have this?

 

For what it's worth, attached is the library you posted in 8.2. You will not be able to run the top-level VI because of the missing VIs, but perhaps you just need to see the way the communication is done. 

0 Kudos
Message 9 of 11
(4,664 Views)
And whoever created that llb made a mistake in including functions from vi.lib. That will cause some problems as well.
0 Kudos
Message 10 of 11
(4,662 Views)