Search found 213 matches

by Russ C.
Tue Oct 22, 2019 10:07 am
Forum: Hardware
Topic: Beijer HMI X2 pro 4 error code
Replies: 1
Views: 5986

Re: Beijer HMI X2 pro 4 error code

What version of iX Developer is the project developed in?
by Russ C.
Tue Jul 30, 2019 7:38 am
Forum: Application Development FAQ
Topic: Convert From Exter/E1000 Using iX Developer Import Feature
Replies: 1
Views: 6923

Convert From Exter/E1000 Using iX Developer Import Feature

Here is a tutorial video for explaining the conversion process from Exter/E1000 series:
https://www.youtube.com/watch?v=Obh914-R1Bc
by Russ C.
Wed Jun 19, 2019 10:07 am
Forum: Controller Communication
Topic: Emerson Roc Plus Protocol?
Replies: 8
Views: 25465

Re: Emerson Roc Plus Protocol?

Here is a good topic on Updating drivers. http://ixtalk.beijerelectronics.us/viewtopic.php?f=7&t=1294&p=2765&hilit=update+driver+roc&sid=8f1871754ed661692abf0ac3a1bd097d#p2765 You still need to run iX Administrator, but after you extract the MPD and CAB file to a folder, instead of clicking "Update ...
by Russ C.
Wed Jun 19, 2019 9:43 am
Forum: Controller Communication
Topic: Emerson Roc Plus Protocol?
Replies: 8
Views: 25465

Re: Emerson Roc Plus Protocol?

JSorensen wrote:I am currently having the same issue with my iX Developer, can you send me the Roc driver for it. Under Emerson I am only showing Modbus Master, my current version is 2.31.67.0.
Thank you.

I sent you a link to the ROC driver in a PM
by Russ C.
Wed Jun 19, 2019 9:17 am
Forum: Scripting
Topic: Global Data Structures
Replies: 8
Views: 13297

Re: Global Data Structures

dthomas wrote:
Button.Click += Btn_Click;
Am is missing something by not doing this?

Nope, adding it to the actions of the button should do the same thing. So if its working, you should be good. :)
by Russ C.
Wed Jun 19, 2019 9:15 am
Forum: Application Development
Topic: Receipt Selection Problem
Replies: 1
Views: 2875

Re: Receipt Selection Problem

This type of behavior is seen when the DPI of the computer desktop isn't set to 100%. Can you confirm the DPI settings of the desktop?

Please note: when downloading the project to the panel, you shouldn't see this behavior.
by Russ C.
Tue Jun 18, 2019 1:00 pm
Forum: Application Development
Topic: Display size truncated in simulation
Replies: 2
Views: 3777

Re: Display size truncated in simulation

This issue is mainly seen when the DPI settings on the Computer desktop aren't set to 100%.

Can you confirm your DPI settings are set to 100%?
by Russ C.
Fri Jun 14, 2019 2:04 pm
Forum: Scripting
Topic: Global Data Structures
Replies: 8
Views: 13297

Re: Global Data Structures

You can create a button click event on a screen and copy and paste the function into your script like: public void Btn_Click(System.Object sender, System.EventArgs e) { // do stuff here } and you can hook it up in code like void SomeFunction() { Button.Click += Btn_Click; } or hooking a button on a ...
by Russ C.
Fri Jun 14, 2019 2:01 pm
Forum: Application Development
Topic: Difference between Build and Rebuild
Replies: 3
Views: 5938

Re: Difference between Build and Rebuild

AMitchneck wrote:Build only compiles modified code.
Rebuild clears the output folder, then builds all.

If anything has been changed in your project before simulation, download or export, the following occurs:
1. Project is saved
2. Build is run
3. Simulation, download, or export started

This is correct
by Russ C.
Fri Jun 14, 2019 1:59 pm
Forum: Application Development
Topic: Convert Project To Another Panel Type In iX Developer
Replies: 2
Views: 6089

Re: Convert Project To Another Panel Type In iX Developer

The aspect ratio is referring to he objects on the screen.

Meaning if you developed objects in a 4:3 aspect ratio, and move to a 16:9 ratio and select "Yes", the objects will keep their 4:3 aspect ratio