Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
8-22
SETMODE 
Sets device-dependent functions.
SETMODENOWAIT 
Sets device-dependent functions with the nowait option on nowait files.
CALL SETMODE ( filenum
 ,function
 ,[ param1 ]
 ,[ param2 ]
 ,[ last-params ] );
filenum, INT:value input
function, INT:value input
param1, INT:value input
param2, INT:value input
last-params, INT:ref:2 output
< (CCL) An error occurred (call FILEINFO).
= (CCE) The SETMODE is successful.
> (CCG) The SETMODE function is not allowed for this device type.
Note. For more information, please see Section 11, SETMODE Operations.
CALL SETMODENOWAIT ( filenum
 ,function
 ,[ param1 ]
 ,[ param2 ]
 ,[ last-params ]
 ,[ tag ] );
filenum, INT:value input
function, INT:value input
param1, INT:value input
param2, INT:value input
last-params, INT:ref:2 output
tag, INT(32):value input










