Jump to content

historical data


ronald

Recommended Posts

Hi Ronald,

UniOPC Server is compliant with the OPC Foundation's Data Access Custom Interface Standards through to Version 3.00.

Unfortunately, is does not support HDA.

It is also not possible to read data directly from the SD card.

One possible way to automate this process is as follows.

1. Create a subroutine on the PLC that will be initiated either periodically or by the SCADA.

2. In the subroutine, extract the data from a data table to a vector of MI's (using the "read row" or "read column" commands).

3. send the vector to the SCADA. If the vector is longer than 32 MI's, you will have to send it in chunks.

 

It is not the most elegant solution, but it should work.

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...