TOC PREV NEXT INDEX

Put your logo here!


9 Installation

The installation of all modules described in this manual follows normal VLT standards, as described in [2].

9.1 Building the Software

1. Go to the root-directory of the inducer module:
cd /<module-path>/inducer/
2. To build the LCU part:
cd lcu/src/
make clean all man install
cd ../..
3. To build the WS part:
cd ws/src/
make clean all man install
cd ../..
4. For each device-specific module (acrox, aiox, ikonx,...), repeat:
cd /<module-path>/src/
make clean all man install

9.2 Installation on Workstation

The WS executables have already been installed in the previous step. No further actions are necessary.

To verify the successful installation, try to invoke each Driver Test Panel from the command line (with inducer, acroxInducer, aioxInducer, ikonxInducer, ...); observe that the panels appear correctly, as shown in the respective chapters of this manual.

9.3 Installation on LCU

The inducer module must be loaded into the LCU memory and the inducerServer must be started:

1. In order to load the inducer module, modify the LCU bootScript accordingly.
2. When the provided module-boot-script "inducer.boot" (installed in $VLTROOT/vw/bin) is used in connection with the lcuboot function, then the server task is automatically started. This is done by the inducerInit function.

To verify the successful installation, send the command VERSION to the inducerServer of the target LCU. It should respond with a reply containing the version-string.



Quadralay Corporation
http://www.webworks.com
Voice: (512) 719-3399
Fax: (512) 719-3606
sales@webworks.com
TOC PREV NEXT INDEX