在 PCI 6601 使用 DIG_Grp_Config 时发生错误 -10403。



主要软件:
主要软件版本: 7.1
主要软件修正版本: N/A
次要软件: N/A

问题: 为什么我在 PCI 6601 使用 DIG_Grp_Config 时发生错误 -10403?

解答: DIG_Grp_Config 不能用在 PCI 6601 上,因为它是一张计数计时器专用卡片. 要使用上面 32 个 DIO 信号线,您可以用下面的函数式:

端口操作:
  1. DIG_Prt_Config
    status = DIG_Prt_Config (deviceNumber, port, mode, dir);
  2. DIG_In_Prt
    status = DIG_In_Prt (deviceNumber, port, pattern);
  3. DIG_Out_Prt
    status = DIG_Out_Prt (deviceNumber, port, pattern);

单线操作
  1. DIG_Line_Config
    status = DIG_Line_Config (deviceNumber, port, line, dir);
  2. DIG_In_Line
    status = DIG_In_Line (deviceNumber, port, line, state);
  3. DIG_Out_Line
    status = DIG_Out_Line (deviceNumber, port, line, state);


请参考 Traditional NI-DAQ Function Reference Help 以取得更多关于此函数的信息

相关链接: Product Manuals for NI 6601

附件:





报告日期: 12/06/2006
最近更新: 12/06/2006
文档编号: 38MDPJ7U