Avery Dennison Monarch 9855 Programmer Manual User Manual
Page 64

A-4 NCL Programmer’s Manual
C r e a t i n g a C u s t o m M e n u
You can include a menu of configuration options in an NCL file. This
code shows a menu with three configuration choices: Shipping,
Receiving, and Sorting.
[MenuStart]
;
Starts the menu section
Name="DC Warehouse"
;
Specifies the menu’s name
;
shown on the top line of printer's
;
display
MenuItem="Shipping"
;
Specifies the menu items
MenuItem="Receiving"
MenuItem="Sorting"
MenuForceSelect=1
[MenuItem]
;
Section for the first menu item
Name="Shipping"
[FileXfr]
IPAddr=192.0.0.192
FTP_User=Whseshift1
FTP_Password="Paxar1"
FTP_Path="Xfer\Shipping.txt"
[MenuItem]
;
Section for the second menu item
Name="Receiving"
[FileXfr]
IPAddr=192.0.0.192
FTP_User=Whseshift1
FTP_Password="Paxar1"
FTP_Path="Xfer\Receiving.txt"
[MenuItem]
;
Section for the third menu item
Name="Sorting"
[FileXfr]
IPAddr=192.0.0.192
FTP_User=Whseshift1
FTP_Password="Paxar1"
FTP_Path="Xfer\Sorting.txt"
[MenuEnd]
; Ends the menu section
[Printer.9855]
Ribbon=Yes
SupplyType="Die Cut"
FeedMode=Continuous
Contrast=1
Speed="8.0 IPS"