Hi,
I have a problem with the transfer speed of data to a memory card during a burst. When the logger runs without a memory card inserted it takes about 10 sec. to log the data but if I have the memory card inserted it takes about 2min 50sec.
If the burst has been run without the memory card inserted until the internal memory is full it only takes a couple of seconds to transfer the data
Can any one help me. I have the following program loaded on to a DT800
BEGIN"viblog" /b
RA
7VAC(400,NS400)(=1CV,W)
17CV=1CV/162
8VAC(400,NS400)(=2CV,W)
18CV=2CV/160
9VAC(400,NS400)(=3CV,W)
19CV=3CV/160.5
RK;BURST(16384,65536)
7VNC
8VNC
9VNC
END
LOGON
The program takes the rms level from three accelerometers than a burst. When I start the program everything is OK and data is rec
I want to use our DT800 to send texts via a GSM modem. I want to send a string of the form "Fault at Time t1, Left Tension = x N, Right Tension = y N" Where t1 is the loggers current time and x & y are logged values.
I've set up the alarm. I know how to talk to the modem. How do I get Delogger to set up an action to send this string?
Cheers,
TW
Hi, When i am using a analogue level to trigger a burst is it then possible to use the level channel 1VNC as a working channel.
My burst looks like this:
RA1+E;BURST(1000,1000,LEVEL,10,0S) LOGONA GA
1VNC("Relay",LEVEL>2500)
1V("Relay")
2V("Valve")
3V("Pressure")
I tried to add the W to the line
1VNC("Relay",LEVEL>2500,W)
When I do that i get an error when I send the progr
Hi. After i have configured the unit i will only be able to connect via Ethernet(Telnet or FTP) is it possible to control and retrieve the logged data via Telnet or FTP?
Regards,
Erik
I am recording temperature inputs to my DT800 on an hourly basis. Is there a way to trigger the logger to only record the temperatures every hour when the feeder to the unit is running. Right now it records hourly 24/7?
One of our 800's seems to have developed a problem with reading BGV(6W) inputs. There seems to be a loss of resolution resulting in an increase of noisy data.
The method of input appears to be OK as the 800 module was swapped onto the terminals with our 2nd 800 showing no problems. Any theories?
Thanks,
Mitch
Bernie
posted Apr 25 '19 at 12:26 pm
Have set up to activate 8 LEDs using DT800 digital channels based on various alarm conditions. Each is connected to a discrete DSO channel with the opposite end attached to an external 5VDC.
The 5VDC return is connected to the digital ground. Individually the led's illuminate as they should when the state is changed from 1 to 0. However when I try to turn on two at the same time either one i
How fast should you be able to unload data off a DT800. I am using a LAN connection and it has taken an hour to unload 23 MB of replay file off a 256 MB CF card.
Hello Roger,
I need to use a DT 800 in a hot environment (70 degC) and under low pressure (nearly vacuum). The logger should stand the temperature but what is about the flash card and the low pressure?
The logger should be in this environment for nearly on month so that a temp. shield is not really helpful.
Best Regards,
Thomas
I use current loop (L) sensors with 100 ohm shunt, with 4-20 mA range. I have also set gain lock to 2V since the voltage over the resistor will be in the range 0,4 - 2V. Is it possible to get readings of over 100% if the signal reaches beyond 20mA?
If this is the case approx. how much "over-range" is allowed before the error indicator (99999) is returned?
I have a DT800 datataker. I am using shared terminal voltage inputs with channel pairing (1V(#), 1+V(#), 1#V(#), 1-V(#), 2V, 2+V, 2-V, etc), giving me 42 channel single ended voltage inputs. All of the returns (GND) are combined (2#, 4#, 6# etc). I have found that the AC terminal also needs to be connected to the returns for the conversion to be performed OK.
I have used shared terminal volt
Does DT or anyone else know of a way to input multiple serial devices into the serial channel of a DT800 ?
I have an XP2i pressure gauge which communicates through rs232, I have successfully communicated with one gauge, but i need a way to communicate with 2 or more XP2i gauges. If any one has any ideas let me know.
Thanks
After installing firmware rel 4.06, the unload command has changed the way it is working: we use commands with start and stop time to unload parts of the log files, like:
UB(09:40:00,2004/09/28)(END)
The result of this command is all entries for the current job, schedule B. This command worked ok in rel 4.02. The setting of p31 is 3 and p39 is 0.
I have also tried the [] version of the
I'm not an electrician or electrical engineer, so this may be a stupid question. I can not find the answer in the manual, so it may be worth asking it anyway:
How can I connect a sensor that counts pulses (flow meter) with an open collector output (5-15V depending on the power supply, 300 ohms resistor built in) to a digital counter input. As far as I understand the counter input wants a dry
Is it possible to log the data from the DT800 to a harddisk on a PC? The DT800 is connected to a network.
Thanks.
I am trying to use the IBAT internal channel to estimate the battery life. The manual says that current draw should be 150mA (typical) or 400mA(max). I get -464Ma with no inputs connected and logging VBAT and IBAT at 1 sec interval only.
The battery voltage also drops quickly. Any Ideas?
What is the best method for sending 30 program files to the DT800? What program makes this the quickest?
Right now I'm using DeLogger and sending the program files one by one, which takes quite a bit of time. I have 30 program files, so the the data files do not get too large when collecting at approximately once per second all day.
One program calls another, when the day changes. So ma
I'm trying to log all data coming in on the serial input. The data occurs asynchronously in the form of '/n' terminated printable strings. Is this possible and how do I go about it?
Cheers TW
Hi Roger,
I am trying to turn on a led with a digital output when a Counter Input reach to a specific value. It is very easy, but I am having problems. I have assigned the value of the counter input to a Channel Variable. The only way to change the digital output state is using an alarm?
Thanks, Regards.
Hi Roger,
I am trying to log data from an anemometer (Anemometer standard 7911, from DAVIS INSTRUMENTS), which has 4 wires: - Black -> Wind speed contact closure to ground
Green -> Wind direction pot wiper (360 deg = 20 kOhm)
Yellow -> Pot supply voltage
Red -> Ground
I have tested the anemometer and works properly. But when I connected to the DT800: * The resistance rang
When transmitting real time data over a radio modem, I see that the communications error check characters are visible in the two last ;-separated fields.
The first of these I guess is the number if characters in the actual data message (?) but how is the second one calculated? Should come in handy when I try to see if the data is corrupted or not. The receiving program is not DeLogger or De-
Hi,
We are acceding remotely to a DT800 via TCP/IP socket. After a command "U", if link are lost (link provider problems or software break) the datalogger do not disconnect properly. Then, I can not restore the connection to DT800 remotely, and I have to restarted the DT800 manually.
The same occurs acceding to the DT800 locally by a Intranet. After send the command "U", if I remove the
DT800 logger.
I want to communicate over the serial port with a Programmable Counter (ESTERS PMO2160), which reads pulses from a pair of proximity switches, sensing targets on a wheel (essentially a rotary encoder), and calculates a counter value for the number of revolutions, displays it and optionally transmits it on a RS-485 port.
All this works fine, and the values on the display/po
I am using a USR courier modem (v.everything) with my DT800 (firmware v4.02.0001). I connect to it using another USR courier modem (v.everything). Everything is OK if the connection speed of the modems matches the serial port speed of the DT800.
I have printed an example below. CONNECT 9600/ARQ/V34/LAPM dataTaker 800 Version 4.02 If I connect at a different rate to the serial port speed of t
The Product Selector indicated +/- 10V. The latest manual indicates +/- 13V. What is the maximum voltage that can be measured before external attenuation is required? P/S: I recalled that the previous manual mentioned even 20V.
I am trying to power an LVDT using a DT800 using at least 15VDC. Currently, I have no problem reading the LVDT which has a voltage output range of -5VDC to +5VDC. Currently, I am using a 24VDC power supply for excitation.
Can I have this powered from the DT800?
Hi,
If I connect a PT100 directly to the dataTaker, correct values are obtained, no problem. We have a PT100 on a test rig connected to a PLC as a 3 way system, that is, the 2 red wires connect to the same point.
If we connect the dataTaker off the same connections, the values are incorrect on the dataTaker and the PLC. How can I overcome this problem.
Many thanks,
Nick.
Hi, 2 questions for you.
Configuring a current probe, the type that clamps around the power cable like a clothes peg. The output is 1mV per amp (I'm measuring up to 42 amps). The signal is a fixed frequency (looks like 50Hz) and the signal is the variation of the peak to peak voltage. I'm not getting a consistent reading. How should I wire this to the DT800 (I am connecting the 2 cables to t
Hi,
Using Delogger and a DT800 is it possible to use an analogue channel (radiometer logging at 1 sec) to trigger another analogue channel (laser logging at 1 sec) into burst mode for a period of 60 secs and then stop it again.
What I am doing is, using a radiometer I am measuring radiation kW/m2, when this reaches a certain value I want to be able to put a laser into burst mode for a p