Hi,
We are implementing the collection of Zebra Printer Alerts using the PC-Java SDK, and we found several alerts listed on the AlertCondition class, that we want to capture (receive the alert via code) and test.
Some alerts we see that are easy to test, like:
HEAD_OPEN
But there is some alerts such as:
THERMISTOR_FAULT
INVALID_HEAD
HEAD_TOO_HOT
PRINTHEAD_SHUTDOWN
That we are not sure how to test to see if when configuring to receive the alert, it will work as it should.
There is any way to simulate or a explanation of what do we need to do to make these alerts happen? We have a ZT231 and a ZD230.
Best regards.
Accepted Solution
Unfortunately, we don't have a simulator for alerts. Some of the alerts may never happen. To test alert handling, we can use the HEAD OPEN alert generated from a printer. All the other alerts from the printer follow the same format. Using the HEAD OPEN alert to test the alert handling should be sufficient.
1 Replies
Unfortunately, we don't have a simulator for alerts. Some of the alerts may never happen. To test alert handling, we can use the HEAD OPEN alert generated from a printer. All the other alerts from the printer follow the same format. Using the HEAD OPEN alert to test the alert handling should be sufficient.