Search found 36 matches

by Kyle W.
Wed Sep 16, 2015 10:45 am
Forum: Recipes
Topic: Recipe Database Query to ComboBox
Replies: 1
Views: 28876

Recipe Database Query to ComboBox

This sample program will query the recipe database and will return the results into a combobox. This allows the user to bypass the normal built-in dialog/action of loading a recipe. When the user selects the recipe they want from the combobox, the recipe is then automatically loaded. The two buttons...
by Kyle W.
Wed Sep 16, 2015 10:24 am
Forum: Recipes
Topic: Sorting Recipes in Code
Replies: 1
Views: 13654

Sorting Recipes in Code

This sample program will query the database .sdf file and will sort recipes based on recipe name. This program was compiled using iX Developer 2.10 SP3 (2.16.154).
by Kyle W.
Wed Sep 16, 2015 10:10 am
Forum: Time and Scheduler
Topic: Accessing the Scheduler From Code
Replies: 1
Views: 30174

Accessing the Scheduler From Code

This sample program shows how to access the scheduler elements from a script module. It can be modified to change the start time, duration etc. of scheduled events and actions.

This program was compiled using iX Developer 2.10 SP3 (2.16.154).
by Kyle W.
Wed Sep 16, 2015 9:54 am
Forum: Panel/Hardware Management
Topic: USB Interaction Scripting Example
Replies: 1
Views: 29311

USB Interaction Scripting Example

This sample program will search a USB when the screen is first opened and copy any file with a .pdf extension to the panel project files folder so it can be used with the PDF viewer.

This program was compiled with iX Developer 2.10 SP3 (2.16.154).
by Kyle W.
Tue Sep 01, 2015 8:10 am
Forum: Panel/Hardware Management
Topic: Change Buzzer Frequency and Duration
Replies: 1
Views: 12763

Change Buzzer Frequency and Duration

This sample program shows how to interact with the panel hardware to change the frequency and duration of the key beep/buzzer. The frequency and duration can be passed in to the script module as uint parameters.

This program was compiled using iX Developer 2.10 SP2 (2.15.5751).
by Kyle W.
Tue Jul 21, 2015 11:25 am
Forum: iX Training Videos
Topic: Short training videos that will help a user learn iX
Replies: 1
Views: 30161

Short training videos that will help a user learn iX

Please click on this https://www.beijerelectronics.com/en/Pr ... deo___page for the iX Developer training videos. This is an ongoing project and new videos will be added when they become available.
by Kyle W.
Tue Jul 14, 2015 11:27 am
Forum: Panel/Hardware Management
Topic: Display All IP Addresses
Replies: 1
Views: 11739

Display All IP Addresses

This program will display the IP address for every Ethernet connection detected. This program was compiled using iX Developer 2.10 SP3 (2.16.154).
by Kyle W.
Tue Jul 14, 2015 11:22 am
Forum: Panel/Hardware Management
Topic: Get IP Information TxA
Replies: 1
Views: 10894

Get IP Information TxA

This program will display the IP address, subnet mask, gateway and DNS information for a TxA panel. It could be modified for use with TxB panels with some work. One way getting the IP address could be used is to show/hide parts of a program based on the location of the panel. This program was compil...
by Kyle W.
Tue Jul 14, 2015 10:22 am
Forum: Serial/Barcode
Topic: Barcode Parsed as Serial
Replies: 1
Views: 32408

Barcode Parsed as Serial

This sample program will take data from a barcode scanner that is passed to the HMI as serial data and display it on the screen. This program was compiled using iX Developer 2.10 SP3 (2.16.154).
by Kyle W.
Tue Jul 14, 2015 10:15 am
Forum: Serial/Barcode
Topic: Parse Serial Data to Tag Name and Value
Replies: 1
Views: 11954

Parse Serial Data to Tag Name and Value

This is ONLY a script module that can be imported and adapted for a program. It will parse serial data using a string split command, splitting on "=". For example you could send "Pressure=20", which would create a tag named Pressure and give it the value of 20.