background image

Time Server:  

Specify the DNS name or IP address of your time server.  The default “time.obvius.com” can be used if the 

AcquiLite has a connection to the Internet.  The AcquiLite will attempt to synchronize time with the time server every 
upload session.  This will ensure that the clock is checked and adjusted at a minimum of once per day.  Typically, the 
synchronization will align the clock to -1 second of the internet time source or atomic clock.  You may need to 
verify if your firewall will allow NTP or Rdate packets to pass through.  Generally, it is better to use a local time server if 
possible.  The time server time.obvius.com supports both NTP and Rdate time protocols.   If you use a GSM-connected 
system, you will probably need to use Rdate.  NTP is blocked by many cellular service carriers.  

Universal Time Is Your Friend

Log data is stored in UTC time.  This allows data collection services such as BMO to collect data from multiple sites in 
different time zones.  If you are operating your own database system to store log data from the AcquiLite, it is best to store 
the data in UTC time in the database as well, and only convert it to local time when generating the final report or graph for 
the user. 

If you store data in Local time, you will have the following issues. 

1) Local time is relative.  Is Local the time where the AcquiLite exists, or Local to where the data is stored? If local to the 

AcquiLite, you must shift each AcquiLite data set depending on its location. 

2) There are about 11 time zones in the US. Some observe DST, others do not.   These include Alaska, Aleutian, Arizona, 

Central, Eastern, Hawaii, Indiana, Michigan, Mountain, Pacific, and Samoa.

3) When converting to local time, there will be one hour of overlapping data in the fall when the time is adjusted for 

Daylight Savings time.  In other words, log entries run 12:45, 1:00, 1:15, 1:30, 1:45, 1:00, 1:15, 1:30, 1:45, 2:00am. 
This will prevent you from sorting your data by time in your database.

4) In the spring, you will have a gap in the data from 1:59 to 3:00am.  This can cause problems if you are calculating 

demand values based on consumption. 

5) Converting Local time to any other timezone usually involves converting it to UTC first. 

Using UTC time solves these problems elegantly.   The best practice is to store data in the database in UTC format and then 
convert the information when generating a report for the user.  

For example, if you wish to draw a graph of KW over Time, prompt the user for a date range, say Jan 1 midnight  to Jan 2 
midnight.  Take the user specified end points and convert these times from Local time to UTC.  Next, create an SQL query 
using the new UTC formatted data as your select statement. ie:

SELECT * from TABLE where time > '2003-01-01 08:00:00' and time < '2003-01-02 08:00:00'

Note that the time is 8 hours ahead of local time. This example is for Pacific which is 8 hours off from UTC. This will return 
a list of data points between the two specified time ranges.  Next, plot the data on a graph, using the UTC times for start and 
end points.  Lastly, when drawing the 'time' legend on the graph, convert the values back to Local time before displaying. For 
example, 2003-01-01 00:00:00 to 2003-01-02 00:00:00.  Any division lines on the time axis can be handled the same way. 
The advantage of using this technique is that it will properly draw a graph across DST change boundaries.  The graph axis is 
based on UTC time with no DST, and will not show a gap or overlap a the time of the change.  The axis labeling will be 
correct as well, matching the UTC times precisely.  

Another way to handle the conversion is to query and convert all the returned timestamps to local time before drawing the 
graph.  This is useful if you do not have detailed control over the graph legend drawing process. This technique will not 
properly graph across DST changes as the graph is based on local time including DST changes.

System logs

The AcquiLite can keep several log files that report the general operation of the system, not related to the normal data logs. 
These include the following:

Debug Messages:

 The AcquiLite can run a “syslog” process to record more detailed information about its operations, 

however this log consumes vast quantities of memory quickly, and is disabled by default.  Click the “start log” button to 
enable the feature.  Click the “end log” button to disable.  Note: when the AcquiLite is rebooted, the debug log will be 
disabled on startup.

Kernel Boot log

:  Startup messages about the Linux operating system startup.  This log shows what hardware items were 

detected and initialized. 

Ftp Connection log: 

This log shows a list of files transferred by FTP on the AcquiLite.  

Page 19

A7810 AcquiLite – Data Acquisition Server

Summary of Contents for A7810

Page 1: ...AcquiLite EMB Data Acquisition Server Obvius LLC Installation and Operation Manual Model A7810 Date Aug 10 2011 Page 1 A7810 AcquiLite Data Acquisition Server...

Page 2: ...een repaired altered or modified outside of Obvius s authorized facilities 4 has not been sold subject to other warranty terms specified at the time of sale and 5 is still owned by the original purcha...

Page 3: ...us 17 Ethernet setup 17 Troubleshooting Ethernet Problems 18 System Options 18 Status 18 Processes 18 Date and Time 18 Universal Time Is Your Friend 19 System logs 19 Firmware Update 20 Diagnostics 20...

