Echelon IzoT NodeBuilder User Manual

Page 183

Advertising
background image

Source File

Description

filesys.nc

Contains functions used to facilitate transfer of
configuration properties implemented as configuration
files.

This file is only generated if you selected the File
Transfer Protocol
configuration property access mode
(for more information, see Using the Program Interface
Pane
earlier in this chapter).

filesys.h

Contains header information and function declarations for
configuration properties implemented as configuration
files.

filexfer.nc

Contains functions used to implement FTP transfer of
configuration properties.

This file is only generated if you selected the File
Transfer Protocol
configuration property access mode
(for more information, see Using the Program Interface
Pane
earlier in this chapter).

filexfer.h

Contains header information and function declarations for
filexfer.nc.

This file is only generated if you selected the File
Transfer Protocol
configuration property access mode
(for more information, see Using the Program Interface
Pane
earlier in this chapter).

NodeObject.h

Contains header information for node object declarations

NodeObject.nc

Contains the implementation of the node object functional
block.

CodeWizard-3.lib

Library containing a number of utility functions used by
the application framework. The CodeWizard-3 library is
automatically linked with the applications based on version
3 Code Wizard Templates.

The version 3 templates include improved code size, speed,
and compliance with interoperability guidelines. The
instructional comments have been revised and improved,
and the templates have improved support for applications
with a large number of network variables and functional
blocks.

The version 3 templates are architecturally identical to
version 2 templates except that they use the
CodeWizard-3.lib library. Version 3 templates also use
the new #pragma library compiler directive to
automatically link with this library, which means that you
no longer have to specify the Code Wizard library in your
project.

Note: To share source files among multiple NodeBuilder device templates through a common folder,
you need to specify the full path of the folder in the NodeBuilder project’s Include Search Path
property. To do this, click Project and then click Setting, or right click the Project folder in the
Project pane and click Settings on the shortcut menu. The NodeBuilder Project Properties dialog
opens. Click the Project tab, specify the full path of the shared folder in the Include Search Path
property, and then click OK.

IzoT NodeBuilder FX User's Guide

169

Advertising