ADC Value icon ADC Value Display ADC port voltage and 0-255 linear values (0-3.3/5V); configurable board/port, units, multiplier and sample interval. Try it →
Asked — Edited
Resolved Resolved by DJ Sures!

How To Script

Hello , I wanted to ask about the scripting in mobile interface I wanted to show the ping distance in a text box but I could not I wrote " $Distance " and when it gave me an err I tried " $PingDistance " and it did not too :) :) :)


ARC Pro

Upgrade to ARC Pro

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

Here you go..


GetPing(d0, d1)

or if you want a title...


"Ping: " + GetPing(d0, d1)

or if you already have a script running which gets the ping value, then you can display a variable by entering it...


$MyVariable

Here's an example video...

#3  

sorry , but I wanted too to know how to add an RGB Animator action

#6  

Thank you , it worked and I found many good things ;) ;) ;) ;)