09-15-2011 01:28 PM
I have some old code that has CIN calls from LabVIEW 7.0. When I open the code, it throws errors because the old code uses CIN; which is not supported by LV 2010.
Here is my problem, the CIN calls are from an old hardware driver that is unavailable. (The developer is not responding and doesn't have the software online) I have the .lsp files that were used to create the nodes but I have no way of knowing (that I know) which lsp is being used in which CIN node. ON top of this, I am not even sure that the Call Library Function node will work with compiled LSP files.
Does NI maybe have a good utility for porting these over?
Thank you!
- Michael
09-16-2011 02:29 PM - edited 09-16-2011 02:30 PM
For others: cross-posted on LAVA ... please check there before providing information so as not to repeat questions/comments.
09-16-2011 04:57 PM
Michael:
Unfortunately, there is not an NI utility for converting these and Call Library Function node can only use .dlls.
At best, I was able to find some forums online concerning converting from .lsp to .dll, but none promising
enough that I would recommend to you.
If you need more information on the Call Library Function node, please see this example.
Tori W.