I am using a arduino mega as a pwm / dimmer / controller for the lights in my workshop.
Everything is actually working just fine, i was hoping that the lights would come on at the same time since they all have there own pwm pin.
But when i turn the lights on its like they are old fluoresent lights
with starters.
Anyway, this is not really a problem since they dim and go on/off.
What i did notice every X minutes is this :

I have turned the debug log on but i can't see any disconnects from the board.
This looks like that this is what happens, because when i press disconnect in homeseer and connect right after it this pin update cycle starts.
The few errors you see in the log are from me pressing disconnect/connect.
What i did notice is the relays are not updating, it seems like the PWM assinged pins are giving this response by turning them off/on in a sort of cycle mode.
The lights go off/on as well in my workshop and while working this is quite anoying .
Is this normal or is my board misbehaving ?
can i set anything different so this will stop or occur less ?
Thanks
Edit: i thought maybe my arduino mega board is broken so i took a new one out of the package and flashed it.
But it seems that this is not the problem, or this mega is not good as well like the previous one ( they are from different vendors)
Everything is actually working just fine, i was hoping that the lights would come on at the same time since they all have there own pwm pin.
But when i turn the lights on its like they are old fluoresent lights

Anyway, this is not really a problem since they dim and go on/off.
What i did notice every X minutes is this :
I have turned the debug log on but i can't see any disconnects from the board.
This looks like that this is what happens, because when i press disconnect in homeseer and connect right after it this pin update cycle starts.
The few errors you see in the log are from me pressing disconnect/connect.
What i did notice is the relays are not updating, it seems like the PWM assinged pins are giving this response by turning them off/on in a sort of cycle mode.
The lights go off/on as well in my workshop and while working this is quite anoying .
Code:
***************************************LOG****************** **************************** 27/9/2020 ,14:44:13.918 Data Received:1 I 5 1 27/9/2020 ,14:44:13.919 Timer 1 Reset Loc 1 27/9/2020 ,14:44:13.921 Board1, Input:5, Value:1 27/9/2020 ,14:44:13.924 Running Send to port, Data = h 27/9/2020 ,14:44:13.925 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:44:17.096 Data Received:1 I 5 0 27/9/2020 ,14:44:17.097 Timer 1 Reset Loc 1 27/9/2020 ,14:44:17.102 Board1, Input:5, Value:0 27/9/2020 ,14:44:17.105 Running Send to port, Data = h 27/9/2020 ,14:44:17.106 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:44:33.504 Data Received:1 I 5 1 27/9/2020 ,14:44:33.506 Timer 1 Reset Loc 1 27/9/2020 ,14:44:33.514 Board1, Input:5, Value:1 27/9/2020 ,14:44:33.520 Running Send to port, Data = h 27/9/2020 ,14:44:33.523 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:44:34.321 postBackProc id=BoardsDropList&BoardsDropList=2 27/9/2020 ,14:44:34.323 Board Tab 2 Selected 27/9/2020 ,14:44:34.324 Calling BuildBoardSetupTab With Param Board = 2, NoPopulate = False 27/9/2020 ,14:44:34.391 Lcd ref = -1 27/9/2020 ,14:44:34.395 Exit BuildBoardSetupTab with Param Board = 2 27/9/2020 ,14:44:35.035 Data Received:1 I 6 1 27/9/2020 ,14:44:35.037 Timer 1 Reset Loc 1 27/9/2020 ,14:44:35.045 Board1, Input:6, Value:1 27/9/2020 ,14:44:35.051 Running Send to port, Data = h 27/9/2020 ,14:44:35.053 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:44:36.673 Data Received:1 I 5 0 27/9/2020 ,14:44:36.674 Timer 1 Reset Loc 1 27/9/2020 ,14:44:36.677 Board1, Input:5, Value:0 27/9/2020 ,14:44:36.681 Running Send to port, Data = h 27/9/2020 ,14:44:36.681 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:44:36.782 Data Received:1 I 5 1 27/9/2020 ,14:44:36.783 Timer 1 Reset Loc 1 27/9/2020 ,14:44:36.793 Board1, Input:5, Value:1 27/9/2020 ,14:44:36.798 Running Send to port, Data = h 27/9/2020 ,14:44:36.800 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:44:36.926 postBackProc &id=Disconnect&Disconnect=Submit 27/9/2020 ,14:44:36.930 Running Send to port, Data = D 27/9/2020 ,14:44:36.933 Sent to IP:10.0.0.17 Port No:8901 = 2 D ,Disconnect Command 27/9/2020 ,14:44:36.948 Disconnected from Board No:2 at ip address 10.0.0.17 Port No:8901 27/9/2020 ,14:44:38.207 Data Received:1 I 6 0 27/9/2020 ,14:44:38.210 Timer 1 Reset Loc 1 27/9/2020 ,14:44:38.222 Board1, Input:6, Value:0 27/9/2020 ,14:44:38.236 Running Send to port, Data = h 27/9/2020 ,14:44:38.239 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:44:38.532 Data Received:1 I 6 1 27/9/2020 ,14:44:38.532 Timer 1 Reset Loc 1 27/9/2020 ,14:44:38.537 Board1, Input:6, Value:1 27/9/2020 ,14:44:38.539 Running Send to port, Data = h 27/9/2020 ,14:44:38.540 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:44:39.748 postBackProc &id=Connect&Connect=Submit 27/9/2020 ,14:44:39.750 ComNoArr = 1001 , ComPortEnum.Ethernet.ToString() = Ethernet , BoardIPArr = 10.0.0.17 , BoardPortArr = 8901 27/9/2020 ,14:44:39.752 Connecting Board No:2 at ip address 10.0.0.17 Port No:8901 27/9/2020 ,14:44:39.753 Running Send to port, Data = C 27/9/2020 ,14:44:39.754 Sent to IP:10.0.0.17 Port No:8901 = 2 C ,Connect Command 27/9/2020 ,14:44:39.840 Data Received:1 I 5 0 27/9/2020 ,14:44:39.841 Timer 1 Reset Loc 1 27/9/2020 ,14:44:39.844 Board1, Input:5, Value:0 27/9/2020 ,14:44:39.847 Running Send to port, Data = h 27/9/2020 ,14:44:39.848 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:44:40.287 Data Received:Version 2 1.0.0.166 HS3 27/9/2020 ,14:44:40.307 Board 2 Version 1.0.0.166 and Plugin Version 1.0.0.166 are compatible. 27/9/2020 ,14:44:41.702 Data Received:1 I 6 0 27/9/2020 ,14:44:41.703 Timer 1 Reset Loc 1 27/9/2020 ,14:44:41.705 Board1, Input:6, Value:0 27/9/2020 ,14:44:41.709 Running Send to port, Data = h 27/9/2020 ,14:44:41.713 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:44:42.140 Data Received:Connected 2 27/9/2020 ,14:44:42.142 Connected to Board No:2 at ip address 10.0.0.17 Port No:8901 27/9/2020 ,14:44:42.144 Updating pins on Board No: 2 27/9/2020 ,14:44:42.145 Running Send to port, Data = X 27/9/2020 ,14:44:42.146 Sent to IP:10.0.0.17 Port No:8901 = 2 X ,Pin Reset Command 27/9/2020 ,14:44:42.242 Updating values on Board No: 2 27/9/2020 ,14:44:42.246 Running Send to port, Data = O 32 0 1 27/9/2020 ,14:44:42.250 Sent to IP:10.0.0.17 Port No:8901 = 2 O 32 0 1 ,Output Set Command 27/9/2020 ,14:44:42.255 Running Send to port, Data = O 33 0 2 27/9/2020 ,14:44:42.259 Sent to IP:10.0.0.17 Port No:8901 = 2 O 33 0 2 ,Output Set Command 27/9/2020 ,14:44:42.263 Running Send to port, Data = O 34 1 3 27/9/2020 ,14:44:42.267 Sent to IP:10.0.0.17 Port No:8901 = 2 O 34 1 3 ,Output Set Command 27/9/2020 ,14:44:42.271 Running Send to port, Data = O 35 1 4 27/9/2020 ,14:44:42.275 Sent to IP:10.0.0.17 Port No:8901 = 2 O 35 1 4 ,Output Set Command 27/9/2020 ,14:44:42.279 Running Send to port, Data = O 36 0 5 27/9/2020 ,14:44:42.281 Sent to IP:10.0.0.17 Port No:8901 = 2 O 36 0 5 ,Output Set Command 27/9/2020 ,14:44:42.284 Running Send to port, Data = O 37 0 6 27/9/2020 ,14:44:42.286 Sent to IP:10.0.0.17 Port No:8901 = 2 O 37 0 6 ,Output Set Command 27/9/2020 ,14:44:42.288 Running Send to port, Data = O 38 0 7 27/9/2020 ,14:44:42.290 Sent to IP:10.0.0.17 Port No:8901 = 2 O 38 0 7 ,Output Set Command 27/9/2020 ,14:44:42.293 Running Send to port, Data = P 9 0 27/9/2020 ,14:44:42.294 Sent to IP:10.0.0.17 Port No:8901 = 2 P 9 0 ,PWM Command 27/9/2020 ,14:44:42.400 Running Send to port, Data = F 9 0 27/9/2020 ,14:44:42.404 Sent to IP:10.0.0.17 Port No:8901 = 2 F 9 0 ,PWM Fade Time Command 27/9/2020 ,14:44:42.507 Running Send to port, Data = P 9 255 27/9/2020 ,14:44:42.509 Sent to IP:10.0.0.17 Port No:8901 = 2 P 9 255 ,PWM Command 27/9/2020 ,14:44:42.512 Running Send to port, Data = P 8 0 27/9/2020 ,14:44:42.514 Sent to IP:10.0.0.17 Port No:8901 = 2 P 8 0 ,PWM Command 27/9/2020 ,14:44:42.624 Running Send to port, Data = F 8 0 27/9/2020 ,14:44:42.627 Sent to IP:10.0.0.17 Port No:8901 = 2 F 8 0 ,PWM Fade Time Command 27/9/2020 ,14:44:42.732 Running Send to port, Data = P 8 255 27/9/2020 ,14:44:42.736 Sent to IP:10.0.0.17 Port No:8901 = 2 P 8 255 ,PWM Command 27/9/2020 ,14:44:42.740 Running Send to port, Data = P 7 0 27/9/2020 ,14:44:42.744 Sent to IP:10.0.0.17 Port No:8901 = 2 P 7 0 ,PWM Command 27/9/2020 ,14:44:42.849 Running Send to port, Data = F 7 0 27/9/2020 ,14:44:42.853 Sent to IP:10.0.0.17 Port No:8901 = 2 F 7 0 ,PWM Fade Time Command 27/9/2020 ,14:44:42.957 Running Send to port, Data = P 7 255 27/9/2020 ,14:44:42.961 Sent to IP:10.0.0.17 Port No:8901 = 2 P 7 255 ,PWM Command 27/9/2020 ,14:44:42.965 Running Send to port, Data = P 14 0 27/9/2020 ,14:44:42.969 Sent to IP:10.0.0.17 Port No:8901 = 2 P 14 0 ,PWM Command 27/9/2020 ,14:44:43.073 Running Send to port, Data = F 14 0 27/9/2020 ,14:44:43.077 Sent to IP:10.0.0.17 Port No:8901 = 2 F 14 0 ,PWM Fade Time Command 27/9/2020 ,14:44:43.182 Running Send to port, Data = P 14 255 27/9/2020 ,14:44:43.186 Sent to IP:10.0.0.17 Port No:8901 = 2 P 14 255 ,PWM Command 27/9/2020 ,14:44:43.190 Running Send to port, Data = P 15 0 27/9/2020 ,14:44:43.194 Sent to IP:10.0.0.17 Port No:8901 = 2 P 15 0 ,PWM Command 27/9/2020 ,14:44:43.299 Running Send to port, Data = F 15 0 27/9/2020 ,14:44:43.302 Sent to IP:10.0.0.17 Port No:8901 = 2 F 15 0 ,PWM Fade Time Command 27/9/2020 ,14:44:43.406 Running Send to port, Data = P 15 255 27/9/2020 ,14:44:43.410 Sent to IP:10.0.0.17 Port No:8901 = 2 P 15 255 ,PWM Command 27/9/2020 ,14:44:43.415 Running Send to port, Data = P 16 0 27/9/2020 ,14:44:43.422 Sent to IP:10.0.0.17 Port No:8901 = 2 P 16 0 ,PWM Command 27/9/2020 ,14:44:43.524 Running Send to port, Data = F 16 0 27/9/2020 ,14:44:43.528 Sent to IP:10.0.0.17 Port No:8901 = 2 F 16 0 ,PWM Fade Time Command 27/9/2020 ,14:44:43.632 Running Send to port, Data = P 16 255 27/9/2020 ,14:44:43.637 Sent to IP:10.0.0.17 Port No:8901 = 2 P 16 255 ,PWM Command 27/9/2020 ,14:44:43.640 Running Send to port, Data = P 17 0 27/9/2020 ,14:44:43.644 Sent to IP:10.0.0.17 Port No:8901 = 2 P 17 0 ,PWM Command 27/9/2020 ,14:44:43.747 Running Send to port, Data = F 17 0 27/9/2020 ,14:44:43.750 Sent to IP:10.0.0.17 Port No:8901 = 2 F 17 0 ,PWM Fade Time Command 27/9/2020 ,14:44:43.855 Running Send to port, Data = P 17 255 27/9/2020 ,14:44:43.859 Sent to IP:10.0.0.17 Port No:8901 = 2 P 17 255 ,PWM Command 27/9/2020 ,14:44:43.863 Running Send to port, Data = P 18 0 27/9/2020 ,14:44:43.866 Sent to IP:10.0.0.17 Port No:8901 = 2 P 18 0 ,PWM Command 27/9/2020 ,14:44:43.971 Running Send to port, Data = F 18 0 27/9/2020 ,14:44:43.975 Sent to IP:10.0.0.17 Port No:8901 = 2 F 18 0 ,PWM Fade Time Command 27/9/2020 ,14:44:44.076 Running Send to port, Data = P 18 255 27/9/2020 ,14:44:44.081 Sent to IP:10.0.0.17 Port No:8901 = 2 P 18 255 ,PWM Command 27/9/2020 ,14:44:44.085 Running Send to port, Data = P 19 0 27/9/2020 ,14:44:44.089 Sent to IP:10.0.0.17 Port No:8901 = 2 P 19 0 ,PWM Command 27/9/2020 ,14:44:44.190 Running Send to port, Data = F 19 0 27/9/2020 ,14:44:44.192 Sent to IP:10.0.0.17 Port No:8901 = 2 F 19 0 ,PWM Fade Time Command 27/9/2020 ,14:44:44.293 Running Send to port, Data = P 19 255 27/9/2020 ,14:44:44.294 Sent to IP:10.0.0.17 Port No:8901 = 2 P 19 255 ,PWM Command 27/9/2020 ,14:44:44.295 Running Send to port, Data = P 20 0 27/9/2020 ,14:44:44.296 Sent to IP:10.0.0.17 Port No:8901 = 2 P 20 0 ,PWM Command 27/9/2020 ,14:44:44.402 Running Send to port, Data = F 20 0 27/9/2020 ,14:44:44.406 Sent to IP:10.0.0.17 Port No:8901 = 2 F 20 0 ,PWM Fade Time Command 27/9/2020 ,14:44:44.509 Running Send to port, Data = P 20 255 27/9/2020 ,14:44:44.511 Sent to IP:10.0.0.17 Port No:8901 = 2 P 20 255 ,PWM Command 27/9/2020 ,14:44:44.513 Running Send to port, Data = P 21 0 27/9/2020 ,14:44:44.515 Sent to IP:10.0.0.17 Port No:8901 = 2 P 21 0 ,PWM Command 27/9/2020 ,14:44:44.618 Running Send to port, Data = F 21 0 27/9/2020 ,14:44:44.620 Sent to IP:10.0.0.17 Port No:8901 = 2 F 21 0 ,PWM Fade Time Command 27/9/2020 ,14:44:44.723 Running Send to port, Data = P 21 255 27/9/2020 ,14:44:44.725 Sent to IP:10.0.0.17 Port No:8901 = 2 P 21 255 ,PWM Command 27/9/2020 ,14:44:44.728 Running Send to port, Data = P 22 0 27/9/2020 ,14:44:44.730 Sent to IP:10.0.0.17 Port No:8901 = 2 P 22 0 ,PWM Command 27/9/2020 ,14:44:44.833 Running Send to port, Data = F 22 1286 27/9/2020 ,14:44:44.835 Sent to IP:10.0.0.17 Port No:8901 = 2 F 22 1286 ,PWM Fade Time Command 27/9/2020 ,14:44:44.937 Running Send to port, Data = P 22 255 27/9/2020 ,14:44:44.938 Sent to IP:10.0.0.17 Port No:8901 = 2 P 22 255 ,PWM Command 27/9/2020 ,14:44:44.939 Running Send to port, Data = P 24 0 27/9/2020 ,14:44:44.941 Sent to IP:10.0.0.17 Port No:8901 = 2 P 24 0 ,PWM Command 27/9/2020 ,14:44:45.043 Running Send to port, Data = F 24 2375 27/9/2020 ,14:44:45.045 Sent to IP:10.0.0.17 Port No:8901 = 2 F 24 2375 ,PWM Fade Time Command 27/9/2020 ,14:44:45.147 Running Send to port, Data = P 24 255 27/9/2020 ,14:44:45.148 Sent to IP:10.0.0.17 Port No:8901 = 2 P 24 255 ,PWM Command 27/9/2020 ,14:44:45.150 Running Send to port, Data = P 25 0 27/9/2020 ,14:44:45.151 Sent to IP:10.0.0.17 Port No:8901 = 2 P 25 0 ,PWM Command 27/9/2020 ,14:44:45.256 Running Send to port, Data = F 25 0 27/9/2020 ,14:44:45.259 Sent to IP:10.0.0.17 Port No:8901 = 2 F 25 0 ,PWM Fade Time Command 27/9/2020 ,14:44:45.364 Running Send to port, Data = P 25 255 27/9/2020 ,14:44:45.368 Sent to IP:10.0.0.17 Port No:8901 = 2 P 25 255 ,PWM Command 27/9/2020 ,14:44:45.372 Running Send to port, Data = P 26 0 27/9/2020 ,14:44:45.376 Sent to IP:10.0.0.17 Port No:8901 = 2 P 26 0 ,PWM Command 27/9/2020 ,14:44:45.481 Running Send to port, Data = F 26 0 27/9/2020 ,14:44:45.485 Sent to IP:10.0.0.17 Port No:8901 = 2 F 26 0 ,PWM Fade Time Command 27/9/2020 ,14:44:45.587 Running Send to port, Data = P 26 255 27/9/2020 ,14:44:45.588 Sent to IP:10.0.0.17 Port No:8901 = 2 P 26 255 ,PWM Command 27/9/2020 ,14:44:45.590 Running Send to port, Data = P 27 0 27/9/2020 ,14:44:45.592 Sent to IP:10.0.0.17 Port No:8901 = 2 P 27 0 ,PWM Command 27/9/2020 ,14:44:45.697 Running Send to port, Data = F 27 0 27/9/2020 ,14:44:45.699 Sent to IP:10.0.0.17 Port No:8901 = 2 F 27 0 ,PWM Fade Time Command 27/9/2020 ,14:44:45.804 Running Send to port, Data = P 27 255 27/9/2020 ,14:44:45.807 Sent to IP:10.0.0.17 Port No:8901 = 2 P 27 255 ,PWM Command 27/9/2020 ,14:44:45.811 Running Send to port, Data = P 28 0 27/9/2020 ,14:44:45.815 Sent to IP:10.0.0.17 Port No:8901 = 2 P 28 0 ,PWM Command 27/9/2020 ,14:44:45.917 Running Send to port, Data = F 28 0 27/9/2020 ,14:44:45.920 Sent to IP:10.0.0.17 Port No:8901 = 2 F 28 0 ,PWM Fade Time Command 27/9/2020 ,14:44:46.022 Running Send to port, Data = P 28 255 27/9/2020 ,14:44:46.024 Sent to IP:10.0.0.17 Port No:8901 = 2 P 28 255 ,PWM Command 27/9/2020 ,14:44:46.026 Running Send to port, Data = P 29 0 27/9/2020 ,14:44:46.028 Sent to IP:10.0.0.17 Port No:8901 = 2 P 29 0 ,PWM Command 27/9/2020 ,14:44:46.134 Running Send to port, Data = F 29 0 27/9/2020 ,14:44:46.138 Sent to IP:10.0.0.17 Port No:8901 = 2 F 29 0 ,PWM Fade Time Command 27/9/2020 ,14:44:46.242 Running Send to port, Data = P 29 255 27/9/2020 ,14:44:46.246 Sent to IP:10.0.0.17 Port No:8901 = 2 P 29 255 ,PWM Command 27/9/2020 ,14:44:46.251 Running Send to port, Data = P 30 0 27/9/2020 ,14:44:46.255 Sent to IP:10.0.0.17 Port No:8901 = 2 P 30 0 ,PWM Command 27/9/2020 ,14:44:46.359 Running Send to port, Data = F 30 0 27/9/2020 ,14:44:46.362 Sent to IP:10.0.0.17 Port No:8901 = 2 F 30 0 ,PWM Fade Time Command 27/9/2020 ,14:44:46.466 Running Send to port, Data = P 30 255 27/9/2020 ,14:44:46.470 Sent to IP:10.0.0.17 Port No:8901 = 2 P 30 255 ,PWM Command 27/9/2020 ,14:44:46.475 Running Send to port, Data = P 31 0 27/9/2020 ,14:44:46.478 Sent to IP:10.0.0.17 Port No:8901 = 2 P 31 0 ,PWM Command 27/9/2020 ,14:44:46.582 Running Send to port, Data = F 31 0 27/9/2020 ,14:44:46.584 Sent to IP:10.0.0.17 Port No:8901 = 2 F 31 0 ,PWM Fade Time Command 27/9/2020 ,14:44:46.687 Running Send to port, Data = P 31 255 27/9/2020 ,14:44:46.689 Sent to IP:10.0.0.17 Port No:8901 = 2 P 31 255 ,PWM Command 27/9/2020 ,14:44:46.695 Running Send to port, Data = d 0 30 27/9/2020 ,14:44:46.697 Sent to IP:10.0.0.17 Port No:8901 = 2 d 0 30 ,Debounce Set Command 27/9/2020 ,14:44:46.790 Running Send to port, Data = c 27/9/2020 ,14:44:46.794 Sent to IP:10.0.0.17 Port No:8901 = 2 c ,Connection established Command 27/9/2020 ,14:45:09.608 Running Send to port, Data = r 27/9/2020 ,14:45:09.610 Sent to IP:10.0.0.17 Port No:8901 = 2 r ,Reset Command 27/9/2020 ,14:45:09.612 Board: 2 Connection FAILED running Reset. 27/9/2020 ,14:45:11.627 Running Send to port, Data = K 27/9/2020 ,14:45:11.631 Sent to IP:10.0.0.16 Port No:8900 = 1 K ,Keep Alive Command 27/9/2020 ,14:45:11.634 Keeping Board: 1 Alive. 27/9/2020 ,14:45:11.672 Data Received:Alive 1 27/9/2020 ,14:45:11.676 Timer 1 Reset Loc 2 27/9/2020 ,14:45:13.317 Data Received:Connect 2 27/9/2020 ,14:45:13.323 ComNoArr = 1001 , ComPortEnum.Ethernet.ToString() = Ethernet , BoardIPArr = 10.0.0.17 , BoardPortArr = 8901 27/9/2020 ,14:45:13.335 Connecting Board No:2 at ip address 10.0.0.17 Port No:8901 27/9/2020 ,14:45:13.337 Running Send to port, Data = C 27/9/2020 ,14:45:13.341 Sent to IP:10.0.0.17 Port No:8901 = 2 C ,Connect Command 27/9/2020 ,14:45:13.752 Data Received:Version 2 1.0.0.166 HS3 27/9/2020 ,14:45:13.761 Board 2 Version 1.0.0.166 and Plugin Version 1.0.0.166 are compatible. 27/9/2020 ,14:45:15.174 Data Received:Connected 2 27/9/2020 ,14:45:15.178 Connected to Board No:2 at ip address 10.0.0.17 Port No:8901 27/9/2020 ,14:45:15.181 Updating pins on Board No: 2 27/9/2020 ,14:45:15.182 Running Send to port, Data = X 27/9/2020 ,14:45:15.184 Sent to IP:10.0.0.17 Port No:8901 = 2 X ,Pin Reset Command 27/9/2020 ,14:45:15.268 Updating values on Board No: 2 27/9/2020 ,14:45:15.269 Running Send to port, Data = O 32 0 1 27/9/2020 ,14:45:15.270 Sent to IP:10.0.0.17 Port No:8901 = 2 O 32 0 1 ,Output Set Command 27/9/2020 ,14:45:15.271 Running Send to port, Data = O 33 0 2 27/9/2020 ,14:45:15.271 Sent to IP:10.0.0.17 Port No:8901 = 2 O 33 0 2 ,Output Set Command 27/9/2020 ,14:45:15.273 Running Send to port, Data = O 34 1 3 27/9/2020 ,14:45:15.273 Sent to IP:10.0.0.17 Port No:8901 = 2 O 34 1 3 ,Output Set Command 27/9/2020 ,14:45:15.274 Running Send to port, Data = O 35 1 4 27/9/2020 ,14:45:15.275 Sent to IP:10.0.0.17 Port No:8901 = 2 O 35 1 4 ,Output Set Command 27/9/2020 ,14:45:15.276 Running Send to port, Data = O 36 0 5 27/9/2020 ,14:45:15.277 Sent to IP:10.0.0.17 Port No:8901 = 2 O 36 0 5 ,Output Set Command 27/9/2020 ,14:45:15.278 Running Send to port, Data = O 37 0 6 27/9/2020 ,14:45:15.280 Sent to IP:10.0.0.17 Port No:8901 = 2 O 37 0 6 ,Output Set Command 27/9/2020 ,14:45:15.282 Running Send to port, Data = O 38 0 7 27/9/2020 ,14:45:15.284 Sent to IP:10.0.0.17 Port No:8901 = 2 O 38 0 7 ,Output Set Command 27/9/2020 ,14:45:15.286 Running Send to port, Data = P 9 0 27/9/2020 ,14:45:15.288 Sent to IP:10.0.0.17 Port No:8901 = 2 P 9 0 ,PWM Command 27/9/2020 ,14:45:15.389 Running Send to port, Data = F 9 0 27/9/2020 ,14:45:15.392 Sent to IP:10.0.0.17 Port No:8901 = 2 F 9 0 ,PWM Fade Time Command 27/9/2020 ,14:45:15.495 Running Send to port, Data = P 9 255 27/9/2020 ,14:45:15.496 Sent to IP:10.0.0.17 Port No:8901 = 2 P 9 255 ,PWM Command 27/9/2020 ,14:45:15.497 Running Send to port, Data = P 8 0 27/9/2020 ,14:45:15.498 Sent to IP:10.0.0.17 Port No:8901 = 2 P 8 0 ,PWM Command 27/9/2020 ,14:45:15.600 Running Send to port, Data = F 8 0 27/9/2020 ,14:45:15.601 Sent to IP:10.0.0.17 Port No:8901 = 2 F 8 0 ,PWM Fade Time Command 27/9/2020 ,14:45:15.703 Running Send to port, Data = P 8 255 27/9/2020 ,14:45:15.704 Sent to IP:10.0.0.17 Port No:8901 = 2 P 8 255 ,PWM Command 27/9/2020 ,14:45:15.705 Running Send to port, Data = P 7 0 27/9/2020 ,14:45:15.706 Sent to IP:10.0.0.17 Port No:8901 = 2 P 7 0 ,PWM Command 27/9/2020 ,14:45:15.807 Running Send to port, Data = F 7 0 27/9/2020 ,14:45:15.810 Sent to IP:10.0.0.17 Port No:8901 = 2 F 7 0 ,PWM Fade Time Command 27/9/2020 ,14:45:15.912 Running Send to port, Data = P 7 255 27/9/2020 ,14:45:15.913 Sent to IP:10.0.0.17 Port No:8901 = 2 P 7 255 ,PWM Command 27/9/2020 ,14:45:15.914 Running Send to port, Data = P 14 0 27/9/2020 ,14:45:15.915 Sent to IP:10.0.0.17 Port No:8901 = 2 P 14 0 ,PWM Command 27/9/2020 ,14:45:16.017 Running Send to port, Data = F 14 0 27/9/2020 ,14:45:16.018 Sent to IP:10.0.0.17 Port No:8901 = 2 F 14 0 ,PWM Fade Time Command 27/9/2020 ,14:45:16.120 Running Send to port, Data = P 14 255 27/9/2020 ,14:45:16.121 Sent to IP:10.0.0.17 Port No:8901 = 2 P 14 255 ,PWM Command 27/9/2020 ,14:45:16.122 Running Send to port, Data = P 15 0 27/9/2020 ,14:45:16.123 Sent to IP:10.0.0.17 Port No:8901 = 2 P 15 0 ,PWM Command 27/9/2020 ,14:45:16.226 Running Send to port, Data = F 15 0 27/9/2020 ,14:45:16.227 Sent to IP:10.0.0.17 Port No:8901 = 2 F 15 0 ,PWM Fade Time Command 27/9/2020 ,14:45:16.329 Running Send to port, Data = P 15 255 27/9/2020 ,14:45:16.330 Sent to IP:10.0.0.17 Port No:8901 = 2 P 15 255 ,PWM Command 27/9/2020 ,14:45:16.331 Running Send to port, Data = P 16 0 27/9/2020 ,14:45:16.332 Sent to IP:10.0.0.17 Port No:8901 = 2 P 16 0 ,PWM Command 27/9/2020 ,14:45:16.433 Running Send to port, Data = F 16 0 27/9/2020 ,14:45:16.434 Sent to IP:10.0.0.17 Port No:8901 = 2 F 16 0 ,PWM Fade Time Command 27/9/2020 ,14:45:16.535 Running Send to port, Data = P 16 255 27/9/2020 ,14:45:16.536 Sent to IP:10.0.0.17 Port No:8901 = 2 P 16 255 ,PWM Command 27/9/2020 ,14:45:16.537 Running Send to port, Data = P 17 0 27/9/2020 ,14:45:16.538 Sent to IP:10.0.0.17 Port No:8901 = 2 P 17 0 ,PWM Command 27/9/2020 ,14:45:16.640 Running Send to port, Data = F 17 0 27/9/2020 ,14:45:16.641 Sent to IP:10.0.0.17 Port No:8901 = 2 F 17 0 ,PWM Fade Time Command 27/9/2020 ,14:45:16.742 Running Send to port, Data = P 17 255 27/9/2020 ,14:45:16.743 Sent to IP:10.0.0.17 Port No:8901 = 2 P 17 255 ,PWM Command 27/9/2020 ,14:45:16.744 Running Send to port, Data = P 18 0 27/9/2020 ,14:45:16.747 Sent to IP:10.0.0.17 Port No:8901 = 2 P 18 0 ,PWM Command 27/9/2020 ,14:45:16.847 Running Send to port, Data = F 18 0 27/9/2020 ,14:45:16.848 Sent to IP:10.0.0.17 Port No:8901 = 2 F 18 0 ,PWM Fade Time Command 27/9/2020 ,14:45:16.951 Running Send to port, Data = P 18 255 27/9/2020 ,14:45:16.952 Sent to IP:10.0.0.17 Port No:8901 = 2 P 18 255 ,PWM Command 27/9/2020 ,14:45:16.953 Running Send to port, Data = P 19 0 27/9/2020 ,14:45:16.953 Sent to IP:10.0.0.17 Port No:8901 = 2 P 19 0 ,PWM Command 27/9/2020 ,14:45:17.055 Running Send to port, Data = F 19 0 27/9/2020 ,14:45:17.056 Sent to IP:10.0.0.17 Port No:8901 = 2 F 19 0 ,PWM Fade Time Command 27/9/2020 ,14:45:17.157 Running Send to port, Data = P 19 255 27/9/2020 ,14:45:17.158 Sent to IP:10.0.0.17 Port No:8901 = 2 P 19 255 ,PWM Command 27/9/2020 ,14:45:17.159 Running Send to port, Data = P 20 0 27/9/2020 ,14:45:17.160 Sent to IP:10.0.0.17 Port No:8901 = 2 P 20 0 ,PWM Command 27/9/2020 ,14:45:17.263 Running Send to port, Data = F 20 0 27/9/2020 ,14:45:17.265 Sent to IP:10.0.0.17 Port No:8901 = 2 F 20 0 ,PWM Fade Time Command 27/9/2020 ,14:45:17.366 Running Send to port, Data = P 20 255 27/9/2020 ,14:45:17.367 Sent to IP:10.0.0.17 Port No:8901 = 2 P 20 255 ,PWM Command 27/9/2020 ,14:45:17.368 Running Send to port, Data = P 21 0 27/9/2020 ,14:45:17.369 Sent to IP:10.0.0.17 Port No:8901 = 2 P 21 0 ,PWM Command 27/9/2020 ,14:45:17.471 Running Send to port, Data = F 21 0 27/9/2020 ,14:45:17.472 Sent to IP:10.0.0.17 Port No:8901 = 2 F 21 0 ,PWM Fade Time Command 27/9/2020 ,14:45:17.575 Running Send to port, Data = P 21 255 27/9/2020 ,14:45:17.576 Sent to IP:10.0.0.17 Port No:8901 = 2 P 21 255 ,PWM Command 27/9/2020 ,14:45:17.577 Running Send to port, Data = P 22 0 27/9/2020 ,14:45:17.578 Sent to IP:10.0.0.17 Port No:8901 = 2 P 22 0 ,PWM Command 27/9/2020 ,14:45:17.680 Running Send to port, Data = F 22 1286 27/9/2020 ,14:45:17.681 Sent to IP:10.0.0.17 Port No:8901 = 2 F 22 1286 ,PWM Fade Time Command 27/9/2020 ,14:45:17.783 Running Send to port, Data = P 22 255 27/9/2020 ,14:45:17.784 Sent to IP:10.0.0.17 Port No:8901 = 2 P 22 255 ,PWM Command 27/9/2020 ,14:45:17.785 Running Send to port, Data = P 24 0 27/9/2020 ,14:45:17.786 Sent to IP:10.0.0.17 Port No:8901 = 2 P 24 0 ,PWM Command 27/9/2020 ,14:45:17.887 Running Send to port, Data = F 24 2375 27/9/2020 ,14:45:17.888 Sent to IP:10.0.0.17 Port No:8901 = 2 F 24 2375 ,PWM Fade Time Command 27/9/2020 ,14:45:17.994 Running Send to port, Data = P 24 255 27/9/2020 ,14:45:17.997 Sent to IP:10.0.0.17 Port No:8901 = 2 P 24 255 ,PWM Command 27/9/2020 ,14:45:18.000 Running Send to port, Data = P 25 0 27/9/2020 ,14:45:18.003 Sent to IP:10.0.0.17 Port No:8901 = 2 P 25 0 ,PWM Command 27/9/2020 ,14:45:18.105 Running Send to port, Data = F 25 0 27/9/2020 ,14:45:18.107 Sent to IP:10.0.0.17 Port No:8901 = 2 F 25 0 ,PWM Fade Time Command 27/9/2020 ,14:45:18.211 Running Send to port, Data = P 25 255 27/9/2020 ,14:45:18.215 Sent to IP:10.0.0.17 Port No:8901 = 2 P 25 255 ,PWM Command 27/9/2020 ,14:45:18.219 Running Send to port, Data = P 26 0 27/9/2020 ,14:45:18.223 Sent to IP:10.0.0.17 Port No:8901 = 2 P 26 0 ,PWM Command 27/9/2020 ,14:45:18.325 Running Send to port, Data = F 26 0 27/9/2020 ,14:45:18.327 Sent to IP:10.0.0.17 Port No:8901 = 2 F 26 0 ,PWM Fade Time Command 27/9/2020 ,14:45:18.429 Running Send to port, Data = P 26 255 27/9/2020 ,14:45:18.430 Sent to IP:10.0.0.17 Port No:8901 = 2 P 26 255 ,PWM Command 27/9/2020 ,14:45:18.432 Running Send to port, Data = P 27 0 27/9/2020 ,14:45:18.432 Sent to IP:10.0.0.17 Port No:8901 = 2 P 27 0 ,PWM Command 27/9/2020 ,14:45:18.539 Running Send to port, Data = F 27 0 27/9/2020 ,14:45:18.542 Sent to IP:10.0.0.17 Port No:8901 = 2 F 27 0 ,PWM Fade Time Command 27/9/2020 ,14:45:18.646 Running Send to port, Data = P 27 255 27/9/2020 ,14:45:18.650 Sent to IP:10.0.0.17 Port No:8901 = 2 P 27 255 ,PWM Command 27/9/2020 ,14:45:18.655 Running Send to port, Data = P 28 0 27/9/2020 ,14:45:18.659 Sent to IP:10.0.0.17 Port No:8901 = 2 P 28 0 ,PWM Command 27/9/2020 ,14:45:18.763 Running Send to port, Data = F 28 0 27/9/2020 ,14:45:18.767 Sent to IP:10.0.0.17 Port No:8901 = 2 F 28 0 ,PWM Fade Time Command 27/9/2020 ,14:45:18.869 Running Send to port, Data = P 28 255 27/9/2020 ,14:45:18.870 Sent to IP:10.0.0.17 Port No:8901 = 2 P 28 255 ,PWM Command 27/9/2020 ,14:45:18.871 Running Send to port, Data = P 29 0 27/9/2020 ,14:45:18.872 Sent to IP:10.0.0.17 Port No:8901 = 2 P 29 0 ,PWM Command 27/9/2020 ,14:45:18.977 Running Send to port, Data = F 29 0 27/9/2020 ,14:45:18.980 Sent to IP:10.0.0.17 Port No:8901 = 2 F 29 0 ,PWM Fade Time Command 27/9/2020 ,14:45:19.085 Running Send to port, Data = P 29 255 27/9/2020 ,14:45:19.088 Sent to IP:10.0.0.17 Port No:8901 = 2 P 29 255 ,PWM Command 27/9/2020 ,14:45:19.096 Running Send to port, Data = P 30 0 27/9/2020 ,14:45:19.099 Sent to IP:10.0.0.17 Port No:8901 = 2 P 30 0 ,PWM Command 27/9/2020 ,14:45:19.204 Running Send to port, Data = F 30 0 27/9/2020 ,14:45:19.208 Sent to IP:10.0.0.17 Port No:8901 = 2 F 30 0 ,PWM Fade Time Command 27/9/2020 ,14:45:19.308 Running Send to port, Data = P 30 255 27/9/2020 ,14:45:19.310 Sent to IP:10.0.0.17 Port No:8901 = 2 P 30 255 ,PWM Command 27/9/2020 ,14:45:19.311 Running Send to port, Data = P 31 0 27/9/2020 ,14:45:19.312 Sent to IP:10.0.0.17 Port No:8901 = 2 P 31 0 ,PWM Command 27/9/2020 ,14:45:19.414 Running Send to port, Data = F 31 0 27/9/2020 ,14:45:19.415 Sent to IP:10.0.0.17 Port No:8901 = 2 F 31 0 ,PWM Fade Time Command 27/9/2020 ,14:45:19.517 Running Send to port, Data = P 31 255 27/9/2020 ,14:45:19.519 Sent to IP:10.0.0.17 Port No:8901 = 2 P 31 255 ,PWM Command 27/9/2020 ,14:45:19.520 Running Send to port, Data = d 0 30 27/9/2020 ,14:45:19.521 Sent to IP:10.0.0.17 Port No:8901 = 2 d 0 30 ,Debounce Set Command 27/9/2020 ,14:45:19.603 Running Send to port, Data = c 27/9/2020 ,14:45:19.604 Sent to IP:10.0.0.17 Port No:8901 = 2 c ,Connection established Command 27/9/2020 ,14:45:41.753 Running Send to port, Data = K 27/9/2020 ,14:45:41.756 Sent to IP:10.0.0.16 Port No:8900 = 1 K ,Keep Alive Command 27/9/2020 ,14:45:41.758 Keeping Board: 1 Alive. 27/9/2020 ,14:45:41.863 Data Received:Alive 1 27/9/2020 ,14:45:41.867 Timer 1 Reset Loc 2 27/9/2020 ,14:46:11.062 Data Received:1 I 6 1 27/9/2020 ,14:46:11.064 Timer 1 Reset Loc 1 27/9/2020 ,14:46:11.073 Board1, Input:6, Value:1 27/9/2020 ,14:46:11.079 Running Send to port, Data = h 27/9/2020 ,14:46:11.080 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:14.233 Data Received:1 I 6 0 27/9/2020 ,14:46:14.234 Timer 1 Reset Loc 1 27/9/2020 ,14:46:14.239 Board1, Input:6, Value:0 27/9/2020 ,14:46:14.247 Running Send to port, Data = h 27/9/2020 ,14:46:14.249 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:14.784 Data Received:1 I 6 1 27/9/2020 ,14:46:14.785 Timer 1 Reset Loc 1 27/9/2020 ,14:46:14.789 Board1, Input:6, Value:1 27/9/2020 ,14:46:14.794 Running Send to port, Data = h 27/9/2020 ,14:46:14.795 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:16.090 Data Received:1 I 5 1 27/9/2020 ,14:46:16.091 Timer 1 Reset Loc 1 27/9/2020 ,14:46:16.105 Board1, Input:5, Value:1 27/9/2020 ,14:46:16.110 Running Send to port, Data = h 27/9/2020 ,14:46:16.121 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:17.958 Data Received:1 I 6 0 27/9/2020 ,14:46:17.959 Timer 1 Reset Loc 1 27/9/2020 ,14:46:17.966 Board1, Input:6, Value:0 27/9/2020 ,14:46:17.980 Running Send to port, Data = h 27/9/2020 ,14:46:17.982 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:19.051 Data Received:1 I 6 1 27/9/2020 ,14:46:19.054 Timer 1 Reset Loc 1 27/9/2020 ,14:46:19.065 Board1, Input:6, Value:1 27/9/2020 ,14:46:19.075 Running Send to port, Data = h 27/9/2020 ,14:46:19.080 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:19.380 Data Received:1 I 5 0 27/9/2020 ,14:46:19.385 Timer 1 Reset Loc 1 27/9/2020 ,14:46:19.394 Board1, Input:5, Value:0 27/9/2020 ,14:46:19.404 Running Send to port, Data = h 27/9/2020 ,14:46:19.406 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:22.223 Data Received:1 I 6 0 27/9/2020 ,14:46:22.227 Timer 1 Reset Loc 1 27/9/2020 ,14:46:22.238 Board1, Input:6, Value:0 27/9/2020 ,14:46:22.256 Running Send to port, Data = h 27/9/2020 ,14:46:22.260 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:24.733 Data Received:1 I 6 1 27/9/2020 ,14:46:24.734 Timer 1 Reset Loc 1 27/9/2020 ,14:46:24.737 Board1, Input:6, Value:1 27/9/2020 ,14:46:24.740 Running Send to port, Data = h 27/9/2020 ,14:46:24.741 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:27.583 Data Received:1 I 5 1 27/9/2020 ,14:46:27.586 Timer 1 Reset Loc 1 27/9/2020 ,14:46:27.598 Board1, Input:5, Value:1 27/9/2020 ,14:46:27.611 Running Send to port, Data = h 27/9/2020 ,14:46:27.614 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:27.797 Data Received:1 I 6 0 27/9/2020 ,14:46:27.799 Timer 1 Reset Loc 1 27/9/2020 ,14:46:27.809 Board1, Input:6, Value:0 27/9/2020 ,14:46:27.819 Running Send to port, Data = h 27/9/2020 ,14:46:27.821 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:28.344 Data Received:1 I 6 1 27/9/2020 ,14:46:28.347 Timer 1 Reset Loc 1 27/9/2020 ,14:46:28.358 Board1, Input:6, Value:1 27/9/2020 ,14:46:28.369 Running Send to port, Data = h 27/9/2020 ,14:46:28.373 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:30.752 Data Received:1 I 5 0 27/9/2020 ,14:46:30.764 Timer 1 Reset Loc 1 27/9/2020 ,14:46:30.776 Board1, Input:5, Value:0 27/9/2020 ,14:46:30.792 Running Send to port, Data = h 27/9/2020 ,14:46:30.796 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:31.188 Data Received:1 I 5 1 27/9/2020 ,14:46:31.191 Timer 1 Reset Loc 1 27/9/2020 ,14:46:31.198 Board1, Input:5, Value:1 27/9/2020 ,14:46:31.205 Running Send to port, Data = h 27/9/2020 ,14:46:31.208 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:31.518 Data Received:1 I 6 0 27/9/2020 ,14:46:31.520 Timer 1 Reset Loc 1 27/9/2020 ,14:46:31.528 Board1, Input:6, Value:0 27/9/2020 ,14:46:31.541 Running Send to port, Data = h 27/9/2020 ,14:46:31.544 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:34.366 Data Received:1 I 5 0 27/9/2020 ,14:46:34.369 Timer 1 Reset Loc 1 27/9/2020 ,14:46:34.387 Board1, Input:5, Value:0 27/9/2020 ,14:46:34.405 Running Send to port, Data = h 27/9/2020 ,14:46:34.410 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:47.052 Data Received:1 I 6 1 27/9/2020 ,14:46:47.056 Timer 1 Reset Loc 1 27/9/2020 ,14:46:47.067 Board1, Input:6, Value:1 27/9/2020 ,14:46:47.077 Running Send to port, Data = h 27/9/2020 ,14:46:47.080 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:46:50.219 Data Received:1 I 6 0 27/9/2020 ,14:46:50.222 Timer 1 Reset Loc 1 27/9/2020 ,14:46:50.225 Board1, Input:6, Value:0 27/9/2020 ,14:46:50.229 Running Send to port, Data = h 27/9/2020 ,14:46:50.230 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:47:20.150 Running Send to port, Data = K 27/9/2020 ,14:47:20.153 Sent to IP:10.0.0.16 Port No:8900 = 1 K ,Keep Alive Command 27/9/2020 ,14:47:20.155 Keeping Board: 1 Alive. 27/9/2020 ,14:47:20.191 Data Received:Alive 1 27/9/2020 ,14:47:20.192 Timer 1 Reset Loc 2 27/9/2020 ,14:47:47.202 Data Received:1 I 6 1 27/9/2020 ,14:47:47.203 Timer 1 Reset Loc 1 27/9/2020 ,14:47:47.207 Board1, Input:6, Value:1 27/9/2020 ,14:47:47.211 Running Send to port, Data = h 27/9/2020 ,14:47:47.212 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:47:50.373 Data Received:1 I 6 0 27/9/2020 ,14:47:50.374 Timer 1 Reset Loc 1 27/9/2020 ,14:47:50.377 Board1, Input:6, Value:0 27/9/2020 ,14:47:50.381 Running Send to port, Data = h 27/9/2020 ,14:47:50.382 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:48:13.387 Running Send to port, Data = r 27/9/2020 ,14:48:13.391 Sent to IP:10.0.0.17 Port No:8901 = 2 r ,Reset Command 27/9/2020 ,14:48:13.394 Board: 2 Connection FAILED running Reset. 27/9/2020 ,14:48:18.485 Data Received:Connect 2 27/9/2020 ,14:48:18.487 ComNoArr = 1001 , ComPortEnum.Ethernet.ToString() = Ethernet , BoardIPArr = 10.0.0.17 , BoardPortArr = 8901 27/9/2020 ,14:48:18.490 Connecting Board No:2 at ip address 10.0.0.17 Port No:8901 27/9/2020 ,14:48:18.490 Running Send to port, Data = C 27/9/2020 ,14:48:18.493 Sent to IP:10.0.0.17 Port No:8901 = 2 C ,Connect Command 27/9/2020 ,14:48:18.923 Data Received:Version 2 1.0.0.166 HS3 27/9/2020 ,14:48:18.925 Board 2 Version 1.0.0.166 and Plugin Version 1.0.0.166 are compatible. 27/9/2020 ,14:48:20.408 Running Send to port, Data = K 27/9/2020 ,14:48:20.412 Sent to IP:10.0.0.16 Port No:8900 = 1 K ,Keep Alive Command 27/9/2020 ,14:48:20.415 Keeping Board: 1 Alive. 27/9/2020 ,14:48:20.460 Data Received:Alive 1 27/9/2020 ,14:48:20.464 Timer 1 Reset Loc 2 27/9/2020 ,14:48:20.673 Data Received:Connected 2 27/9/2020 ,14:48:20.680 Connected to Board No:2 at ip address 10.0.0.17 Port No:8901 27/9/2020 ,14:48:20.682 Updating pins on Board No: 2 27/9/2020 ,14:48:20.684 Running Send to port, Data = X 27/9/2020 ,14:48:20.685 Sent to IP:10.0.0.17 Port No:8901 = 2 X ,Pin Reset Command 27/9/2020 ,14:48:20.769 Updating values on Board No: 2 27/9/2020 ,14:48:20.770 Running Send to port, Data = O 32 0 1 27/9/2020 ,14:48:20.771 Sent to IP:10.0.0.17 Port No:8901 = 2 O 32 0 1 ,Output Set Command 27/9/2020 ,14:48:20.772 Running Send to port, Data = O 33 0 2 27/9/2020 ,14:48:20.772 Sent to IP:10.0.0.17 Port No:8901 = 2 O 33 0 2 ,Output Set Command 27/9/2020 ,14:48:20.773 Running Send to port, Data = O 34 1 3 27/9/2020 ,14:48:20.774 Sent to IP:10.0.0.17 Port No:8901 = 2 O 34 1 3 ,Output Set Command 27/9/2020 ,14:48:20.775 Running Send to port, Data = O 35 1 4 27/9/2020 ,14:48:20.775 Sent to IP:10.0.0.17 Port No:8901 = 2 O 35 1 4 ,Output Set Command 27/9/2020 ,14:48:20.776 Running Send to port, Data = O 36 0 5 27/9/2020 ,14:48:20.777 Sent to IP:10.0.0.17 Port No:8901 = 2 O 36 0 5 ,Output Set Command 27/9/2020 ,14:48:20.777 Running Send to port, Data = O 37 0 6 27/9/2020 ,14:48:20.778 Sent to IP:10.0.0.17 Port No:8901 = 2 O 37 0 6 ,Output Set Command 27/9/2020 ,14:48:20.779 Running Send to port, Data = O 38 0 7 27/9/2020 ,14:48:20.780 Sent to IP:10.0.0.17 Port No:8901 = 2 O 38 0 7 ,Output Set Command 27/9/2020 ,14:48:20.781 Running Send to port, Data = P 9 0 27/9/2020 ,14:48:20.782 Sent to IP:10.0.0.17 Port No:8901 = 2 P 9 0 ,PWM Command 27/9/2020 ,14:48:20.884 Running Send to port, Data = F 9 0 27/9/2020 ,14:48:20.885 Sent to IP:10.0.0.17 Port No:8901 = 2 F 9 0 ,PWM Fade Time Command 27/9/2020 ,14:48:20.987 Running Send to port, Data = P 9 255 27/9/2020 ,14:48:20.988 Sent to IP:10.0.0.17 Port No:8901 = 2 P 9 255 ,PWM Command 27/9/2020 ,14:48:20.989 Running Send to port, Data = P 8 0 27/9/2020 ,14:48:20.990 Sent to IP:10.0.0.17 Port No:8901 = 2 P 8 0 ,PWM Command 27/9/2020 ,14:48:21.096 Running Send to port, Data = F 8 0 27/9/2020 ,14:48:21.100 Sent to IP:10.0.0.17 Port No:8901 = 2 F 8 0 ,PWM Fade Time Command 27/9/2020 ,14:48:21.204 Running Send to port, Data = P 8 255 27/9/2020 ,14:48:21.209 Sent to IP:10.0.0.17 Port No:8901 = 2 P 8 255 ,PWM Command 27/9/2020 ,14:48:21.212 Running Send to port, Data = P 7 0 27/9/2020 ,14:48:21.216 Sent to IP:10.0.0.17 Port No:8901 = 2 P 7 0 ,PWM Command 27/9/2020 ,14:48:21.319 Running Send to port, Data = F 7 0 27/9/2020 ,14:48:21.322 Sent to IP:10.0.0.17 Port No:8901 = 2 F 7 0 ,PWM Fade Time Command 27/9/2020 ,14:48:21.423 Running Send to port, Data = P 7 255 27/9/2020 ,14:48:21.425 Sent to IP:10.0.0.17 Port No:8901 = 2 P 7 255 ,PWM Command 27/9/2020 ,14:48:21.426 Running Send to port, Data = P 14 0 27/9/2020 ,14:48:21.427 Sent to IP:10.0.0.17 Port No:8901 = 2 P 14 0 ,PWM Command 27/9/2020 ,14:48:21.530 Running Send to port, Data = F 14 0 27/9/2020 ,14:48:21.533 Sent to IP:10.0.0.17 Port No:8901 = 2 F 14 0 ,PWM Fade Time Command 27/9/2020 ,14:48:21.637 Running Send to port, Data = P 14 255 27/9/2020 ,14:48:21.641 Sent to IP:10.0.0.17 Port No:8901 = 2 P 14 255 ,PWM Command 27/9/2020 ,14:48:21.645 Running Send to port, Data = P 15 0 27/9/2020 ,14:48:21.649 Sent to IP:10.0.0.17 Port No:8901 = 2 P 15 0 ,PWM Command 27/9/2020 ,14:48:21.754 Running Send to port, Data = F 15 0 27/9/2020 ,14:48:21.758 Sent to IP:10.0.0.17 Port No:8901 = 2 F 15 0 ,PWM Fade Time Command 27/9/2020 ,14:48:21.861 Running Send to port, Data = P 15 255 27/9/2020 ,14:48:21.863 Sent to IP:10.0.0.17 Port No:8901 = 2 P 15 255 ,PWM Command 27/9/2020 ,14:48:21.866 Running Send to port, Data = P 16 0 27/9/2020 ,14:48:21.868 Sent to IP:10.0.0.17 Port No:8901 = 2 P 16 0 ,PWM Command 27/9/2020 ,14:48:21.972 Running Send to port, Data = F 16 0 27/9/2020 ,14:48:21.976 Sent to IP:10.0.0.17 Port No:8901 = 2 F 16 0 ,PWM Fade Time Command 27/9/2020 ,14:48:22.080 Running Send to port, Data = P 16 255 27/9/2020 ,14:48:22.084 Sent to IP:10.0.0.17 Port No:8901 = 2 P 16 255 ,PWM Command 27/9/2020 ,14:48:22.089 Running Send to port, Data = P 17 0 27/9/2020 ,14:48:22.093 Sent to IP:10.0.0.17 Port No:8901 = 2 P 17 0 ,PWM Command 27/9/2020 ,14:48:22.197 Running Send to port, Data = F 17 0 27/9/2020 ,14:48:22.208 Sent to IP:10.0.0.17 Port No:8901 = 2 F 17 0 ,PWM Fade Time Command 27/9/2020 ,14:48:22.313 Running Send to port, Data = P 17 255 27/9/2020 ,14:48:22.317 Sent to IP:10.0.0.17 Port No:8901 = 2 P 17 255 ,PWM Command 27/9/2020 ,14:48:22.321 Running Send to port, Data = P 18 0 27/9/2020 ,14:48:22.325 Sent to IP:10.0.0.17 Port No:8901 = 2 P 18 0 ,PWM Command 27/9/2020 ,14:48:22.429 Running Send to port, Data = F 18 0 27/9/2020 ,14:48:22.433 Sent to IP:10.0.0.17 Port No:8901 = 2 F 18 0 ,PWM Fade Time Command 27/9/2020 ,14:48:22.535 Running Send to port, Data = P 18 255 27/9/2020 ,14:48:22.537 Sent to IP:10.0.0.17 Port No:8901 = 2 P 18 255 ,PWM Command 27/9/2020 ,14:48:22.539 Running Send to port, Data = P 19 0 27/9/2020 ,14:48:22.540 Sent to IP:10.0.0.17 Port No:8901 = 2 P 19 0 ,PWM Command 27/9/2020 ,14:48:22.646 Running Send to port, Data = F 19 0 27/9/2020 ,14:48:22.650 Sent to IP:10.0.0.17 Port No:8901 = 2 F 19 0 ,PWM Fade Time Command 27/9/2020 ,14:48:22.755 Running Send to port, Data = P 19 255 27/9/2020 ,14:48:22.758 Sent to IP:10.0.0.17 Port No:8901 = 2 P 19 255 ,PWM Command 27/9/2020 ,14:48:22.763 Running Send to port, Data = P 20 0 27/9/2020 ,14:48:22.767 Sent to IP:10.0.0.17 Port No:8901 = 2 P 20 0 ,PWM Command 27/9/2020 ,14:48:22.872 Running Send to port, Data = F 20 0 27/9/2020 ,14:48:22.876 Sent to IP:10.0.0.17 Port No:8901 = 2 F 20 0 ,PWM Fade Time Command 27/9/2020 ,14:48:22.980 Running Send to port, Data = P 20 255 27/9/2020 ,14:48:22.983 Sent to IP:10.0.0.17 Port No:8901 = 2 P 20 255 ,PWM Command 27/9/2020 ,14:48:22.990 Running Send to port, Data = P 21 0 27/9/2020 ,14:48:22.992 Sent to IP:10.0.0.17 Port No:8901 = 2 P 21 0 ,PWM Command 27/9/2020 ,14:48:23.095 Running Send to port, Data = F 21 0 27/9/2020 ,14:48:23.096 Sent to IP:10.0.0.17 Port No:8901 = 2 F 21 0 ,PWM Fade Time Command 27/9/2020 ,14:48:23.198 Running Send to port, Data = P 21 255 27/9/2020 ,14:48:23.200 Sent to IP:10.0.0.17 Port No:8901 = 2 P 21 255 ,PWM Command 27/9/2020 ,14:48:23.203 Running Send to port, Data = P 22 0 27/9/2020 ,14:48:23.205 Sent to IP:10.0.0.17 Port No:8901 = 2 P 22 0 ,PWM Command 27/9/2020 ,14:48:23.307 Running Send to port, Data = F 22 1286 27/9/2020 ,14:48:23.308 Sent to IP:10.0.0.17 Port No:8901 = 2 F 22 1286 ,PWM Fade Time Command 27/9/2020 ,14:48:23.412 Running Send to port, Data = P 22 255 27/9/2020 ,14:48:23.416 Sent to IP:10.0.0.17 Port No:8901 = 2 P 22 255 ,PWM Command 27/9/2020 ,14:48:23.427 Running Send to port, Data = P 24 0 27/9/2020 ,14:48:23.431 Sent to IP:10.0.0.17 Port No:8901 = 2 P 24 0 ,PWM Command 27/9/2020 ,14:48:23.536 Running Send to port, Data = F 24 2375 27/9/2020 ,14:48:23.540 Sent to IP:10.0.0.17 Port No:8901 = 2 F 24 2375 ,PWM Fade Time Command 27/9/2020 ,14:48:23.641 Running Send to port, Data = P 24 255 27/9/2020 ,14:48:23.643 Sent to IP:10.0.0.17 Port No:8901 = 2 P 24 255 ,PWM Command 27/9/2020 ,14:48:23.645 Running Send to port, Data = P 25 0 27/9/2020 ,14:48:23.647 Sent to IP:10.0.0.17 Port No:8901 = 2 P 25 0 ,PWM Command 27/9/2020 ,14:48:23.752 Running Send to port, Data = F 25 0 27/9/2020 ,14:48:23.756 Sent to IP:10.0.0.17 Port No:8901 = 2 F 25 0 ,PWM Fade Time Command 27/9/2020 ,14:48:23.861 Running Send to port, Data = P 25 255 27/9/2020 ,14:48:23.864 Sent to IP:10.0.0.17 Port No:8901 = 2 P 25 255 ,PWM Command 27/9/2020 ,14:48:23.869 Running Send to port, Data = P 26 0 27/9/2020 ,14:48:23.873 Sent to IP:10.0.0.17 Port No:8901 = 2 P 26 0 ,PWM Command 27/9/2020 ,14:48:23.976 Running Send to port, Data = F 26 0 27/9/2020 ,14:48:23.979 Sent to IP:10.0.0.17 Port No:8901 = 2 F 26 0 ,PWM Fade Time Command 27/9/2020 ,14:48:24.082 Running Send to port, Data = P 26 255 27/9/2020 ,14:48:24.085 Sent to IP:10.0.0.17 Port No:8901 = 2 P 26 255 ,PWM Command 27/9/2020 ,14:48:24.087 Running Send to port, Data = P 27 0 27/9/2020 ,14:48:24.089 Sent to IP:10.0.0.17 Port No:8901 = 2 P 27 0 ,PWM Command 27/9/2020 ,14:48:24.195 Running Send to port, Data = F 27 0 27/9/2020 ,14:48:24.199 Sent to IP:10.0.0.17 Port No:8901 = 2 F 27 0 ,PWM Fade Time Command 27/9/2020 ,14:48:24.302 Running Send to port, Data = P 27 255 27/9/2020 ,14:48:24.306 Sent to IP:10.0.0.17 Port No:8901 = 2 P 27 255 ,PWM Command 27/9/2020 ,14:48:24.311 Running Send to port, Data = P 28 0 27/9/2020 ,14:48:24.315 Sent to IP:10.0.0.17 Port No:8901 = 2 P 28 0 ,PWM Command 27/9/2020 ,14:48:24.416 Running Send to port, Data = F 28 0 27/9/2020 ,14:48:24.417 Sent to IP:10.0.0.17 Port No:8901 = 2 F 28 0 ,PWM Fade Time Command 27/9/2020 ,14:48:24.519 Running Send to port, Data = P 28 255 27/9/2020 ,14:48:24.520 Sent to IP:10.0.0.17 Port No:8901 = 2 P 28 255 ,PWM Command 27/9/2020 ,14:48:24.521 Running Send to port, Data = P 29 0 27/9/2020 ,14:48:24.522 Sent to IP:10.0.0.17 Port No:8901 = 2 P 29 0 ,PWM Command 27/9/2020 ,14:48:24.628 Running Send to port, Data = F 29 0 27/9/2020 ,14:48:24.632 Sent to IP:10.0.0.17 Port No:8901 = 2 F 29 0 ,PWM Fade Time Command 27/9/2020 ,14:48:24.737 Running Send to port, Data = P 29 255 27/9/2020 ,14:48:24.748 Sent to IP:10.0.0.17 Port No:8901 = 2 P 29 255 ,PWM Command 27/9/2020 ,14:48:24.752 Running Send to port, Data = P 30 0 27/9/2020 ,14:48:24.756 Sent to IP:10.0.0.17 Port No:8901 = 2 P 30 0 ,PWM Command 27/9/2020 ,14:48:24.860 Running Send to port, Data = F 30 0 27/9/2020 ,14:48:24.864 Sent to IP:10.0.0.17 Port No:8901 = 2 F 30 0 ,PWM Fade Time Command 27/9/2020 ,14:48:24.964 Running Send to port, Data = P 30 255 27/9/2020 ,14:48:24.965 Sent to IP:10.0.0.17 Port No:8901 = 2 P 30 255 ,PWM Command 27/9/2020 ,14:48:24.967 Running Send to port, Data = P 31 0 27/9/2020 ,14:48:24.968 Sent to IP:10.0.0.17 Port No:8901 = 2 P 31 0 ,PWM Command 27/9/2020 ,14:48:25.075 Running Send to port, Data = F 31 0 27/9/2020 ,14:48:25.078 Sent to IP:10.0.0.17 Port No:8901 = 2 F 31 0 ,PWM Fade Time Command 27/9/2020 ,14:48:25.183 Running Send to port, Data = P 31 255 27/9/2020 ,14:48:25.189 Sent to IP:10.0.0.17 Port No:8901 = 2 P 31 255 ,PWM Command 27/9/2020 ,14:48:25.194 Running Send to port, Data = d 0 30 27/9/2020 ,14:48:25.198 Sent to IP:10.0.0.17 Port No:8901 = 2 d 0 30 ,Debounce Set Command 27/9/2020 ,14:48:25.279 Running Send to port, Data = c 27/9/2020 ,14:48:25.280 Sent to IP:10.0.0.17 Port No:8901 = 2 c ,Connection established Command 27/9/2020 ,14:48:50.581 Running Send to port, Data = K 27/9/2020 ,14:48:50.583 Sent to IP:10.0.0.16 Port No:8900 = 1 K ,Keep Alive Command 27/9/2020 ,14:48:50.584 Keeping Board: 1 Alive. 27/9/2020 ,14:48:50.642 Data Received:Alive 1 27/9/2020 ,14:48:50.644 Timer 1 Reset Loc 2 27/9/2020 ,14:49:20.732 Running Send to port, Data = K 27/9/2020 ,14:49:20.734 Sent to IP:10.0.0.16 Port No:8900 = 1 K ,Keep Alive Command 27/9/2020 ,14:49:20.735 Keeping Board: 1 Alive. 27/9/2020 ,14:49:20.816 Data Received:Alive 1 27/9/2020 ,14:49:20.820 Timer 1 Reset Loc 2 27/9/2020 ,14:49:29.675 Data Received:1 I 6 1 27/9/2020 ,14:49:29.678 Timer 1 Reset Loc 1 27/9/2020 ,14:49:29.693 Board1, Input:6, Value:1 27/9/2020 ,14:49:29.703 Running Send to port, Data = h 27/9/2020 ,14:49:29.707 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:32.406 Data Received:1 I 5 1 27/9/2020 ,14:49:32.409 Timer 1 Reset Loc 1 27/9/2020 ,14:49:32.416 Board1, Input:5, Value:1 27/9/2020 ,14:49:32.423 Running Send to port, Data = h 27/9/2020 ,14:49:32.426 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:32.847 Data Received:1 I 6 0 27/9/2020 ,14:49:32.850 Timer 1 Reset Loc 1 27/9/2020 ,14:49:32.862 Board1, Input:6, Value:0 27/9/2020 ,14:49:32.880 Running Send to port, Data = h 27/9/2020 ,14:49:32.885 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:32.954 Data Received:1 I 6 1 27/9/2020 ,14:49:32.959 Timer 1 Reset Loc 1 27/9/2020 ,14:49:32.976 Board1, Input:6, Value:1 27/9/2020 ,14:49:32.983 Running Send to port, Data = h 27/9/2020 ,14:49:32.986 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:35.580 Data Received:1 I 5 0 27/9/2020 ,14:49:35.583 Timer 1 Reset Loc 1 27/9/2020 ,14:49:35.594 Board1, Input:5, Value:0 27/9/2020 ,14:49:35.620 Running Send to port, Data = h 27/9/2020 ,14:49:35.623 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:36.017 Data Received:1 I 6 0 27/9/2020 ,14:49:36.022 Timer 1 Reset Loc 1 27/9/2020 ,14:49:36.033 Board1, Input:6, Value:0 27/9/2020 ,14:49:36.052 Running Send to port, Data = h 27/9/2020 ,14:49:36.056 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:36.451 Data Received:1 I 2 1 27/9/2020 ,14:49:36.453 Timer 1 Reset Loc 1 27/9/2020 ,14:49:36.458 Board1, Input:2, Value:1 27/9/2020 ,14:49:36.462 Running Send to port, Data = h 27/9/2020 ,14:49:36.464 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:37.221 Data Received:1 I 6 1 27/9/2020 ,14:49:37.224 Timer 1 Reset Loc 1 27/9/2020 ,14:49:37.236 Board1, Input:6, Value:1 27/9/2020 ,14:49:37.246 Running Send to port, Data = h 27/9/2020 ,14:49:37.250 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:37.982 Data Received:1 I 5 1 27/9/2020 ,14:49:37.983 Timer 1 Reset Loc 1 27/9/2020 ,14:49:37.986 Board1, Input:5, Value:1 27/9/2020 ,14:49:37.988 Running Send to port, Data = h 27/9/2020 ,14:49:37.989 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:38.974 Data Received:1 I 2 0 27/9/2020 ,14:49:38.978 Timer 1 Reset Loc 1 27/9/2020 ,14:49:38.984 Board1, Input:2, Value:0 27/9/2020 ,14:49:38.994 Running Send to port, Data = h 27/9/2020 ,14:49:38.997 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:40.284 Data Received:1 I 6 0 27/9/2020 ,14:49:40.286 Timer 1 Reset Loc 1 27/9/2020 ,14:49:40.294 Board1, Input:6, Value:0 27/9/2020 ,14:49:40.305 Running Send to port, Data = h 27/9/2020 ,14:49:40.308 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:40.500 Data Received:1 I 6 1 27/9/2020 ,14:49:40.502 Timer 1 Reset Loc 1 27/9/2020 ,14:49:40.507 Board1, Input:6, Value:1 27/9/2020 ,14:49:40.512 Running Send to port, Data = h 27/9/2020 ,14:49:40.513 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:41.159 Data Received:1 I 5 0 27/9/2020 ,14:49:41.162 Timer 1 Reset Loc 1 27/9/2020 ,14:49:41.173 Board1, Input:5, Value:0 27/9/2020 ,14:49:41.191 Running Send to port, Data = h 27/9/2020 ,14:49:41.196 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:49:43.672 Data Received:1 I 6 0 27/9/2020 ,14:49:43.674 Timer 1 Reset Loc 1 27/9/2020 ,14:49:43.680 Board1, Input:6, Value:0 27/9/2020 ,14:49:43.689 Running Send to port, Data = h 27/9/2020 ,14:49:43.690 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:05.222 Data Received:1 I 2 1 27/9/2020 ,14:50:05.224 Timer 1 Reset Loc 1 27/9/2020 ,14:50:05.238 Board1, Input:2, Value:1 27/9/2020 ,14:50:05.244 Running Send to port, Data = h 27/9/2020 ,14:50:05.247 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:07.733 Data Received:1 I 2 0 27/9/2020 ,14:50:07.734 Timer 1 Reset Loc 1 27/9/2020 ,14:50:07.737 Board1, Input:2, Value:0 27/9/2020 ,14:50:07.742 Running Send to port, Data = h 27/9/2020 ,14:50:07.743 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:07.957 Data Received:1 I 5 1 27/9/2020 ,14:50:07.959 Timer 1 Reset Loc 1 27/9/2020 ,14:50:07.961 Board1, Input:5, Value:1 27/9/2020 ,14:50:07.964 Running Send to port, Data = h 27/9/2020 ,14:50:07.965 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:08.611 Data Received:1 I 6 1 27/9/2020 ,14:50:08.613 Timer 1 Reset Loc 1 27/9/2020 ,14:50:08.620 Board1, Input:6, Value:1 27/9/2020 ,14:50:08.627 Running Send to port, Data = h 27/9/2020 ,14:50:08.630 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:09.487 Data Received:1 I 2 1 27/9/2020 ,14:50:09.488 Timer 1 Reset Loc 1 27/9/2020 ,14:50:09.493 Board1, Input:2, Value:1 27/9/2020 ,14:50:09.496 Running Send to port, Data = h 27/9/2020 ,14:50:09.497 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:11.121 Data Received:1 I 5 0 27/9/2020 ,14:50:11.123 Timer 1 Reset Loc 1 27/9/2020 ,14:50:11.128 Board1, Input:5, Value:0 27/9/2020 ,14:50:11.132 Running Send to port, Data = h 27/9/2020 ,14:50:11.133 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:11.782 Data Received:1 I 6 0 27/9/2020 ,14:50:11.784 Timer 1 Reset Loc 1 27/9/2020 ,14:50:11.789 Board1, Input:6, Value:0 27/9/2020 ,14:50:11.797 Running Send to port, Data = h 27/9/2020 ,14:50:11.798 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:11.998 Data Received:1 I 2 0 27/9/2020 ,14:50:11.999 Timer 1 Reset Loc 1 27/9/2020 ,14:50:12.002 Board1, Input:2, Value:0 27/9/2020 ,14:50:12.006 Running Send to port, Data = h 27/9/2020 ,14:50:12.007 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:12.436 Data Received:1 I 6 1 27/9/2020 ,14:50:12.438 Timer 1 Reset Loc 1 27/9/2020 ,14:50:12.444 Board1, Input:6, Value:1 27/9/2020 ,14:50:12.449 Running Send to port, Data = h 27/9/2020 ,14:50:12.451 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:15.611 Data Received:1 I 6 0 27/9/2020 ,14:50:15.612 Timer 1 Reset Loc 1 27/9/2020 ,14:50:15.616 Board1, Input:6, Value:0 27/9/2020 ,14:50:15.621 Running Send to port, Data = h 27/9/2020 ,14:50:15.622 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:19.546 Data Received:1 I 6 1 27/9/2020 ,14:50:19.548 Timer 1 Reset Loc 1 27/9/2020 ,14:50:19.557 Board1, Input:6, Value:1 27/9/2020 ,14:50:19.563 Running Send to port, Data = h 27/9/2020 ,14:50:19.570 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:22.607 Data Received:1 I 6 0 27/9/2020 ,14:50:22.608 Timer 1 Reset Loc 1 27/9/2020 ,14:50:22.613 Board1, Input:6, Value:0 27/9/2020 ,14:50:22.620 Running Send to port, Data = h 27/9/2020 ,14:50:22.622 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:31.579 Data Received:1 I 6 1 27/9/2020 ,14:50:31.582 Timer 1 Reset Loc 1 27/9/2020 ,14:50:31.593 Board1, Input:6, Value:1 27/9/2020 ,14:50:31.601 Running Send to port, Data = h 27/9/2020 ,14:50:31.604 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:34.734 Data Received:1 I 6 0 27/9/2020 ,14:50:34.735 Timer 1 Reset Loc 1 27/9/2020 ,14:50:34.738 Board1, Input:6, Value:0 27/9/2020 ,14:50:34.742 Running Send to port, Data = h 27/9/2020 ,14:50:34.743 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:40.750 Data Received:1 I 6 1 27/9/2020 ,14:50:40.751 Timer 1 Reset Loc 1 27/9/2020 ,14:50:40.755 Board1, Input:6, Value:1 27/9/2020 ,14:50:40.757 Running Send to port, Data = h 27/9/2020 ,14:50:40.758 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:41.087 Data Received:1 I 5 1 27/9/2020 ,14:50:41.088 Timer 1 Reset Loc 1 27/9/2020 ,14:50:41.104 Board1, Input:5, Value:1 27/9/2020 ,14:50:41.107 Running Send to port, Data = h 27/9/2020 ,14:50:41.108 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:43.922 Data Received:1 I 6 0 27/9/2020 ,14:50:43.924 Timer 1 Reset Loc 1 27/9/2020 ,14:50:43.930 Board1, Input:6, Value:0 27/9/2020 ,14:50:43.942 Running Send to port, Data = h 27/9/2020 ,14:50:43.943 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:44.279 Data Received:1 I 5 0 27/9/2020 ,14:50:44.290 Timer 1 Reset Loc 1 27/9/2020 ,14:50:44.315 Board1, Input:5, Value:0 27/9/2020 ,14:50:44.321 Running Send to port, Data = h 27/9/2020 ,14:50:44.322 Sent to IP:10.0.0.16 Port No:8900 = 1 h ,Ack Command 27/9/2020 ,14:50:44.831 postBackProc Debug=unchecked&id=Debug 27/9/2020 ,14:50:44.837 Debug logging Disabled
Is this normal or is my board misbehaving ?
can i set anything different so this will stop or occur less ?
Thanks
Edit: i thought maybe my arduino mega board is broken so i took a new one out of the package and flashed it.
But it seems that this is not the problem, or this mega is not good as well like the previous one ( they are from different vendors)
Comment