![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/7/c6/7c6bc2a6-8627-4cd1-9d55-c040d77c194a/7c6bc2a6-8627-4cd1-9d55-c040d77c194a-bg57.png)
FS q
Programming Reference
VERSAJET
[Name] Define image, write to flash memory
[Format] ASCII FS q n [xL xH yL yH d1 dk]1 [xL xH yL yH d1 dk] n
Hex 1C 71 n [xL xH yL yH d1 dk]1 [xL xH yL yH d1 dk] n
Decimal 28 113 n [xL xH yL yH d1 dk]1 [xL xH yL yH d1 dk] n
[Range] 1≤ n ≤255
1≤ (xL + xH 256) ≤48 (0≤ xL ≤48, xH = 0)
1≤ (yL + yH 256) ≤160 (0≤ yL ≤160, yH = 0)
0≤ d ≤ 255
k = (xL + xH 256) (yL + yH 256) 8
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.
79