| | |
| | | string data_17 = info.Measurement_Result ? string.Empty : $"{(int)(En_Judgement_Reason.Ng):d7}"; |
| | | |
| | | string data_etc = string.Empty; |
| | | |
| | | //for (int i = 18; i < 380; i++) |
| | | //{ |
| | | // data_etc += ","; |
| | | //} |
| | | |
| | | |
| | | for (int i = 18; i < 81; i++) |
| | | { |
| | | data_etc += $","; |
| | |
| | | Set_Command_Ack(En_Cim_Command.PREND, false); |
| | | send_datas.Enqueue(new Cim_Send_Data(En_Cim_Command.PREND, command)); |
| | | return true; |
| | | |
| | | //return Check_Receive_Data(command, En_Cim_Command.PREND); |
| | | } |
| | | |
| | | public bool Send_Panel_Tray_In(string seq_num, string tray_id, string panel_id, string location, En_Port_ID port_id) |