| | |
| | | |
| | | public static string TmDeviceIp { get; set; } |
| | | |
| | | |
| | | |
| | | //hosttoagv鉴权 |
| | | //public static string AppKey { get; set; } |
| | | //public static string AppSecret { get; set; } |
| | | |
| | | |
| | | public static int TmDevicePort { get; set; } |
| | | |
| | | public static List<safetyLocation> safetyLocations { get; set; } |
| | |
| | | { |
| | | EmptyPalletBufferArea = keyValue.Value.ToString(); |
| | | } |
| | | |
| | | |
| | | //hosttoagv鉴权 |
| | | //if (keyValue.Name == "AppKey") |
| | | //{ |
| | | // AppKey = keyValue.Value.ToString(); |
| | | //} |
| | | //if (keyValue.Name == "AppSecret") |
| | | //{ |
| | | // AppSecret = keyValue.Value.ToString(); |
| | | //} |
| | | |
| | | if (keyValue.Name == "SafetyLocation") |
| | | { |
| | |
| | | { |
| | | outMinutePriority = JsonConvert.DeserializeObject<OutMinutePriority> (keyValue.Value.ToString()); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | //if (keyValue.Name == "DeviceInfo") |
| | | //{ |