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

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

Author Avatar
PRO
Synthiam
#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 ;) ;) ;) ;)