Search found 18 matches
- Wed Jul 22, 2020 10:56 am
- Forum: Application Development
- Topic: System Texts in Multiple Languages
- Replies: 3
- Views: 13015
Re: System Texts in Multiple Languages
Hello gsavary, In iX Developer, is Functions > Multiple Languages what you're looking for? You can Add languages from that screen and assign a tag for changing the language. After adding languages, when you go to System Texts it will show all of the languages you have available. Hope this helps!
- Fri Jun 26, 2020 8:30 am
- Forum: Scripting
- Topic: Tag value change in screen script
- Replies: 2
- Views: 10571
Re: Tag value change in screen script
Hello stm-tjt, I took a quick look at this and have a suggestion you can try but it's probably not the most direct approach. I think it does what you're looking for. I would encourage you to find a better solution. I think the main challenge here is generating an event on the screen so you can run t...
- Fri Jun 19, 2020 11:50 am
- Forum: Tags
- Topic: how to set the tag to an object in code ?
- Replies: 3
- Views: 11043
Re: how to set the tag to an object in code ?
Hello stasKanRich, Yes, you are correct that you can access the tag associated with that object through Globals.Tags. Example: void MyScreen_Opened(System.Object sender, System.EventArgs e) { Globals.Tags.OVRD_STATE_CV25.Value = true; //Globals.Tags.OVRD_STATE_CV25.Value = false; } If you want to ru...
- Wed Jun 17, 2020 11:53 am
- Forum: Tags
- Topic: passing tag to screens
- Replies: 6
- Views: 15295
Re: passing tag to screens
Hello stasKanRich, Thanks for the clarification! There are several ways to accomplish this. You may want to consider if you want a popup screen or a regular screen with a Parent Screen. They are similar but will have different results for your programming. If you choose to use a popup, see this post...
- Tue Jun 16, 2020 8:13 am
- Forum: Tags
- Topic: passing tag to screens
- Replies: 6
- Views: 15295
Re: passing tag to screens
Hello stasKanRich, I'm not sure I understand your question. If you could clarify what you would like to do, I'll revise my answer! Do you have the tags built in the panel and/or the PLC? What button call are you referring to and how would you like it to work? If you have 30+ valve controls, you may ...
- Tue May 12, 2020 7:08 am
- Forum: Tags
- Topic: Set a controller Active/Not Active by script
- Replies: 1
- Views: 7466
Re: Set a controller Active/Not Active by script
Hello Sergei,
I haven't done this before but do either of these help you?
1. By button action
2. By script
I haven't done this before but do either of these help you?
1. By button action
2. By script
- Mon May 11, 2020 11:21 am
- Forum: Application Development
- Topic: Verifying storage 'Database'
- Replies: 2
- Views: 10826
Re: Verifying storage 'Database'
Hello Lukas0204,
Have you tried rebuilding the project (Project > Rebuild) before transferring to the panel? The Rebuild MAY clean up some of the database issues automatically for you.
Have you tried rebuilding the project (Project > Rebuild) before transferring to the panel? The Rebuild MAY clean up some of the database issues automatically for you.
- Thu Apr 30, 2020 6:52 am
- Forum: Application Development
- Topic: Pop Up box
- Replies: 3
- Views: 12132
Re: Pop Up box
Hello Saak, Great, glad to hear it! You may want to remove the blue titlebar so the operator cannot drag the popup, or to match your look and feel. Locate the Popup in the X,Y position you want it to display in and then adjust its width and height as below. Credit to Russ Clegg for this solution. vo...
- Wed Apr 29, 2020 7:28 am
- Forum: Application Development
- Topic: Pop Up box
- Replies: 3
- Views: 12132
Re: Pop Up box
Hello Saak, You can control interaction with the parent screen behind a popup using the Modal attribute. If I remember correctly, Modal blocks interaction with the parent screen and non-modal allows it, but test your application to confirm. Open the pop-up screen, General ribbon, check or uncheck Mo...
- Thu Apr 16, 2020 7:37 am
- Forum: Application Development
- Topic: SQL Server Error after updating to 2.4 SP4
- Replies: 2
- Views: 20763
Re: SQL Server Error after updating to 2.4 SP4
Hello jorgeraul3,
Have you tried rebuilding the project (Project > Rebuild) before transferring to the panel?
Have you tried rebuilding the project (Project > Rebuild) before transferring to the panel?