beautypg.com

Versajet fs q – Cino M230B User Manual

Page 92

background image

83

Programming Reference

VERSAJET

FS q

[Name]

Define image, write to flash memory

Image 1 Image n


[Format]

ASCII

FS q n [xL xH yL yH d1 dk]…[xL xH yL yH d1 dk]

Hex

1C 71 n [xL xH yL yH d1 dk]…[xL xH yL yH d1 dk]

Decimal

28 113 n [xL xH yL yH d1 dk]…[xL xH yL yH d1 dk]

[Range]

1≤ n ≤255

1≤ (xL + xH 256) ≤48 (1≤ xL ≤48, xH = 0)

1≤ (yL + yH 256) ≤42 (1≤ yL ≤42, yH = 0)

0≤ d ≤ 255

k = (xL + xH 256) (yL + yH 256) 8

k1+k2+…+kn + n * 4 64 K (Total defined data area is maximum 64 KB)

[Description]

Defines NV bit image specified.

n specifies the number of defined NV bit images.

xL, xH specifies (xL + xH x 256) bytes in the horizontal direction for the NV bit image you
defined.

yL, yH specifies (yL + yH x 256) bytes in the vertical direction for the NV bit image you
defined.

d specifies the definition data for the NV bit image.

k indicates the number of the definition data. k is a parameter for an explanation;
therefore, it does not need to be transmitted.