
WayneA.
USA
Asked
— Edited
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
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.
Does anyone in the community have any knowledge on how to assist me? If possible?
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.
I am not familiar with anything.
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?
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.
@Wayne:
you can do something like this:
more than that only with a custom application.
So if I understand it correctly, you want a GUI with 24 buttons, displaying on/off ?