This commit is contained in:
蔡玲
2024-12-03 16:40:54 +08:00
parent 6e6dd6a4fc
commit 9d776c65e9
408 changed files with 498647 additions and 99 deletions

View File

@@ -0,0 +1,9 @@
var Fleet;
function Lu_Get_FileHttpFleetSafetyTable(str){
//console.log(str);
if(str==""){
str="{\"httpfleetsafetytable\":\n\t[\n\t\t{\"AGVID\":255,\"Name\":\"Vehicle1\",\"IP\":\"192.168.137.40\",\"Port\":9999,\"Enable\":true},\n\t\t{\"AGVID\":254,\"Name\":\"Vehicle2\",\"IP\":\"192.168.137.41\",\"Port\":9999,\"Enable\":true},\n\t\t{\"AGVID\":253,\"Name\":\"Vehicle3\",\"IP\":\"192.168.137.42\",\"Port\":9999,\"Enable\":true}\n\t]\n}\n";
}
Fleet = JSON.parse(str);
console.log(Fleet);
}