09-21-2015 01:25 PM
09-21-2015 01:29 PM
@XDu wrote:
Problem: Hi, I've been using labVIEW for a month, now i'm trying to do some complicated calculation with the data acquired with DAQmx. the block diagram will be way too big if I were to use it to deal with the data. So instead i'd like to write code to do them. And after some research in the help menu, I found out CIN let you write your own C program to do things that's not included in the LabVIEW library. But now I'm stuck at building a .lsb file. And everyone on the internet says about this DLL thing and how it's better than CIN. So what are they and how do I use them??
At least you told us WHY you wanted to know. Instead of making a dll, check out the Formula Node located in the Structures palette.
09-21-2015 05:06 PM