
410
Syntax: CALL "CONSOLE.FN3" .fcPnlGet POINT%()
Description:
This function returns the coordinates that is pressed last.
Parameter: (None)
Returned value: POINT%() Coordinates to locate a dot
Run-time errors:
Syntax: CALL "CONSOLE.FN3" .fcLcdClr
Description:
This function clears the LCD to close all of user-defined touch keys.
Parameter: (None)
Returned value: (None)
Run-time errors:
.fcPnlGet Get coordinates on the touch screen that is pressed last
POINT%(0) X-coordinate (0≤POINT%(0)≤199)
POINT%(1) Y-coordinate (0≤POINT%(1)≤303)
Error code Meaning
F0h
Mismatch parameter number
F1h
Mismatch parameter type
F2h
Insufficient number of array variable elements
.fcLcdClr Clear the LCD
Error code Meaning
F0h
Mismatch parameter number
Komentarze do niniejszej Instrukcji