LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to make a move in contouring mode with onboard program

I use Labview 7.1.
I have a motion board 7344.
Is it possible to make a move in contouring mode (as in the attached vi) with onboard program and how do that?
0 Kudos
Message 1 of 2
(2,397 Views)
It's not possible to use the contouring mode in an onboard program like you did it in your example. The reason is that while the program is downloaded the write buffer.flx is NOT executed. Thus it can't download the buffer data stored in your front panel arrays. When you start the onboard program later it doesn't have access to your buffer data on the front panel.

In fact I don't see a real advantage why you would like to run the write buffer.flx in an onboard program. You could configure and download the buffer on the host and then use it in an onboard program.

Best regards,

Jochen Klier
NI-Germany
0 Kudos
Message 2 of 2
(2,397 Views)