INTERFACE DISP
.
PARAMETER IMAGE
.
PROMPT 'Image to be displayed'
PPATH 'CURRENT,DEFAULT'
DEFAULT IUE.IMAGE.SWPTEST
.
ENDPARAMETER
PARAMETER DISPLAY
.
PROMPT 'Image display device'
PPATH GLOBAL
ASSOCIATION <-GLOBAL.DEVICE
.
ENDPARAMETER
PARAMETER LIMITS
.
PROMPT 'Pixel limits'
PPATH 'DYNAMIC,DEFAULT'
DEFAULT 1,511,255,512
.
ENDPARAMETER
.
ENDINTERFACE
Assuming that:
(i.e. does not give any parameter values), and the VPATH field results in the user being prompted, the three prompts would be something like:disp
Note the `@' in the suggested values is inserted by the system to avoid ambiguity between names and character strings.IMAGE - Image to be displayed /@IUE.IMAGE.SWPTEST/ > DISPLAY - Image display device /@XWINDOWS/ > LIMITS - Pixel limits /[1,511,255,512]/ >
ADAM Interface Module Reference Manual