Page 4: ...LAN information Ethernet 10 100Mbit connection point hub or switch IP address and Netmask check with system administrator Gateway address check with system administrator DNS server address check with...

Page 5: ...option 50hz minimum pulse width 10ms Pulse rate option 100hz minimum pulse width 5ms Contact closure threshold 100 to 2 5k user selectable Pulse count values are stored in non volatile memory Isolatio...

Page 6: ...lectrical panel This could be dangerous if wire scraps come into contact with high voltage wires Step 4 Power up and diagnostics A power supply is not provided with the AcquiLite EMB therefore it is u...

Page 7: ...ministrator and configured into the AcquiLite or Dynamic Host Configuration Protocol DHCP address this process assigns an IP address dynamically to the AcquiLite when it is connected to the network fr...

Page 8: ...d DNS server addresses will be obtained automatically Simply select the Enable DHCP from the first TCP IP configuration menu Step 4 After the address information has been set you must reboot the Acqui...

Page 9: ...windows operating systems is beyond the scope of this document however A From the Windows start menu select the Settings Network Connections option Double click the Local Area network connection icon...

Page 10: ...o save your changes F Repeat these steps for each Modbus device Step 7 Select the Modbus Setup menu option Specify the Modbus Loop Name This will become the name of the AcquiLite This is the name that...

Page 11: ...e the admin account username password for read only access Log information is stored in var log modbus For read write delete access use the login name root and the admin password The three usernames s...

Page 12: ...he device list This option can be used to configure a Modbus device that is not presently connected to the system add a framework configured device or add a Modbus TCP connected device See the section...

Page 13: ...on of this manual At the bottom of the page several buttons are present Done returns you to the device list page Log File This icon will display a table view of the most recent data in the current log...

Page 14: ...int on the LCD console Multiple data points are rotated about every 10 seconds The values on the LCD console are updated when the next log interval occurs Point Config Some devices have configurable p...

Page 15: ...ice must not be the same as any address already listed in the device list page Modbus TCP Gateway IP This option allows the AcquiLite to log data from a remote Modbus device that is attached to the LA...

Page 16: ...asic security feature only allows control based on the IP address of the system making the request The Modbus TCP protocol does not have provisions for any authentication password or other methods of...

Page 17: ...Hopper is connected in such a way the wireless diagnostics options will be present in the AcquiLite Please refer to the AcquiSuite A8812 or A8810 user manuals for further details on the wireless diagn...

Page 18: ...o access the AcquiLite NOTE one common mistake is configuring the Laptop IP to the same address as the IP address of the AcquiLite In order for the laptop and AcquiLite to communicate the IP addresses...

Page 19: ...tly The best practice is to store data in the database in UTC format and then convert the information when generating a report for the user For example if you wish to draw a graph of KW over Time prom...

Page 20: ...installed and a listing of the files will be displayed If any firmware updates are available a button to the right will be shown labeled Download The firmware files are asarm cramfs The main AcquiLite...

Page 21: ...on where SUCCESS is indicated The failure is due to the password not being correct LCD Console The AcquiLite has an LCD console and two push buttons labeled Menu and Select These can be used to config...

Page 22: ...sted for DNS servers respond to ping requests This test does not verify if the DNS servers can actually resolve DNS names to IP addresses For a more complete test use the Connection Test web page in t...

Page 23: ...multiple log files The log file name starts with mb xxx where xxx is the Modbus device address number One file with the log extension is the file where the most recent data is being stored Other log...

Page 24: ...ny open files 26 Text file busy 28 No space left on device 32 Broken pipe 52 Invalid Exchange 101 Network is unreachable 110 Connection timed out 111 Connection refused 113 No route to host 129 Illega...

Page 25: ...quiLite to automatically push the log files to your server you must manually delete them To delete log files refer to the FTP method of downloading log files One step detailed in the FTP section is ho...

Page 26: ...bserver Step 5 For more detailed information about the transfer process use the Connection Test page in the Testing Diags menu on the AcquiLite for a full report of the data upload progress Retrieving...

Page 27: ...ng data on your server when data is uploaded Designed for integration with existing energy reporting systems Contact Obvius technical support for further details and sample scripts Removing Data From...

Page 28: ...operties The URL for the page will be shown on that dialog Simply copy paste this URK into your link The AcquiLite can provide Modbus device data in XML format This feature coupled with browser based...

Page 29: ...es a plastic enclosure that is approximately 4 x 4 25 x 2 deep The AcquiLite has 4 mounting holes for use with a 6 screw The drawing above shows the relative position of the mounting holes Page 29 A78...

Reviews: