Description
Have a fantastic idea for a new skill in ARC to publish in the Technology Store? This is the tutorial which explains how to create a skill for ARC. This tutorial will help you create an example skill with two buttons which move a servo to get you started.
Overview
Summary In this tutorial, we will cover the following steps...
- Download and install the latest ARC
- Download and install Visual Studio
- Create a new skill plugin Visual Studio project in ARC
- Make your skill do amazing stuff
- Upload the skill package to Technology Store and share with the community!
Skill Design Tip Skills can communicate with each other. This allows your skill to receive commands from other skills, programmatically. The way skills interact with each other is with scripting ControlCommand() script functions. To respond to ControlCommand() requests, your skill will most likely contain SendCommand() and GetControlCommands() override listeners. These will allow other skills to send instructions to your skill. Keep this in mind when designing your skill, as it's discussed in this tutorial.
The error cannot read the COM file, I downloaded it and when I follow the instructions, I get an error, while other files read normally. .
sorry for me but i tried many different ways but still show the error,I couldn't find EZ_B.dll file even though I downloaded it
None of the required references are in your list. Please follow the tutorial. It explains exactly how to click the browse button and navigate to the folder and select the files.
Sorry, but the reason I can't reference is because there is no file in the EZ_B folder and there is an error : this folder is empty , I am trying to solve it. I would like to thank DJ sure for answering my superfluous questions and I'm sorry for bothering you
I need to playback 5 Serial Bus servos in sequence.
What protocol is it? A "serial bus" is a generic term for anything using a UART that's chained together sharing the same RX line. Also, why did you add a photo with the question text added in your response?
Are you planning on making a skill control to do this? You wrote the question in the skill control thread in a comment - I'd like to make sure your question is in the right place to help you out.
To begin, I would recommend starting with servo Script control so you can make the serial bus protocol work - then consider making a skill control only if you're planning on distributing the effort to others: https://synthiam.com/Products/Controls/Scripting/Servo-Script-19068
He seems rather demanding as well. I guess he needs the benefit of the doubt as English may not be his native language....
I have installed all the software dependencies and still ARC does not detect that I have Visual Studio installed. OS is Windows 10, .NET 4.8 or newer, Visual Studio Community 2019.