03-06-2025 01:54 PM
I'm trying to create a program that exports the data from two pressure transducers and a thermocouple into a labeled excel file with headers and it currently does this but it doesnt export the decimal points of pressure or temperature. how do i change this?
Back Panel
Excel File
03-06-2025 03:54 PM
This node right here:
That is "Number to Decimal string", but it actually does not use decimal points at all. Use "Number to fractional string" instead. That defaults to 6 digits of precision and has an input to change that number.
03-07-2025 12:49 AM
Hi Ford,
@FordClark wrote:
how do i change this?
While Kyle gave you the answer I might suggest improvements: