Search found 8 matches

by brusarp
Mon Mar 22, 2021 2:55 am
Forum: Scripting
Topic: Communication protocol setting by scripting
Replies: 3
Views: 5116

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......
by brusarp
Tue Mar 10, 2020 7:41 am
Forum: Application Development
Topic: AlarmViewer not respect Z plane
Replies: 3
Views: 5732

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...
by brusarp
Mon Mar 09, 2020 10:18 am
Forum: Application Development
Topic: AlarmViewer not respect Z plane
Replies: 3
Views: 5732

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...
by brusarp
Tue Jan 21, 2020 10:07 am
Forum: Controller Communication
Topic: x2 Pro, iX Developer & Internet Explorer
Replies: 2
Views: 10832

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...
by brusarp
Mon Mar 05, 2018 2:53 am
Forum: Application Development
Topic: Arial Font Error
Replies: 7
Views: 16906

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! :D
by brusarp
Fri Feb 23, 2018 4:25 am
Forum: Application Development
Topic: Arial Font Error
Replies: 7
Views: 16906

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...
by brusarp
Thu Feb 22, 2018 9:51 am
Forum: Application Development
Topic: Arial Font Error
Replies: 7
Views: 16906

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...
by brusarp
Tue May 06, 2014 9:00 am
Forum: Application Development
Topic: How to format (mathematical operations) tag?
Replies: 1
Views: 5240

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...