01-31-2023 05:00 AM - edited 01-31-2023 05:02 AM
I am trying to configure my NI USB-6001 DAQ device to have open collector output port. I am trying to follow the steps decribed in https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YHwFCAW&l=en-NO
When trying to use NI DAQMX Base I am unable to find the connected device. I get this error message:
Using "Measurement and instrumentation explorer" I am able to find the device. Unfortunally I can not seem to find the setting for open collector.
I am using Matlab Simulink. There is no way of changing this setting in the Matlab user interface, but I was hoping there was other ways of doing this outside Matlab.
01-31-2023 07:16 AM
The property cannot be configured in NI MAX. Configuring NI 6xxx Devices for Wired-OR (Open Collector) Output Mode In LabVIEW
You must configure this property programmatically through the .m script.
02-08-2023 08:50 AM
Thank you for answering. I am not sure how to write code for the .m script. Is there any tutorials or help on this subject?