Jump to content

alex.t

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by alex.t

  1. Yes. Indeed, the version 1.0.0.13 of Unitronics.DataTables dll solved the issues. DataTable constructor has a third parameter PLC. Now it saves the structures in V570 without any error. Thank you for your support.
  2. Hello The c# demo application works ok, when i'm editing the data Table from the grid, and i've managed to write the information to PLC. I'm trying to write some imported data from xml file to an Unitronics V570 using C# Data Table application. From what i saw on write table i received the following error: "Operation is not valid for tables taken from UDT file" From what i saw the object "DataTables" has an private member PLC who has values when the data are imported from V570, but when the data is imported from xml file this member is null. What should i do in order to determine the "object" -> Table to succesfully write the information to V570. The xml file is generated from another application, so that is way i need this solution. If is necessary i can provide you my code. Thank you
×
×
  • Create New...