04-21-2020 03:13 AM - edited 04-21-2020 03:15 AM
I'm using labview to simulate a multisim circuit with an input and an output voltage. The voltage comes out of the multisim module and goes into a collector and is written to a text file.The values I receive in Labview have 6 decimal numbers (0.XXXXXX). I need a more accurate reading. Is there a way to increase the precision ? Preferably around 10-12 decimal numbers.
Solved! Go to Solution.
04-21-2020 05:00 AM
Hi Marnix,
@MarnixGi wrote:
is written to a text file.The values I receive in Labview have 6 decimal numbers (0.XXXXXX). I need a more accurate reading. Is there a way to increase the precision ? Preferably around 10-12 decimal numbers.
Generic answer: change the formatting settings (of your indicators and file write options)!
More detailed answer: Please attach your VI to receive specific suggestions.
04-21-2020 06:12 AM
Thanks, it was indeed the format in the 'write to spreadsheet' function. I changed this format to %.12f and everything works now. In case this helps someone else these are all formatting possibilities.
https://zone.ni.com/reference/en-XX/help/371361R-01/lvconcepts/format_specifier_syntax/