|
|
@@ -281,12 +281,7 @@
|
|
|
#else
|
|
|
#if defined(DISPLAY_array16_T_is_DISPLAY_string_T)
|
|
|
message = "4CAN ERR " ; message.concat(i); message.concat("."); message.concat(Slave_Ports_Status_A[i].Port_ID); message.concat(" >>>");
|
|
|
- DISPLAY__print( DISPLAY_A ,
|
|
|
- DISPLAY_T_ARDUINO_ATTR_ARRAY_A ,
|
|
|
- DISPLAY_PHYSICAL_CHAR_A,
|
|
|
- DISPLAY_pos_seq_A_NEXT | DISPLAY_pos_seq_A_IMMEDIATE, //TODO BITTEST
|
|
|
- message,//DISPLAY_array16_I( "#107MSG ERROR " + char( Slave_Ports_Status_A[i].Port_ID ) , 2), //message,
|
|
|
- DISPLAY_TARGET_DISPLAY128,
|
|
|
+ DISPLAY__print( DISPLAY_A , DISPLAY_T_ARDUINO_ATTR_ARRAY_A , DISPLAY_PHYSICAL_CHAR_A, DISPLAY_pos_seq_A_NEXT | DISPLAY_pos_seq_A_IMMEDIATE, message, DISPLAY_TARGET_DISPLAY128,
|
|
|
time , // time_seq_id_T time_seq_id_A;
|
|
|
time +5000, //time_min_run_T time_min_run_A;
|
|
|
//queue
|