Some courses and learning paths on NI Learning Center may not appear on learner dashboards. Our team is actively investigating.
If you encounter access issues, please contact services@ni.com and include the learner’s name, email, service ID or EA number, and the list of required courses.
08-08-2007 06:07 AM
08-08-2007 08:13 AM
08-08-2007 09:04 AM
I would suggest to have a separate loop for just VISA communication. This loop should be triggered by the other parts of the program to Wr and Rd through many different commands. This COM loop can be done in such a way that when each command is triggered by the main loop/loops, each command will be carried out in sequence (you can use Q structure for this). So by doing this way, you can ensure that each command's response is correct each & every time. So here the main point is having only one loop for communication since all your Rd/Wr operations are through a single COM port.
08-09-2007 09:10 AM