01-16-2008 08:51 AM
01-16-2008 09:05 AM
01-17-2008 02:08 AM
Hei cj,
thanks a lot, it´s working prefectly. ->Thread closed
Some background infos to the sensors (if you´re intrested in): The sensor are ultrasonic wind measure sensor and used by Vestas on wind turbines.
04-07-2008 11:41 AM
I have a RS232 string which goes something like this:
<STX>,0 123456000000<CR>
I basically want the part which goes 123456, so in DasyLAB's serial input, for data format, I have:
4x a \r
This picks up the 123456, but also the six zeros which I don't want.
I've tried using "bbbbbb" instead of "a", but that doesn't seem to work.
Using "6a" instead of "a" also doesn't work, and DasyLab doesn't like it if I put "4x 6a 6x\r"...Any ideas?
Mark
04-11-2008 09:53 AM
04-11-2008 09:57 AM
Magic, thanks for your help again! I found something similar as well and anchored it to the ",0 " sequence.
Thanks,
Mark