Jump to content

Thyago Souza

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Thyago Souza

  1. Thank Saragani , but I think I could not explain myself right . I can already read the PLC table , what I want is to read the tables recorded on the SD card, but the plc.SD.ReadFile function returns an array of bytes and can not find from which byte starts the first element of the table . Can you help me? Thank Saragani , but I think I could not explain myself right . I can already read the PLC table , what I want is to read the tables recorded on the SD card, but the plc.SD.ReadFile function returns an array of bytes and can not find from which byte starts the first element of the table . Can you help me?
  2. Hi, first sorry about the English (I am Brazilian). I am using the Unitronics.ComDriver library (plc [0] .SD.ReadFile) to read data from tables in a SD card inserted into a Unitronics PLC, however this function returns me a byte array and I can not identify from byte which begins the first element of the table. I have also used the Unitronics.SD.Files library to read the udt files saved with the functions described above, but just need to save the udt files on my hard disk and then read in the form of .NET tables. Can I read directly from the PLC tables for a .NET table?
  3. Hi, first sorry about the English (I am Brazilian). I am using the Unitronics.ComDriver library (plc [0] .SD.ReadFile) to read data from tables in a SD card inserted into a Unitronics PLC, however this function returns me a byte array and I can not identify from byte which begins the first element of the table. I have also used the Unitronics.SD.Files library to read the udt files saved with the functions described above, but just need to save the udt files on my hard disk and then read in the form of .NET tables. Can I read directly from the PLC tables for a .NET table?
×
×
  • Create New...