From 86a6ed85bdaf2e2b602a0d947f2b7e3258f44c27 Mon Sep 17 00:00:00 2001 From: Alex Warm Date: Mon, 29 Apr 2019 17:45:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BD=D1=83=D0=BC=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=D1=80=D1=82=D0=BE=D0=B2=20=D0=BD=D0=B0=20=D1=88?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=BA=D0=BE=D0=B9=20=D1=82=D0=B8=D0=B1=D0=B5?= =?UTF-8?q?=201904291745?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KSM-Line-2.2.tpr | 2 +- global.th | 3 ++- tpp3.th | 12 ++++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/KSM-Line-2.2.tpr b/KSM-Line-2.2.tpr index 4d04cf7..e1c2283 100644 --- a/KSM-Line-2.2.tpr +++ b/KSM-Line-2.2.tpr @@ -22,7 +22,7 @@ address=0.48.72.100.118.81 [address4] platform=TPP2W(G2) transport=udp_broadcast -address=0.36.119.82.182.139 +address=0.36.119.82.255.193 [file1] path=main.tc type=c diff --git a/global.th b/global.th index f2fb0c6..055901e 100644 --- a/global.th +++ b/global.th @@ -9,7 +9,7 @@ #message "link global not defined" #endif -#define VERSION "2.0b_1903291538" +#define VERSION "2.0b_1904291745" #define MAX_FIFO_SIZE 20 #define BRAKER_COUNT 3 @@ -130,3 +130,4 @@ extern BrakerProcess brakers[BRAKER_COUNT]; + diff --git a/tpp3.th b/tpp3.th index 8397024..249259d 100644 --- a/tpp3.th +++ b/tpp3.th @@ -10,9 +10,17 @@ static unsigned char INPIN[SENSORS] = { 9, 8, 0, 16, 32, 33, 4, 20, 11, 10, 1, 17, 34, 35, 5, 21 }; +//static unsigned char OUTPIN[RELAYS] = { +// 13, 12, 36, 37, 15, 14, 38, 39, +// 24, 25, 28, 29, 40, 41, 54, 55 +//}; + static unsigned char OUTPIN[RELAYS] = { - 13, 12, 36, 37, 15, 14, 38, 39, - 24, 25, 28, 29, 40, 41, 54, 55 + 13, 12, 15, 14, + 24, 25, 40, 41, + 36, 37, 38, 39, + 28, 29, 54, 55 }; + #endif \ No newline at end of file