LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

why did "Multiple Variable Editor" had to go ?

Why was Multiple Variable Editor removed ?

am i the only one who have projects with many shared variables and stupid enough to use the DSC database for data logging  

export/import is always a hassle with CSV with comma as the separator and excel as editor for us euro guys 
is there  a way to make the deliminator ";" in labview ? 

 

0 Kudos
Message 1 of 6
(213 Views)

Hi TandM,

 


@TandM wrote:

is there  a way to make the deliminator ";" in labview ? 


Yes.

Just set the delimiter at the WriteSpreadsheetFile function correctly!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(202 Views)

Hi TandM,

 

Apparently the Multiple Variable Editor has been removed for no apparent reason starting from LabVIEW 2024 Q1:

https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/resource/dialog/variable/multi-variable-ed...

 

That's indeed a shame, as no practical alternative is given appart from import/export from/to CSV.

The only way that I can think of would be to code your own tool that reads/writes the CSV.

 


@GerdW wrote:

Hi TandM,

 


@TandM wrote:

is there  a way to make the deliminator ";" in labview ? 


Yes.

Just set the delimiter at the WriteSpreadsheetFile function correctly!


The OP certainly refers to the built-in project library right-click options "Export Variables..." and "Import Variables...", which indeed, exports/imports only comma-separated strings.

0 Kudos
Message 3 of 6
(143 Views)

Hi

 

Rolf once gave a reason why QT was used in LabVIEW.

So maybe NI now decided it did not want to license it anymore. Just guessing :

 

https://lavag.org/topic/6892-use-of-trolltechs-qt-in-labview/

 

Posted

QUOTE(brent99 @ Feb 22 2008, 05:08 PM)

  Quote
I saw that, and just assumed that Labview IS written in QT (at least as of v6.0 or so). No?

No definitely not! The entire UI widgets have been written for LabVIEW 3.0 from scratch based on the drect windowing API of the spcific platform (X11,Windows GDI and Mac OS QD) and that hasn't changed at all until now. The only real modification was with the adding of the 3D types of controls in LabVIEW 6, but they are based on the same proprietary object model that is used for the other built in LabVIEW widgets.

 

QT appearently only is used for the Multiple Variable Editor that is part of the LabVIEW Data Logging and Supervisory Toolkit, but since the LabVIEW installations contains that anyhow (but the according license is necessary to enable that functionality) it comes with every standard LabVIEW installation and since it is in the executable directory, Windows will always prefer to load those libraries if some component such as the SCC API provider for said system needs to load those libraries with that specific same name.

 

Rolf Kalbermatter

 

Regards

Message 4 of 6
(131 Views)

thanks for the answers 
I worked my way around with the export/import hassle 



0 Kudos
Message 5 of 6
(59 Views)

@TandM wrote:

export/import is always a hassle with CSV with comma as the separator and excel as editor for us euro guys 
is there  a way to make the deliminator ";" in labview ? 

 


Especially when the , delimiter clashes with the decimal point defined by "system decimal point"

alexderjuengere_1-1756905757772.png

 

Spoiler
Set Use system decimal point to false to ensure the expected conduct.
alexderjuengere_2-1756905919651.png

 



 

 

0 Kudos
Message 6 of 6
(28 Views)