EZB Stress Test icon EZB Stress Test Stress-tests EZ-B controllers (UART, ADC, voltage, temp, audio, digital I/O) to detect disconnects, corruption and stability issues. 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 the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.

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 ;) ;) ;) ;)