Jump to content

Recommended Posts

Posted

We have used Pcom to communicate to the data tables in the vision series.

How do you recommend communicating to the data tables with the unistream?

I would like to connect to a database that I built in Ms access.

What would be recommended method?

  • Upvote 1
  • 2 months later...
Posted

Hi,

 

Currently there is no direct way to access the data tables memory.

You can built your own protocol to read write data to data tables. You can create commands and messages with variables using message composer in UniLogic and then using TCP TX and TCP RX ladder elements you send and receive data. 

 

For example you can send the string Read_Row1 from your PC applicaiton and then when the UniStream recieves this message, it will activate read row for the requested index number and for specific tags and then will send the data back to the PC application.

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.