06-24-2008 12:43 PM
06-24-2008 12:55 PM
This is also more on the error:
Possible reason(s):
NI-CAN: (Hex 0xBFF62008) Write queue overflow. Solutions for CAN Object: Increase the length of the write queue; Wait for Write Success state prior to calling Write; To transmit recent data only, set the write queue length to zero. Solutions for Net Interface: Wait for Write Mult state then repeat Write; Get Number of Entries Free attribute and Write that number of frames.
06-25-2008 05:49 PM
06-30-2008 02:42 PM
1. nctInitialize ("Fuel Value,Pump duration angle,Pump a...", 0, 3, 0, 1)
Process ID: 0x00000578 Thread ID: 0x000001BC
Start Time: 15:38:26.656 Call Duration 00:00:00.015
Status: 0 (VI_SUCCESS)
2. nctStart (1)
Process ID: 0x00000578 Thread ID: 0x000001BC
Start Time: 15:38:26.671 Call Duration 00:00:00.000
Status: 0 (VI_SUCCESS)
> 3. nctWrite (1, 1, NULL)
> Process ID: 0x00000578 Thread ID: 0x000001BC
> Start Time: 15:38:26.671 Call Duration 00:00:00.000
> Status: 0xBFF62207
4. nctClear (1)
Process ID: 0x00000578 Thread ID: 0x000001BC
Start Time: 15:38:26.671 Call Duration 00:00:00.063
Status: 0 (VI_SUCCESS)
06-30-2008 02:43 PM
07-01-2008 08:48 AM
No, its not the same problem. Now you have the 62207 error, which means that you have not specified all required inputs.
DirkW
07-01-2008 11:25 AM
07-11-2008 12:28 PM
07-11-2008 12:35 PM
If i use the basic serial read and write example, I recieve this error:
Error -1073807202 occurred at Property Node (arg 1) in VISA Configure Serial Port (Instr).vi->Basic Serial Write and Read.vi
Possible reason(s):
LabVIEW: (Hex 0xBFFF009E) VISA or a code library required by VISA could not be located or loaded. This is usually due to a required driver not being installed on the system.
07-11-2008 12:37 PM