PRO
afcorson
Australia
Asked
How do I assign a list of values to an array using the script language in Synthiam ARC? For example, I want to create an array like this: $MyArray = ["value1", "value2", "value3"].
Related Hardware (view all EZB hardware)
EZ-B V4
by EZ-Robot
EZ-B v4/2 robot controller: dual Cortex ARM, Wi-Fi, audio/video, 24 servo/digital ports, I2C/UART, camera and Synthiam ARC control for custom robots
Wi-Fi / USB
Servos
24
Camera
Audio
UART
3
I2C
ADC
8
Digital
24
Related Robot Skills (view all robot skills)
First Test Pluging That Do Nothing
by jakubpawlo
Script Collection
by Synthiam
Manage and execute multiple scripts in a single Script Manager using ControlCommand(), with Control Details showing available commands.
Get Line Containing From Array
by Synthiam
Adds GetLineContainingFromArray() ez-script function to return the first array item that contains specified text, simplifying substring searches.
Requires ARC
v7

To assign a list of values to an array using the script language in Synthiam ARC, you can use the
defineArray()function. Below are the steps and an example of how to do this in JavaScript or Python, which are the preferred scripting languages in ARC.Steps:
defineArray()function to create and assign values to the array.Example in JavaScript:
Example in Python:
Using
defineArray()in EZ-Script:If you prefer to use EZ-Script, you can use the
defineArray()function as follows:Using the Get Line Containing From Array Skill:
If you want to use the Get Line Containing From Array skill, you can follow these steps:
Example Using Get Line Containing From Array in EZ-Script:
Resources:
Feel free to ask if you have any more questions or need further assistance!
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.
To assign a list of values to an array using the script language in Synthiam ARC, you can use the
defineArray()function. Below are the steps and an example of how to do this in JavaScript or Python, which are the preferred scripting languages in ARC.Steps:
defineArray()function to create and assign values to the array.Example in JavaScript:
Example in Python:
Using
defineArray()in EZ-Script:If you prefer to use EZ-Script, you can use the
defineArray()function as follows:Using the Get Line Containing From Array Skill:
If you want to use the Get Line Containing From Array skill, you can follow these steps:
Example Using Get Line Containing From Array in EZ-Script:
Resources:
Feel free to ask if you have any more questions or need further assistance!
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.