09-06-2022 01:05 AM
Hi, I am new to Labview.
I am trying to control two HSDIO cards to generate digital signals.
I found some example codes in NI-library. (Fig.1)
In this example, They use for loop to merge the sessions signal(generate from niHSDIO get session VI) automatically.
My question is how can I combine the two session signals if I don't use a for loop function(Fig.2)?
09-06-2022 01:42 PM
You just have to create an array of HSDIO session (of all cards that need to be synchronized) and feed into the TCLK API to synchronize
09-07-2022 02:26 AM
Thank you for your reply.
I successfully feed the secession signal into TCLK API.
But when I ran the vi program, the error occurred at niTCLK (shown as below).
Does anyone know the reason for this problem?
And how can I fix this bug?
Many thanks.
09-07-2022 10:43 AM
Please share the code for review.
09-07-2022 11:53 AM
Hi Santhosh,
Here is my code.
I use labview2018 and HSDIO 18.0
I appreciate your help.