RZ-X655 (serv.man3). RZ-X655 730 series OPOS User's Reference 1.0 guide - Sharp EPOS Specification (repair manual). Page 29

Read Sharp RZ-X655 (serv.man3) Specification online

Line Display 
 
 
27 
 
SHARP 
 
Example 
 
[Visual Basic] 
Private WithEvents oLineDisplay As OPOSLineDisplay 
 
Set oLineDisplay = New OPOSLineDisplay 
 
// Open 
RetVal = oLineDisplay.Open("DefaultLineDisplay") 
 
// Claim 
RetVal = oLineDisplay.ClaimDevice(50) 
 
// Enable     
oLineDisplay.DeviceEnabled = True 
 
// DataEvent Enable 
oMSR.DataEventEnabled = True 
 
// DisplayText 
RetVal = oLineDisplay.displayText(
“Display test”, 
DISP_DT_NORMAL
 
// DisplayTextAt 1Line 
RetVal = oLineDisplay.DisplayTextAt(0, 0, 
“Display Line1 test”, 
DISP_DT_NORMAL
 
// DisplayTextAt 2Line 
RetVal = oLineDisplay.DisplayTextAt(1, 0, 
“Display Line2 test”, 
DISP_DT_NORMAL
 
// ClearText 
oLineDisplay.ClearText 
 
// Disable 
oLineDisplay.DeviceEnabled = False 
 
// Release 
RetVal = oLineDisplay.ReleaseDevice 
 
// Close 
Page of 40
Display

Click on the first or last page to see other RZ-X655 (serv.man3) service manuals if exist.