приложение запрашивает 10 банкнот, чтобы ее взяли, и так кассета пуста,
Системное приложение по-прежнему сообщает, что кассета "Low" вместо отчетности
"пуста".
Драйвер диспенсера сообщает "пуста" только тогда, когда "набор неудачен", (ошибка пик-модуля) в то время как кассеты
показывают "Low". Это было проблемой для клиента, так как попытки набора будут
продолжаться до тех пор, пока счетчик не обнулится.
CDM SP может быть настроен на разрешение продолжать попытки набора даже тогда, когда
количество банкнот в кассете достигнет нуля, и это будет продолжаться, пока не будет ошибки набора (то есть кассета пуста) следующим образом:
HKEY_LOCAL_MACHINE \ Software \ Classes \ WOSA / XFS_ROOT \ SERVICE_PROVIDERS \ МЧР \ GENERAL_CONFIGS
IgnoreCUCounts (REG_SZ) = 1
Тем не менее, заказчик хотел, чтобы сообщение драйвера диспесера было пустым, когда количество банкнот уменьшилось до нуля, а не полагаться на ошибку набора при малом количестве купюр. RFC был поднят, чтобы запросить эту функциональность изменений.
Спойлер
A customer complained that when there are 10 notes in a cassette and the
application asks for 10 notes to be picked, and so the cassette is empty,
System Application still reports that the cassette is Low instead of reporting
empty.
The dispenser driver will report empty only when there is a pick fail while the cassette
reports low. This was a problem for the customer because their application would
dispense no further notes when the CDM sp note count reached zero.
The CDM sp can be configured to continue to permit notes to be dispensed even when
its cassette note count reaches zero and it will then continue until there is a pick fail
when low (ie. cassette empty) as follows:
HKEY_LOCAL_MACHINE\Software\Classes\WOSA/XFS_ROOT\ SERVICE_PROVIDERS\CDM\GENERAL_CONFIGS
IgnoreCUCounts (REG_SZ) = 1
However, the customer wanted the driver to report empty when the driver's note count reached zero, instead of relying on a pick fail when low definition. An RFC has been raised to request this functionality change.
application asks for 10 notes to be picked, and so the cassette is empty,
System Application still reports that the cassette is Low instead of reporting
empty.
The dispenser driver will report empty only when there is a pick fail while the cassette
reports low. This was a problem for the customer because their application would
dispense no further notes when the CDM sp note count reached zero.
The CDM sp can be configured to continue to permit notes to be dispensed even when
its cassette note count reaches zero and it will then continue until there is a pick fail
when low (ie. cassette empty) as follows:
HKEY_LOCAL_MACHINE\Software\Classes\WOSA/XFS_ROOT\ SERVICE_PROVIDERS\CDM\GENERAL_CONFIGS
IgnoreCUCounts (REG_SZ) = 1
However, the customer wanted the driver to report empty when the driver's note count reached zero, instead of relying on a pick fail when low definition. An RFC has been raised to request this functionality change.