Help with the recipes

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
JohnCZ
Posts: 73
Joined: Wed Jun 27, 2012 1:17 am
Location: CZ
Contact:

Help with the recipes

Post by JohnCZ »

Dear all

I would like to ask you for help / advice with following problem.
We are using TA150 panels. Inside in this panel is about 100 recipes. As standard system of choosing a concrete recipe is quite lengthy, we needs to offer a solution how to work with recipes in a more flexible way.
Oure idea is that choosing will be similar to mobile phone – i.e. the operator writes the first letter of recipe name and appear (only) all recipes started with this letter. After that he will go on in standard way of choosing – i.e. browsing through appeared recipes.
Do you have a suggestion how to solve it ?


Thanks.

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Help with the recipes

Post by mark.monroe »

The only way to do that would be to create your own Recipe dialog box. You could then script the search function.

I have attached a project that shows you how to gain access to the recipes currently in the system. You then have to write your own search function to search through the recipes to find the ones that you want.
CustomRecipeDialog.zip
(36.71 KiB) Downloaded 1157 times
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

JohnCZ
Posts: 73
Joined: Wed Jun 27, 2012 1:17 am
Location: CZ
Contact:

Re: Help with the recipes

Post by JohnCZ »

Thank you very much.

aperez
Posts: 8
Joined: Fri Feb 26, 2016 9:42 am

Re: Help with the recipes

Post by aperez »

Hi,

I would like to add a button to Save recipes instead using the action.


Regards
Antonio

Post Reply