05-27-2020 08:44 AM
hello everyone
i wanna send float data from Lab View to Arduino in Proteus through visa write , but visa write not accept float number(my data such as 1017.8) , it accept just string value , so how i can convert float to string in Lab View or any other way for solve my problem .
05-27-2020 08:50 AM - edited 05-27-2020 08:53 AM
Look on the string pallet. There is a tab for string conversions. It allows you to convert to and from strings.
05-27-2020 09:01 AM
Learn LabVIEW. There are tutorials listed on the first page of this Forum.
Are you familiar with any other Programming Language? Does the concept of a Floating Point number (stored internally in some funny format that you might not really understand, but "know" it is not a String) and the concept of a String (representing an encoding of alphanumeric representations of things such a Integers, Floating Point Numbers, Boolean values, etc., designed for "Human communication", but not for "number-crunching" or "logical decision-making") something you've never encountered before? Did you explore the Block Diagram Palettes?
Bob Schor
05-27-2020 09:38 AM
thanks ^_^
05-27-2020 09:42 AM
no ; because i think it was not converter , but now i have the idea
thanks
05-27-2020 11:45 AM
Shameless plug: VIWeek 2020/Proper way to communicate over serial