Jump to content

Recommended Posts

Posted

Hello

I want to read data tables from an V350. I know i can do that with the PCOM protocol, which is described (partially) in a document (VisionCommunication.pdf). This document describes how you can read the data, but you have to know the data table structure. I also want to read the data table structure my self. I know the data .NET Unitronics.DataTables.dll can do that, but i need it for another platform (microcontroller, programmed in C/C++).

So my question is, is the protocol for reading the datatable structure available and/or is the source code of the Unitronics.DataTables.dll available?

Regards, Alex

Posted

Ok,I understand the C# code is not available, but is the protocol for reading the structure available or is it propriety? If it is propriety, i find it very peculiar. If you have, for example, a PLC with 5 datatables and you want only to get the data from the last one, you need to know exactly how all tables are structured, so you can calculate the start address of the last table. This makes the ability of reading the datatables by an external application rather complicated and actually quite useless. Is there maybe an other way to get the datatable structure on forehand?

Posted

No, because the structure is saved inside the PLC in a compressed form, so even if you read it you will not be able to decode it because you don't have the decompression algorithm (Which is a 3rd party DLL which only have ActiveX and .Net versions).

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.