dear all
who have the experience about controlling the relay by DT80(DSO)?
i have a DTU in my system,but it consume more power.
so i want to control it when the power voltmeter under 12V.
thank you.
Kunaifi
posted Mar 17 '19 at 10:01 am
Hi All.
I am new in DataTaker. I am wondering whether DT80 can be used for power quality monitoring?
Thank you
Kunaifi
Hello! I am a newbie to both using the DT80 and Labview. I am currently taking data from a DT80 using Labview, and from my understanding the DT80 is interpreted as a TCP. My question is: is there a way to turn off the relay from Labview via some switch? Even after the data run is stopped, it continues to scan as evidenced by a really annoying clicking sound that turns on when I start the code for
ebirck
posted Mar 17 '19 at 9:48 am
Hello,
I am trying to interface with a vacuum pressure gauge in my lab that uses RS485 2 wire, half duplex to communicate via the DT80. If I am reading the manual correctly, this command should work: '#01RD<Carriage Return>', where the 01 is the RS485 address of the gauge and RD is the command to readout the pressure. So I came up with the following command and plopped it into a manual
Donitz
posted Mar 17 '19 at 9:50 am
Hello!
Edit: First problem solved.
I have a simple question about the DT-80. Will multiple schedules communicating with the same SDI-12 digital channel at different rates interfere with each other, or will DT-80 handle the traffic for me?
ebirck
posted Mar 17 '19 at 9:47 am
Hello all,
Does anyone know if there is a way to have more than 6 mimics and 2 charts?
Thanks!
-Eric
EMS
posted Mar 17 '19 at 9:14 am
I am trying to program our sites (40 or so) with a standard program, just the bare minimum of changes between the sites, IPs etc.
I have an alarm section in there to email us depending on power state.
Is it possible to have the site name from either the profile or a string withing the program embedded into the subject of the email? I can get it into the body, but when the email comes in,
Hello Guys
I am a bit new with Data Taker so just want to ask you a simple question.
I have a DT80 with SMSX GSM/GPRS Modem with activate Sim. I need to connect DT80 to SMSX GSM/GPRS Modem so i can remotely log in to DT80 using DEX via web browser.
Can you please help me with the following question?
1) Are my setup correct to achieve the remote access to Data taker ( DT80 -> S
KarienH
posted Mar 17 '19 at 9:17 am
Hi,
I am currently trying to use an ultrasonic flow meter to determine flow through a pipe, during this time I would like to record the data using the dataTaker DT80. Currently I have connected the flow meter to the DT80 with a RS232 cable using the host port. I have chosen this port as a manual channel and succeeded in the channel setup. The problem arises when I try to read the data. I hav
Phoenix
posted Mar 17 '19 at 9:16 am
Hello Admin/ Moderator,
I this is not he right place to post my query but i did not find any topic to post problems. My problem is not about the product, I have send the mail to datataker in two different mail id but i have not heard from them yet. I have send the mail in datataker@thermofisher.com and sales@datataker.com. So is there any other mail account in which i can contact?
Sorry f
Dear all,
I'm a newbie using this data logger. I have some questions:
How to connect and configure these sensors:
Anemometer (thies wind transmitter compact Part number: 4.3520.10.000)
Wind vane (thies transmitter compact 4.3128.10.000)
Pyranometer (CMP 6 Part number: 7.1415.02.002)
Thies Hygro-thermo (Part number: 1.1005.54.100)
Thies Baro transmitter (B-278-2T)
Thank you.
Regard
Hi Sir,
I have a 4-20mA pressure transducer 0-700 Bar, its 4 wire, two wires for power and other A and B wires goes to RS 485.
I dont know anything how to configure with RS 485. Please help me from begin to End.
Thank you
Fork
posted Mar 17 '19 at 8:49 am
Hi,
we have 2 RS485 modules with different com-parameters.
In Detransfer (enter commandlines direct to DT80) the switching with ps= ... works fine.
If i progamming the DT80 with a job (tried in one and two schedules) the switching going wrong.
RA[0:*/1] 'Messe aller 1 Minuten
DO{PS=RS485,9600,N,7,2} 'Setze Schnittstellenparameter für Zerotronic-Sensor
1..23CV(W)=0 1SERI
Hello,
I making a voltage read between 5* and 5#, defining the channel as HV. However, the dt80 read is not the same as measured with a manual multimeter.
I should had something around 12.59V and dt is showing 11,6V.
I'm not used to deal with HV channels, so what I'm missing here?
I've tried to check if some attenuation option is enabled but i'm not getting how to overcome this...
Hello
I've recently installed two new instruments for rain and wind measurements (HSC channels).
However, sometimes the logger skips or misses a step (1s acquisition rate). why is this happening?
https://ufile.io/0tsac - file with data example. I've identified in yellow (temp diff) some of the problems.
The logger has other schedules in operation.
thanks
mrathar
posted Mar 17 '19 at 8:43 am
I tried to upgrade the firmware of a DT80-3 from 9.08 to 9.18 using a USB flash device but it wasn't upgraded and did show an error (DT8x Bootstrap, file error). I I've used the files for new firmware before and it did work. Does anyone know what could be the problem?
Hello there,
I've a problem with a Logical Expression in order to set a value taking in account a measured value.
1*R(“R_DIRV~ohm”,=141CV,FF3)
140cv=(141cv>=29700)OR(141cv<=36300)?0: (141cv>=5913)OR(141cv<=7384)?22.5: (141cv>=7385)OR(141cv<=10000)?45: (141cv>=790)OR(141cv<=936)?67.5: (141cv>=950)OR(141cv<=1050)?90: (141cv>=654)OR(141cv<
KevN
posted Mar 17 '19 at 6:09 am
Hi all,
I've been using DeTransfer for a while now, and I use DDE commands to send data to another software package that does all of my logic and fancy GUI stuff.
However I've noticed something funny on of my systems - after a while of acquiring data, slowly but surely, the DDE data gets corrupted. The channel names (and DDE modifiers) somehow leak into the data. So say I want to read the
Hi there,
I'm using two loggers, one DT80M Series 3 and one Series 4.
I know that I can switch the isolated 5V power output on using the command:
PWR5V=1
However, this setting is not persistent and vanishes after a logger looses power (and the backup battery is down). Is there a way to switch 5V power on using one of the profile parameter settings, making it thus persistent?
I
SnTern
posted Mar 17 '19 at 6:03 am
Hi,
I've been communicating with my DT80 using a little python code, configuring a serial port and sending string commands to the datataker. I've been successful using the USB cord that came with the machine, however when I use an RS-232 to usb cord, the DT80 doesn't seem to receive (or send) any information.
How can I set up the DT80 for serial communication with an RS-232?
Thanks!
ian
posted Mar 17 '19 at 5:45 am
I have recently acquired a dt80 series 1 logger. I have replaced both batteries as they were flat.
I have upgraded the firmware to V9.18.
I have reset the clock to current time via USB flashdrive insert.
I have been able to view and move through the file system via Safari browser and Firefox browser. Approximate content shown in attached jpg. I have attempted (unsuccessfully) to remove
Frank V
posted Mar 17 '19 at 5:40 am
Hello,
I have DT80 series3 software version 9.10.
I will start a schedule when 4 or 5 CV's changes from 0 to 1 or 1 to 0
Hoe can I configure this when I programming in dEX.
I can only configure 1CV (Advanced triggering)
In program language it must be RB1..9+CV ?
Thanks for help
I came to know that port 25 is blocked by my ISP. I am not able to send any email out from datataker. Is there any way for us to change the smtp port number in Datataker? If no, what is the way around it?
TQ
anton
posted Mar 17 '19 at 5:35 am
An ungrounded differential signal source can float outside the common mode range of the logger inputs. Possible ways to prevent this are:
grounding one of the signal lines at the logger
grounding one of the signal lines at the logger through a moderate value resistor, eg. 10k (http://www.ni.com/tutorial/7113/en/)
grounding both of the signal lines through high value resistors, eg. 100k,
msdtech
posted Mar 17 '19 at 5:18 am
I have new dt80 series 4. How many Trends and Mimic will this unit allow?
AnishRK
posted Mar 17 '19 at 5:12 am
Dear user's,
I'm trying to connect the DT-80 series 2 by FTP to a server.
I've tried this using the USB cable and command window.
the code I found on datataker's website is :
BEGIN"JOB1"
RA"Scanning"10M LOGONA
1TK("Ambient" )
ALARM(29SV<0.0000){[XB]}
29SV("FTP Condition" )
RBX LOGONB GB
DO{ARCHIVEA "ftp://username:password@host-IP/pathname/"}
RC1D
msdtech
posted Mar 17 '19 at 5:14 am
Hello
On the DT80 can the default file name of the FTP transmission ( sequence #_ time and date) be modified? I want to change the sequence # or add a Station # and keep the date and time.
Thank you
bladE
posted Mar 17 '19 at 4:58 am
Hello
dataTaker is a powerful and versatile device and it's able to get data from almost any sensor type. This comes handy when designing new serial sensors with custom protocols as you can use existing well proven hardware for actual data acquisition. However the serial channel doesn't support any kind of data packet integrity check. It would be great to get computed CRC16 or even CRC32 from
I am new to DT80, I would like to connect 4 wire LVDT to my dataTaker dt80.
I don't know how to connect. I am searching for solution but i didn't get.
It is 10V 4-20 mA input wiring range 0-25 mm. Please help me
Frank V
posted Mar 17 '19 at 4:42 am
We want to measure humidity and temperature with sdi-12 sensors. Which type or brand works best with DT80-serie3
Anyone ?