03-12-2015 11:29 AM
I am using Labview to control a ROV using a Playstation 3 controller. When I throttle too quickly the ESC cuts off and resets. I talked to the manufacturer of the ESC and they said the probable cause was the signal was changing to fast for the ESC to follow andthey recommended putting a delay in the program to allow time for the ESC to read the throttle increments. My question would be "How do I do this?" Thanks
03-12-2015 01:25 PM
03-12-2015 01:33 PM
03-13-2015 07:17 AM
Here is the current VI. I am new at this so it mught look rough.
03-13-2015 08:38 AM
03-13-2015 08:42 AM
03-13-2015 09:14 AM
I'm not exactly sure how to do what you are talking about. I have been doing this for about a month and have taken only an intro class in Labview at my university. Could you point me in the right direction to learn how to do it . I have attached the VI just in case you wanted a closer look at it. Thanks
Ivan
03-13-2015 09:33 AM
It looks from your picture that you simply have a greedy while loop that needs a simple wait inserted in it. I don't have 2014 installed on this machine so I can't look at your code to verify my assumptions.
Replace that unbundle with "Unbundle by Name" and get in the habit of always doing it that way (you'll have a lot more years before you need a toupee)
03-13-2015 09:50 AM