Eric,
thanks a lot for this hint. After I ve brought the information into
the correcr order(lsb was at the start first...) I only had to add the
cast VI - thats simple and stupid, but not too much 😉
Best Regards
Urs
> Urs,
>
> I think the best approach would be to use the type casting vi. This
> is found on the function palette under advanced -> data manipulation.
> You simply wire in the string into the "x" input, an SGL integer into
> the "type" input, and the resulting "*(type*)&x" output should be in
> the format you want. Additionally, the string/number conversion vi's
> can be very helpful as well.
>
> Best Regards,
>
> Eric Enger