SET PICK MODE
CALL SEQUENCE
PSPKM (WKID, PKDNR, MODE, ESW)
INPUT PARAMETERS
INTEGER WKID
INTEGER PKDNR
INTEGER MODE
INTEGER ESW
ARGUMENTS
- WKID
- Workstation identifier.
- PKDNR
- PICK input device identifier.
- MODE
- Input operating mode.
- PREQU:
- 0 (REQUEST)
- PSAMPL:
- 1 (SAMPLE)
- PEVENT:
- 2 (EVENT)
- ESW
- Input echo switch.
- PNECHO:
- 0 (NO ECHO)
- PECHO:
- 1 (ECHO)
PHIGS STATE
(PHOP, WSOP, *, *).
EFFECT
Set input mode for PICK device number PKDNR of workstation WKID,
with activation or deactivation of echo.
Example:
C On workstation number 1 set pick mode for device number 1 to be EVENT with regular echoing.
call PSPKM(1,1,PEVENT,PECHO)
ERRORS
- 3
Ignoring function, function requires state (PHOP, WSOP,*,*)
- 54
- Ignoring function, the specified workstation is not open
- 60
- Ignoring function, specified workstation is not of category OUTIN
- 250
- Ignoring function, the specified device is not available on the specified
workstation
SEE ALSO
initialize pick 3, request pick 3, sample pick 3, get pick 3, await event,
inquire pick device state 3, inquire default pick device state 3
