Advent Instruments Inc.
4. Programming
Note, the above figure was taken with Windows 7.
The 'DevPrj.obj' file contains only printable ASCII characters. For this example, opening
the file in Windows Notepad shows the object code created by the TRsSim compiler.
The contents of this file can either be passed to the AI-7280 Windows DLL for download
into theAI-7280, or combined with the 'PL' command described in section 2.3 Program
Control Commands for manual download.
4.3 Script Language Basics
This section provides an overview of the scripting language used by the TRsSim
compiler. For more a complete reference, please consult the Language Reference Guide
document included with the TRsSim software.
It is important to note that the compiler generates programs for execution either within
the TRsSim software itself or within a device like the AI-7280. The two compiler targets
while virtually the same have some differences between them. As a result, not all of the
language functions and statements are available for both targets.
Process Blocks
The basic unit of any AI-7280 program is a process block. Programs are constructed
from at least one process block, and may execute up to six simultaneously.
AI-7280 Programmers Guide - Direct Control
85