LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

combining c# or java in labview block diagram

Solved!
Go to solution

hello all!

i want to insert piece of code written in c# or java into the block diagram.

is it possible?

it will look like other blocks with input and output?

where can i learn about this ?

thanks.

0 Kudos
Message 1 of 4
(3,078 Views)

Hi hookso,

 

you may use the formula node to include code with C-syntax...

Best regards,
GerdW


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

Additionally, if the functionality of the formula node isn't enough for you, you can always make a .dll, which you can then call in LV using the Call Library Function Node. First station for information would be the LV-Help.

 

btw. nice avatar. Altenbach would like it...



Remember Cunningham's Law
0 Kudos
Message 3 of 4
(3,066 Views)
Solution
Accepted by topic author hookso

@jak888 wrote:

 First station for information would be the LV-Help.


Well, said. In fact: http://zone.ni.com/reference/en-XX/help/371361G-01/lvexcodeconcepts/using_ext_code_lv/ 

 

Also: https://forums.ni.com/t5/Developer-Center-Resources/Calling-External-Code-From-LabVIEW/ta-p/3522282

0 Kudos
Message 4 of 4
(3,053 Views)