add mode ems g

This commit is contained in:
2024-12-13 16:14:51 +03:00
parent 3fa0b072bf
commit 1065d20553
8 changed files with 220 additions and 119 deletions

View File

@@ -68,44 +68,45 @@ const EMS_G: Array = [
['Нет Х3:14(Модуляция)', 'Есть Х3:14(Модуляция)'],
['Нет Х3:27(ФГОЗ)', 'Есть Х3:27(ФГОЗ)']]
const INPUT_EMS_G: Array = [
'01/:34',
'02/:35',
'03/:36',
'04/:37',
'05/:38',
'06/:39',
'07/:40',
'08/:41',
'18/:42',
'19/:43',
'20/:44',
'21/:45',
'22/:46',
'23/:47',
'24/:48',
'25/:49',]
'01 :34',
'02 :35',
'03 :36',
'04 :37',
'05 :38',
'06 :39',
'07 :40',
'08 :41',
'18 :42',
'19 :43',
'20 :44',
'21 :45',
'22 :46',
'23 :47',
'24 :48',
'25 :49',]
const OUT_EMS_G: Array = [
'10/:34',
'11/:35',
'12/:36',
'13/:37',
'14/:38',
'15/:39',
'16/:40',
'17/:41',
'26/:42',
'27/:43',
'28/:44',
'29/:45',
'30/:46',
'31/:47',
'32/:48',
'33/:49',]
[47, '10 :34'],
[48, '11 :35'],
[49, '12 :36'],
[50, '13 :37'],
[51, '14 :38'],
[52, '15 :39'],
[53, '16 :40'],
[54, '17 :41'],
[55, '26 :42'],
[56, '27 :43'],
[57, '28 :44'],
[58, '29 :45'],
[59, '30 :46'],
[60, '31 :47'],
[61, '32 :48'],
[62, '33 :49']]
const OUT_x128 = [
'Р',
'К',
'0',
'1',]
## [Номер входа, Номер выхода]
enum MODE {
PRD_K,