LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Useful .NET classes to try in LabVIEW?

Solved!
Go to solution

I am playing with the .NET constructor node.  What classes that come with the .NET framework are useful and interesting to try?  Are there any documentation?  Thanks!

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 3
(2,568 Views)
Message 2 of 3
(2,567 Views)
Solution
Accepted by topic author jyang72211

I've contributed a couple of examples over time to the Community forum. They came about because of a problem I couldn't solve easily in LabVIEW.

 

.NET PowerModeChanged Event - https://decibel.ni.com/content/docs/DOC-9256

GZIP compress/uncompress of string using .NET - https://decibel.ni.com/content/docs/DOC-7200

 

LabVIEW is somewhat limited in the area of encryption, so I would poke around in the System.Security.Cryptography namespace.

 

I tinkered with something called PBKDF2 on the LAVA forums...

 

http://lavag.org/topic/13627-pbkdf2-implementation-in-labview/page__view__findpost__p__82282

 

Message 3 of 3
(2,559 Views)