DarBur Posted June 21, 2018 Report Share Posted June 21, 2018 Hi all, I could not find a clear answer to my question in help files and the forum so I will ask it in here :] I'm trying to use "Recipe table" for a first time. This is probably a simple thing but could you explain me, please, what is the difference between a "Recipe table" and a "Indexed data table"? Can I load information from recipe file directly to variables (with struct), or is it necessary to load recipe data to indexed data table first and then read the values (Read Row from DTI) from data table? In what cases recipe table has advantages against indexed data table? When is it better to store the information in DTI file and when is it better to use recipe file? Link to comment Share on other sites More sharing options...
Saragani Posted June 21, 2018 Report Share Posted June 21, 2018 The Recipe is a DTI file that you can load into a table. It is downloaded with the project. When working with DTI, the data is stored in RAM. If you choose to save the DTI into file, then it is saved into the external SD card, and it is not a part of the project, while the Recipe is being downloaded with the project and does not require an external SD. At the end, you need to load the recipe into a table in order to read data from it (You can have several recipes for the same table, and you can choose in run-time which one to load). 2 Link to comment Share on other sites More sharing options...
DarBur Posted June 21, 2018 Author Report Share Posted June 21, 2018 Thank you, Saragani. Now I know what I need to do with my project. Link to comment Share on other sites More sharing options...
Jiri.Mickal Posted May 17, 2019 Report Share Posted May 17, 2019 Hi all, is there a way to also store the DTI (in RAM) directly to Data Table Recipe file? I have a recipes, which I download from Recipe via function at initial cycle or on request to DTI. During the process the recipes can be added or modified and I want to update the Data Table Recipe as well = no usage of SD card. Is there a way? At this moment I'm using Load / Store DTI from / to file (SD card). Thank you. 1 Link to comment Share on other sites More sharing options...
Saragani Posted May 19, 2019 Report Share Posted May 19, 2019 Currently not. Link to comment Share on other sites More sharing options...
SirNicholas Posted February 22 Report Share Posted February 22 On 5/16/2019 at 10:13 PM, Jiri.Mickal said: Hi all, is there a way to also store the DTI (in RAM) directly to Data Table Recipe file? I have a recipes, which I download from Recipe via function at initial cycle or on request to DTI. During the process the recipes can be added or modified and I want to update the Data Table Recipe as well = no usage of SD card. Is there a way? At this moment I'm using Load / Store DTI from / to file (SD card). Thank you. So it's been about 5 years since this question was asked so I figured I'd ask again. Has the ability to update or write to a recipe been added? I can't seem to find a way so I'm assuming the answer is no, but I thought I'd check since we need this functionality so bad in R&D where we iterate so frequently. Link to comment Share on other sites More sharing options...
Saragani Posted February 24 Report Share Posted February 24 No, it was not added. I assume that you need it since you don't have an SD card in your PLC, right? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now