Search found 214 matches

by Ron L.
Mon Aug 01, 2011 11:49 am
Forum: Application Development
Topic: when Create WPF control,How to add to the Project IXT10A
Replies: 4
Views: 12239

Re: when Create WPF control,How to add to the Project IXT10

The iX T10A has the underlying operating system "Windows Embedded CE 6.0" which supports the ".NET Compact Framework 3.5" but does not support WPF. You can to create a custom user control using the "Smart Device Project" option available in Visual Studio 2005 or Visual Studio 2008 Pro. Visual Studio...
by Ron L.
Mon Jul 25, 2011 2:33 pm
Forum: Scripting FAQ
Topic: How to debug script in an iX Developer project.
Replies: 1
Views: 20603

How to debug script in an iX Developer project.

You will need to install Visual Studio 2010 or Visual C# 2010 Express. iX Developer must be configured to target the correct Visual Studio executable in order for the debugging to work. You can configure the target executable under "iX" -> "Options" -> "Script Debugger options" -> "Debugger". ix_opt...
by Ron L.
Mon Jul 25, 2011 11:02 am
Forum: Scripting FAQ
Topic: How to create periodic Timers in iX Developer
Replies: 1
Views: 26393

How to create periodic Timers in iX Developer

Create a ScriptModule. Right click below the functions section and select "Add ScriptModule". add_script_module.JPG Right click on the Script Module and Rename it to "TimerScript". rename_scriptmodule.JPG The Script Module will default with the following code. namespace Neo.ApplicationFramework.Gene...
by Ron L.
Fri Jul 22, 2011 4:04 pm
Forum: Controller Communication FAQ
Topic: Where can I find the documentation for driver <blank>?
Replies: 1
Views: 23672

Where can I find the documentation for driver <blank>?

Each driver in iX Developer has its own documentation. To access this documentation, select "Tags" from the "Functions" menu. tags_func_menu.JPG Select the "Controllers" Tab, highlight the row of the controller you want to view and select "Settings...". contrller_tab.JPG Select "Help". select_help.J...