11-18-2021 02:44 AM
Goodmorning, I have a problem with the attached .vi. It seems I can't change the value of four digital output togheter. If i choose only one digital output everything works. The same .vi on the laptop of my collegue works.
The hardware used is a NI-USB 6211
Thank you for your help
Solved! Go to Solution.
11-18-2021 05:54 AM - edited 11-18-2021 05:57 AM
Hi,
if you want set more than one channel, you must send an array of boolean...and set the VI to "Digital 1D Bool NChannel 1Sample. The count auf channel should be the same as the boolean-inputs
11-18-2021 07:14 AM
Hi,
thank you very much for your reply! I've already tested your solution but I have another kind of error on this case. It seems as the number of task is 1 and the number of data is 4!I attached the error...
11-18-2021 07:32 AM - edited 11-18-2021 08:24 AM
Sorry, please choose:
Digital 1D Bool 1Channel 1Sample
12-27-2021 03:05 AM
Thanks!