Norbac Posted April 4, 2006 Report Share Posted April 4, 2006 :headbang: :headbang: Hi all Does somebody knows how can I implement a CAN Bus Monitor in LabVIEW? As the one that comes in MAX. I'm using the ncReadNetMult.vi function and the netClusterArrayToString2.vi but it does not show me the data as the CAN Bus Monitor in MAX does. If somebody knows how to implement this please let me know. Thanks in andvance Alfredo Valles Quote Link to comment
dhuff Posted April 25, 2006 Report Share Posted April 25, 2006 first of all, what data do you mean, is the ID looking strange? What type of CAN and what baud rate are you using? There are a few examples on the NI.com webpage that might help. Check there for starters. NI CAN help Quote Link to comment
Norbac Posted June 14, 2006 Author Report Share Posted June 14, 2006 Hi everybody. I'm here again with a problem. I'm doing a program to communicate with a car cluster (Speed , tacho, etc) it uses CAN Protocol. I'm using a NI-CAN/2 card to deal with it. OK? Here is my problem: How can I count the masseges I recive like the Bus Monitor does on the MAX utility? If anybody knows please let me know because I'm getting crazy :headbang: Thanks in advance for your help Alfredo Valles Quote Link to comment
i2dx Posted June 15, 2006 Report Share Posted June 15, 2006 as far as I know there is no such functionality in the channel API, therefore you have to create your own function, by using the frame API, where you can increment a counter, every time a message arives (or e.g. a specified message arives ...) Quote Link to comment
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.