From ab6d8a4c479af53c4d5d8649a5ea2658bbad2d7c Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 21 Mar 2016 22:06:51 +0100 Subject: [PATCH] CHG: fixed the commands, its now valid calypso 7816 commands. --- client/scripts/calypso.lua | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/client/scripts/calypso.lua b/client/scripts/calypso.lua index df0044db..a19c962d 100644 --- a/client/scripts/calypso.lua +++ b/client/scripts/calypso.lua @@ -162,24 +162,24 @@ end local _calypso_cmds = { ["01.Select ICC file"] = '02 94 a4 08 00 04 3f 00 00 02', - ["02.ICC"] = '02 94 b2 01 04 1d', - ["03.Select EnvHol file"]= '02 94 a4 08 00 04 20 00 20 01', - ["04.EnvHol1"] = '02 94 b2 01 04 1d', - ["05.Select EvLog file"] = '02 94 a4 08 00 04 20 00 20 10', - ["06.EvLog1"] = '06 00b2 0104 1d', - ["07.EvLog2"] = '06 00b2 0204 1d', - ["08.EvLog3"] = '06 00b2 0304 1d', - ["09.Select ConList file"]= '42 01 04 0a 00a4 0800 04 2000 2050', - ["10.ConList"] = '42 01 06 06 00b2 0104 1d', - ["11.Select Contra file"]= '42 01 08 0a 00a4 0800 04 2000 2020', - ["12.Contra1"] = '42 01 0a 06 00b2 0104 1d', - ["13.Contra2"] = '42 01 0c 06 00b2 0204 1d', - ["14.Contra3"] = '42 01 0e 06 00b2 0304 1d', - ["15.Contra4"] = '42 01 00 06 00b2 0404 1d', - ["16.Select Counter file"]= '42 01 02 0a 00a4 0800 04 2000 2069', - ["17.Counter"] = '42 01 04 06 00b2 0104 1d', - ["18.Select SpecEv file"]= '42 01 06 0a 00a4 08 0004 2000 2040', - ["19.SpecEv1"] = '42 01 08 06 00b2 0104 1d', + ["02.ICC"] = '02 94 b2 01 041d', + ["03.Select EnvHol file"] = '02 94 a4 08 00 04 20 00 20 01', + ["04.EnvHol1"] = '02 94 b2 01 041d', + ["05.Select EvLog file"] = '02 94 a4 08 00 04 20 00 20 10', + ["06.EvLog1"] = '02 94 b2 01 041d', + ["07.EvLog2"] = '02 94 b2 02 041d', + ["08.EvLog3"] = '02 94 b2 03 041d', + ["09.Select ConList file"] ='02 94 a4 0800 04 2000 2050', + ["10.ConList"] = '02 94 b2 01 041d', + ["11.Select Contra file"] = '02 94 a4 0800 04 2000 2020', + ["12.Contra1"] = '02 94 b2 01 041d', + ["13.Contra2"] = '02 94 b2 02 041d', + ["14.Contra3"] = '02 94 b2 03 041d', + ["15.Contra4"] = '02 94 b2 04 041d', + ["16.Select Counter file"]= '02 94 a4 0800 04 2000 2069', + ["17.Counter"] = '02 94 b2 01 041d', + ["18.Select SpecEv file"]= '02 94 a4 08 0004 2000 2040', + ["19.SpecEv1"] = '02 94 b2 01 041d', } --- -- 2.39.2