It may take some "trial and error" testing to get it right.
Because the data is on two lines, we need a way to anchor. We often can use the CR LF characters as an anchor, but you cannot.
So, the string is:
A001 2007/03/04 19:59:16 00<LF><CR>
70.655 DEG F TEMP-1 <LF><CR><LF>
<CR>
Use "A001" to anchor on the line, unless this is an increasing number. Is it static or an index? If static, then, I would do the following:
"A001" 26x a \r\n
This finds the start of the first line, then skips 26 characters to find the temperature.
Is there anyway to configure the device so the record is all on one line? That would work much easier!
Measurement Computing (MCC) has free technical support. Visit
www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.