— The bright side of industry automation
Software Documentation
OLTOM SMCP Manual
- The OLTOM SMCP (Stepper Motor Control Program) Manual.
OLTOM Card Driver
- Reference Manual for the OLTOM Card Driver DLL. The DLL is provided as a C-library directly callable from all WIN32 or GLIBC2 compatible applications. It can also be used from other languages using native call methods or interface shims.
PWM Labview Driver Manual- The LabVIEW development environment from National Instruments is a graphical, user friendly, programming environment for development of automation and measurement systems on ordinary PCs. LabVIEW programming uses a concept called Virtual Instruments (VI). The OLTOM Driver is delivered with a number of easy to use VIs for directly interfacing custom VIs and LabVIEW applications to OLTOM cards.
Code Examples
The following are examples from the documentation, ready to compile and run. Refer to the Card Driver Reference Manual above for more information. Note that the Card Driver must be downloaded separately.
LabVIEW VI Example program- This example is a complete VI with a front panel, showing how to access the OLTOM Card Driver from National Instruments LabVIEW.
C/C++
Example- This code example shows how to access the OLTOM Card Driver from C (or C++).
Visual Basic 6 Demo
- Code showing how to program the OLTOM Card Driver from Visual Basic 6.
Useful information and links
Getting Started with LabVIEW Virtual Instruments
- National Instruments' documentation on using LabVIEW Virtual Instruments.