...
The driver is loaded once the cash server is started. Regardless of the cash station availability, the message on the cash server start with the Situation = 1 is put on a queue. This event is similar to the ordinary cash start but with a limited number of nodes.
An example message appearing after cash server loading and initializing:
Code Block |
---|
<?xml version="1.0" encoding="utf-8"?> |
...
<a RestCode="199990093" DateTime="2020-01-14T15:38:23" Situation="1" seqnumber="1" guid="{9ECCB1B5-97EE-4B88-9840-8568F05586D0}" name="Started" ShiftNum="1" ShiftDate="2019-11-18T00:00:00"> |
...
<Server id="15002"/> |
...
<Item/> |
...
</a> |
In this event, only the POS cash server identifier is filled in. Please note that this event does not arrive immediately after the driver is loaded but after the POS specified. If the address is specified in the cash server properties, the server notifies the driver on about its availability. After that, the event arrives.
When the POS station is started, a similar message is queued, but it has an extended set of nodes:
...