Jump to content

Recommended Posts

Posted (edited)

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

Edited by Artz

Posted

To save / import in / from SDCard, just use "\SDCard\RecipeName.csv" as the FileName
To save / import in / from in USB,  just use "\USB\RecipeName.csv" as the FileName

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...