10-23-2009 11:39 AM
That's strange, I would have expected that to work. Are the values "wrong" in the sense that the byte order is swapped? If so, we can swap the bytes in G code:
10-23-2009 01:05 PM
I admit there is confusion around byte order terminal on embedded targets, but LabVIEW is actually doing what it is suppose to do:
(I rather like the string version)
Amin, regarding embedded targets I have to admit I was a little sketchy:
They accept only BIG-ENDIAN!
10-26-2009 04:30 AM
Ok Thanks !
In this case I have to think about if I transform my bin files always to big-endian or I still use the old workaround.
But I think if I use the workaround with big-endian the hardware usage will be a little bit less, so this would be the better one.
bye & thanks
amin
10-26-2009 05:13 AM
OK,
now made it like this:
And it works fine.
I think it´s better to convert the bin on the PC, to get more performance on the hardware.
bye & thanks
amin