11-14-2003 12:42 PM
11-14-2003 01:18 PM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.11-18-2003 01:49 PM
02-07-2006 01:14 PM
Ed,
Did you say that you can access the NI-CAN channel properties without a CAN card present? If so, how? My app needs to do that and I can't figure it out. nctGetProperty wants a TaskRef which comes from nctInitialize which wants an Interface which requires hardware, no?
Thanks.
02-07-2006
01:20 PM
- last edited on
05-16-2025
09:26 AM
by
Content Cleaner
Hi ClausB,
NI-CAN 2.3 introduced the ‘virtual CAN interface’ (aliases CAN256 and CAN257). Thus, if you use NI-CAN 2.3 (or higher) you can just initialize one of those aliases and use the generated TaskRef as an input for the nctGetProperty function.
Download the latest NI-CAN version here.
-B2k
02-07-2006 01:24 PM
Thanks!
When in doubt, update!