Executing source or header file commands – Rockwell Automation 2098-UWCPRG Ultraware Software User Manual User Manual

Page 304

Advertising
background image

306

Rockwell Automation Publication 2098-UM001G-EN-P - February 2011

Chapter 6 Creating and Running Programs

The Header File window appears:

3. Type the name of the header file. If you do not include the .h extension to

the header file name, Ultraware software adds it for you. The name of the
header file must:

be at least one, but not more than eight, characters in length (exclusive
of the .h extension).

be unique within its branch of the tree.

not contain a space or backslash (\), forward slash (/), colon (:), asterisk
(*), question mark (?), double quote (“), greater than symbol (>), less
than symbol (<) or pipe (|).

4. Click OK or Cancel.

Executing Source or Header File Commands

In addition to the Cut, Copy and Delete commands, you can execute other
commands for a source or header file.

To execute source or header file commands, perform these steps.

1. Click click the source or header file in the Workspace window.
2. Right-click in the Workspace window for a pop-up menu.
3. Click one of these commands from the pop-up menu.

No status settings are associated with the Source File item.

Command

Description

Edit

Opens the text editor in the Client Area, where you can edit the
file’s C programming language code.

Export

Opens the Export To dialog box, where you can export the file
and save it as an User data eXchange File (with a .uxf
extension).

Build

Creates an executable program file (with an .exe extension), by
compiling all project Header and Source files.

Advertising