Search found 8 matches
- Mon Mar 22, 2021 2:55 am
- Forum: Scripting
- Topic: Communication protocol setting by scripting
- Replies: 3
- Views: 11902
Re: Communication protocol setting by scripting
I did a similar thing by changing the config file of the driver via script to change IP addresses of controllers. Hi! I'm also interested on how change controllers IP address easily... I've about 20 PLC with the same program inside and I've made the same program for the corresponding IxPro panel......
- Tue Mar 10, 2020 7:41 am
- Forum: Application Development
- Topic: AlarmViewer not respect Z plane
- Replies: 3
- Views: 7599
Re: AlarmViewer not respect Z plane
Hi prichlin,
thank you for your suggestion but for this application I prefer to not use pop ups...
On all other screen my menu works very good... the only trouble is with alarm viewer...
If it were possible to correct the problem I would be grateful...
thank you for your suggestion but for this application I prefer to not use pop ups...
On all other screen my menu works very good... the only trouble is with alarm viewer...
If it were possible to correct the problem I would be grateful...
- Mon Mar 09, 2020 10:18 am
- Forum: Application Development
- Topic: AlarmViewer not respect Z plane
- Replies: 3
- Views: 7599
AlarmViewer not respect Z plane
Hi, I'm building some program for X2Pro panel with "hidden tabbed menu". I click on "menu" button and the tabbed menu appear from the right. To do it on all the screens i putted it on a "Background as close-up" screen. It works on all my other screen but not on that with Alarm Viewer even if i put i...
- Tue Jan 21, 2020 10:07 am
- Forum: Controller Communication
- Topic: x2 Pro, iX Developer & Internet Explorer
- Replies: 2
- Views: 13315
Re: x2 Pro, iX Developer & Internet Explorer
Hi Russ! Can you upload the script or teach us how to do it?? Thank you, Andrea EDIT: I try putting this code into "Button" script on X2pro12 (after uncrompress ZKBrowserWEC2013_20170216.rar inside "Project Files" folder: namespace Neo.ApplicationFramework.Generated { using System.Windows.Forms; usi...
- Mon Mar 05, 2018 2:53 am
- Forum: Application Development
- Topic: Arial Font Error
- Replies: 7
- Views: 21139
Re: Arial Font Error
Possible solution found:
Thanks to the help of my supplier here is a way to solve the problem:
enter the project folder and delete (or rename if you are afraid ...) all .cri files (they will be automatically recreated by iX Developer ...).
That's all.
It worked for me!
Thanks to the help of my supplier here is a way to solve the problem:
enter the project folder and delete (or rename if you are afraid ...) all .cri files (they will be automatically recreated by iX Developer ...).
That's all.
It worked for me!
- Fri Feb 23, 2018 4:25 am
- Forum: Application Development
- Topic: Arial Font Error
- Replies: 7
- Views: 21139
Re: Arial Font Error
Hello, I have experienced the same in past; Solution which worked for me was Close ix developer -> go to project folder path -> in Temp/Output folder of your project you will find the same Font file double click and install the font file which is missing and re-open your project in ix developer. Al...
- Thu Feb 22, 2018 9:51 am
- Forum: Application Development
- Topic: Arial Font Error
- Replies: 7
- Views: 21139
Re: Arial Font Error
Hi,
me too... same error with TechnicBold font...
I passed to my colleague one project but on compile appear that error..
The only way to make it to work is to select all the Text and "de-select" and "re-select" the correct font.
It's a very very bad issue...
me too... same error with TechnicBold font...
I passed to my colleague one project but on compile appear that error..
The only way to make it to work is to select all the Text and "de-select" and "re-select" the correct font.
It's a very very bad issue...
- Tue May 06, 2014 9:00 am
- Forum: Application Development
- Topic: How to format (mathematical operations) tag?
- Replies: 1
- Views: 7516
How to format (mathematical operations) tag?
Hi, I'm a newbie on Ix Developer. I need to connect a TA100 panel with a Socomec Diris A40 multifunction meter via RS485. All works good but the Socomec Diris table give the value with some fraction (example: 230V is transmitted as 23000 so I have to divide by 100 to view the correct value). Is ther...