LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can we call a C program in Labview

ah, but remember: you can't call a dll-function that requires user input on the terminal (printf etc..) from LV. you then have to do all user-IO with LV and let the dll only do the data processing.

 

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
Message 11 of 13
(638 Views)

iam having the doubt of how to creat a DLL file for a cprogram

urs

selva

0 Kudos
Message 12 of 13
(591 Views)

thanks for ur imediate reply

my application is to call a C program from LabVIEW.

C prog. requires some input. those inputs iam going to give thru LabVIEW front panel. the c program should accept the input from the LabVIEW and process it and it shuld return the output put Which i want to disply in the indicator which in the front panel.

(say take simple addition program of two inputs A&B, let the output be D.i will give A&B from front panel and get the D also in front panel. but the processing of these data is going to be done by 'C' program which iam going to call thru call library function

urs

selva

0 Kudos
Message 13 of 13
(590 Views)