09-08-2015 03:49 PM
Thanks for any good help.
Norm
Solved! Go to Solution.
09-09-2015 04:41 PM
Hi Norm,
What sort of problem are you running into in your code? Are you receiving an error, or unexpected data somewhere?
09-09-2015 04:55 PM
Try this. It works well for me.
09-09-2015 05:00 PM
You can save a little processing time if you delete the "String to Byte Array" from the SubVI and the correstponding "Byte Array to String" in the main VI. Just leave the binary block as a string, then Typecast to SGL, then convert to DLB.
09-09-2015 06:14 PM
@jamiva wrote:
You can save a little processing time if you delete the "String to Byte Array" from the SubVI and the correstponding "Byte Array to String" in the main VI. Just leave the binary block as a string, then Typecast to SGL, then convert to DLB.
Thanks for your help, It's working great and it did save some time. I have reposted here in a single vi with conversion to a trace [(x,y)].
Thanks jamiva!
Norm