Qx,y,width,height - pattern command, Rx,y,x1,y1,lrw,ubw – rectangle drawing, Th|m|s – internal real-time setting – GoDEX EZPL User Manual

Page 52: Qx,y,width,height, Rx,y,x1,y1,lrw,ubw, Th|m|s

Advertising
background image

47

Qx,y,width,height - Pattern command

Syntax

Qx,y,width,height

Data...

Parameters

x = Hori. of left-bottom pos. (unit: dots).

y = Vert. of left-bottom pos. (unit: dots).

width = width of graphic (unit: byte)

height = height of graphic (unit: dots)

(data length = width x height)

Description

4

20

1

2

3

4

5

6

7

8

77 78 79 80

Data send out

1 2 3 4 ......77 78 79 80

width = 4 ; height = 20

(data length: 4x20 = 80)

(refer to page75)

Rx,y,x1,y1,lrw,ubw – Rectangle drawing

Syntax

Rx,y,x1,y1,lrw,ubw

Parameter

x = left-upper Hori .pos. (unit: dots)

y = left-upper Vert. Pos. (unit: dots)

x1 = right-bottom Hori. Pos. (unit: dots)

y1 = right-bottom Vert. Pos. (unit: dots)

lrw = thickness of left, right border

(unit: dots)

ubw = thickness of upper bottom border

(unit: dots)

(x,y)

lrm

ubw

(x1,y1)

Description

Draw a rectangle in the label

Th|m|s – Internal real-time setting

Syntax

Th|m|s

Parameter

h = Hour format ( 2 digits, 00 ~ 23)

m = Minute format ( 2 digits, 00 ~ 59)

s = Second format (2 digits, 00 ~ 59)

| = Partition (It can be any separator between dec. 32 to 63 of ASCII).

Description

Define the time layout for internal real-time clock

Advertising