Novity Naseer Posted April 16, 2013 Report Posted April 16, 2013 Helo Every one, I am using Labview 2010 . Through DAQ Assistant we can communicate with NI based Boards but how to communicate with other than NI Cards ,I have a VME based Processor Card and i need to communicate with Lab View. Thanks and Regards, S.Naseer Quote
JamesMc86 Posted April 16, 2013 Report Posted April 16, 2013 What is the card? The manufacturer may provide a driver which makes things easier. Or you can use NI VISA which is a general instrument driver and can talk to some VME devices, see http://digital.ni.com/public.nsf/allkb/4E49DE1C52039B7186256ACE0044B556 Quote
Novity Naseer Posted April 17, 2013 Author Report Posted April 17, 2013 They are providing drivers for VME in both linux and windows but specifically is there any drivers for the communication with Labview???? Actually I need to Log the Data in lab View GUI recieved from VME bus Quote
Wire Warrior Posted April 17, 2013 Report Posted April 17, 2013 If their drivers are in the form of DLLs then you can use an external code node to call them. That usually works pretty well. 1 Quote
Novity Naseer Posted April 18, 2013 Author Report Posted April 18, 2013 Ok Thank You Very Much.............. I am new to Lab View can you tell me briefly about how to use external code node..........if you dont mind................. Quote
Wire Warrior Posted April 18, 2013 Report Posted April 18, 2013 The node you want to use is the Call Library Function Node. If you look up DLLs in the Find Examples utilty (accessed via the help menu) you will get some examples. The LV2012 help file can be found at http://zone.ni.com/reference/en-XX/help/371361J-01/glang/call_library_function/. It should also be installed with your LabVIEW installation. This page tells how to configure it: http://zone.ni.com/reference/fr-XX/help/371361J-0114/lvexcodeconcepts/configuring_the_clf_node/ There is also more information on ni.com. You can search there as well. Quote
Novity Naseer Posted April 20, 2013 Author Report Posted April 20, 2013 Thanks a lot....... I will go through it.......... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.