From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read LDF with XNET

Hello All,

 

I'm trying to open LDF file (2.0 or 2.1) in Labview to get all signals. According Google, this can be done by XNET.

I tried with property node, but it gives only cluster.

Can someone explain how to do this?

milan87_0-1648202963254.png

 

Thanks a lot.

0 Kudos
Message 1 of 4
(846 Views)

Sorry, this is solved 🙂

milan87_0-1648203998060.png

 

Is there a way to encode signals automatically using LDF?

 

Thanks

0 Kudos
Message 2 of 4
(844 Views)

What do you mean by this?  Are you asking about ways to make a database programmatically?  If so the Example Finder (Help >> Find Examples) has a couple of examples on making an XNet database.  This can then be saved, and I even think exported back into an LDF.

0 Kudos
Message 3 of 4
(779 Views)

fundamentals-of-using-the-ni-xnet-api-for-labview 

 

LV Project >> Right-click on My Computer >> New >> NI-XNET Session >> ...

 

Then use the sessions in your LV code.

Is this what you would like to do?

0 Kudos
Message 4 of 4
(766 Views)