Echelon NodeBuilder FX User Manual

Page 191

Advertising
background image

NodeBuilder FX User's Guide

177

Version 1 Templates

The version 1 templates were the initial implementation of the Code Wizard templates, which are no
longer supported by the Code Wizard.

You should upgrade existing NodeBuilder projects to the Version 3 template because it generally
results in more compact and faster code, and better compliance with interoperability guidelines. You
can, however, continue using the Code Wizard with the version 1 templates. To continue using
version 1 templates, verify that your device template does not reference the standard CodeWizard.lib
library.

Creating the Device Application

The code produced by the Code Wizard is skeleton code. It implements the device interface that you
have defined, but it does implement any device functionality. You will use the NodeBuilder Project
Manager to edit the source files generated by the Code Wizard and implement your device’s
functionality. To create your device application, do the following:

• See the Modifying Neuron C Code Generated by the Code Wizard section in Chapter 7. This

section describes the Neuron C code generated by the NodeBuilder Code Wizard and provides
guidelines on how to modify it. In addition, it lists the Neuron C Version 2 features that are not
supported by the NodeBuilder Code Wizard.

• See the Neuron C Programmer’s Guide. This document details how to write device applications

using the Neuron C Version 2.2 language. It also describes how to design and implement a device
application.

• See the Neuron C Reference Guide. This document provides reference information for writing

device applications using the Neuron C Version 2.2 language.

Advertising