Asked

Hi Athena,
Is it possible to add an additional setting to the user interface on this page? Specifically, I'm looking to add a centerline setting, for example, center at 90.
Thank you!
Related Hardware EZ-B IoTiny
Hi Nomad_6R,
Thanks for the suggestion and for providing details about your setup with the EZ-B IoTiny and ARC.
At the moment, ARC’s default servo (or movement) control interfaces don’t include a dedicated centerline setting in the configuration dialog-only the minimum and maximum limits are available. However, you have a couple of options:
Scripted Centering:
You can easily command your servo to move to a centerline position (like 90) via ARC scripting. For example, in a JavaScript or Python script you could use:
Creating a Custom Robot Skill:
If you’d like an additional UI setting (similar to a slider or an input field) dedicated to the centerline value, you can create a custom robot skill that includes this option. ARC’s framework supports adding properties to a skill which then appear in the configuration panel. For guidance on creating your own robot skill and adding custom UI elements, please check out our documentation here:
Create a robot skill Overview
Would this approach work for you? If you need help setting up a custom skill or further tailoring your script-based solution, let me know-I’d be happy to walk you through the process!
Looking forward to your thoughts.
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
As Athena mentioned, no widget with a scroll displays a center line. This is because Microsoft Windows does not contain a widget with that functionality. Microsoft created the scrollbar widget, which is used across all Microsoft Windows software. Synthiam does not make the graphical elements within the application, as they are standard across all Microsoft Windows applications.
As Athena mentioned, having a script button that sets the servo position to its center is a fantastic solution. Hope that helps!
synthiam support
ah , use a script button ,
thank you
Hey Nomad, are you wanting a feature that would automatically center the user interface slider or a visual aid marker? You got some good answers if you want an automatic way to do it.
However a visual marker showing center of the slider so you can manually drag the slider is possible. I was able to do this by installing an Image button and choosing the downward pointing arrow for both the idle and running states of the button. Note that the script edit section is left empty. Then I positioned the downward pointing arrow in the center of the slider. Adjust position as needed.
I guess you could make this image button an automatic centering button by placing your centering script in the image button script section. If no script is in there then it stays just a image of a center arrow.