PrintColorCard (Automatic)
Command property:
Asynchronous command.
The CX7600 Status must be Ready to perform this operation.
If the status is different than Ready, the system replies with:
<command valid="false" error="Printer not ready" />
If the TransportStatus is different than Ready, the system replies with:
<command valid="false" error="Transport not ready" />
Command action:
Starts the printing process and when finished moves the card to the required destination.
Syntax:
<command name="PrintColorCard" Destination="[String]" />
Parameters:
Name |
Mandatory |
Description |
Format |
Destination |
Yes |
Destination of the card (same as movecard command). |
String |
Reply:
<command valid="true" />
When the command is executed, the system reply with:
<command name="PrintColorCard" executed="true" >
If the command execution fails, the system reply with:
<command name="PrintColorCard" executed="false" error="[Transport Errors]" >
Command purpose:
This command is used to flip the card front and back or in magnetic position.