Using a NI PXI-1042Q and an 4472B Daq card to capture data. Running LabVIEW 8.2 on a Windows XP system. The program controls an MID7604 which controls a motor. Using a program that was written and is now an executable. To run the program minor file related inputs are required, the motor moves to calibrate its' position, then a test piece is requested to be adjusted. After the adjustment, file request information is acknowledged (location for data to be placed is ok'd).
After pressing OK, the following error message is generated:
[ ERROR-200428 occurred at DAQmx Start Task.vi, Possible reasons: Value passed to the Task/Channels In control is invalid. The value must refer to a valid task or valid virtual channels, Then it identifies the Task Name: __________.]
This of course refers to the Task/Channels IN input of the DAQmx Start Task.vi, which points to the task that was setup, not being setup properly or not there. In our case, it was there and has somehow been removed.
When going to MAX and trying to setup a new Task: Data Neighborhood --> Right Click --> Create New NI DAQmx Task,
the following message is generated:
!INITIALIZATION ERROR
Some components required for editing are missing. Please contact National Instruments for more information.
We have already viewed the NI-DAQmx Error-200428 message, and also tried the "How Do I Recover From MAX Database Corruption?" procedure, no change.
Please respond. Thanks.