Jump to content

Recommended Posts

Hi

I am looking to use an existing data table to trigger a data export function on my V570.

For example i want to export the data via the ethernet connection when 5 rows of data have been logged. Is there a way i can read the number if rows that are written to, to trigger an event? Or will i need to add a separate sequence pointer to log keeo track of the logged data?

Thanks

Link to comment
Share on other sites

  • MVP 2023

You will need to write logic that monitors the row pointer and take the difference from a separate buffer pointer. When the difference is >= 5, trigger your export and copy the row pointer to your buffer pointer.

You didn't say whether you only wanted to export the 5 rows or the whole table. If you only want to export the 5 rows, you'll have to come up with a place to copy them before you export, like a small dedicated data table.

Just out of curiosity, what is the data export function you want to use?

Joe T.

  • Upvote 1
Link to comment
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
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.