12-05-2020 12:23 AM
Is to possible to split one input:PFI1 in to two output:PFI2 and PFI3?
I had success try PFI1 route to PFI2 by using "DAQmxConnectTerms". It can work for 1to1 instead of 1to2.
請問能不能將一個input訊號拆分成多個output訊號呢?
01-27-2021 07:55 AM
Why don't you try to do something like this?
In my simulation it worked correctly. So you can just use 2 DAQmxConnectTerms.vi and send signal to PFI2 and PFI3.