hassan Posted April 27, 2017 Report Posted April 27, 2017 good morning i need to write a row in a temporary table in the ram memory this table contains one row and 12 columns, the first one is a long integer entred and the second is a string, both are entered with the keybord of the plc and the rest are integer with 100 velues in each cell and those are mesurment of voltage from the analog input one mesurment every 0.1 seconds during 100 seconds and i want those mesurments to be triggered by a button. once finished it has to coppy that row to a bigger table with the same columns but lets say 1000 rows in the sd cardso i can later use that informations to feed the analog output with the same voltage mesured with the same amount of time 0.1s until the first zero . i want all that to be controlled from the plc the writing and the copying and the search of the row later . is that possible and if yes, is there any exemple that might help me. thank you.
MVP 2023 Flex727 Posted April 27, 2017 MVP 2023 Report Posted April 27, 2017 Using an SD card to store the values may be a bit cumbersome and slow. You can easily have a Data Table in the project with 1000 rows and read or write whatever data you need to or from the table.
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