04-29-2010 04:32 AM
04-30-2010
03:44 AM
- last edited on
10-01-2025
02:25 PM
by
Content Cleaner
Kitekun,
a good design pattern for such an application is a state machine. I strongly recommend to use this concept rather than a sequence structure, which is not flexible enough to adjust your application for future requirements.
I know, that LabVIEW tends to seduce beginners to start their application immediately without proper planning of the software architecture. With big projects this typically fires back later if you end up with a huge unstructured block diagram.
As with every programming language good software engineering is essential. Here is a good series of articles about this topic. To get started quickly you may also want to have a look at NI's training offers.
As the PI motion control library is not written and maintained by NI I'm not really familiar with it, so I can't give more specific advice for the usage of this instrument driver, but you also may contact PI for more sophisticated examples or reference architectures.
Kind regards,
Jochen Klier
National Instruments
08-30-2012 07:49 PM
Hi,
Could you please attach the "Simple_Operation.vi" that was provided my PI.
Cheers!