
PRO
jsale
USA
Asked

Is there a way to suppress the printing of Start, Done(timestamp) when a script is executed?
I am building a state-machine interface with EZ-scipt, and I want to make it as fast as possible, eliminating any unnecessary prints.
Related Hardware EZ-B v4
Upgrade to ARC Pro
Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!
Based on your post activity, we found some content that may be interesting to you. Explore these other
tutorials and community conversations.
I coded a simple state-machine to do some movements for 3 of my 8 servos/motors per arm, and it seemed to work fairly well. Still have a lot to add to it though, so speed might eventually be an issue.
I was thinking about C# code, but I think I'll give the JavaScript a shot. Might be just want I need. I've done some Java, and lots of C programming over the past 35 years, so I shouldn't have much trouble getting up to speed on JavaScript. Thanks for the suggestion.