06-22-2006 06:58 AM
06-22-2006 08:22 AM
Hi,
unfortunately there is no way to use the cycle time property from your DBC file, because the NI driver is not able to read this information.
This is because the cycletime is stored in different places for different users and only Vector itself can read this information back.
In your case, you have to figure out this information by yourself and you can use the sample rate input of the init or initstart function to configure the cycle time in Hz.
If you need different cycle times for different messages, see the attached example.
DirkW
06-22-2006 02:52 PM
09-06-2006 10:11 AM