Selecting an appropriate example target is a good place to start when you port LabVIEW to a new embedded target. Use the target that is closest to the target and toolchain you are creating. If you are using a GNU C/C++-based (gcc) toolchain, consider using an eCos target. If you are using a VxWorks-based toolchain with different hardware, you might want to use a VxWorks subtarget. Subtargets are targets that reuse existing functionality from another target.
The Embedded Development Module also includes a blank template target. This target is not intended to be an implementation example, but the target can serve as a good starting point when none of the example targets are appropriate. National Instruments recommends you use the blank target when porting LabVIEW to a new operating system.
None of the example targets are meant to be fully featured, ready to use targets. The different example targets have different implementations. When you are implementing a feature for a new embedded target, look for an existing implementation in an existing target that might be similar to your target. Depending on the feature, you also might want to look for an existing implementation that uses the same OS as your target.
The following table lists some of the implementation features for the example targets. Use this table to find an example of a feature you are implementing for your target.
| Target Name | Instrumented Debugging | On Chip Debugging | Pre-Built Run-Time Library | Static Memory Model | Memory Mapping | Elemental I/O | IDE Integration |
| Code Generation Only | No | No | No | Yes | No | No | No |
| Axiom CMD565, eCos ROM Image | No | No | No | Yes | No | No | No |
| Axiom CMD565, eCos RAM Image | Serial | No | No | Yes | No | No | No |
| Unix Console | TCP | Eclipse | Yes | No | No | Simulated | Eclipse |
| Axiom CMD565, VxWorks RAM Image | No | iSYSTEM iC3000 | No | Yes | No | No | No |
| Axiom CMD565, VxWorks ROM Image | No | No | No | Yes | Yes | No | No |
| Axiom CMD565, VxWorks Module | Serial | Wind River WTX | No | Yes | No | No | No |
| VxWorks Simulation | TCP | No | No | Yes | No | No | No |
| Windows Console Application | TCP | No | Yes | Yes | No | Simulated | No |
| PHYTEC LPC229x, eCos | Serial | No | Yes | No | No | Yes | No |
| Spectrum Digital DSK6713, DSP/BIOS | RTDX | No | Yes | No | No | No | No |