‎11-04-2009 12:52 AM
Hello and Good Day!!
And Thanks to all the people who are around to help other people like me on each step when needed
well related to my question I have been given a project which need upgrade so code is pre written and have now documentation related to that project so it include Code interface nodes (CIN) to communicate with different cards like Transputer and Taxi ...
so i want to track down the CIN c files can anyone help me or define the steps to track down c file
thanks in advance
Regards
Muhammad Ali Afzal
‎11-05-2009 11:29 AM
If I understand your issue correctly, you have existing LabVIEW code that is using Code Interface Nodes (CIN) and you want to find the C files defining the code for each node.
The first thing is that the CIN functions do not call .c/.cpp files directly. The code has to be compiled to a .lsb file that the CIN function calls. Unfortunately, the CIN function does not, as far as I know, give the specific path to the .lsb file it is calling. You may be able to get a hint as to where it's looking my right-clicking the function and choosing Reload Code Resource From...
Now, the problem is that even if you find the correct .lsb file, it's location may not have any relation to the location of the original C file. The project used to build the .lsb file will likely have the same name but it is not a guarantee.
Basically, it is going to be difficult to find the C file without having any documentation as to its location. If I didn't address your question or if you have further questions, please let me know.
‎11-05-2009 12:20 PM
Dear Alex
thanks for your reply . Yes you got my whole question in right direction.... And still my question is same can you guide me so I can give it try to this matter... I know I don't have documentation and I am stuck on this so I have to find some way..
waiting for your guidance
Regards
Muhammad Ali Afzal
‎11-05-2009 12:39 PM
‎11-05-2009 12:44 PM