Let us know

We encourage members to share their dataTaker experiences

48
1
This topic will show how to create UNIX timestamp as alarms text.

'11CV – ten thousands part of number of days since 1 January 1970 expressed in second
'12CV – thousands and hundreds part os number of days since 1 January 1970 expressed in second
'13CV – tens and ones part of number of days since 1 January 1970 expressed in second
'14CV – initial 4 digits of UNIX time
recent by adaahkam  ·  Jun 28 at 8:44 am
20
1
adaahkam posted Apr 23 at 10:59 am
Hi.

I have a dataTaker logger, I want to ask if it is possible to change the timestamp format on the dataTaker DT80/DT82E. default (yyyymmddThhmmss) becomes (yyyymmddhhmmss). is there any configuration that needs to be implemented?

Thanks.

500
9
Our current dEX web interface is not compatible to flash player plugin version 30 or newer, thus you will experience slow response on key stroke to the display. We will release the next version of dEX free of flash player, however for a time being you will need to downgrade flash player plugin from your web browser.

Some plugin is bundled with web browser such as Google Chrome, you will need
5dd5c7c8088db
42
0
dataTaker Expert posted Nov 1 '19 at 12:46 am
Hi,

dataTaker does not have automatic detection on daylight saving however it is possible to introduce time manipulation through the code.

This is the code Jairus Pascoe from Metro Train which address daylight saving in Melbourne. Daylight saving in Melbourne start on 2 am the first Sunday of October and end on 2 am the first Sunday of April.

4ST(=11CV,W)
20SV(=12CV,W)
21SV(=13CV,W)
23
0
Hi,

Current measurement using internal shunt resistor may prove difficult to achieve because there is measurement relay which separate output circuit of the sensor with shunt resistor. Using a default measurement delay of 10 ms may not be enough for some sensor.

Thus the only solution is increasing measurement delay, however some sensor may need a couple second to establish stable current
132
0
Our distributor in Chile sent us a request to implement PenMan-Montieth formula for evapotranspiration measurement using dataTaker. This formula requires several parameters that need to be calculated first from 10 measurements:

temperature (average, maximum and minimum)
relative humidity (average, maximum and minimum)
wind speed average
radiation
altitude from sea level
latitude
We manage to
185
0
This time I will explain about some possible causes of error related modem messages:

SESSION: Failed [Network check] - will retry
This error is related to connection testing by pinging to dataTaker website after the internal modem established a data connection. If the pinging is unsuccessful, data connection will be dropped.
There are 2 possible issues:

If dataTaker website is down,
61
0
This topic will cover programming method to read raw data of precipitation spectrum from a disdrometer: https://www.ott.com/en-us/products/meteorological-sensors-26/ott-parsivel2-laser-weather-sensor-2392/.

Precipitation spectrum is useful to classify the type of precipitation based on the size of the droplet (diameter equivalent) and its velocity. Each properties of droplet (size and velocit
46
0
This topic is about reading soil moisture sensor Trime-Pico (type 32 or 64) from IMKO Micromodultechnik using dataTaker:
https://www.imko.de/en/trime-pico-32/
https://www.imko.de/en/trime-pico-64/

There are 5 required components to construct a poll syntax:

ASCII syntax action write (hexadecimal 15)
ASCII syntax action read (hexadecimal 14)
ASCII syntax measurement (hexadecimal 16)
62
0
10 kohms range is one of dataTaker series 3 measurement limitation, however there is method to pass this limit without even using a parallel resistor depicted on R6 wiring configuration of resistance measurement (DT8x User Manual).

Resistance measurement is obtained by excite a resistance device with current source, then measure the voltage across. Within dataTaker this voltage reading will g
43
0
dataTaker Expert posted May 26 '19 at 4:53 am
If you need to maintain the program while having the sensors replaced at periodic interval, you can use 2 jobs method:

The first job is the main job which will be permanent, marking
(1$) is required to give indication which sensor that is currently in operation

BEGIN"MAINPROG"
RA(DATA:10MB,ALARMS:W144)5S LOGONA
1+V(A,S1,"Elec Deg C")
1*V(A,S2,"Elec RH")
1$("SerialNo")
END
The second
157
0
This topic is about reading MODBUS function 23 which is not possible using direct syntax of dataTaker. This is related to Mastervolt Mass battery charger : https://www.mastervolt.com/products/mass-24v/mass-24-25-2-230v/

There are several requirement prior of MODBUS reading:


you will need to do the reading using SERIAL syntax rather than MODBUS syntax
you will need to know MODBUS polling
5dd5c997cbf43
20
31
0
Actions
Hide topic messages
Enable infinite scrolling
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft