Galil DMC-1400 Manual De Usuario

Descargar
Página de 235
110 ● @IN[n] 
 
 
 
 
 
 
   DMC-1400 Series Command Reference 
@IN[n] 
 
FUNCTION: Read digital input 
DESCRIPTION:   
Returns the value of the given digital input (either 0 or 1) 
ARGUMENTS: @IN[n] where 
 
 
 
 
 
n is an unsigned integer in the range 1 to 96 
USAGE:    DEFAULTS: 
While Moving 
Yes 
Default Value 
In a Program 
Yes 
Default Format 
Command Line 
Yes 
 
 
Controller Usage 
ALL 
RELATED COMMANDS: 
Read analog input 
Read digital output 
Set digital output bit 
Clear digital output bit 
Set analog output offset 
EXAMPLES: 
:MG @IN[1] ;'print digital input 1 
 1.0000 
:x = @IN[1] ;'assign digital input 1 to a variable