shtrih-m / fr_drv_ng

релизы и поддержка драйвера fr_drv_ng
35 stars 5 forks source link

Ошибка ввода-вывода #247

Closed mishunn closed 1 year ago

mishunn commented 1 year ago

На старте часто вываливается ошибка ввода-вывода. 1.6.0-5-g6b15123/fr_drv_ng_linux_x86_64_1.6.0-5-g6b15123.zip

подключаемся через Python + jsonrpc_websocket

Лог: [2022-12-21 16:18:01.966] [1030] [ws_rpc_session_0x21a1480 ] [D] run [2022-12-21 16:18:01.968] [1030] [ws_rpc_session_0x21a1480 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Connect", "params": {"ConnectionURI": "serial://ttyS0?timeout=2000&baudrate=115200"}, "id": "8e8c1db6-17ae-4ade-8f68-6f8b3b260035"} [2022-12-21 16:18:01.981] [1034] [ws_rpc_session_0x21a1480 ] [T] about to call single rpc [2022-12-21 16:18:01.995] [1034] [ci_kkt_device_1 ] [T] Set_ConnectionURI(serial://ttyS0?timeout=2000&baudrate=115200) [2022-12-21 16:18:01.995] [1034] [isConnectUriValid ] [I] io_url looks good [2022-12-21 16:18:01.995] [1034] [ci_kkt_device_1 ] [T] Set_ConnectionURI() ok [2022-12-21 16:18:01.995] [1034] [ci_kkt_device_1 ] [T] Connect() [2022-12-21 16:18:01.995] [1034] [createFromURI ] [I] io_url looks good: serial://ttyS0?timeout=2000&baudrate=115200 [2022-12-21 16:18:01.995] [1034] [createFromURI ] [I] type: serial [2022-12-21 16:18:01.995] [1034] [createFromURI ] [I] path: ttyS0 [2022-12-21 16:18:01.995] [1034] [getProtocolFromString ] [I] protocol v1 [2022-12-21 16:18:01.995] [1034] [getTimeout ] [I] timeout: 2000 [2022-12-21 16:18:01.995] [1034] [ProtocolV1_0x7f11940017c0 ] [I] setTimeout(2000ms) [2022-12-21 16:18:01.995] [1034] [getCheckStateType ] [I] enq_mode: auto [2022-12-21 16:18:01.996] [1034] [ProtocolV1_0x7f11940017c0 ] [I] timeout: 2000 [2022-12-21 16:18:01.996] [1034] [SerialIO_0x7f11940011c0 ] [I] IO timeout = 2000ms [2022-12-21 16:18:01.996] [1034] [SerialIO_0x7f11940011c0 ] [I] port: /dev/ttyS0, baudrate: 115200, stop bits: OneStop, parity NoParity, flow control: NoFlowControl [2022-12-21 16:18:01.996] [1034] [SerialIO_0x7f11940011c0 ] [I] open() true [2022-12-21 16:18:01.997] [1034] [SerialIO_0x7f11940011c0 ] [D] -> 05 [2022-12-21 16:18:03.999] [1034] [SerialIO_0x7f11940011c0 ] [D] <- [2022-12-21 16:18:03.999] [1034] [ProtocolV1_0x7f11940017c0 ] [E] can't get NAK in 2003ms. stopping... [2022-12-21 16:18:03.999] [1034] [ProtocolV1_0x7f11940017c0 ] [W] connect() false [2022-12-21 16:18:04.031] [1034] [ci_kkt_device_1 ] [D] Connect() fail [2022-12-21 16:18:04.031] [1034] [ci_kkt_device_1 ] [E] Ошибка ввода вывода [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_Connected() [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_Connected() ->false [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_ResultCode() ->-1 [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибка ввода вывода [2022-12-21 16:18:04.032] [1030] [ws_rpc_session_0x21a1480 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"Connected":false,"ResultCode":-1,"ResultCodeDescription":"Ошибка ввода вывода"},"id":"8e8c1db6-17ae-4ade-8f68-6f8b3b260035"} [2022-12-21 16:18:04.038] [1030] [ws_rpc_session_0x21a1480 ] [E] on_read failed: Connection reset by peer. Stopping session...

swex commented 1 year ago

Ну это никак не связано с jsonrpc итд. Скорее у вас где-нибудь, например, 2 раза вы открываете один и тот же порт итд. Проверьте через консольную утилиту командой status с тем же портом всё должно работать.

mishunn commented 1 year ago

скрипт в автозагрузке /shtrih/console_test_fr_drv_ng-1.5 run-ws-json-rpc-server 0.0.0.0:8282 > /tmp/fr_drv.log 2>&1 &

после первого обращения к драйверу, второе всегда успешное (драйвер не перезапускаем).

swex commented 1 year ago

Внутри самого json-rpc сервера вы можете открыть 2 инстанса, например. Покажите лог от запуска сервера до вот этой вот ошибки.

mishunn commented 1 year ago

Старт, первая продажа и последующая:

[2022-12-21 15:52:46.778] [1030] [fr_drv_ng ] [I] ---------------------------------------------------------------------------------------------------- [2022-12-21 15:52:46.778] [1030] [fr_drv_ng ] [I] fr_drv_ng log start! [2022-12-21 15:52:46.778] [1030] [fr_drv_ng ] [I] OS: Linux 5.4.0-58-generic [2022-12-21 15:52:46.778] [1030] [fr_drv_ng ] [I] ARCH: x86_64 [2022-12-21 15:52:46.781] [1030] [console_test ] [D] started with args:'run-ws-json-rpc-server' '0.0.0.0:8282' [2022-12-21 15:52:46.785] [1030] [web_api_0x218cac0 ] [I] run_classic starting [2022-12-21 15:52:46.788] [1030] [listener_0x218f8e0 ] [I] listener(ep: 0.0.0.0:8282 [2022-12-21 15:52:46.789] [1030] [listener_0x218f8e0 ] [I] start accepting incoming connections [2022-12-21 15:52:52.849] [1030] [createFromURI ] [I] io_url looks good: serial://COM1?timeout=30000&baudrate=115200 [2022-12-21 15:52:52.849] [1030] [createFromURI ] [I] type: serial [2022-12-21 15:52:52.849] [1030] [createFromURI ] [I] path: COM1 [2022-12-21 15:52:52.857] [1030] [classic_fr_drv_ng ] [I] classic_fr_drv_ng log start! [2022-12-21 15:52:52.857] [1030] [classic_fr_drv_ng ] [I] classic_fr_drv_ng version: 1.6.0.398 [2022-12-21 15:52:52.857] [1030] [classic_fr_drv_ng ] [I] build date: 2022-09-13T02:58:05 [2022-12-21 15:52:52.857] [1030] [ci_kkt_device_1 ] [I] classic_interface() [2022-12-21 16:18:01.966] [1030] [ws_rpc_session_0x21a1480 ] [D] run [2022-12-21 16:18:01.968] [1030] [ws_rpc_session_0x21a1480 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Connect", "params": {"ConnectionURI": "serial://ttyS0?timeout=2000&baudrate=115200"}, "id": "8e8c1db6-17ae-4ade-8f68-6f8b3b260035"} [2022-12-21 16:18:01.981] [1034] [ws_rpc_session_0x21a1480 ] [T] about to call single rpc [2022-12-21 16:18:01.995] [1034] [ci_kkt_device_1 ] [T] Set_ConnectionURI(serial://ttyS0?timeout=2000&baudrate=115200) [2022-12-21 16:18:01.995] [1034] [isConnectUriValid ] [I] io_url looks good [2022-12-21 16:18:01.995] [1034] [ci_kkt_device_1 ] [T] Set_ConnectionURI() ok [2022-12-21 16:18:01.995] [1034] [ci_kkt_device_1 ] [T] Connect() [2022-12-21 16:18:01.995] [1034] [createFromURI ] [I] io_url looks good: serial://ttyS0?timeout=2000&baudrate=115200 [2022-12-21 16:18:01.995] [1034] [createFromURI ] [I] type: serial [2022-12-21 16:18:01.995] [1034] [createFromURI ] [I] path: ttyS0 [2022-12-21 16:18:01.995] [1034] [getProtocolFromString ] [I] protocol v1 [2022-12-21 16:18:01.995] [1034] [getTimeout ] [I] timeout: 2000 [2022-12-21 16:18:01.995] [1034] [ProtocolV1_0x7f11940017c0 ] [I] setTimeout(2000ms) [2022-12-21 16:18:01.995] [1034] [getCheckStateType ] [I] enq_mode: auto [2022-12-21 16:18:01.996] [1034] [ProtocolV1_0x7f11940017c0 ] [I] timeout: 2000 [2022-12-21 16:18:01.996] [1034] [SerialIO_0x7f11940011c0 ] [I] IO timeout = 2000ms [2022-12-21 16:18:01.996] [1034] [SerialIO_0x7f11940011c0 ] [I] port: /dev/ttyS0, baudrate: 115200, stop bits: OneStop, parity NoParity, flow control: NoFlowControl [2022-12-21 16:18:01.996] [1034] [SerialIO_0x7f11940011c0 ] [I] open() true [2022-12-21 16:18:01.997] [1034] [SerialIO_0x7f11940011c0 ] [D] -> 05 [2022-12-21 16:18:03.999] [1034] [SerialIO_0x7f11940011c0 ] [D] <- [2022-12-21 16:18:03.999] [1034] [ProtocolV1_0x7f11940017c0 ] [E] can't get NAK in 2003ms. stopping... [2022-12-21 16:18:03.999] [1034] [ProtocolV1_0x7f11940017c0 ] [W] connect() false [2022-12-21 16:18:04.031] [1034] [ci_kkt_device_1 ] [D] Connect() fail [2022-12-21 16:18:04.031] [1034] [ci_kkt_device_1 ] [E] Ошибка ввода вывода [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_Connected() [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_Connected() ->false [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_ResultCode() ->-1 [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 16:18:04.032] [1034] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибка ввода вывода [2022-12-21 16:18:04.032] [1030] [ws_rpc_session_0x21a1480 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"Connected":false,"ResultCode":-1,"ResultCodeDescription":"Ошибка ввода вывода"},"id":"8e8c1db6-17ae-4ade-8f68-6f8b3b260035"} [2022-12-21 16:18:04.038] [1030] [ws_rpc_session_0x21a1480 ] [E] on_read failed: Connection reset by peer. Stopping session... [2022-12-21 17:05:07.485] [1030] [ws_rpc_session_0x21a2240 ] [D] run [2022-12-21 17:05:07.486] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Connect", "params": {"ConnectionURI": "serial://ttyS0?timeout=2000&baudrate=115200"}, "id": "2fafc958-7410-4c67-bcca-c7b0fdbcd8f3"} [2022-12-21 17:05:07.487] [1035] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:07.487] [1035] [ci_kkt_device_1 ] [T] Set_ConnectionURI(serial://ttyS0?timeout=2000&baudrate=115200) [2022-12-21 17:05:07.487] [1035] [isConnectUriValid ] [I] io_url looks good [2022-12-21 17:05:07.487] [1035] [ci_kkt_device_1 ] [T] Set_ConnectionURI() ok [2022-12-21 17:05:07.487] [1035] [ci_kkt_device_1 ] [T] Connect() [2022-12-21 17:05:07.487] [1035] [createFromURI ] [I] io_url looks good: serial://ttyS0?timeout=2000&baudrate=115200 [2022-12-21 17:05:07.487] [1035] [createFromURI ] [I] type: serial [2022-12-21 17:05:07.487] [1035] [createFromURI ] [I] path: ttyS0 [2022-12-21 17:05:07.487] [1035] [getProtocolFromString ] [I] protocol v1 [2022-12-21 17:05:07.487] [1035] [getTimeout ] [I] timeout: 2000 [2022-12-21 17:05:07.487] [1035] [ProtocolV1_0x7f118c001400 ] [I] setTimeout(2000ms) [2022-12-21 17:05:07.487] [1035] [getCheckStateType ] [I] enq_mode: auto [2022-12-21 17:05:07.487] [1035] [ProtocolV1_0x7f11940017c0 ] [I] disconnect() [2022-12-21 17:05:07.488] [1035] [SerialIO_0x7f11940011c0 ] [I] close() [2022-12-21 17:05:07.488] [1035] [ProtocolV1_0x7f118c001400 ] [I] timeout: 2000 [2022-12-21 17:05:07.488] [1035] [SerialIO_0x7f118c000ee0 ] [I] IO timeout = 2000ms [2022-12-21 17:05:07.488] [1035] [SerialIO_0x7f118c000ee0 ] [I] port: /dev/ttyS0, baudrate: 115200, stop bits: OneStop, parity NoParity, flow control: NoFlowControl [2022-12-21 17:05:07.488] [1035] [SerialIO_0x7f118c000ee0 ] [I] open() true [2022-12-21 17:05:07.488] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 05 [2022-12-21 17:05:07.501] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 15 [2022-12-21 17:05:07.501] [1035] [ProtocolV1_0x7f118c001400 ] [I] connect() true [2022-12-21 17:05:07.501] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 01 FC FD [2022-12-21 17:05:07.521] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.523] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 13 FC 00 00 00 01 0E FA 00 D8 D2 [2022-12-21 17:05:07.524] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- D0 C8 D5 2D CC 2D 30 32 D4 C7 [2022-12-21 17:05:07.524] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.525] [1035] [ProtocolV1_0x7f118c001400 ] [D] command FC return code: 0 execution took 23ms [2022-12-21 17:05:07.525] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 1, succeed: 1, failed: 0, avg. exec time: 23ms [2022-12-21 17:05:07.525] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 05 11 01 00 00 00 15 [2022-12-21 17:05:07.541] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.544] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 30 11 00 01 43 33 86 DA [2022-12-21 17:05:07.545] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 0F 06 16 01 A4 06 92 02 04 [2022-12-21 17:05:07.546] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 00 03 4E 41 00 00 01 01 10 15 0C 16 11 [2022-12-21 17:05:07.547] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 04 1E 00 EE 30 00 00 03 01 00 00 00 [2022-12-21 17:05:07.548] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 00 E2 11 C7 12 7A 00 BC [2022-12-21 17:05:07.548] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.548] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 11 return code: 0 execution took 23ms [2022-12-21 17:05:07.548] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 2, succeed: 2, failed: 0, avg. exec time: 23ms [2022-12-21 17:05:07.549] [1035] [ci_kkt_device_1 ] [I] model: 250 [2022-12-21 17:05:07.549] [1035] [ci_kkt_device_1 ] [I] desciption: ШТРИХ-М-02Ф [2022-12-21 17:05:07.549] [1035] [ci_kkt_device_1 ] [I] fw_date: 2022-06-15 17:05:07 [2022-12-21 17:05:07.549] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 02 F7 01 F4 [2022-12-21 17:05:07.561] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.564] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 27 F7 00 5A A0 40 03 20 EC 01 00 [2022-12-21 17:05:07.565] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 0C 18 01 0C 10 00 00 00 00 00 00 1E 00 00 [2022-12-21 17:05:07.567] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 06 FF 00 48 40 B6 03 12 13 18 [2022-12-21 17:05:07.567] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 11 11 19 F7 [2022-12-21 17:05:07.567] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.567] [1035] [ProtocolV1_0x7f118c001400 ] [D] command F7 return code: 0 execution took 18ms [2022-12-21 17:05:07.567] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 3, succeed: 3, failed: 0, avg. exec time: 21ms [2022-12-21 17:05:07.567] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 01 FC FD [2022-12-21 17:05:07.581] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.584] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 13 FC 00 00 00 01 0E FA 00 D8 [2022-12-21 17:05:07.584] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- D2 D0 C8 D5 2D CC 2D 30 32 D4 C7 [2022-12-21 17:05:07.584] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.584] [1035] [ProtocolV1_0x7f118c001400 ] [D] command FC return code: 0 execution took 16ms [2022-12-21 17:05:07.584] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 4, succeed: 4, failed: 0, avg. exec time: 20ms [2022-12-21 17:05:07.584] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 05 11 1E 00 00 00 0A [2022-12-21 17:05:07.601] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.604] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 30 11 00 1E 43 33 86 DA 0F 06 [2022-12-21 17:05:07.605] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 16 01 A4 06 92 02 04 00 03 [2022-12-21 17:05:07.606] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 4E 41 00 00 01 01 10 15 0C 16 11 04 [2022-12-21 17:05:07.607] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 1E 00 EE 30 00 00 03 01 00 00 00 00 E2 [2022-12-21 17:05:07.609] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 11 C7 12 7A 00 A3 [2022-12-21 17:05:07.609] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.609] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 11 return code: 0 execution took 24ms [2022-12-21 17:05:07.609] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 5, succeed: 5, failed: 0, avg. exec time: 21ms [2022-12-21 17:05:07.609] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 26 1E 00 00 00 01 3F [2022-12-21 17:05:07.621] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.623] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 07 26 00 40 02 0C 13 08 74 [2022-12-21 17:05:07.624] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.624] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 26 return code: 0 execution took 14ms [2022-12-21 17:05:07.624] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 6, succeed: 6, failed: 0, avg. exec time: 20ms [2022-12-21 17:05:07.624] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 26 1E 00 00 00 02 3C [2022-12-21 17:05:07.641] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.643] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 07 26 00 40 02 18 19 08 6A [2022-12-21 17:05:07.644] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.644] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 26 return code: 0 execution took 19ms [2022-12-21 17:05:07.644] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 7, succeed: 7, failed: 0, avg. exec time: 20ms [2022-12-21 17:05:07.644] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 26 1E 00 00 00 03 3D [2022-12-21 17:05:07.661] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.663] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 07 26 00 40 02 0C 13 08 74 [2022-12-21 17:05:07.664] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.664] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 26 return code: 0 execution took 19ms [2022-12-21 17:05:07.664] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 8, succeed: 8, failed: 0, avg. exec time: 20ms [2022-12-21 17:05:07.664] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 26 1E 00 00 00 04 3A [2022-12-21 17:05:07.681] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.683] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 07 26 00 40 02 18 13 08 60 [2022-12-21 17:05:07.684] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.684] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 26 return code: 0 execution took 19ms [2022-12-21 17:05:07.684] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 9, succeed: 9, failed: 0, avg. exec time: 19ms [2022-12-21 17:05:07.684] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 26 1E 00 00 00 05 3B [2022-12-21 17:05:07.702] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.704] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 07 26 00 3A 02 0A 13 08 08 [2022-12-21 17:05:07.704] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.704] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 26 return code: 0 execution took 20ms [2022-12-21 17:05:07.704] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 10, succeed: 10, failed: 0, avg. exec time: 20ms [2022-12-21 17:05:07.704] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 26 1E 00 00 00 06 38 [2022-12-21 17:05:07.721] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.724] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 07 26 00 40 02 0C 13 08 74 [2022-12-21 17:05:07.724] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.724] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 26 return code: 0 execution took 19ms [2022-12-21 17:05:07.724] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 11, succeed: 11, failed: 0, avg. exec time: 19ms [2022-12-21 17:05:07.724] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 26 1E 00 00 00 07 39 [2022-12-21 17:05:07.741] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.744] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 07 26 00 40 02 0C 13 08 74 [2022-12-21 17:05:07.744] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.744] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 26 return code: 0 execution took 19ms [2022-12-21 17:05:07.744] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 12, succeed: 12, failed: 0, avg. exec time: 19ms [2022-12-21 17:05:07.744] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 26 1E 00 00 00 08 36 [2022-12-21 17:05:07.761] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.764] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 07 26 00 40 02 0C 23 08 44 [2022-12-21 17:05:07.764] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.764] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 26 return code: 0 execution took 20ms [2022-12-21 17:05:07.764] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 13, succeed: 13, failed: 0, avg. exec time: 19ms [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] device properties cached [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] name: ШТРИХ-М-02Ф [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] flags: 541097214386266 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] font1Width: 12 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] font2Width: 24 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] firstDrawLine: 1 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] innDigitCount: 12 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] rnmDigitCount: 16 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] longRnmDigitCount: 0 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] longSerialDigitCount: 0 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] defaultTaxPassword: 0 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] defaultAdminPassword: 30 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] bluetoothTableNumber: 0 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] taxFieldNumber: 6 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] maxCmdLength: 255 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] maxDrawLineWidth: 72 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] maxDrawLineWidth512: 64 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] maxDrawLineCount512: 950 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] FsTableNmb: 18 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] OfdTableNmb: 19 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] embeddedTableNmb: 24 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] FFDVersionTableNumber: 17 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] FFDVersionFieldNumber: 17 [2022-12-21 17:05:07.764] [1035] [DeviceProperties_0x7f118c001850 ] [D] fonts: 8 [2022-12-21 17:05:07.783] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 2D 1E 00 00 00 17 22 [2022-12-21 17:05:07.801] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.805] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 2D 2D 00 D3 C4 C0 CB C5 CD CD DB [2022-12-21 17:05:07.805] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- C9 20 CC CE CD C8 D2 CE D0 C8 [2022-12-21 17:05:07.807] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- CD C3 20 C8 20 C0 C4 CC C8 CD C8 D1 [2022-12-21 17:05:07.808] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- D2 D0 C8 D0 CE C2 C0 CD C8 C5 01 00 [2022-12-21 17:05:07.808] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 18 F5 [2022-12-21 17:05:07.808] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.808] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 2D return code: 0 execution took 25ms [2022-12-21 17:05:07.808] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 14, succeed: 14, failed: 0, avg. exec time: 20ms [2022-12-21 17:05:07.808] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 07 2E 1E 00 00 00 17 0B 2B [2022-12-21 17:05:07.821] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.843] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 2E 2E 00 55 49 4E 20 28 52 4F 29 [2022-12-21 17:05:07.844] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 00 00 00 00 00 00 00 00 [2022-12-21 17:05:07.845] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [2022-12-21 17:05:07.846] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 00 00 00 00 01 20 00 00 4F [2022-12-21 17:05:07.847] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.847] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 2E return code: 0 execution took 38ms [2022-12-21 17:05:07.847] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 15, succeed: 15, failed: 0, avg. exec time: 21ms [2022-12-21 17:05:07.847] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 09 1F 1E 00 00 00 17 01 00 0B 15 [2022-12-21 17:05:07.862] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.865] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 22 1F 00 32 30 30 31 34 38 31 34 00 [2022-12-21 17:05:07.866] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 00 00 00 00 00 00 00 [2022-12-21 17:05:07.867] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 00 00 00 00 00 00 00 00 00 00 [2022-12-21 17:05:07.867] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 37 [2022-12-21 17:05:07.867] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.867] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 1F return code: 0 execution took 20ms [2022-12-21 17:05:07.867] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 16, succeed: 16, failed: 0, avg. exec time: 21ms [2022-12-21 17:05:07.867] [1035] [DeviceProperties_0x7f118c001850 ] [I] UIN: 20014814 [2022-12-21 17:05:07.868] [1035] [DeviceProperties_0x7f118c001850 ] [D] isUM: false [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Connect() ok [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_CapGetShortECRStatus() [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_CapGetShortECRStatus() ->true [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_Connected() [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_Connected() ->true [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_Date() [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_Date() ->1671631470 [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() ->0 [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() ->Бумага есть [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRBuild() [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRBuild() ->55942 [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRFlags() [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRFlags() ->658 [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRMode() [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRMode() ->4 [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() ->0 [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() [2022-12-21 17:05:07.868] [1035] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() ->Закрытая смена [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() ->0 [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() ->1655301907 [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() ->C.3 [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() ->false [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() ->false [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() ->false [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FMBuild() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FMBuild() ->0 [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FMFlags() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FMFlags() ->0 [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FMOverflow() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FMOverflow() ->false [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FMSoftDate() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FMSoftDate() ->1451657107 [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() ->N.A [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() ->0 [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FreeRegistration() [2022-12-21 17:05:07.871] [1035] [ci_kkt_device_1 ] [T] Get_FreeRegistration() ->0 [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_INN() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_INN() ->524301046242 [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() ->false [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_LogicalNumber() [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_LogicalNumber() ->1 [2022-12-21 17:05:07.872] [1035] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() ->1700 [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_OperatorNumber() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_OperatorNumber() ->1 [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_PointPosition() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_PointPosition() ->true [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_PortNumber() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_PortNumber() ->3 [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_PresenterIn() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_PresenterIn() ->false [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_PresenterOut() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_PresenterOut() ->false [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() ->false [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() ->true [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() ->true [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() ->true [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() ->0 [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_ResultCode() ->0 [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибок нет [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_SerialNumber() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_SerialNumber() ->12526 [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_SessionNumber() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_SessionNumber() ->259 [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() ->false [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() [2022-12-21 17:05:07.873] [1035] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() ->false [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_Time() [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_Time() ->1671631470 [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_TimeStr() [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_TimeStr() ->17:04:30 [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UCodePage() [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UCodePage() ->0 [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UDescription() [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UDescription() ->ШТРИХ-М-02Ф [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UMajorProtocolVersion() [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UMajorProtocolVersion() ->1 [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UMajorType() [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UMajorType() ->0 [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UMinorProtocolVersion() [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UMinorProtocolVersion() ->14 [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UMinorType() [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UMinorType() ->0 [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UModel() [2022-12-21 17:05:07.874] [1035] [ci_kkt_device_1 ] [T] Get_UModel() ->250 [2022-12-21 17:05:07.875] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"CapGetShortECRStatus":true,"Connected":true,"Date":1671631470,"ECRAdvancedMode":0,"ECRAdvancedModeDescription":"Бумага есть","ECRBuild":55942,"ECRFlags":658,"ECRMode":4,"ECRMode8Status":0,"ECRModeDescription":"Закрытая смена","ECRModeStatus":0,"ECRSoftDate":1655301907,"ECRSoftVersion":"C.3","EKLZIsPresent":false,"FM1IsPresent":false,"FM2IsPresent":false,"FMBuild":0,"FMFlags":0,"FMOverflow":false,"FMSoftDate":1451657107,"FMSoftVersion":"N.A","FreeRecordInFM":0,"FreeRegistration":0,"INN":"524301046242","IsBatteryLow":false,"IsDrawerOpen":false,"IsEKLZOverflow":false,"IsFM24HoursOver":false,"IsFMSessionOpen":false,"IsLastFMRecordCorrupted":false,"IsPrinterLeftSensorFailure":false,"IsPrinterRightSensorFailure":false,"JournalRibbonIsPresent":false,"JournalRibbonLever":false,"JournalRibbonOpticalSensor":false,"LicenseIsPresent":false,"LidPositionSensor":false,"LogicalNumber":1,"OpenDocumentNumber":1700,"OperatorNumber":1,"PointPosition":true,"PortNumber":3,"PresenterIn":false,"PresenterOut":false,"QuantityPointPosition":false,"ReceiptRibbonIsPresent":true,"ReceiptRibbonLever":true,"ReceiptRibbonOpticalSensor":true,"RegistrationNumber":0,"ResultCode":0,"ResultCodeDescription":"Ошибок нет","SerialNumber":"12526","SessionNumber":259,"SlipDocumentIsMoving":false,"SlipDocumentIsPresent":false,"Time":1671631470,"TimeStr":"17:04:30","UCodePage":0,"UDescription":"ШТРИХ-М-02Ф","UMajorProtocolVersion":1,"UMajorType":0,"UMinorProtocolVersion":14,"UMinorType":0,"UModel":250},"id":"2fafc958-7410-4c67-bcca-c7b0fdbcd8f3"} [2022-12-21 17:05:07.877] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "GetECRStatus", "params": {"Password": 30}, "id": "7e55fabf-9e2b-4f67-807e-d3ece7df0a76"} [2022-12-21 17:05:07.878] [1036] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:07.878] [1036] [ci_kkt_device_1 ] [T] Set_Password(30) [2022-12-21 17:05:07.878] [1036] [ci_kkt_device_1 ] [T] Set_Password() ok [2022-12-21 17:05:07.878] [1036] [ci_kkt_device_1 ] [T] GetECRStatus() [2022-12-21 17:05:07.878] [1036] [SerialIO_0x7f118c000ee0 ] [D] -> 02 05 11 1E 00 00 00 0A [2022-12-21 17:05:07.881] [1036] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.885] [1036] [SerialIO_0x7f118c000ee0 ] [D] <- 02 30 11 00 1E 43 33 86 DA 0F 06 16 [2022-12-21 17:05:07.886] [1036] [SerialIO_0x7f118c000ee0 ] [D] <- 01 A4 06 92 02 04 00 03 4E 41 [2022-12-21 17:05:07.887] [1036] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 01 01 10 15 0C 16 11 04 1F 00 EE [2022-12-21 17:05:07.888] [1036] [SerialIO_0x7f118c000ee0 ] [D] <- 30 00 00 03 01 00 00 00 00 E2 11 C7 [2022-12-21 17:05:07.889] [1036] [SerialIO_0x7f118c000ee0 ] [D] <- 12 7A 00 A2 [2022-12-21 17:05:07.889] [1036] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.889] [1036] [ProtocolV1_0x7f118c001400 ] [D] command 11 return code: 0 execution took 10ms [2022-12-21 17:05:07.889] [1036] [ProtocolV1_0x7f118c001400 ] [D] commands total: 17, succeed: 17, failed: 0, avg. exec time: 20ms [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] GetECRStatus() ok [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_Date() [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_Date() ->1671631471 [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() ->0 [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() ->Бумага есть [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_ECRBuild() [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_ECRBuild() ->55942 [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_ECRFlags() [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_ECRFlags() ->658 [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_ECRMode() [2022-12-21 17:05:07.889] [1036] [ci_kkt_device_1 ] [T] Get_ECRMode() ->4 [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() ->0 [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() ->Закрытая смена [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() ->0 [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() ->1655301907 [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() ->C.3 [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() ->false [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() ->false [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() ->false [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FMBuild() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FMBuild() ->0 [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FMFlags() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FMFlags() ->0 [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FMOverflow() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FMOverflow() ->false [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FMSoftDate() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FMSoftDate() ->1451657107 [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() ->N.A [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() ->0 [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FreeRegistration() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_FreeRegistration() ->0 [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_INN() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_INN() ->524301046242 [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() [2022-12-21 17:05:07.890] [1036] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() ->false [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_LogicalNumber() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_LogicalNumber() ->1 [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() ->1700 [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_OperatorNumber() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_OperatorNumber() ->30 [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_PointPosition() [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_PointPosition() ->true [2022-12-21 17:05:07.891] [1036] [ci_kkt_device_1 ] [T] Get_PortNumber() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_PortNumber() ->3 [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_PresenterIn() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_PresenterIn() ->false [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_PresenterOut() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_PresenterOut() ->false [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() ->false [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() ->true [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() ->true [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() ->true [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() ->0 [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_ResultCode() ->0 [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибок нет [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_SerialNumber() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_SerialNumber() ->12526 [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_SessionNumber() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_SessionNumber() ->259 [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() ->false [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() ->false [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_Time() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_Time() ->1671631471 [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_TimeStr() [2022-12-21 17:05:07.892] [1036] [ci_kkt_device_1 ] [T] Get_TimeStr() ->17:04:31 [2022-12-21 17:05:07.893] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"Date":1671631471,"ECRAdvancedMode":0,"ECRAdvancedModeDescription":"Бумага есть","ECRBuild":55942,"ECRFlags":658,"ECRMode":4,"ECRMode8Status":0,"ECRModeDescription":"Закрытая смена","ECRModeStatus":0,"ECRSoftDate":1655301907,"ECRSoftVersion":"C.3","EKLZIsPresent":false,"FM1IsPresent":false,"FM2IsPresent":false,"FMBuild":0,"FMFlags":0,"FMOverflow":false,"FMSoftDate":1451657107,"FMSoftVersion":"N.A","FreeRecordInFM":0,"FreeRegistration":0,"INN":"524301046242","IsBatteryLow":false,"IsDrawerOpen":false,"IsEKLZOverflow":false,"IsFM24HoursOver":false,"IsFMSessionOpen":false,"IsLastFMRecordCorrupted":false,"IsPrinterLeftSensorFailure":false,"IsPrinterRightSensorFailure":false,"JournalRibbonIsPresent":false,"JournalRibbonLever":false,"JournalRibbonOpticalSensor":false,"LicenseIsPresent":false,"LidPositionSensor":false,"LogicalNumber":1,"OpenDocumentNumber":1700,"OperatorNumber":30,"PointPosition":true,"PortNumber":3,"PresenterIn":false,"PresenterOut":false,"QuantityPointPosition":false,"ReceiptRibbonIsPresent":true,"ReceiptRibbonLever":true,"ReceiptRibbonOpticalSensor":true,"RegistrationNumber":0,"ResultCode":0,"ResultCodeDescription":"Ошибок нет","SerialNumber":"12526","SessionNumber":259,"SlipDocumentIsMoving":false,"SlipDocumentIsPresent":false,"Time":1671631471,"TimeStr":"17:04:31"},"id":"7e55fabf-9e2b-4f67-807e-d3ece7df0a76"} [2022-12-21 17:05:07.896] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "OpenSession", "params": {"Password": 30}, "id": "e04c0572-8162-42cb-a4a4-e18a9ba57957"} [2022-12-21 17:05:07.896] [1037] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:07.896] [1037] [ci_kkt_device_1 ] [T] Set_Password(30) [2022-12-21 17:05:07.896] [1037] [ci_kkt_device_1 ] [T] Set_Password() ok [2022-12-21 17:05:07.896] [1037] [ci_kkt_device_1 ] [T] OpenSession() [2022-12-21 17:05:07.896] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 2D 1E 00 00 00 19 2C [2022-12-21 17:05:07.901] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.905] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 02 2D 2D 00 D4 C8 D1 CA C0 CB C8 C7 C0 D6 [2022-12-21 17:05:07.906] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- C8 DF 00 00 00 00 00 00 00 00 00 00 [2022-12-21 17:05:07.907] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 00 00 00 00 00 00 00 00 00 [2022-12-21 17:05:07.908] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 00 00 00 01 00 1F [2022-12-21 17:05:07.908] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 1C [2022-12-21 17:05:07.908] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.908] [1037] [ProtocolV1_0x7f118c001400 ] [D] command 2D return code: 0 execution took 12ms [2022-12-21 17:05:07.908] [1037] [ProtocolV1_0x7f118c001400 ] [D] commands total: 18, succeed: 18, failed: 0, avg. exec time: 20ms [2022-12-21 17:05:07.908] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 02 07 2E 1E 00 00 00 19 01 2F [2022-12-21 17:05:07.921] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.925] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 02 2E 2E 00 31 30 34 38 00 00 00 00 [2022-12-21 17:05:07.925] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 00 00 00 00 00 00 [2022-12-21 17:05:07.926] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 00 00 00 00 00 00 00 00 00 [2022-12-21 17:05:07.927] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 00 00 00 00 00 00 [2022-12-21 17:05:07.928] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 01 80 00 00 8C [2022-12-21 17:05:07.928] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.928] [1037] [ProtocolV1_0x7f118c001400 ] [D] command 2E return code: 0 execution took 20ms [2022-12-21 17:05:07.928] [1037] [ProtocolV1_0x7f118c001400 ] [D] commands total: 19, succeed: 19, failed: 0, avg. exec time: 20ms [2022-12-21 17:05:07.928] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 02 89 1E 1E 00 00 00 19 01 00 01 66 72 5F 64 72 76 5F 6E 67 20 31 2E 36 2E 30 2E 33 39 38 20 32 30 32 32 2D 31 32 2D 32 31 54 31 34 3A 30 35 3A 30 37 5A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 CD [2022-12-21 17:05:07.963] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:07.981] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 02 02 1E 00 1C [2022-12-21 17:05:07.981] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:07.982] [1037] [ProtocolV1_0x7f118c001400 ] [D] command 1E return code: 0 execution took 53ms [2022-12-21 17:05:07.982] [1037] [ProtocolV1_0x7f118c001400 ] [D] commands total: 20, succeed: 20, failed: 0, avg. exec time: 22ms [2022-12-21 17:05:07.982] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 02 05 E0 1E 00 00 00 FB [2022-12-21 17:05:08.001] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:08.805] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 02 03 E0 00 1E FD [2022-12-21 17:05:08.805] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:08.805] [1037] [ProtocolV1_0x7f118c001400 ] [D] command E0 return code: 0 execution took 823ms [2022-12-21 17:05:08.805] [1037] [ProtocolV1_0x7f118c001400 ] [D] commands total: 21, succeed: 21, failed: 0, avg. exec time: 60ms [2022-12-21 17:05:08.805] [1037] [ci_kkt_device_1 ] [T] OpenSession() ok [2022-12-21 17:05:08.805] [1037] [ci_kkt_device_1 ] [T] Get_OperatorNumber() [2022-12-21 17:05:08.805] [1037] [ci_kkt_device_1 ] [T] Get_OperatorNumber() ->30 [2022-12-21 17:05:08.806] [1037] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:08.806] [1037] [ci_kkt_device_1 ] [T] Get_ResultCode() ->0 [2022-12-21 17:05:08.806] [1037] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:08.806] [1037] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибок нет [2022-12-21 17:05:08.806] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"OperatorNumber":30,"ResultCode":0,"ResultCodeDescription":"Ошибок нет"},"id":"e04c0572-8162-42cb-a4a4-e18a9ba57957"} [2022-12-21 17:05:08.808] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "GetECRStatus", "params": {"Password": 30}, "id": "f8863d89-70dc-4b23-b509-335ba2f256ff"} [2022-12-21 17:05:08.808] [1038] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:08.808] [1038] [ci_kkt_device_1 ] [T] Set_Password(30) [2022-12-21 17:05:08.808] [1038] [ci_kkt_device_1 ] [T] Set_Password() ok [2022-12-21 17:05:08.808] [1038] [ci_kkt_device_1 ] [T] GetECRStatus() [2022-12-21 17:05:08.808] [1038] [SerialIO_0x7f118c000ee0 ] [D] -> 02 05 11 1E 00 00 00 0A [2022-12-21 17:05:08.811] [1038] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:08.819] [1038] [SerialIO_0x7f118c000ee0 ] [D] <- 02 30 11 00 1E 43 33 86 DA 0F 06 16 [2022-12-21 17:05:08.820] [1038] [SerialIO_0x7f118c000ee0 ] [D] <- 01 A4 06 92 02 02 05 03 4E 41 00 00 [2022-12-21 17:05:08.821] [1038] [SerialIO_0x7f118c000ee0 ] [D] <- 01 01 10 15 0C 16 11 04 [2022-12-21 17:05:08.822] [1038] [SerialIO_0x7f118c000ee0 ] [D] <- 20 00 EE 30 00 00 03 01 00 [2022-12-21 17:05:08.823] [1038] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 E2 11 C7 12 7A 00 [2022-12-21 17:05:08.823] [1038] [SerialIO_0x7f118c000ee0 ] [D] <- 9E [2022-12-21 17:05:08.823] [1038] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:08.823] [1038] [ProtocolV1_0x7f118c001400 ] [D] command 11 return code: 0 execution took 14ms [2022-12-21 17:05:08.823] [1038] [ProtocolV1_0x7f118c001400 ] [D] commands total: 22, succeed: 22, failed: 0, avg. exec time: 58ms [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] GetECRStatus() ok [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_Date() [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_Date() ->1671631472 [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() ->5 [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() ->Фаза печати операции [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_ECRBuild() [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_ECRBuild() ->55942 [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_ECRFlags() [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_ECRFlags() ->658 [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_ECRMode() [2022-12-21 17:05:08.823] [1038] [ci_kkt_device_1 ] [T] Get_ECRMode() ->2 [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() ->0 [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() ->Открытая смена; 24 часа не кончились [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() ->0 [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() ->1655301908 [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() ->C.3 [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() ->false [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() ->false [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() ->false [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FMBuild() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FMBuild() ->0 [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FMFlags() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FMFlags() ->0 [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FMOverflow() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FMOverflow() ->false [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FMSoftDate() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FMSoftDate() ->1451657108 [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() ->N.A [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() ->0 [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FreeRegistration() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_FreeRegistration() ->0 [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_INN() [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_INN() ->524301046242 [2022-12-21 17:05:08.824] [1038] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() ->false [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_LogicalNumber() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_LogicalNumber() ->1 [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() ->1700 [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_OperatorNumber() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_OperatorNumber() ->30 [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_PointPosition() [2022-12-21 17:05:08.825] [1038] [ci_kkt_device_1 ] [T] Get_PointPosition() ->true [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_PortNumber() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_PortNumber() ->3 [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_PresenterIn() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_PresenterIn() ->false [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_PresenterOut() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_PresenterOut() ->false [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() ->false [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() ->true [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() ->true [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() ->true [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() ->0 [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_ResultCode() ->0 [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибок нет [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_SerialNumber() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_SerialNumber() ->12526 [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_SessionNumber() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_SessionNumber() ->259 [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() ->false [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() ->false [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_Time() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_Time() ->1671631472 [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_TimeStr() [2022-12-21 17:05:08.826] [1038] [ci_kkt_device_1 ] [T] Get_TimeStr() ->17:04:32 [2022-12-21 17:05:08.827] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"Date":1671631472,"ECRAdvancedMode":5,"ECRAdvancedModeDescription":"Фаза печати операции","ECRBuild":55942,"ECRFlags":658,"ECRMode":2,"ECRMode8Status":0,"ECRModeDescription":"Открытая смена; 24 часа не кончились","ECRModeStatus":0,"ECRSoftDate":1655301908,"ECRSoftVersion":"C.3","EKLZIsPresent":false,"FM1IsPresent":false,"FM2IsPresent":false,"FMBuild":0,"FMFlags":0,"FMOverflow":false,"FMSoftDate":1451657108,"FMSoftVersion":"N.A","FreeRecordInFM":0,"FreeRegistration":0,"INN":"524301046242","IsBatteryLow":false,"IsDrawerOpen":false,"IsEKLZOverflow":false,"IsFM24HoursOver":false,"IsFMSessionOpen":false,"IsLastFMRecordCorrupted":false,"IsPrinterLeftSensorFailure":false,"IsPrinterRightSensorFailure":false,"JournalRibbonIsPresent":false,"JournalRibbonLever":false,"JournalRibbonOpticalSensor":false,"LicenseIsPresent":false,"LidPositionSensor":false,"LogicalNumber":1,"OpenDocumentNumber":1700,"OperatorNumber":30,"PointPosition":true,"PortNumber":3,"PresenterIn":false,"PresenterOut":false,"QuantityPointPosition":false,"ReceiptRibbonIsPresent":true,"ReceiptRibbonLever":true,"ReceiptRibbonOpticalSensor":true,"RegistrationNumber":0,"ResultCode":0,"ResultCodeDescription":"Ошибок нет","SerialNumber":"12526","SessionNumber":259,"SlipDocumentIsMoving":false,"SlipDocumentIsPresent":false,"Time":1671631472,"TimeStr":"17:04:32"},"id":"f8863d89-70dc-4b23-b509-335ba2f256ff"} [2022-12-21 17:05:08.930] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "GetECRStatus", "params": {"Password": 30}, "id": "4738a055-32b5-4363-9a7e-5d6c4f255be4"} [2022-12-21 17:05:08.930] [1039] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:08.930] [1039] [ci_kkt_device_1 ] [T] Set_Password(30) [2022-12-21 17:05:08.931] [1039] [ci_kkt_device_1 ] [T] Set_Password() ok [2022-12-21 17:05:08.931] [1039] [ci_kkt_device_1 ] [T] GetECRStatus() [2022-12-21 17:05:08.931] [1039] [SerialIO_0x7f118c000ee0 ] [D] -> 02 05 11 1E 00 00 00 0A [2022-12-21 17:05:08.944] [1039] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:08.947] [1039] [SerialIO_0x7f118c000ee0 ] [D] <- 02 30 11 00 1E 43 33 86 DA 0F 06 [2022-12-21 17:05:08.949] [1039] [SerialIO_0x7f118c000ee0 ] [D] <- 16 01 A4 06 92 02 02 05 03 4E 41 [2022-12-21 17:05:08.949] [1039] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 01 01 10 15 0C 16 11 04 20 00 [2022-12-21 17:05:08.951] [1039] [SerialIO_0x7f118c000ee0 ] [D] <- EE 30 00 00 03 01 00 00 00 00 E2 11 [2022-12-21 17:05:08.951] [1039] [SerialIO_0x7f118c000ee0 ] [D] <- C7 12 7A 00 9E [2022-12-21 17:05:08.951] [1039] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:08.952] [1039] [ProtocolV1_0x7f118c001400 ] [D] command 11 return code: 0 execution took 20ms [2022-12-21 17:05:08.952] [1039] [ProtocolV1_0x7f118c001400 ] [D] commands total: 23, succeed: 23, failed: 0, avg. exec time: 56ms [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] GetECRStatus() ok [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_Date() [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_Date() ->1671631472 [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() ->5 [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() ->Фаза печати операции [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRBuild() [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRBuild() ->55942 [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRFlags() [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRFlags() ->658 [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRMode() [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRMode() ->2 [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() ->0 [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() ->Открытая смена; 24 часа не кончились [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() ->0 [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() ->1655301908 [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() [2022-12-21 17:05:08.952] [1039] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() ->C.3 [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() ->false [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() ->false [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() ->false [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FMBuild() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FMBuild() ->0 [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FMFlags() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FMFlags() ->0 [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FMOverflow() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FMOverflow() ->false [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FMSoftDate() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FMSoftDate() ->1451657108 [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() ->N.A [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() ->0 [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FreeRegistration() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_FreeRegistration() ->0 [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_INN() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_INN() ->524301046242 [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() ->false [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() ->false [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() ->false [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() ->false [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() ->false [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() [2022-12-21 17:05:08.953] [1039] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() ->false [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() ->false [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() ->false [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() ->false [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() ->false [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() ->false [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() ->false [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() ->false [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_LogicalNumber() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_LogicalNumber() ->1 [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() ->1700 [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_OperatorNumber() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_OperatorNumber() ->30 [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_PointPosition() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_PointPosition() ->true [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_PortNumber() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_PortNumber() ->3 [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_PresenterIn() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_PresenterIn() ->false [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_PresenterOut() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_PresenterOut() ->false [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() ->false [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() ->true [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() [2022-12-21 17:05:08.954] [1039] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() ->true [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() ->true [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() ->0 [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_ResultCode() ->0 [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибок нет [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_SerialNumber() [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_SerialNumber() ->12526 [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_SessionNumber() [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_SessionNumber() ->259 [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() ->false [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() ->false [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_Time() [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_Time() ->1671631472 [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_TimeStr() [2022-12-21 17:05:08.955] [1039] [ci_kkt_device_1 ] [T] Get_TimeStr() ->17:04:32 [2022-12-21 17:05:08.955] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"Date":1671631472,"ECRAdvancedMode":5,"ECRAdvancedModeDescription":"Фаза печати операции","ECRBuild":55942,"ECRFlags":658,"ECRMode":2,"ECRMode8Status":0,"ECRModeDescription":"Открытая смена; 24 часа не кончились","ECRModeStatus":0,"ECRSoftDate":1655301908,"ECRSoftVersion":"C.3","EKLZIsPresent":false,"FM1IsPresent":false,"FM2IsPresent":false,"FMBuild":0,"FMFlags":0,"FMOverflow":false,"FMSoftDate":1451657108,"FMSoftVersion":"N.A","FreeRecordInFM":0,"FreeRegistration":0,"INN":"524301046242","IsBatteryLow":false,"IsDrawerOpen":false,"IsEKLZOverflow":false,"IsFM24HoursOver":false,"IsFMSessionOpen":false,"IsLastFMRecordCorrupted":false,"IsPrinterLeftSensorFailure":false,"IsPrinterRightSensorFailure":false,"JournalRibbonIsPresent":false,"JournalRibbonLever":false,"JournalRibbonOpticalSensor":false,"LicenseIsPresent":false,"LidPositionSensor":false,"LogicalNumber":1,"OpenDocumentNumber":1700,"OperatorNumber":30,"PointPosition":true,"PortNumber":3,"PresenterIn":false,"PresenterOut":false,"QuantityPointPosition":false,"ReceiptRibbonIsPresent":true,"ReceiptRibbonLever":true,"ReceiptRibbonOpticalSensor":true,"RegistrationNumber":0,"ResultCode":0,"ResultCodeDescription":"Ошибок нет","SerialNumber":"12526","SessionNumber":259,"SlipDocumentIsMoving":false,"SlipDocumentIsPresent":false,"Time":1671631472,"TimeStr":"17:04:32"},"id":"4738a055-32b5-4363-9a7e-5d6c4f255be4"} [2022-12-21 17:05:09.059] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "GetECRStatus", "params": {"Password": 30}, "id": "1c40deca-08c0-4b8e-9a1d-05e1cea5954c"} [2022-12-21 17:05:09.059] [1040] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:09.059] [1040] [ci_kkt_device_1 ] [T] Set_Password(30) [2022-12-21 17:05:09.060] [1040] [ci_kkt_device_1 ] [T] Set_Password() ok [2022-12-21 17:05:09.060] [1040] [ci_kkt_device_1 ] [T] GetECRStatus() [2022-12-21 17:05:09.060] [1040] [SerialIO_0x7f118c000ee0 ] [D] -> 02 05 11 1E 00 00 00 0A [2022-12-21 17:05:09.064] [1040] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:09.068] [1040] [SerialIO_0x7f118c000ee0 ] [D] <- 02 30 11 00 1E 43 33 86 DA 0F 06 16 [2022-12-21 17:05:09.068] [1040] [SerialIO_0x7f118c000ee0 ] [D] <- 01 A5 06 92 02 02 05 03 4E 41 [2022-12-21 17:05:09.069] [1040] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 01 01 10 15 0C 16 11 04 [2022-12-21 17:05:09.071] [1040] [SerialIO_0x7f118c000ee0 ] [D] <- 20 00 EE 30 00 00 03 01 00 [2022-12-21 17:05:09.071] [1040] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 00 E2 11 C7 12 7A 00 9F [2022-12-21 17:05:09.071] [1040] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:09.071] [1040] [ProtocolV1_0x7f118c001400 ] [D] command 11 return code: 0 execution took 11ms [2022-12-21 17:05:09.072] [1040] [ProtocolV1_0x7f118c001400 ] [D] commands total: 24, succeed: 24, failed: 0, avg. exec time: 54ms [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] GetECRStatus() ok [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_Date() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_Date() ->1671631472 [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() ->5 [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() ->Фаза печати операции [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRBuild() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRBuild() ->55942 [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRFlags() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRFlags() ->658 [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRMode() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRMode() ->2 [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() ->0 [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() ->Открытая смена; 24 часа не кончились [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() ->0 [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() ->1655301909 [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() ->C.3 [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() [2022-12-21 17:05:09.072] [1040] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() ->false [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() ->false [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() ->false [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FMBuild() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FMBuild() ->0 [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FMFlags() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FMFlags() ->0 [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FMOverflow() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FMOverflow() ->false [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FMSoftDate() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FMSoftDate() ->1451657109 [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() ->N.A [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() ->0 [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FreeRegistration() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_FreeRegistration() ->0 [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_INN() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_INN() ->524301046242 [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() ->false [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() ->false [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() ->false [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() ->false [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() ->false [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() ->false [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() [2022-12-21 17:05:09.073] [1040] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() ->false [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() ->false [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() ->false [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() ->false [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() ->false [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() ->false [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() ->false [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_LogicalNumber() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_LogicalNumber() ->1 [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() ->1701 [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_OperatorNumber() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_OperatorNumber() ->30 [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_PointPosition() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_PointPosition() ->true [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_PortNumber() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_PortNumber() ->3 [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_PresenterIn() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_PresenterIn() ->false [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_PresenterOut() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_PresenterOut() ->false [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() ->false [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() ->true [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() ->true [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() [2022-12-21 17:05:09.074] [1040] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() ->true [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() ->0 [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_ResultCode() ->0 [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибок нет [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_SerialNumber() [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_SerialNumber() ->12526 [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_SessionNumber() [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_SessionNumber() ->259 [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() ->false [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() ->false [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_Time() [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_Time() ->1671631472 [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_TimeStr() [2022-12-21 17:05:09.075] [1040] [ci_kkt_device_1 ] [T] Get_TimeStr() ->17:04:32 [2022-12-21 17:05:09.075] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"Date":1671631472,"ECRAdvancedMode":5,"ECRAdvancedModeDescription":"Фаза печати операции","ECRBuild":55942,"ECRFlags":658,"ECRMode":2,"ECRMode8Status":0,"ECRModeDescription":"Открытая смена; 24 часа не кончились","ECRModeStatus":0,"ECRSoftDate":1655301909,"ECRSoftVersion":"C.3","EKLZIsPresent":false,"FM1IsPresent":false,"FM2IsPresent":false,"FMBuild":0,"FMFlags":0,"FMOverflow":false,"FMSoftDate":1451657109,"FMSoftVersion":"N.A","FreeRecordInFM":0,"FreeRegistration":0,"INN":"524301046242","IsBatteryLow":false,"IsDrawerOpen":false,"IsEKLZOverflow":false,"IsFM24HoursOver":false,"IsFMSessionOpen":false,"IsLastFMRecordCorrupted":false,"IsPrinterLeftSensorFailure":false,"IsPrinterRightSensorFailure":false,"JournalRibbonIsPresent":false,"JournalRibbonLever":false,"JournalRibbonOpticalSensor":false,"LicenseIsPresent":false,"LidPositionSensor":false,"LogicalNumber":1,"OpenDocumentNumber":1701,"OperatorNumber":30,"PointPosition":true,"PortNumber":3,"PresenterIn":false,"PresenterOut":false,"QuantityPointPosition":false,"ReceiptRibbonIsPresent":true,"ReceiptRibbonLever":true,"ReceiptRibbonOpticalSensor":true,"RegistrationNumber":0,"ResultCode":0,"ResultCodeDescription":"Ошибок нет","SerialNumber":"12526","SessionNumber":259,"SlipDocumentIsMoving":false,"SlipDocumentIsPresent":false,"Time":1671631472,"TimeStr":"17:04:32"},"id":"1c40deca-08c0-4b8e-9a1d-05e1cea5954c"} [2022-12-21 17:05:09.179] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "GetECRStatus", "params": {"Password": 30}, "id": "d0bcd35a-1533-468c-84e9-7753c9101f14"} [2022-12-21 17:05:09.179] [1041] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:09.179] [1041] [ci_kkt_device_1 ] [T] Set_Password(30) [2022-12-21 17:05:09.179] [1041] [ci_kkt_device_1 ] [T] Set_Password() ok [2022-12-21 17:05:09.179] [1041] [ci_kkt_device_1 ] [T] GetECRStatus() [2022-12-21 17:05:09.179] [1041] [SerialIO_0x7f118c000ee0 ] [D] -> 02 05 11 1E 00 00 00 0A [2022-12-21 17:05:09.719] [1041] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:09.767] [1041] [SerialIO_0x7f118c000ee0 ] [D] <- 02 30 11 00 1E 43 33 86 DA 0F 06 16 [2022-12-21 17:05:09.768] [1041] [SerialIO_0x7f118c000ee0 ] [D] <- 01 A5 06 92 02 02 00 03 4E 41 00 00 [2022-12-21 17:05:09.769] [1041] [SerialIO_0x7f118c000ee0 ] [D] <- 01 01 10 15 0C 16 11 04 21 00 EE [2022-12-21 17:05:09.769] [1041] [SerialIO_0x7f118c000ee0 ] [D] <- 30 00 00 03 01 00 00 00 00 E2 11 [2022-12-21 17:05:09.771] [1041] [SerialIO_0x7f118c000ee0 ] [D] <- C7 12 7A 00 9B [2022-12-21 17:05:09.771] [1041] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:09.771] [1041] [ProtocolV1_0x7f118c001400 ] [D] command 11 return code: 0 execution took 592ms [2022-12-21 17:05:09.772] [1041] [ProtocolV1_0x7f118c001400 ] [D] commands total: 25, succeed: 25, failed: 0, avg. exec time: 76ms [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] GetECRStatus() ok [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_Date() [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_Date() ->1671631473 [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRAdvancedMode() ->0 [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRAdvancedModeDescription() ->Бумага есть [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRBuild() [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRBuild() ->55942 [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRFlags() [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRFlags() ->658 [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRMode() [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRMode() ->2 [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRMode8Status() ->0 [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRModeDescription() ->Открытая смена; 24 часа не кончились [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRModeStatus() ->0 [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRSoftDate() ->1655301909 [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_ECRSoftVersion() ->C.3 [2022-12-21 17:05:09.772] [1041] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_EKLZIsPresent() ->false [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FM1IsPresent() ->false [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FM2IsPresent() ->false [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FMBuild() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FMBuild() ->0 [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FMFlags() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FMFlags() ->0 [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FMOverflow() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FMOverflow() ->false [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FMSoftDate() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FMSoftDate() ->1451657109 [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FMSoftVersion() ->N.A [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FreeRecordInFM() ->0 [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FreeRegistration() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_FreeRegistration() ->0 [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_INN() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_INN() ->524301046242 [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsBatteryLow() ->false [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsDrawerOpen() ->false [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsEKLZOverflow() ->false [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsFM24HoursOver() ->false [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsFMSessionOpen() ->false [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsLastFMRecordCorrupted() ->false [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() [2022-12-21 17:05:09.773] [1041] [ci_kkt_device_1 ] [T] Get_IsPrinterLeftSensorFailure() ->false [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_IsPrinterRightSensorFailure() ->false [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_JournalRibbonIsPresent() ->false [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_JournalRibbonLever() ->false [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_JournalRibbonOpticalSensor() ->false [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_LicenseIsPresent() ->false [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_LidPositionSensor() ->false [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_LogicalNumber() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_LogicalNumber() ->1 [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_OpenDocumentNumber() ->1701 [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_OperatorNumber() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_OperatorNumber() ->30 [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_PointPosition() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_PointPosition() ->true [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_PortNumber() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_PortNumber() ->3 [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_PresenterIn() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_PresenterIn() ->false [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_PresenterOut() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_PresenterOut() ->false [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_QuantityPointPosition() ->false [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonIsPresent() ->true [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonLever() ->true [2022-12-21 17:05:09.774] [1041] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_ReceiptRibbonOpticalSensor() ->true [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_RegistrationNumber() ->0 [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_ResultCode() ->0 [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибок нет [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_SerialNumber() [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_SerialNumber() ->12526 [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_SessionNumber() [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_SessionNumber() ->259 [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsMoving() ->false [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_SlipDocumentIsPresent() ->false [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_Time() [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_Time() ->1671631473 [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_TimeStr() [2022-12-21 17:05:09.775] [1041] [ci_kkt_device_1 ] [T] Get_TimeStr() ->17:04:33 [2022-12-21 17:05:09.775] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"Date":1671631473,"ECRAdvancedMode":0,"ECRAdvancedModeDescription":"Бумага есть","ECRBuild":55942,"ECRFlags":658,"ECRMode":2,"ECRMode8Status":0,"ECRModeDescription":"Открытая смена; 24 часа не кончились","ECRModeStatus":0,"ECRSoftDate":1655301909,"ECRSoftVersion":"C.3","EKLZIsPresent":false,"FM1IsPresent":false,"FM2IsPresent":false,"FMBuild":0,"FMFlags":0,"FMOverflow":false,"FMSoftDate":1451657109,"FMSoftVersion":"N.A","FreeRecordInFM":0,"FreeRegistration":0,"INN":"524301046242","IsBatteryLow":false,"IsDrawerOpen":false,"IsEKLZOverflow":false,"IsFM24HoursOver":false,"IsFMSessionOpen":false,"IsLastFMRecordCorrupted":false,"IsPrinterLeftSensorFailure":false,"IsPrinterRightSensorFailure":false,"JournalRibbonIsPresent":false,"JournalRibbonLever":false,"JournalRibbonOpticalSensor":false,"LicenseIsPresent":false,"LidPositionSensor":false,"LogicalNumber":1,"OpenDocumentNumber":1701,"OperatorNumber":30,"PointPosition":true,"PortNumber":3,"PresenterIn":false,"PresenterOut":false,"QuantityPointPosition":false,"ReceiptRibbonIsPresent":true,"ReceiptRibbonLever":true,"ReceiptRibbonOpticalSensor":true,"RegistrationNumber":0,"ResultCode":0,"ResultCodeDescription":"Ошибок нет","SerialNumber":"12526","SessionNumber":259,"SlipDocumentIsMoving":false,"SlipDocumentIsPresent":false,"Time":1671631473,"TimeStr":"17:04:33"},"id":"d0bcd35a-1533-468c-84e9-7753c9101f14"} [2022-12-21 17:05:09.778] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "OpenCheck", "params": {"CheckType": 0, "Password": 30}, "id": "b1ef7036-62ae-4ef5-a235-c58c3f6ef9d2"} [2022-12-21 17:05:09.778] [1034] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:09.779] [1034] [ci_kkt_device_1 ] [T] Set_CheckType(0) [2022-12-21 17:05:09.779] [1034] [ci_kkt_device_1 ] [T] Set_CheckType() ok [2022-12-21 17:05:09.779] [1034] [ci_kkt_device_1 ] [T] Set_Password(30) [2022-12-21 17:05:09.779] [1034] [ci_kkt_device_1 ] [T] Set_Password() ok [2022-12-21 17:05:09.779] [1034] [ci_kkt_device_1 ] [T] OpenCheck() [2022-12-21 17:05:09.779] [1034] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 8D 1E 00 00 00 00 95 [2022-12-21 17:05:09.785] [1034] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:09.845] [1034] [SerialIO_0x7f118c000ee0 ] [D] <- 02 03 8D 00 1E 90 [2022-12-21 17:05:09.845] [1034] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:09.845] [1034] [ProtocolV1_0x7f118c001400 ] [D] command 8D return code: 0 execution took 66ms [2022-12-21 17:05:09.845] [1034] [ProtocolV1_0x7f118c001400 ] [D] commands total: 26, succeed: 26, failed: 0, avg. exec time: 75ms [2022-12-21 17:05:09.845] [1034] [ci_kkt_device_1 ] [T] OpenCheck() ok [2022-12-21 17:05:09.845] [1034] [ci_kkt_device_1 ] [T] Get_OperatorNumber() [2022-12-21 17:05:09.845] [1034] [ci_kkt_device_1 ] [T] Get_OperatorNumber() ->30 [2022-12-21 17:05:09.846] [1034] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:09.846] [1034] [ci_kkt_device_1 ] [T] Get_ResultCode() ->0 [2022-12-21 17:05:09.846] [1034] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:09.846] [1034] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибок нет [2022-12-21 17:05:09.846] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"OperatorNumber":30,"ResultCode":0,"ResultCodeDescription":"Ошибок нет"},"id":"b1ef7036-62ae-4ef5-a235-c58c3f6ef9d2"} [2022-12-21 17:05:09.847] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "FNOperation", "params": {"Price": 10000, "Quantity": 1.0, "StringForPrinting": "\u041a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u044b\u0439 \u043e\u0431\u0435\u0434", "Summ1Enabled": 1, "Summ1": 10000, "TaxValueEnabled": 0, "Tax1": 4, "TaxValue": 0, "Password": 30, "CheckType": 1}, "id": "0a3d096a-9b23-426e-8f29-8bf494e28315"} [2022-12-21 17:05:09.848] [1035] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:09.848] [1035] [ci_kkt_device_1 ] [T] Set_Price(10000) [2022-12-21 17:05:09.848] [1035] [ci_kkt_device_1 ] [T] Set_Price() ok [2022-12-21 17:05:09.848] [1035] [ci_kkt_device_1 ] [T] Set_Quantity(1) [2022-12-21 17:05:09.848] [1035] [ci_kkt_device_1 ] [T] Set_Quantity() ok [2022-12-21 17:05:09.848] [1035] [ci_kkt_device_1 ] [T] Set_StringForPrinting(Комплексный обед) [2022-12-21 17:05:09.848] [1035] [ci_kkt_device_1 ] [T] Set_StringForPrinting() ok [2022-12-21 17:05:09.848] [1035] [ci_kkt_device_1 ] [T] Set_Summ1Enabled(true) [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_Summ1Enabled() ok [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_Summ1(10000) [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_Summ1() ok [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_TaxValueEnabled(false) [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_TaxValueEnabled() ok [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_Tax1(4) [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_Tax1() ok [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_TaxValue(0) [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_TaxValue() ok [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_Password(30) [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_Password() ok [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_CheckType(1) [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] Set_CheckType() ok [2022-12-21 17:05:09.849] [1035] [ci_kkt_device_1 ] [T] FNOperation() [2022-12-21 17:05:09.849] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 30 FF 46 1E 00 00 00 01 40 42 0F 00 00 00 10 27 00 00 00 10 27 00 00 00 FF FF FF FF FF 08 00 00 00 CA EE EC EF EB E5 EA F1 ED FB E9 20 EE E1 E5 E4 8F [2022-12-21 17:05:09.866] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:09.869] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 03 FF 46 00 BA [2022-12-21 17:05:09.869] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:09.869] [1035] [ProtocolV1_0x7f118c001400 ] [D] command FF46 return code: 0 execution took 19ms [2022-12-21 17:05:09.869] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 27, succeed: 27, failed: 0, avg. exec time: 73ms [2022-12-21 17:05:09.869] [1035] [ci_kkt_device_1 ] [T] FNOperation() ok [2022-12-21 17:05:09.869] [1035] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:09.869] [1035] [ci_kkt_device_1 ] [T] Get_ResultCode() ->0 [2022-12-21 17:05:09.869] [1035] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:09.869] [1035] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибок нет [2022-12-21 17:05:09.869] [1035] [ci_kkt_device_1 ] [T] Get_Tax1() [2022-12-21 17:05:09.869] [1035] [ci_kkt_device_1 ] [T] Get_Tax1() ->4 [2022-12-21 17:05:09.869] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"ResultCode":0,"ResultCodeDescription":"Ошибок нет","Tax1":4},"id":"0a3d096a-9b23-426e-8f29-8bf494e28315"} [2022-12-21 17:05:09.871] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "FNCloseCheckEx", "params": {"Summ1": 0, "Summ2": 0, "Summ3": 0, "Summ4": 10000, "Summ5": 0, "Summ6": 0, "Summ7": 0, "Summ8": 0, "Summ9": 0, "Summ10": 0, "Summ11": 0, "Summ12": 0, "Summ13": 0, "Summ14": 0, "Summ15": 0, "Summ16": 0, "TaxType": 4, "TaxValue1": 0, "StringForPrinting": "", "Password": 30, "RoundingSumm": 0}, "id": "ac3b824a-7ef8-4a85-b3c9-b8581c41c4b7"} [2022-12-21 17:05:09.872] [1036] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:09.872] [1036] [ci_kkt_device_1 ] [T] Set_Summ1(0) [2022-12-21 17:05:09.872] [1036] [ci_kkt_device_1 ] [T] Set_Summ1() ok [2022-12-21 17:05:09.872] [1036] [ci_kkt_device_1 ] [T] Set_Summ2(0) [2022-12-21 17:05:09.872] [1036] [ci_kkt_device_1 ] [T] Set_Summ2() ok [2022-12-21 17:05:09.872] [1036] [ci_kkt_device_1 ] [T] Set_Summ3(0) [2022-12-21 17:05:09.872] [1036] [ci_kkt_device_1 ] [T] Set_Summ3() ok [2022-12-21 17:05:09.872] [1036] [ci_kkt_device_1 ] [T] Set_Summ4(10000) [2022-12-21 17:05:09.872] [1036] [ci_kkt_device_1 ] [T] Set_Summ4() ok [2022-12-21 17:05:09.872] [1036] [ci_kkt_device_1 ] [T] Set_Summ5(0) [2022-12-21 17:05:09.872] [1036] [ci_kkt_device_1 ] [T] Set_Summ5() ok [2022-12-21 17:05:09.872] [1036] [ci_kkt_device_1 ] [T] Set_Summ6(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ6() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ7(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ7() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ8(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ8() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ9(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ9() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ10(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ10() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ11(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ11() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ12(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ12() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ13(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ13() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ14(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ14() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ15(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ15() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ16(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Summ16() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_TaxType(4) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_TaxType() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_TaxValue1(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_TaxValue1() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_StringForPrinting(``) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_StringForPrinting() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Password(30) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_Password() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_RoundingSumm(0) [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] Set_RoundingSumm() ok [2022-12-21 17:05:09.873] [1036] [ci_kkt_device_1 ] [T] FNCloseCheckEx() [2022-12-21 17:05:09.873] [1036] [SerialIO_0x7f118c000ee0 ] [D] -> 02 76 FF 45 1E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 E1 [2022-12-21 17:05:09.906] [1036] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:10.287] [1036] [SerialIO_0x7f118c000ee0 ] [D] <- 02 10 FF 45 00 00 00 00 00 00 DC 45 [2022-12-21 17:05:10.288] [1036] [SerialIO_0x7f118c000ee0 ] [D] <- 00 00 B5 BC 48 11 63 [2022-12-21 17:05:10.288] [1036] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:10.288] [1036] [ProtocolV1_0x7f118c001400 ] [D] command FF45 return code: 0 execution took 414ms [2022-12-21 17:05:10.288] [1036] [ProtocolV1_0x7f118c001400 ] [D] commands total: 28, succeed: 28, failed: 0, avg. exec time: 85ms [2022-12-21 17:05:10.288] [1036] [ci_kkt_device_1 ] [T] FNCloseCheckEx() ok [2022-12-21 17:05:10.288] [1036] [ci_kkt_device_1 ] [T] Get_Change() [2022-12-21 17:05:10.288] [1036] [ci_kkt_device_1 ] [T] Get_Change() ->0 [2022-12-21 17:05:10.288] [1036] [ci_kkt_device_1 ] [T] Get_DocumentNumber() [2022-12-21 17:05:10.288] [1036] [ci_kkt_device_1 ] [T] Get_DocumentNumber() ->17884 [2022-12-21 17:05:10.288] [1036] [ci_kkt_device_1 ] [T] Get_FiscalSign() [2022-12-21 17:05:10.288] [1036] [ci_kkt_device_1 ] [T] Get_FiscalSign() ->289979573 [2022-12-21 17:05:10.288] [1036] [ci_kkt_device_1 ] [T] Get_FiscalSignAsString() [2022-12-21 17:05:10.288] [1036] [ci_kkt_device_1 ] [T] Get_FiscalSignAsString() ->289979573 [2022-12-21 17:05:10.288] [1036] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:10.289] [1036] [ci_kkt_device_1 ] [T] Get_ResultCode() ->0 [2022-12-21 17:05:10.289] [1036] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:10.289] [1036] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Ошибок нет [2022-12-21 17:05:10.289] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":{"Change":0,"DocumentNumber":17884,"FiscalSign":289979573,"FiscalSignAsString":"289979573","ResultCode":0,"ResultCodeDescription":"Ошибок нет"},"id":"ac3b824a-7ef8-4a85-b3c9-b8581c41c4b7"} [2022-12-21 17:05:10.291] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "CutCheck", "params": {}, "id": "fa25d42a-198f-40f8-ba07-85d962567d23"} [2022-12-21 17:05:10.291] [1037] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.291] [1037] [ci_kkt_device_1 ] [T] CutCheck() [2022-12-21 17:05:10.291] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 25 1E 00 00 00 00 3D [2022-12-21 17:05:10.305] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:10.310] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 02 02 25 50 77 [2022-12-21 17:05:10.310] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:10.310] [1037] [ProtocolV1_0x7f118c001400 ] [D] command 25 return code: 80 execution took 18ms [2022-12-21 17:05:10.310] [1037] [ProtocolV1_0x7f118c001400 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.310] [1037] [ProtocolV1_0x7f118c001400 ] [D] commands total: 29, succeed: 28, failed: 1, avg. exec time: 83ms [2022-12-21 17:05:10.310] [1037] [ci_kkt_device_1 ] [D] CutCheck() fail [2022-12-21 17:05:10.310] [1037] [ci_kkt_device_1 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.310] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"fa25d42a-198f-40f8-ba07-85d962567d23"} [2022-12-21 17:05:10.312] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCode", "params": {}, "id": "ab211875-4a09-4228-9ae0-dcbfdfaddd4d"} [2022-12-21 17:05:10.312] [1038] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.312] [1038] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:10.312] [1038] [ci_kkt_device_1 ] [T] Get_ResultCode() ->80 [2022-12-21 17:05:10.312] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"ab211875-4a09-4228-9ae0-dcbfdfaddd4d"} [2022-12-21 17:05:10.314] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCodeDescription", "params": {}, "id": "be0c5a02-17ab-4b44-a34e-dda31b100bc2"} [2022-12-21 17:05:10.314] [1039] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.314] [1039] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:10.314] [1039] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.314] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":"Идет печать результатов выполнения предыдущей команды","id":"be0c5a02-17ab-4b44-a34e-dda31b100bc2"} [2022-12-21 17:05:10.417] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "CutCheck", "params": {}, "id": "ff5bedec-b370-4c99-998e-1d0a71e4f302"} [2022-12-21 17:05:10.417] [1040] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.417] [1040] [ci_kkt_device_1 ] [T] CutCheck() [2022-12-21 17:05:10.417] [1040] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 25 1E 00 00 00 00 3D [2022-12-21 17:05:10.428] [1040] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:10.433] [1040] [SerialIO_0x7f118c000ee0 ] [D] <- 02 02 25 50 77 [2022-12-21 17:05:10.433] [1040] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:10.433] [1040] [ProtocolV1_0x7f118c001400 ] [D] command 25 return code: 80 execution took 16ms [2022-12-21 17:05:10.433] [1040] [ProtocolV1_0x7f118c001400 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.433] [1040] [ProtocolV1_0x7f118c001400 ] [D] commands total: 30, succeed: 28, failed: 2, avg. exec time: 81ms [2022-12-21 17:05:10.433] [1040] [ci_kkt_device_1 ] [D] CutCheck() fail [2022-12-21 17:05:10.433] [1040] [ci_kkt_device_1 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.433] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"ff5bedec-b370-4c99-998e-1d0a71e4f302"} [2022-12-21 17:05:10.435] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCode", "params": {}, "id": "d904072d-1f81-4901-94c9-ad9d5d11a277"} [2022-12-21 17:05:10.435] [1041] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.435] [1041] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:10.435] [1041] [ci_kkt_device_1 ] [T] Get_ResultCode() ->80 [2022-12-21 17:05:10.435] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"d904072d-1f81-4901-94c9-ad9d5d11a277"} [2022-12-21 17:05:10.437] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCodeDescription", "params": {}, "id": "aa55bbde-9859-45f5-b8c6-1595178cb642"} [2022-12-21 17:05:10.437] [1034] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.438] [1034] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:10.438] [1034] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.438] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":"Идет печать результатов выполнения предыдущей команды","id":"aa55bbde-9859-45f5-b8c6-1595178cb642"} [2022-12-21 17:05:10.541] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "CutCheck", "params": {}, "id": "5469b242-a9f2-49b0-b6ae-95f5a389d250"} [2022-12-21 17:05:10.541] [1035] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.541] [1035] [ci_kkt_device_1 ] [T] CutCheck() [2022-12-21 17:05:10.541] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 25 1E 00 00 00 00 3D [2022-12-21 17:05:10.549] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:10.553] [1035] [SerialIO_0x7f118c000ee0 ] [D] <- 02 02 25 50 77 [2022-12-21 17:05:10.553] [1035] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:10.553] [1035] [ProtocolV1_0x7f118c001400 ] [D] command 25 return code: 80 execution took 11ms [2022-12-21 17:05:10.553] [1035] [ProtocolV1_0x7f118c001400 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.553] [1035] [ProtocolV1_0x7f118c001400 ] [D] commands total: 31, succeed: 28, failed: 3, avg. exec time: 79ms [2022-12-21 17:05:10.553] [1035] [ci_kkt_device_1 ] [D] CutCheck() fail [2022-12-21 17:05:10.553] [1035] [ci_kkt_device_1 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.553] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"5469b242-a9f2-49b0-b6ae-95f5a389d250"} [2022-12-21 17:05:10.555] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCode", "params": {}, "id": "b717b7b5-86d9-43d7-833e-32e736037a9f"} [2022-12-21 17:05:10.555] [1036] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.556] [1036] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:10.556] [1036] [ci_kkt_device_1 ] [T] Get_ResultCode() ->80 [2022-12-21 17:05:10.556] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"b717b7b5-86d9-43d7-833e-32e736037a9f"} [2022-12-21 17:05:10.558] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCodeDescription", "params": {}, "id": "30bf1cbc-3b4d-4c87-9c5a-07c26930d532"} [2022-12-21 17:05:10.558] [1037] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.558] [1037] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:10.558] [1037] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.558] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":"Идет печать результатов выполнения предыдущей команды","id":"30bf1cbc-3b4d-4c87-9c5a-07c26930d532"} [2022-12-21 17:05:10.661] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "CutCheck", "params": {}, "id": "8f20c8bb-bd6a-4628-9e31-b6310b61757f"} [2022-12-21 17:05:10.661] [1038] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.661] [1038] [ci_kkt_device_1 ] [T] CutCheck() [2022-12-21 17:05:10.661] [1038] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 25 1E 00 00 00 00 3D [2022-12-21 17:05:10.667] [1038] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:10.672] [1038] [SerialIO_0x7f118c000ee0 ] [D] <- 02 02 25 50 77 [2022-12-21 17:05:10.672] [1038] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:10.672] [1038] [ProtocolV1_0x7f118c001400 ] [D] command 25 return code: 80 execution took 10ms [2022-12-21 17:05:10.672] [1038] [ProtocolV1_0x7f118c001400 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.672] [1038] [ProtocolV1_0x7f118c001400 ] [D] commands total: 32, succeed: 28, failed: 4, avg. exec time: 76ms [2022-12-21 17:05:10.672] [1038] [ci_kkt_device_1 ] [D] CutCheck() fail [2022-12-21 17:05:10.672] [1038] [ci_kkt_device_1 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.672] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"8f20c8bb-bd6a-4628-9e31-b6310b61757f"} [2022-12-21 17:05:10.674] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCode", "params": {}, "id": "8c84ff0d-eff9-4e98-8731-35d35226bd74"} [2022-12-21 17:05:10.674] [1039] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.674] [1039] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:10.674] [1039] [ci_kkt_device_1 ] [T] Get_ResultCode() ->80 [2022-12-21 17:05:10.674] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"8c84ff0d-eff9-4e98-8731-35d35226bd74"} [2022-12-21 17:05:10.676] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCodeDescription", "params": {}, "id": "bef37d30-7ee5-45c5-bc40-bcc9edb1f5c0"} [2022-12-21 17:05:10.676] [1040] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.676] [1040] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:10.676] [1040] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.676] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":"Идет печать результатов выполнения предыдущей команды","id":"bef37d30-7ee5-45c5-bc40-bcc9edb1f5c0"} [2022-12-21 17:05:10.779] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "CutCheck", "params": {}, "id": "b7439639-db14-4d8b-9f66-69a04171f194"} [2022-12-21 17:05:10.779] [1041] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.779] [1041] [ci_kkt_device_1 ] [T] CutCheck() [2022-12-21 17:05:10.779] [1041] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 25 1E 00 00 00 00 3D [2022-12-21 17:05:10.789] [1041] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:10.793] [1041] [SerialIO_0x7f118c000ee0 ] [D] <- 02 02 25 50 77 [2022-12-21 17:05:10.793] [1041] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:10.793] [1041] [ProtocolV1_0x7f118c001400 ] [D] command 25 return code: 80 execution took 14ms [2022-12-21 17:05:10.793] [1041] [ProtocolV1_0x7f118c001400 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.793] [1041] [ProtocolV1_0x7f118c001400 ] [D] commands total: 33, succeed: 28, failed: 5, avg. exec time: 75ms [2022-12-21 17:05:10.793] [1041] [ci_kkt_device_1 ] [D] CutCheck() fail [2022-12-21 17:05:10.793] [1041] [ci_kkt_device_1 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.794] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"b7439639-db14-4d8b-9f66-69a04171f194"} [2022-12-21 17:05:10.795] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCode", "params": {}, "id": "873bb55d-f8be-463e-b823-b0814bbf00c2"} [2022-12-21 17:05:10.795] [1034] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.796] [1034] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:10.796] [1034] [ci_kkt_device_1 ] [T] Get_ResultCode() ->80 [2022-12-21 17:05:10.796] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"873bb55d-f8be-463e-b823-b0814bbf00c2"} [2022-12-21 17:05:10.798] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCodeDescription", "params": {}, "id": "801cde78-6f30-4c86-9d82-692e8effe85b"} [2022-12-21 17:05:10.799] [1035] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.799] [1035] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:10.799] [1035] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.799] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":"Идет печать результатов выполнения предыдущей команды","id":"801cde78-6f30-4c86-9d82-692e8effe85b"} [2022-12-21 17:05:10.902] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "CutCheck", "params": {}, "id": "4bae91d4-3daa-4d16-9c4b-f89c98d551d7"} [2022-12-21 17:05:10.903] [1036] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.903] [1036] [ci_kkt_device_1 ] [T] CutCheck() [2022-12-21 17:05:10.903] [1036] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 25 1E 00 00 00 00 3D [2022-12-21 17:05:10.937] [1036] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:10.945] [1036] [SerialIO_0x7f118c000ee0 ] [D] <- 02 02 25 50 77 [2022-12-21 17:05:10.945] [1036] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:10.945] [1036] [ProtocolV1_0x7f118c001400 ] [D] command 25 return code: 80 execution took 42ms [2022-12-21 17:05:10.945] [1036] [ProtocolV1_0x7f118c001400 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.945] [1036] [ProtocolV1_0x7f118c001400 ] [D] commands total: 34, succeed: 28, failed: 6, avg. exec time: 74ms [2022-12-21 17:05:10.945] [1036] [ci_kkt_device_1 ] [D] CutCheck() fail [2022-12-21 17:05:10.945] [1036] [ci_kkt_device_1 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.945] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"4bae91d4-3daa-4d16-9c4b-f89c98d551d7"} [2022-12-21 17:05:10.947] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCode", "params": {}, "id": "195428b2-e056-430d-8d5b-e6557b92f24b"} [2022-12-21 17:05:10.947] [1037] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.947] [1037] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:10.947] [1037] [ci_kkt_device_1 ] [T] Get_ResultCode() ->80 [2022-12-21 17:05:10.947] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"195428b2-e056-430d-8d5b-e6557b92f24b"} [2022-12-21 17:05:10.949] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCodeDescription", "params": {}, "id": "c7416991-f8eb-467f-b211-bcde95b52d22"} [2022-12-21 17:05:10.949] [1038] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:10.949] [1038] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:10.949] [1038] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:10.950] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":"Идет печать результатов выполнения предыдущей команды","id":"c7416991-f8eb-467f-b211-bcde95b52d22"} [2022-12-21 17:05:11.052] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "CutCheck", "params": {}, "id": "5fd670bb-f1c2-4de2-9a77-20682a7a1d3e"} [2022-12-21 17:05:11.052] [1039] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:11.052] [1039] [ci_kkt_device_1 ] [T] CutCheck() [2022-12-21 17:05:11.052] [1039] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 25 1E 00 00 00 00 3D [2022-12-21 17:05:11.067] [1039] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:11.069] [1039] [SerialIO_0x7f118c000ee0 ] [D] <- 02 02 25 50 77 [2022-12-21 17:05:11.069] [1039] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:11.069] [1039] [ProtocolV1_0x7f118c001400 ] [D] command 25 return code: 80 execution took 16ms [2022-12-21 17:05:11.069] [1039] [ProtocolV1_0x7f118c001400 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:11.069] [1039] [ProtocolV1_0x7f118c001400 ] [D] commands total: 35, succeed: 28, failed: 7, avg. exec time: 72ms [2022-12-21 17:05:11.069] [1039] [ci_kkt_device_1 ] [D] CutCheck() fail [2022-12-21 17:05:11.069] [1039] [ci_kkt_device_1 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:11.069] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"5fd670bb-f1c2-4de2-9a77-20682a7a1d3e"} [2022-12-21 17:05:11.071] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCode", "params": {}, "id": "74c512f7-01e7-4e02-9037-7b779b8097d2"} [2022-12-21 17:05:11.071] [1040] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:11.071] [1040] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:11.071] [1040] [ci_kkt_device_1 ] [T] Get_ResultCode() ->80 [2022-12-21 17:05:11.071] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"74c512f7-01e7-4e02-9037-7b779b8097d2"} [2022-12-21 17:05:11.073] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCodeDescription", "params": {}, "id": "f15b9cbc-a6a2-4720-a481-aa84773b6724"} [2022-12-21 17:05:11.073] [1041] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:11.073] [1041] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:11.073] [1041] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:11.074] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":"Идет печать результатов выполнения предыдущей команды","id":"f15b9cbc-a6a2-4720-a481-aa84773b6724"} [2022-12-21 17:05:11.176] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "CutCheck", "params": {}, "id": "e965d050-fa9d-4b3c-b790-e20768e00b32"} [2022-12-21 17:05:11.177] [1034] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:11.177] [1034] [ci_kkt_device_1 ] [T] CutCheck() [2022-12-21 17:05:11.177] [1034] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 25 1E 00 00 00 00 3D [2022-12-21 17:05:11.187] [1034] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:11.331] [1034] [SerialIO_0x7f118c000ee0 ] [D] <- 02 02 25 50 77 [2022-12-21 17:05:11.331] [1034] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:11.331] [1034] [ProtocolV1_0x7f118c001400 ] [D] command 25 return code: 80 execution took 154ms [2022-12-21 17:05:11.331] [1034] [ProtocolV1_0x7f118c001400 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:11.331] [1034] [ProtocolV1_0x7f118c001400 ] [D] commands total: 36, succeed: 28, failed: 8, avg. exec time: 74ms [2022-12-21 17:05:11.331] [1034] [ci_kkt_device_1 ] [D] CutCheck() fail [2022-12-21 17:05:11.331] [1034] [ci_kkt_device_1 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:11.331] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"e965d050-fa9d-4b3c-b790-e20768e00b32"} [2022-12-21 17:05:11.333] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCode", "params": {}, "id": "c24a45ab-8bd7-47f5-87f5-53adb57526b1"} [2022-12-21 17:05:11.333] [1035] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:11.333] [1035] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:11.333] [1035] [ci_kkt_device_1 ] [T] Get_ResultCode() ->80 [2022-12-21 17:05:11.333] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"c24a45ab-8bd7-47f5-87f5-53adb57526b1"} [2022-12-21 17:05:11.335] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCodeDescription", "params": {}, "id": "002b0d4a-4f7e-419e-809b-29913efbb70f"} [2022-12-21 17:05:11.335] [1036] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:11.336] [1036] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:11.336] [1036] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:11.336] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":"Идет печать результатов выполнения предыдущей команды","id":"002b0d4a-4f7e-419e-809b-29913efbb70f"} [2022-12-21 17:05:11.439] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "CutCheck", "params": {}, "id": "c3f30c63-e294-4971-8305-d6024be8787a"} [2022-12-21 17:05:11.439] [1037] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:11.439] [1037] [ci_kkt_device_1 ] [T] CutCheck() [2022-12-21 17:05:11.439] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 25 1E 00 00 00 00 3D [2022-12-21 17:05:11.448] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:12.044] [1037] [SerialIO_0x7f118c000ee0 ] [D] <- 02 02 25 50 77 [2022-12-21 17:05:12.044] [1037] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:12.044] [1037] [ProtocolV1_0x7f118c001400 ] [D] command 25 return code: 80 execution took 605ms [2022-12-21 17:05:12.044] [1037] [ProtocolV1_0x7f118c001400 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:12.044] [1037] [ProtocolV1_0x7f118c001400 ] [D] commands total: 37, succeed: 28, failed: 9, avg. exec time: 89ms [2022-12-21 17:05:12.045] [1037] [ci_kkt_device_1 ] [D] CutCheck() fail [2022-12-21 17:05:12.045] [1037] [ci_kkt_device_1 ] [E] Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:12.045] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"c3f30c63-e294-4971-8305-d6024be8787a"} [2022-12-21 17:05:12.046] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCode", "params": {}, "id": "adfbeabb-d1b5-4ddc-91f9-02d024d6d8f5"} [2022-12-21 17:05:12.046] [1038] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:12.046] [1038] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:12.046] [1038] [ci_kkt_device_1 ] [T] Get_ResultCode() ->80 [2022-12-21 17:05:12.046] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":80,"id":"adfbeabb-d1b5-4ddc-91f9-02d024d6d8f5"} [2022-12-21 17:05:12.048] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCodeDescription", "params": {}, "id": "27c01f41-fd79-4972-9f96-cdf35a835d10"} [2022-12-21 17:05:12.048] [1039] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:12.048] [1039] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() [2022-12-21 17:05:12.048] [1039] [ci_kkt_device_1 ] [T] Get_ResultCodeDescription() ->Идет печать результатов выполнения предыдущей команды [2022-12-21 17:05:12.049] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":"Идет печать результатов выполнения предыдущей команды","id":"27c01f41-fd79-4972-9f96-cdf35a835d10"} [2022-12-21 17:05:12.151] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "CutCheck", "params": {}, "id": "9b3691b8-90e9-466b-99eb-9b64108d0137"} [2022-12-21 17:05:12.152] [1040] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:12.152] [1040] [ci_kkt_device_1 ] [T] CutCheck() [2022-12-21 17:05:12.152] [1040] [SerialIO_0x7f118c000ee0 ] [D] -> 02 06 25 1E 00 00 00 00 3D [2022-12-21 17:05:12.168] [1040] [SerialIO_0x7f118c000ee0 ] [D] <- 06 [2022-12-21 17:05:12.170] [1040] [SerialIO_0x7f118c000ee0 ] [D] <- 02 03 25 00 1E 38 [2022-12-21 17:05:12.172] [1040] [SerialIO_0x7f118c000ee0 ] [D] -> 06 [2022-12-21 17:05:12.172] [1040] [ProtocolV1_0x7f118c001400 ] [D] command 25 return code: 0 execution took 20ms [2022-12-21 17:05:12.172] [1040] [ProtocolV1_0x7f118c001400 ] [D] commands total: 38, succeed: 29, failed: 9, avg. exec time: 87ms [2022-12-21 17:05:12.172] [1040] [ci_kkt_device_1 ] [T] CutCheck() ok [2022-12-21 17:05:12.172] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":0,"id":"9b3691b8-90e9-466b-99eb-9b64108d0137"} [2022-12-21 17:05:12.174] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read got <- text message: {"jsonrpc": "2.0", "method": "Get_ResultCode", "params": {}, "id": "39ccf27a-5177-4f54-9851-b1ac418f8da9"} [2022-12-21 17:05:12.174] [1041] [ws_rpc_session_0x21a2240 ] [T] about to call single rpc [2022-12-21 17:05:12.174] [1041] [ci_kkt_device_1 ] [T] Get_ResultCode() [2022-12-21 17:05:12.174] [1041] [ci_kkt_device_1 ] [T] Get_ResultCode() ->0 [2022-12-21 17:05:12.175] [1030] [ws_rpc_session_0x21a2240 ] [T] on_read -> put text message: {"jsonrpc":"2.0","result":0,"id":"39ccf27a-5177-4f54-9851-b1ac418f8da9"} [2022-12-21 17:05:12.178] [1030] [ws_rpc_session_0x21a2240 ] [E] on_read failed: Connection reset by peer. Stopping session...

swex commented 1 year ago

У драйвера с подключением проблем нет, а вот ОС может стучаться и стучится в tty после загрузки. Это известная проблема - лезет modemmanager, пытается проверить не модем ли на этом порту часом. Вот пример как нежно отключить захват порта при загрузке: https://unix.stackexchange.com/questions/270989/disable-automatic-serial-port-probing-in-linuxfedora Если не заработает - ищите для своего дистрибутива как отрубить modemmanager или проверку порта modemmanager'ом

mishunn commented 1 year ago

спасибо, помогло, можно закрывать