Search found 92 matches
- Thu Apr 24, 2014 10:37 am
- Forum: Application Development
- Topic: Problems using DataGrid with T4A
- Replies: 6
- Views: 12747
Re: Problems using DataGrid with T4A
Hello Edmond. I tryed to modify the XAML file following the example given by you on post http://beijerinc.com/support/ix/forum/viewtopic.php?f=6&t=1573&p=3736&hilit=listview&sid=7c69b3af2d2c35de9ecbe0fa4d6d66d2#p3736 but i can´t get it to work. Always get a XAML error message and I can´t find more ...
- Wed Apr 23, 2014 7:06 am
- Forum: Application Development
- Topic: Problems using DataGrid with T4A
- Replies: 6
- Views: 12747
Re: Problems using DataGrid with T4A
Try use a Listview instead (it works in runtime).
Set the columns and bindings in the Xaml and load the data into it via ItemsSource.
Set the columns and bindings in the Xaml and load the data into it via ItemsSource.
- Fri Apr 18, 2014 8:01 am
- Forum: Scripting
- Topic: Seting scheduler time
- Replies: 8
- Views: 23636
Re: Seting scheduler time
Hi! There is no good way of doing this, it´s possible to update a "jobs" interval and startdate in runtime via script but once you restart the project it´s back to the settings made in iX Developer before compile. Beijer has a time channel plugin (dll) available for BIG (Beijer Integrator Group) her...
- Fri Apr 18, 2014 12:42 am
- Forum: Application Development
- Topic: Alarm Indicator
- Replies: 4
- Views: 10553
Re: Alarm Indicator
Hi! Uncheck the three checkboxes in the Alarm Server settings ("Show Alarm Indicator"), then it will not popup any more. Well if your project target is a TxA or TxB panel it will be using .Net CE (Compact Framework) since it runs on Windows CE. That´s why you have the CE Adapter instead... What are ...
- Thu Apr 17, 2014 11:25 am
- Forum: Application Development
- Topic: Alarm Indicator
- Replies: 4
- Views: 10553
Re: Alarm Indicator
Create a internal tag (let´s say ActiveAlarm : Bool) and set it when a Alarm goes Active and reset it when you acknowledge the alarms.
And use the tag to show/hide your own alarm inidcator.
And use the tag to show/hide your own alarm inidcator.
- Wed Apr 09, 2014 12:14 pm
- Forum: Controller Communication
- Topic: iX Run to Siemens Simulator
- Replies: 2
- Views: 10137
Re: iX Run to Siemens Simulator
They wont help you with that (PLCSim was not designed to communicate with anything else that S7 Manager).
But there is a workaround.
http://nettoplcsim.sourceforge.net/
But there is a workaround.
http://nettoplcsim.sourceforge.net/
- Tue Apr 08, 2014 7:53 am
- Forum: Scripting
- Topic: How to close screen with script?
- Replies: 9
- Views: 21759
Re: How to close screen with script?
It´s probably the second one that fires of the event.
Could you copy and paste the code here?
Best Regards
Could you copy and paste the code here?
Best Regards
- Tue Apr 08, 2014 12:04 am
- Forum: Hardware
- Topic: CPU running at 90% just to display screen?
- Replies: 1
- Views: 9208
Re: CPU running at 90% just to display screen?
You have probably chosen a hardware that is to week for your application.
Try use the T7B instead.
Here is also a pdf with some guidelines for optimizing a iX application.
http://ftc.beijer.se/files/C125728B003A ... 00324a.pdf
Try use the T7B instead.
Here is also a pdf with some guidelines for optimizing a iX application.
http://ftc.beijer.se/files/C125728B003A ... 00324a.pdf
- Mon Apr 07, 2014 9:28 am
- Forum: Scripting
- Topic: How to close screen with script?
- Replies: 9
- Views: 21759
Re: How to close screen with script?
From where do you call your ".Show();" code?
Br.
Br.
- Wed Apr 02, 2014 9:47 am
- Forum: Scripting
- Topic: How to close screen with script?
- Replies: 9
- Views: 21759
Re: How to close screen with script?
Globals.MyScreen.Close();
Br.
Br.