Dataman 448PRO2 User Manual page 110

Table of Contents

Advertisement

procedures according to your needs. Jam Player executes only marked procedures. Other
procedures are ignored. Number of procedures is different, it depends on Jam file.
Variables
Program flow starts to run instructions according to boolean variables with prefix
DO_something. Jam Player executes all marked DO_something cases in algorithm. Number of
variables (procedures) is constant; it does not depend on Jam file.
OK
Accept selected action with appropriate procedures which are marked.
Information
It displays information about Jam file. You can preview Notes and source file in dialog.
Device according to Jam file
File is made for a specific device. Device name is found in Jam file in part NOTE identifier
DEVICE. Device name must be identical with name of the device selected in dialog Select
device. When devices are different, software will indicate this situation by warning message
during start of the Jam Player.
JAM file information dialog
Note: Statements are used to store information about the Jam file. The information stored in
NOTE fields may include any type of documentation or attributes related to the particular Jam
program.
Source file contains a program in Jam language. Jam program consists of a sequence of
statements. Jam statement consists of a label, which is optional, an instruction, and
arguments, and terminates with a semicolon (;). Arguments may be literal constants, variables,
or expressions resulting in the desired data type (i.e., Boolean or integer). Each statement
usually occupies one line of the Jam program, but this is not required. Line breaks are not
significant to the Jam language syntax, except for terminating comments. An apostrophe
character (') can be used to signify a comment, which is ignored by the interpreter. The
language does not specify any limits for line length, statement length, or program size. More
information can be found on the website:
http://www.altera.com
Jam file with extension .jbc is Jam STAPL Byte code format which is not visible.
110

Advertisement

Table of Contents
loading

This manual is also suitable for:

48pro248pro2c40pro

Table of Contents