Control Setting |
+ 控制设置 |
Begin Time + + | 开始时间 | -Interval Time + | 时间间隔 | -End Time + | 停止时间 |
-
Data Header
+描述信息
设备序列号 | 地点 | -GPS_Longtitude | -GPS_Latitude | +北半球 |
GPS_Atitude | -Is North Earth | +GPS经度 | +GPS经度 | +GPS高程 | +
-
-
-
- ISIF设备信息
-向上定标文件名 | +向下定标文件名1 | -
向下定标文件名2 | -向下定标文件名3 | -
-
-
IS1设备信息
-向上定标文件名 | - -向下定标文件名1 | -
向下定标文件名2 | -向下定标文件名3 | -
diff --git a/html/javascript/config.js b/html/javascript/config.js
index 834342b..6669be5 100644
--- a/html/javascript/config.js
+++ b/html/javascript/config.js
@@ -17,9 +17,24 @@ function getConfigRentrun(reson)
}
}
+function getDevinfoRetrun(retrun)
+{
+ var div=document.getElementById('devinfo');
+ div.innerHTML=retrun;
+ init()
+}
+
+
+
var datad;
function init()
{
httpget("/php/GetConfig.php",datad,getConfigRentrun)
+
}
-window.onload=init;
+
+function getinit()
+{
+ httpget("/php/GetIniFile.php",datad,getDevinfoRetrun)
+}
+window.onload=getinit;
diff --git a/html/php/GetIniFile.php b/html/php/GetIniFile.php
new file mode 100644
index 0000000..0da6324
--- /dev/null
+++ b/html/php/GetIniFile.php
@@ -0,0 +1,16 @@
+设备信息';
+echo '设备数量 '.$numberofsensor.'';
+echo '';
+ for ($i=0;$i<$numberofsensor;$i++)
+ {
+ echo '
';
diff --git a/html/php/GetSata.php b/html/php/GetSata.php
new file mode 100644
index 0000000..b3d9bbc
--- /dev/null
+++ b/html/php/GetSata.php
@@ -0,0 +1 @@
+
'.$b[$i+1]['Model'].'_定标文件主名称'.' | '; + echo ''; + echo ' |