Lexy72 Posted June 7, 2012 Report Posted June 7, 2012 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
Lexy72 Posted June 11, 2012 Author Report Posted June 11, 2012 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?
Saragani Posted June 11, 2012 Report Posted June 11, 2012 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).
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now