Changes between Version 3 and Version 4 of Ticket #529, comment 9
- Timestamp:
- Mar 27, 2014, 10:49:20 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #529, comment 9
v3 v4 7 7 <parameters> 8 8 <title>...</title> 9 <timeoutinseconds>...</timeoutinseconds> 9 10 <dbfilename>...</dbfilename> 10 11 <measurementintervalinseconds>...</measurementintervalinseconds> … … 24 25 25 26 || '''XML tag name''' || '''Description''' || 27 || `timeoutinseconds` || Timeout in seconds when trying to connect to lab sensors. || 26 28 || `dbfilename` || Name of the database file used to store lab environment data. || 27 29 || `measurementintervalinseconds` || Time interval in seconds between storage of measurement values for lab sensors. || … … 41 43 <parameters> 42 44 <title>LabEnv options&hellip;</title> 45 <timeoutinseconds>5</timeoutinseconds> 43 46 <dbfilename>labenv.db</dbfilename> 44 47 <measurementintervalinseconds>300</measurementintervalinseconds>