09-29-2011 12:11 PM - edited 09-29-2011 12:14 PM
Your .vi gives me two whole numbers. So I am back at square one.
What I really want to do is divide a number by 100 and use that number. ie 2315 / 100 = 23.15.
Nevica
09-29-2011 12:20 PM
Your code already does this. The same VI using divide.
So, what exactly is the problem if you are dividing two integers and get a DBL with the fractional part there?
09-29-2011 01:30 PM - edited 09-29-2011 01:39 PM
So the .vi in pain 8 will work. I was concerned that the divide function will truncate the number (ie get rid of everything after the decimal point - mentioned in reply 4). This is because a red dot is shown.
I dont have access to a computer running Labview at the moment to test the .vi so am trying to solve offline.
Nevica
09-29-2011 02:34 PM
On the divide function, the coercion dots indicate it is converting the integers to DBLs. Your string output should have the decimal places. Since you are indicating that's what you want, I don't understand your problem.