
Chapter 21 Vision Control (Option)
21-49
VISBINAR (Statement)
Function
Displays a binarized screen.
Format
VISBINAR <Mode>[, <Binary lower limit>[, Binary upper limit]]
Explanation
<Mode> Designates the mode to display the binarized screen (0 or 1).
0: Quits binarization display and returns to the original display.
1: Executes binarization display.
<Binary lower limit> Designates the lower level for binarization (0 to 254
lower limit < upper limit).
<Binary upper limit> Designates the upper level for binarization (1 to 255
lower limit < upper limit).
If this is ignored, 255 will be the default setting.
Note (1): The whole screen being displayed on the current monitor
will be binarized.
Note (2): The contents of the memory do not change even if the
storage memory (process screen) is selected and displayed.
Note (3): Binarization display continues unless the mode is set to 0.
Note (4): For this instruction, a µ
µµ
µVision board (option) is required.
Related Terms
VISBINA
Example
VISBINAR 1,128,255 'Starts binarization display.
VISCAMOUT 1 'Displays camera 1 on the monitor.
DELAY 5000 'Stops for 5 seconds.
VISPLNOUT 0 'Displays storage memory 0 on the monitor.
DELAY 5000 'Stops for 5 seconds.
VISBINAR 0 'Returns to the previous display.
Comentários a estes Manuais