Исправлена автокалибровка
This commit is contained in:
@@ -112,27 +112,25 @@
|
||||
#define CanCycle (modbus+0x78) // ñ÷åò÷èê ïðîõîæäåíèé öèêëîâ CAN
|
||||
#define CanRound (modbus+0x7A) // ñ÷åò÷èê îòîñëàííûõ ìàññèâîâ
|
||||
|
||||
#define komanda modbus[124]
|
||||
#define Protokol modbus[125]
|
||||
#define LastMode modbus[126]
|
||||
#define Commands modbus[127]
|
||||
|
||||
#define comand modbus[128]
|
||||
#define bit_comand Modbus[128]
|
||||
#define bit_kom Modbus[124]
|
||||
|
||||
#define cTestLamp bit_comand.bit.bit0
|
||||
#define cDefParam bit_comand.bit.bit1
|
||||
#define cSaveParam bit_comand.bit.bit2
|
||||
#define cLoadParam bit_comand.bit.bit3
|
||||
#define cTermoCal bit_comand.bit.bit4
|
||||
#define cKoefCalc bit_comand.bit.bit5
|
||||
#define cSecretBt bit_comand.bit.bit6
|
||||
#define cCanReset bit_comand.bit.bit7
|
||||
#define cRawMeat bit_comand.bit.bit8
|
||||
#define cLiteFire bit_comand.bit.bit9
|
||||
#define cHighVolt bit_comand.bit.bitA
|
||||
#define cTestLamp bit_kom.bit.bit0
|
||||
#define cDefParam bit_kom.bit.bit1
|
||||
#define cSaveParam bit_kom.bit.bit2
|
||||
#define cLoadParam bit_kom.bit.bit3
|
||||
#define cTermoCal bit_kom.bit.bit4
|
||||
#define cKoefCalc bit_kom.bit.bit5
|
||||
#define cSecretBt bit_kom.bit.bit6
|
||||
#define cCanReset bit_kom.bit.bit7
|
||||
#define cRawMeat bit_kom.bit.bit8
|
||||
|
||||
#define cWriteLog bit_comand.bit.bitE
|
||||
#define cReset bit_comand.bit.bitF
|
||||
#define cWriteLog bit_kom.bit.bitE
|
||||
#define cReset bit_kom.bit.bitF
|
||||
|
||||
#endif //PACKAGE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user