Data logger capacity status

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
sixbells
Posts: 1
Joined: Mon Apr 06, 2015 1:52 am

Data logger capacity status

Post by sixbells »

Hello,

Is there a way of finding out the current (or last logged) data logger line number, by script or otherwise e.g. the current (or last logged) "Id" that appears in the first column in the csv file?

There are 2 reasons:

1. To warn the user when the data logger is nearly full, or when old values will start to be over written

2. To warn the user how long the USB database backup process will take prior to backup. Backup can easily be a few minutes for large databases, this can give the impression that the process has hung / has failed

Thanks - Matt

User avatar
Russ C.
Posts: 213
Joined: Thu Nov 16, 2017 3:32 pm
Contact:

Re: Data logger capacity status

Post by Russ C. »

You can use custom SQL commands to query the DataLogger table for its row count

Attached is a example project that uses custom SQL code to query the Database
Attachments
Date and Time Custom DataBase Viewer.zip
(28.85 KiB) Downloaded 273 times
Best regards,

Russ
(801) 708-6690
Technical Support
Contact Us

Beijer Electronics AB
http://www.beijerelectronics.us

Post Reply