Asked — Edited

Want To Use Image Buttons As Real Time Indicators

Good Afternoon,

I am building a program where I am using all 24 Digital Inputs to monitor relay contacts. I would like to build a "GUI" using the Mobile Interface. How can I, or what can I use to show real time changes using a picture of red or green? Can I use the image button?

Any and help is appreciated! WayneA


ARC Pro

Upgrade to ARC Pro

Synthiam ARC Pro is a new tool that will help unleash your creativity with programming robots in just seconds!

PRO
Synthiam
#1  

That is not supported in ARC mobile. Your option is to display word values with script labels.

Otherwise, creating your own mobile app using the sdk.

#2  

Does anyone in the community have any knowledge on how to assist me? If possible?

PRO
USA
#3  

Wayne,

Are you familiar with development and/or visual studio c# ?

mobile application i presume is for an android, apple/ios only app store or licensed developers.

#4  

I am not familiar with anything.

#5  

I thought Anonthy XLRobots figured out how to do that?

With script labels I would assume you could change the color of the text, between red and green?

PRO
Synthiam
#6  

There is no control over mobile element styles programmatically. This can be considered for a future release. In the meantime, the solution is to use a Script Label, which can display text programmatically.

PRO
USA
#7  

@Wayne:

you can do something like this:

User-inserted image

more than that only with a custom application.

Belgium
#8  

So if I understand it correctly, you want a GUI with 24 buttons, displaying on/off ?