Hey Roger,
Good news is I think I've finally finished the code for my AWS, bad? news is I still got plenty of other things to work out.
This one is with regard to the number of decimal places (dp) I want to measure to. With the following code it measures to 1dp in DeTransfer which is great, but when I unload the same set of data to a CSV file it does 6dp. Can I have it unloaded to 1dp or will I need to use other software processing to achieve this?
Cheers,
Grant
BEGIN
RA5S LOGONA
/D /T
3PT385(4W,"Current Temp",100,=7CV)
RB1M LOGONB
7CV("Max Temp",MX,FF1)
7CV("Max Temp Time",TMX)
7CV("Min Temp",MN,FF1)
7CV("Min Temp Time",TMN)
END
Hey Roger,
Good news is I think I've finally finished the code for my AWS, bad? news is I still got plenty of other things to work out.
This one is with regard to the number of decimal places (dp) I want to measure to. With the following code it measures to 1dp in DeTransfer which is great, but when I unload the same set of data to a CSV file it does 6dp. Can I have it unloaded to 1dp or will I need to use other software processing to achieve this?
Cheers,
Grant
````
BEGIN
RA5S LOGONA
/D /T
3PT385(4W,"Current Temp",100,=7CV)
RB1M LOGONB
7CV("Max Temp",MX,FF1)
7CV("Max Temp Time",TMX)
7CV("Min Temp",MN,FF1)
7CV("Min Temp Time",TMN)
END
````