Search the Community

Showing results for tags 'recipes'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 4 results

  1. KTP 400, Recipe problem!

    Hello, I am doing a project that requires the use of recipes, but I am having some difficulties. First I am trying the code with simulations and the thing that is not working is that the value of variables created in PLC is not changing, and HMI gives an error sayng that the connection with PLC is not established. I'm using S7-1200 cpu with KTP 400 HMI. So first I created some PLC tags for the elements of the plc, that I created the HMI tags and connected them with the plc tags, after that I created a recipe and added elements to that which are connected to hmi tags and created data records. I took that recipe and put it in the screen of HMI and after going online with the PLC and with HMI. When I try to put the data of that recipie into PLC I get the error that says that the connection is not established.Any idea what should I do.P.S When I try it with KTP 700 it works just fine!
  2. MELSOFT RECIPE

    Hello,  I got problem with melsoft GT Designer 3. I created a project and i must go threw recipes. I think I did everything well but my Record No. doesnt work as it should...   https://drive.google.com/drive/folders/1p06cnkcfnmodmuLDfrhlshtlYgbUsFnj?usp=sharing   Here is video with presentation as it works and GTX file. It have to be done with this kind of recipe. I dont want standard recipe table I think its pretty easy and i have small error Thanks
  3. Hi this might be stupid question, but I'm trying to use these functions for recipes: SaveAllRecipes(GetSelectedRecipeTemplate("myPage","myRecipe") System.IO.File.Copy(SAVEDRECIPEPATH?, SDCARDPATH?) Where does this save file go, which path I got to copy to use on my SD card? Then also to import recipe want to: ImportRecipes(myRecipe.SelectedTemplate, SDCARDPATH? & myRecipe.SelectedTemplate & ".csv") Also mention that there's no computer connected to the controller. When I was doing my simulations I could see that SaveAllRecipes generated csv file that went to "C:\OMRON\Data\Temp" folder. But there's no computer to store the saved recipe in this case. Thx in advance
  4. Enumerations in Recipes

    Hello,   Is there a way to limit the input of an ingredient value, possibly by use of an Enum?  For example, I have an ingredient called Press_Speed. I want the values to be either Normal, Slow_1x, Slow_2x, or Slow_3x. On the PLC these values are interpreted as numbers. Can I limit the input to the String representation of the Enum?   I'm using the NA series HMI with Sysmac Studio.