02-21-2005 06:33 AM
05-18-2006 09:25 AM
Hello,
I want to create a LIN application using a Vector CANcaseXL. There is an API (vxlapi.dll) for almost all of the Vector devices, but it doesn't work properly. Did you try this API? I could send you a documentation.
Markus
05-19-2006 02:35 PM - edited 05-19-2006 02:35 PM
Hi Oriana and Markus,
With LabVIEW and your 3rd party Hardware, you have 2 options. You can communication directly to the dll file (provided with the HW driver) in LabVIEW with the Call Library Function Node or you can use ActiveX, provided your HW driver provides and ActiveX interface.
I hope this help! Let us know if you have any questions!
Chris R.
Applications Engineer
National Instruments
Message Edited by Chris_R. on 05-19-2006 02:38 PM
06-28-2006 07:56 AM
Hi Oriana and Markus
I nead to work out some function call for the vector CanCase XL. Is any of you started out something. I would really appreciate if you could share any VI for initializing the driver or calling the LIN function. I'll post everything as soon as i get it working.
06-28-2006 12:53 PM
07-28-2006 05:00 PM - edited 07-28-2006 05:00 PM
Message Edited by mauererma on 07-28-2006 05:03 PM
07-31-2006 07:52 AM
Wow, you got it working? I wrote a wrapper dll for the c library but i still can't get the init access over my lin port (XLopenport). I lost a lot of time trying to use the xldriver working as is. With the wrapper, I'm in the progress of getting it done.
I'd really like to see your .net VI version.
I posted my VI's and Wrapper, altough it is not completed yet, you can test some of the driver function.
07-31-2006 07:56 AM
07-31-2006 02:04 PM - edited 07-31-2006 02:04 PM
Message Edited by mauererma on 07-31-2006 02:06 PM
08-01-2006 08:35 AM
Oriana
I also had difficulty using the Vector CANBoardXL with the vxlapi.dll drivers when dealing with LIN and the technical support at Vector was of no help. The LabView drivers they provided were only useful with the older bus independent functional calls (ncd*) and not the latest XL functions (xl*) required for the LIN specific functional calls so I created my own LabView library. I was successful in creating the LabView wrappers to all the functions necessary for my LIN application with the exception of the xlLinSetChannelParameters where I needed to create my own DLL wrapper to handle the XLlinStatPar structure. Let me know if you need more info.
Todd - Digalog Systems Inc.