How to change a button caption at run time?

briana banks

Member
Join Date
Jul 2005
Posts
242
Hi


How can i change a button caption at run time without using
VBA .

RSview SE

Thank you.
 
Last edited:
Assuming RSView SE here...

You can, but only for a Multi-State button. Use the indicator tag to determine the message. In this case, you will need additional logic in the PLC to handle the actual button press.

VBA is much simpler.
 
not 100% sure I understand what you're asking ... but ... this might help ...

leave the button's built-in caption blank ... now make two new "text" objects - one for each desired caption ... then animate the "visibilty" of the two objects to match your "I-want-to-see-this-legend-now" conditions ... overlay the two objects and try it out ... with practice you can animate the visibility of only one of the objects ... it can hide (or show) the other object which is positioned behind it ...
 

Similar Topics

On my HMI (KTP1200), I've got this button "Generate Report", which generates a report (CSV) when it's pressed. (see pic) While it's being...
Replies
1
Views
553
Hello, I am currently trying to control a motor in my plc. I've made a simple on/off button logic. And it works pretty well, when i press the...
Replies
25
Views
6,068
I am attempting to insert a "change password" button. However all of the numeric entry buttons display the current data. Obviously I don't want...
Replies
16
Views
6,091
Hello i have two problems currently. I have two screens and when i want to scroll between them i just press the down button and it just goes to...
Replies
3
Views
1,066
Hi to every body, i'm newbe to FTV Studio; i need to know (and if is possibile how) change the color of a goto display button object. For...
Replies
14
Views
5,044
Back
Top Bottom