Sign in to follow this  
Followers 0
Artz

Store Recipes on my NJ SD Card

4 posts in this topic

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Ty innoaloe, I will try that, if it wasn't for you... :-2

Share this post


Link to post
Share on other sites

Your post said NJ SD card, but it sounds like you are talking about the SD card in the NA screen.

Share this post


Link to post
Share on other sites

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
Sign in to follow this  
Followers 0