SYMBol Subsystem

RANGe

RANGe

Command:MACHine{12}:SYMBol:RANGe <label_name>, <symbol_name>,<start_value>,<stop_value>

The RANGe command allows you to create a range symbol containing a start value and a stop value for the specified label. The values may be in binary (#B), octal (#Q), hexadecimal (#H) or decimal (default). You can not use don’t cares in any base.

<label_name> string of up to 6 alphanumeric characters

<symbol_name> string of up to 16 alphanumeric characters

<start_value> "{#B{01} . . .

<stop_value> #Q{01234567} . . . #H{0123456789ABCDEF} . . . {0123456789} . . . }"

Example

OUTPUT XXX;":MACHINE1:SYMBOL:RANGE ’STAT’,

 

’IO_ACC’,’0’,’#H000F’"

 

 

15–7