08-01-2016 01:46 PM
How is it that when I go from string \BF\AE\s\s to numeric using a type cast, I get the value 3215859744 instead of 3215851520?
08-01-2016 01:57 PM
Because it is a different number.
BFAE0000 is different from BFAE2020.
It is not LabVIEW changing your bytes. It is either the robot or the tranmission itself.
What code is running on the robot? Is it LabVIEW? C? something else? something hidden and proprietary that you can't see?
08-10-2016 10:40 AM
The robot itself is an ABB robot, so it uses the language called RAPID, which is a derivative of C#.