You must have two serial ports to run the example application. COM 1 displays diagnostic information. COM 2 uses the target server to download an application you build. Verify you receive the VxWorks logo on one serial port. Verify you receive WDB READY on the other serial port (COM 2) communications at speed 57,600.
Complete the following steps to run a VxWorks example application.
- Launch LabVIEW and create a blank LabVIEW project.
- Right-click the project in the Project Explorer window and select New»Targets and Devices from the shortcut menu to open the Add Targets and Devices dialog box.
- Expand the Embedded folder and select the Axiom CMD565, VxWorks target.
- Click the OK button to add the target to the project.
- Right-click the Axiom CMD 565, VxWorks target and select New VI from the shortcut menu to create a blank VI and add it to the project.
- Create a simple VI that prints something on the diagnostic output.
- Click the Run button on the block diagram or front panel window. Follow the LabVIEW prompts to save the VI, create a new build specification, save the project, and build the embedded VI into an embedded project. The terminal that is connected to the diagnostic output displays the message the VI prints.