ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Formula Node on PDA

I'm using a formula node on Labview PDA and i have problem regarding multiplying double variable. If I multiply integer number (as double) everithing is OK.

example 45*2 the results is 90.0

If I multiply 2 fractional number the solution is wrong:

example 45*2.5 the results is 112.0705032 and there is some strange features inserting the values inside the number control.

I Attach the source code and the PDA executable (to convert Lat, Long coord. to UTM) in order to undestand the problem. I you remember that the same code work perfectly if the execution target is Labview for Windows.

Best Regards

Sergio Zanoli
0 Kudos
Message 1 of 3
(3,524 Views)
Your code is too complicated, but I was able to confirm the behavior with a simple VI and report it to R&D. I could find no workaround other than using LV for your algorithm rather than the formula node.

Jeremy Braden
NI
0 Kudos
Message 2 of 3
(3,524 Views)
I checked the feature using a simple application on the PDA emulator and I could not replicate the error.
I have attached the VI i worked with ..check if this helps.
0 Kudos
Message 3 of 3
(3,524 Views)