02-03-2014 10:19 PM
Hello. I am needing some help on VISA Write function. I saw a few post close to my needs but I am quite confuse. I am working on a project to control 2 servo motor (yaw and pitch).
I am using VISA write to send data to serial port. But, I can only send once (e.g: 8813 8813- hex). If I want to send the second one, (e.g: 7C15 7C15), I have to clear the data manually on my front panel. Only this makes my servo to move for any data that I send.
Somehow, when I send my second data (e.g: 7C15 7C15), it indicates "return count-8" and "status write- operation completed sucessfully" but my servo does not move.
I am unsure how to troubleshoot this issue. Your kind assistance will really help me alot. Thank you.
02-03-2014 11:02 PM
02-04-2014 08:26 PM
Thank you for the guidance.
Is there any example code related that I can go through?
02-04-2014 08:33 PM