04-15-2008 08:37 AM
04-16-2008 01:35 PM
Hello,
You are correct you cannot create calibration information for one NI-DAQmx Task and then use it in another NI-DAQmx Task. You can however use the same NI-DAQmx Task (with set calibration information) in different VI Logger Task. Each VI Logger Task would call upon the same task and thus only entering in calibration data once. Inside of the VI Logger task you also have the option to edit the NI-DAQmx Task to change timing settings without having to re-enter calibration information again. I would assume that after you create the first NI-DAQmx Task and enter in the calibration information … you would just continue using that NI-DAQmx Task to log data (even two days later). Right clicking on a VI Logger Task allows you to create a duplicate VI Logger Task that will use the same NI-DAQmx Task.
Please explain further why you need to create a new NI-DAQmx Task after one has already been created. Is it related to you having a few of the same systems? Please clarify the application overview and setup.