取消
显示结果 
搜索替代 
您的意思是: 

DAQmx Task

Another question for ya.

 

I have a DAQmx Task called "QuickCapture" on one computer that I need on another. How do I find this to recreate or transfer it? If you need more information let me know.

 

Thanks.

0 项奖励
1 条消息(共 8 条)
3,887 次查看

Hi Neil,

 

open MAX on your development computer and look for any DAQmx tasks in there…

 

(It's a bad habit to define DAQmxTasks (and other stuff) just in MAX, when you plan to port your program to a different computer…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
2 条消息(共 8 条)
3,880 次查看
Under the File menu of MAX, you have the option to export the hardware configuration to a file. Do this, copy the file to the new pc and use the Import function.
0 项奖励
3 条消息(共 8 条)
3,870 次查看

Thanks for the tip. This is someone else's code that I'm trying to edit.

 

So there are no tasks on the computer that I want "QuickCapture" on.

0 项奖励
4 条消息(共 8 条)
3,867 次查看
Why would you expect any tasks on the new computer?

I'm not sure I understand Gerd's comment about a bad habit. Creating a task in MAX is pretty common. Including the tasks with an exe and using an installer is also common.
0 项奖励
5 条消息(共 8 条)
3,847 次查看

Hi Dennis,

 

it's a "bad" habit because people tend to forget to include those tasks with their exe/installer - as you see in this thread 😄

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 项奖励
6 条消息(共 8 条)
3,843 次查看
Well, I think the bad habit is people not RTFM but I see your point.
0 项奖励
7 条消息(共 8 条)
3,839 次查看

I didn't expect anything to be there. I was just trying to get on the same page with Gerd.

0 项奖励
8 条消息(共 8 条)
3,833 次查看