Legacy Hardware and Apps
DT800 logging to memory card

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 recorded to the memory card.

But if I remove the memory card or disconnect the power forcing a restart the logger carries on acquiring data and running through the program but doesn't put any data on the card.

Any help would be appreciated

Jonathan White

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 recorded to the memory card. But if I remove the memory card or disconnect the power forcing a restart the logger carries on acquiring data and running through the program but doesn't put any data on the card. Any help would be appreciated Jonathan White

Good morning Jonathan,

Put the LOGON command between the before the end statement.
The program that is saved is everything between the BEGIN and END statements. The command outside the BEGIN and END are immediate commands and are not save as part of the program so when the dataTaker is reset the LOGON command is not there to be executed..

Cheers,
Roger

Good morning Jonathan, Put the LOGON command between the before the end statement. The program that is saved is everything between the BEGIN and END statements. The command outside the BEGIN and END are immediate commands and are not save as part of the program so when the dataTaker is reset the LOGON command is not there to be executed.. Cheers, Roger
8
2
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft