02-07-2006 10:15 AM
02-08-2006 07:31 AM
02-08-2006 09:35 AM - edited 02-08-2006 09:35 AM
Message Edited by jgkempen on 02-08-2006 09:36 AM
Message Edited by jgkempen on 02-08-2006 09:37 AM
02-09-2006 05:44 AM
First make sure you have the recent version of NI-CAN since if you dont upgrade, then you will be missing functions in LabVIEW and MAX.
I would first use MAX to see that you can read and write some CAN messages with a specific arbitration ID. Check your settings such as baud rate etc. Dont forget your 120ohm termination as this is a common cause of communication problems.
If that works then you need to decide whether to use Channel of Frame API functions. You need to look at examples or read the NI-CAN manual to get started.
Sorry I cant give more help as I did this stuff quite a while ago and I dont look at it unless I really have to.
02-09-2006 08:47 PM
02-10-2006 04:29 AM
Im only using NI CAN 2.2 and LabVIEW 7.1 and i use the complete installation option. You can check your software versions from MAX under "Software".
I have the example Channel Monitor.vi under the examples/NI CAN/Channel Advanced.llb.
I would make sure that everything works under MAX using bus monitor, then if you are confident that your CAN bus can send and receive messages, you can start developing your application.