ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
09-07-2018 07:54 PM
Hi
I attached the VI here as the reference. In VI, I planned to generate the pulse with some logic, and I want to use this as trigger input for ADC. When DAQ assistant block (along with waveform chart block) is removed, the pulse appears fine at Port 1, pin 2 and 3. When the DAQ assistant is placed (with waveform chart block too), the pulse does not appear at all, at pin 2 and 3 of port 1. I am not sure, why there is the issue in pulse generating when DAQ assistant block is placed. Could you please help me to identify the issue.
Thanks
Ramesh B
09-07-2018 08:17 PM
Hi
I attached the VI here as the reference. In VI, I planned to generate the pulse with some logic, and I want to use this as trigger input for ADC. When DAQ assistant block (along with waveform chart block) is removed, the pulse appears fine at Port 1, pin 2 and 3. When the DAQ assistant is placed (with waveform chart block too), the pulse does not appear at all, at pin 2 and 3 of port 1. I am not sure, why there is the issue in pulse generating when DAQ assistant block is placed. Could you please help me to identify the issue.
Thanks
Ramesh B
09-08-2018 11:31 AM
So here are some observations;
Bob Schor
09-08-2018 12:29 PM
Hi Bob,
I admit that my code is not very clear. But the digital logic which I have shown to you is part of my big project. I just want to mention the problem, that's why I put that small part and mention the adc block along with that.
Can you clarify this point?
Thanks
Ramesh B
09-08-2018 07:41 PM
The (inadequate) picture you posted showed a While Loop. Inside it, you have two DAQ functions, DAQ Write and Close Task. So the first time through the loop, you'll write the Digital lines, then close the Task. Every other time through the loop, the closed Task should do nothing.
Please do us the courtesy of posting your code, not a picture of it.
Bob Schor