321
DL30-G USERS MANUAL EM-8571-G Rev.2
8.2.15 Data files for user defined web browser view
Character code: UTF-8
Header
File name: header_u.js
Variable
Description
Variable definition format
h_year
Year
var h_year=2016;
h_mon
Month
var h_mon=8;
h_day
Day
var h_day=12;
h_hour
Hour
var h_day=17;
h_min
Minute
var h_min=46;
h_sec
Second
var h_sec=8;
h_date
Current date YYYYMMDD
var h_date="2016/08/12";
h_time
Current time HHMMSS
var h_time="17:46:08";
h_name
Name
var h_name="M-System";
h_error
Error status (0: OK 1: error)
var h_error=1;
h_sd
SD card status
(0: not recognized 1: recognized)
var h_sd=1;
h_mac
Unit MAC address
var h_mac="00:10:9C:3F:00:01";
Authorization level
File name: auth_level.js
Variable
Description
Variable definition format
auth_level
Authorization level
0: not authorized
1: Web browser viewing / control (items to
control are set for individual IDs)
2: Web browser viewing and control/remote
setting
var auth_level=0;