11-26-2019 05:15 AM
hello everyone,
I have a channel selector and can select multiple channels. The datatype of this control is 'DAQmx- physical channel'. Is there a property node for the amount of channels select?
11-26-2019 06:35 AM
I found this workaround
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9d8SAC&l=de-DE
and made a little VI that fits my purposes.
Maybe there is a simpler solution?
12-02-2019 04:30 AM
I don't think it would be possible since the DAQmx Physical Channel control does not validate the channels selected (you could even type in any text) and there is more than one format for specifying multiple channels.
This Physical channel control data is validated only during creating a task and hence you would observe the same in the example you have posted, they would create a task and get the channels part of it.