LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert 8.0 to 7.1

Solved!
Go to solution
Can anyone please convert this to labview 7.1
0 Kudos
Message 1 of 10
(3,521 Views)

Hi Malavi,

 

it's kind of senseless to down-convert this vi as all subVIs are missing.

The vi itself consists of a lot of local variables and 2 stacked sequences, that call all those functions in the device driver...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 10
(3,514 Views)
Gerd is right we require @page { margin: 0.79in } P { margin-bottom: 0.08in } -->

atmcd32d.lib

0 Kudos
Message 3 of 10
(3,504 Views)

 


@page { margin: 0.79in } P { margin-bottom: 0.08in } -->

 

 

And what is that? :smileysurprised:

0 Kudos
Message 4 of 10
(3,503 Views)
Solution
Accepted by malavi
And if you still need it here it is
Message 5 of 10
(3,500 Views)

malavi,

 

If you have LV8.0, then you could save it yourself to the previous version which is LV7.1.

 

I totally agree with Gerd.  You should avoid the Stacked Sequence Structures and the mild abuse of Local Variables.  They will be your worst nightmare in the future.  Or worse... They will be someone else's worst nightmarein the future. 

 

I would suggest a State Machine.  Much cleaner, no Local Variable & no Stacked Sequence.

 

Do a search on State Machines.  There are hundreds of examples.

 

To learn more about LabVIEW, I suggest you try looking at some of these tutorials.

 

Message 6 of 10
(3,487 Views)
Thank you muks . I got the above program from the device provider. Let me try it tomorrow in the lab . I am new to labview and even to electronics. So compared to you people I may take a little more time to grasp the deeper things from labview. Am trying my level best. With the support from this forum I think it will be more easier. Thanks to each one of you for your responses. So KUDOS.
0 Kudos
Message 7 of 10
(3,472 Views)

malavi wrote:
I got the above program from the device provider.

Yikes! 

 

You

 

You mean that some company provided that code as a driver?  If that's the case, they need help 😉

 

If it was from a buddy, then okay... we'll fogive him  LOL!!  😄

 

Yes, if you need help, please use this forum.  It's great.  Also visit to improve your programming skills in LabVIEW.  

Message 8 of 10
(3,463 Views)
Thank you to all responded to this mail. It worked with the camera connected  and I got video .
0 Kudos
Message 9 of 10
(3,399 Views)
Glad that you are progressing...
0 Kudos
Message 10 of 10
(3,364 Views)