Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

Why do I get error -1074388985 at CAN Connect Terminals when the Channel API has been stopped?

While trying to establish synchronized CAN and DAQ using the Channel API, I get the error -1074388985 while attempting to connect the RTSI Clock to the master timebase.  The error message occurs each time I try to run the example VIs shipped with LabVIEW 6.1.  I am using a Series 2 PCI CAN card with a 6034E DAQ card.  Any ideas?  Tech support did not have a solution.
0 Kudos
Message 1 of 2
(3,897 Views)

Hi AVR,

This warning means you have tried to change an attribute on a running object. This causes the warning and should not take place.

Use the "Initialize' function instead of the "initStart" Function, then change the Attribute and use the "Start" function to start the communication, or stop the communication using the "stop" Function before you change any Attribute and then start again.

 

Hope that helps

DirkW

0 Kudos
Message 2 of 2
(3,861 Views)