12-13-2007 11:10 AM
12-14-2007 09:00 AM
12-19-2007 06:25 AM
12-19-2007 08:18 AM
Hi Achim,
Sorry to hear that it still doesn't work.
High Busload means a lot of traffic (back to back frames) on the Bus. But you said there is nothing on the Bus besides your messages you write from time to time?
A yellow exclamation mark in MAX doesn't sound good. Could you make a right click to it to get the explaination for it?
If you get a error message telling you that a object doesn't exist, that means that somehow the handle got closed or destroyed.
I would not recommend to use the ncreset function. We obsoleted this function because its usage can lead to strange behavior. Besides that it resets the whole board instead of a single port.
Could you try to remove the NMT commands reset node and reset communication in the end of your code when you close the handles. Perhaps this puts your drive into a wiered state?
Besides that you could run the NI Spy to see what your code is doing. It logs all the API calls and you can see when a handle is opened and closed and reseted and so on. You can find the NISPY in: Start/Programs/National Instruments/NISpy
Good Luck and a happy christmas to you
DirkW
12-19-2007 12:17 PM
12-20-2007 09:08 AM
Hi Achim,
Wenn du dich immer noch an meine E-Mail erinnerst dann koennen wir das ganze auch off Forum weiter besprechen.
NI-Spy sollte dir aber schon die entscheidenden Hinweise geben.
Ruhige weihnachten
DirkW
03-05-2008 11:07 AM