
eNiW71
Sweden
Asked
— Edited

Hi
I robot is a little out of order right now and can't talk. Is it possible to send all talk and sounds to the PC soundbord instead. Right now I can't hear the battery warning for example.
Best regards
Niclas
Code:
that solved the problem in my own scripts.
While no one has given a solution to my more general question I guess that it's not possible to redirect all sounds from the robot to another soundboard.
The initial messages when you power up the v4 are also directly from the v4. You could recreate these in a script but I don't think you want to do that. Let me know if you do.
P.S. d. Cochran deserves the credit for this....
Code:
This could be started when the connection is made to the EZ-B by running this command from the connections control.
Code:
The gear in the top right corner of the connection control will take you to a script that can be run when a connection is established.
This code would rerun every 10 seconds to check to see if the voltage is over 6.5 volts. If it is below or equal to 6.5 volts, it would say the warning message. I would change this to 7 volts to give you a chance to get back to x location prior to cutting out due to the battery being below 6.6 volts personally, but you can change the value as needed.
This is untested as I dont have access to anything really right now to test this script out.
Thanks a lot for good answers.
/NiW