File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949#define DUMMY_QTY_IW 8
5050#define DUMMY_QTY_QW 8
5151
52- static const char * _ladder_status_str [] = { "STOPPED" , //
52+ static const char * _ladder_status_str [] = {
53+ "STOPPED" , //
5354 "RUNNING" , //
5455 "ERROR" , //
5556 "EXIT_TSK" , //
5657 "NULLFN" , //
5758 "INVALID" , //
5859 };
5960
60- static const char * _fn_str [] = { "NOP" , //
61+ static const char * _fn_str [] = {
62+ "NOP" , //
6163 "CONN" , //
6264 "NEG" , //
6365 "NO" , //
@@ -68,7 +70,7 @@ static const char *_fn_str[] = { "NOP", //
6870 "COILL" , //
6971 "COILU" , //
7072 "TON" , //
71- "TOFF" , //
73+ "TOF" , //
7274 "TP" , //
7375 "CTU" , //
7476 "CTD" , //
@@ -96,7 +98,8 @@ static const char *_fn_str[] = { "NOP", //
9698 "TMOVE" , //
9799 };
98100
99- static const char * _fn_err_str [] = { "OK" , //
101+ static const char * _fn_err_str [] = {
102+ "OK" , //
100103 "GETPREVVAL" , //
101104 "GETDATAVAL" , //
102105 "NOFOREIGN" , //
You can’t perform that action at this time.
0 commit comments