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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...