Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

onboard execution time

I'm using onboard (PCI-7344) Labview programming Wait On High Speed Capture (Wait On Condition.flx) to trigger a move (Start Motion.flx). It takes 10-20 milliseconds to start the move after the trigger. Is there a way to reduce this time delay?
0 Kudos
Message 1 of 2
(3,148 Views)
One thing you could do is to increase the time slice for your onboard program. By default the time slice of every onboard program is 2 ms per watchdog period. You can increase the time slices for all your onboard programs to a total of 20 ms. If you are running only one onboard program you can set the time slice for this program to 20 ms. Use the "Load Program Time Slice.vi" that can be found in the Onboard Programming palette.

I hope this helps.

Regards,

Jochen Klier
National Instruments Germany
0 Kudos
Message 2 of 2
(3,144 Views)