Azure Text To Speech icon Azure Text To Speech Azure TTS for ARC robots: generate natural, customizable neural voices for companion, educational, assistive, and entertainment applications. Try it →
Asked — Edited

Problem With If

I was trying to script with an "if" command and in the script functions it says if (adc[port])[condiction][value]) in the sample it says if(adc(adc2)>50) and leaves out the value the text says that the value is a user defined integer Can someone give me a correct example and explain what the interger is or represents?

User-inserted image


ARC Pro

Upgrade to ARC Pro

Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

Put a space between parameters (Between adc(adc) and > and 50)


if (adc(adc2) > 50)