LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

converting C code file into .lsb

hey how can i convert my C code into .lsb  so that i can place it in CIN ,what are the tools or software used to do this and steps involved
regards
0 Kudos
Message 1 of 3
(2,727 Views)

Hi,

Checkout the following links below

How to build a CIN code resource (.lsb file)

Using External Code in LabVIEW manual (Chapter 3 CINs, page 63)

Tunde

 

0 Kudos
Message 2 of 3
(2,696 Views)
The CIN is not the recomended method. You should create a dll from the C code and use the Call Library Function Node. There is information in the on-line help. Look up the topics under Shared Libraries. You can also look here. If you have LabVIEW 7 or older, there is a shipping document on calling external code in the Hlpe>Search the LabVIEW bookshelf and also available here.

Message Edited by Dennis Knutson on 05-14-2007 09:53 AM

0 Kudos
Message 3 of 3
(2,696 Views)