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: 

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
(2,103 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
(2,101 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
(2,036 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
(2,023 Views)