LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Search and Replace String not working properly

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?

0 Kudos
Message 21 of 23
(1,098 Views)

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?

0 Kudos
Message 22 of 23
(1,093 Views)

The robot itself is an ABB robot, so it uses the language called RAPID, which is a derivative of C#.

0 Kudos
Message 23 of 23
(1,046 Views)