09-15-2014 01:50 PM
Hello All
I am new to LabView, however I am capable to leaning to use it. Currently I have ValueCAN and NeoVI Fire, I did read somewhere you can use ValueCAN using NEOIV to be used with labview. I have all the drivers install for both, but I do not know how to link ValueCAN with labview.
Can someone please point me in the right direction?
Best regards
Chris
09-15-2014 01:54 PM
This example works with the Fire or ValueCAN.
http://www.intrepidcs.com/support/ICSDocumentation/neoVIDLL/UsingLabVIEW.htm
It is basically a DLL driver that lets you read and write frames in only software timed writes. The DLL is relativly well documented but I've had issues with it when trying to use it with LIN. I'd highly recommend using an NI XNet device. Depending on your requirements you may have hard time using it.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-15-2014 02:00 PM
Great, thanks for the update, I'll give this a try
09-15-2014 02:17 PM
One thing, do I put this llb in the vi.llb folder. I have labview 2013
09-15-2014 02:20 PM
@Chris1205 wrote:
One thing, do I put this llb in the vi.llb folder. I have labview 2013
You don't have to put it anywhere special. Just open it and open the top level VI in it which is the example VI. I don't believe there is a palette made for this.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-15-2014 02:21 PM
Ok thanks
09-15-2014 02:23 PM
@Chris1205 wrote:
Ok thanks
Thanks are given by giving kudos where applicable, or makring the post as solved if it solves your question.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-15-2014 03:26 PM
When I try to open the top level VI I get messag saying "LabVIEW version is later than the current LabVIEW version. An error occurred loading VI forumate message write.vi. LabVIEW load error coad9. VI version(9.0) is newer thatn LabVIEW version (8.0)." after pressing "OK" button nothing happens
09-15-2014 03:49 PM
Well I think the error really says all that needs to be said. You can ask the version conversion board to convert the VIs but there maybe compatibility issues where newer features were used and back saving may give issues. Still 8.0 isn't even supported in Vista, are you using XP? I wouldn't suggest any new software development in 8.0. Oh and my comment about XNet may not be valid since XNet 1.0 only supports 8.5, 8.6, and 2009.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-16-2014 03:45 PM
I was able to get a newer version of Labview with version 14. With that I was able to open up file you recommend. I'll report back when I am able to communicate to my device with Labview.