Dear Team ,
Good Day to All , Hope you are doing great.
I am Mohammed Riyaz from Emirates Global Aluminium , Dubai , UAE.
We are using DT85 device for data acquisition and logging instruments. Currently we are fetching measured data through USB device which is manual process.
To save time & reduce man power we thought to automate this manual process , so we have decided to fetch the data through TCP/IP communication channel continuously & move those data to our database for analysis
Through our Java program we can able to connect the device with 7700 port & able to execute Test command , we are getting Test result from device which working fine.
Next we thought to fetch measured data continuously , so we triggered the following command , but we got some error message like "A: No Media Found " . We are not getting measured data , please help us to fix this issue , it would be very helpful to automate our process.
We triggered following command to fetch measured data though Program .
BEGIN"config"
'Generated by new dEX-2
password=""
RS1S
RA"Temp"("b:",ALARMS:OV:100KB:W60,DATA:OV:100MB)1M
LOGONA
1TK("Cathode B1~degC",=1001CV,LM,NA)
1*TK("Cathode B2~degC",=1002CV,LM,NA)
2TK("Cathode B1~degC",=1001CV,LM,NA)
2*TK("Cathode B2~degC",=1002CV,LM,NA)
END
**Dear Team ,**
Good Day to All , Hope you are doing great.
I am Mohammed Riyaz from Emirates Global Aluminium , Dubai , UAE.
We are using DT85 device for data acquisition and logging instruments. Currently we are fetching measured data through USB device which is manual process.
**To save time & reduce man power we thought to automate this manual process , so we have decided to fetch the data through TCP/IP communication channel continuously & move those data to our database for analysis **
Through our Java program we can able to connect the device with 7700 port & able to execute Test command , we are getting Test result from device which working fine.
Next we thought to fetch measured data continuously , so we triggered the following command , but we got some error message like **"A: No Media Found "** . We are not getting measured data , please help us to fix this issue , it would be very helpful to automate our process.
We triggered following command to fetch measured data though Program .
BEGIN"config"
'Generated by new dEX-2
password=""
RS1S
RA"Temp"("b:",ALARMS:OV:100KB:W60,DATA:OV:100MB)1M
LOGONA
1TK("Cathode B1~degC",=1001CV,LM,NA)
1*TK("Cathode B2~degC",=1002CV,LM,NA)
2TK("Cathode B1~degC",=1001CV,LM,NA)
2*TK("Cathode B2~degC",=1002CV,LM,NA)
END
edited Feb 25 '22 at 6:55 pm