All commands listed on ZPL Programming Guide that are applicable to RW420 can be sent to RW420 as a text string through program. These commands are usually referred to as SGD (Set-Get-Do) commands. We can use the following command to list all SGD related configuration variables from the RW420 printer
! U1 getvar "allcv"
For example, we can send
! U1 setvar "media.type" "journal"
to set the media to journal.
1 Replies
All commands listed on ZPL Programming Guide that are applicable to RW420 can be sent to RW420 as a text string through program. These commands are usually referred to as SGD (Set-Get-Do) commands. We can use the following command to list all SGD related configuration variables from the RW420 printer
! U1 getvar "allcv"
For example, we can send
! U1 setvar "media.type" "journal"
to set the media to journal.