Search found 36 matches
- Wed Sep 16, 2015 10:45 am
- Forum: Recipes
- Topic: Recipe Database Query to ComboBox
- Replies: 1
- Views: 33053
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...
- Wed Sep 16, 2015 10:24 am
- Forum: Recipes
- Topic: Sorting Recipes in Code
- Replies: 1
- Views: 22289
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).
- Wed Sep 16, 2015 10:10 am
- Forum: Time and Scheduler
- Topic: Accessing the Scheduler From Code
- Replies: 1
- Views: 39315
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).
This program was compiled using iX Developer 2.10 SP3 (2.16.154).
- Wed Sep 16, 2015 9:54 am
- Forum: Panel/Hardware Management
- Topic: USB Interaction Scripting Example
- Replies: 1
- Views: 37916
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).
This program was compiled with iX Developer 2.10 SP3 (2.16.154).
- Tue Sep 01, 2015 8:10 am
- Forum: Panel/Hardware Management
- Topic: Change Buzzer Frequency and Duration
- Replies: 1
- Views: 16782
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).
This program was compiled using iX Developer 2.10 SP2 (2.15.5751).
- 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: 38970
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.
- Tue Jul 14, 2015 11:27 am
- Forum: Panel/Hardware Management
- Topic: Display All IP Addresses
- Replies: 1
- Views: 15891
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).
- Tue Jul 14, 2015 11:22 am
- Forum: Panel/Hardware Management
- Topic: Get IP Information TxA
- Replies: 1
- Views: 15026
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...
- Tue Jul 14, 2015 10:22 am
- Forum: Serial/Barcode
- Topic: Barcode Parsed as Serial
- Replies: 1
- Views: 41088
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).
- Tue Jul 14, 2015 10:15 am
- Forum: Serial/Barcode
- Topic: Parse Serial Data to Tag Name and Value
- Replies: 1
- Views: 16026
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.