You'll need the LabVIEW drivers or dll(s) for, in this case, the PCI-9840 CAN card. Contact your supplier for that.
If you use the Call Library Function Node with its Parameters set correctly, you should be able to get it running (since you were able to run that dll in VC)
您好,
非NI的PCI-CAN产品,或者说与NI底层驱动不兼容的产品在MAX下应该是不能显示和配置的。
但是这不影响用户在LabVIEW中通过调用dll的方式对该设备进行操作。
详情可以参考该设备提供方的网页:http://www.embedcontrol.com/products/PCI/PCI-9840.asp
我使用了ZLGCANTest测试了这款PCI9840可以使用,但是Labview程序就是打开设备都打开不了。请高手指导!下面上传了附件
您可以尝试用“小灯”调试一下您的代码,看下问题出在哪个节点。
同时建议您把Call Library Node的Error Out连起来,这样能更方便的找出错误出自哪个节点。
如果产生error,能将您遇到的error信息贴出来吗?
谢谢!