Jump to content

Search the Community

Showing results for tags 'csv'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Our Community
    • Come on in!
  • News and Announcements
    • UniLogic 2021-- UniCloud IIoT Cloud Platform, EtherCAT & more!
    • VisiLogic: 9.9.00 - Protect Your Vision and Samba Systems with New Security Enhancements
    • New!!! ***** U90 Ladder*****
  • UniStream HMI + PLC Programmable Controllers & UniLogic Software
    • UniStream: Hardware
    • UniLogic Software
    • UniLogic UDFBs
    • Industry 4.0, IioT, MQTT, OPC UA
  • Vision, Samba, Jazz and M90 PLC + HMIs & Software
    • Vision & Samba PLC + HMI Controllers & VisiLogic Software
    • Jazz, M91 PLCs and U90Ladder
  • Motion! Servo Drives, Motors, Actuators, & VFDs by Unitronics
    • Motion: Unitronics Servo Drives, Motors, Actuators, VFDs--by Unitronics
  • UniCloud: the end-to-end IIoT Platform for Unitronics Controllers
    • Everything UniCloud!
  • Software Utilities
    • SD Card Suite
    • Remote Operator
    • Remote Access
    • DataXport and DataXls
    • UniDownloader
    • UniOPC
    • UniDDE
  • Utilities for .net and Visual Studio
    • Unitronics PCOM Protocol
    • COM Object ActiveX .dll
    • .NET driver
  • Project Design
    • ...I have a project...what hardware do I need?
  • User Application Stories
    • Just finished a great project?
  • Everything HMI!
    • UniLogic: HMI Design Inspiration
    • UniLogic: Graphics, from Community!
    • VisiLogic--HMI Design
  • Tips and Tricks
    • Best Programming Practices
    • Tips and Tricks
  • Job Board
    • Projects seeking Programmers
    • Programmers seeking Projects
  • General Discussion
    • We're Listening...
    • The Lounge
  • News and Announcements Copy

Blogs

  • Unitronics' Blog: PLCs, HMIs and more
  • Saragani's Blog
  • Simon's Blog
  • Ash Neilson's Blog
  • Joe Tauser's Blog
  • Unitronics en Español
  • Powered by AMPS
  • Alldrives UK's Blog
  • Unitronics, Howman Style
  • PLCNewbie's Blog
  • Telestar Automation Blog
  • Webinars Collection
  • Tim's Corner
  • Blog
  • TELESTAR (Italian)
  • i4 Automation
  • i4 Automation (UK)
  • Unistream UDFB's

Categories

  • From Headquarters: Sample Applications
    • From Headquarters: VisiLogic
    • From Unitronics: U90 Ladder applications
  • User-submitted Applications
    • From Users: VisiLogic applications
    • From Users: U90 Applications

Categories

  • Articles
    • Forum Integration
    • Frontpage
  • Pages
  • Miscellaneous
    • Databases
    • Templates
    • Media

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Interests

Found 6 results

  1. I am working on creating a program that would allow for saving of system logs and data, basically just sensor values and button strokes recorded to a data table, and I need to ensure that data was not manipulated after it was written. I like the fact that files can be digitally signed via the store DTI to file function. From an end-user perspective, I dont like that I need to direct my customers to use the programming tool to verify a digital signature.Maybe I am simply not aware of it or is there a standalone tool that a cutomer can use to verify whether a file was altered after being digitally signed? Im basically looking for the Digital Signature Verifier as a standalone tool. I this proprietary to unitronics or is there some industry standard tool that can be used instead? Building on this, is there functionality to save a data table to say a signed PDF document or other format than what is listed in the Store DTI to File function? What about adding password protection or encryption to files? I currently dont have a good way of protecting accessibility of data once it is off of the PLC, adding password protection is not the best solution but it will add another layer of security. Ideally, if the files were read-only, this would solve a lot of the issues. Is there maybe a way to do this?
  2. I have a bunch of USMP files (trend data). Not all have ended up as zipped CSV files. What format are the USMP files? Looks like XML in the header, but I can't crack the encoding used for the actual data. Is there a file converter available for USMP files?
  3. Hello, I'm working on a program that save multiple values in a data table and at the same time in a CSV file every 200ms. Every thing is fine when I look at my data table in Unilogic, every value is saved there every 200ms but for some reason, on the CSV file, the data from row 0 to the current row is appended again every 8 seconds or so. I can add my program if anyone can look at it. Thank you
  4. Hello I am fairly new in UniStream and still can't find my footing. What I want to do is to store file first into CSV on SD, then to UDTF and later to read the UDTF file on a Data Table. But, when i try to convert the CSV into UDTF I keep getting "-4" as status. I tried this function on the example for Data Table, with me first making a csv file with "Store DTI to File", next trying to convert the made file into UDTF, but the end status is "-4". I have read the CSV file on the computer, and it has what the original UDTF table has, so that should not be the problem. Is there something I am doing wrongly? It would be great if someone could advise me on this. Also, after rereading many times the help file, I have this question: why can't one write '0' for "Parameter E"? I agree, that if one converts the csv from a created file with "Store DTI to File", one should for sure delete the first column, so that the table could read the new UDTF. But what about if one makes a CSV file like the one in the "Log to File" example in the "UserLogs" folder? I have attached the added rungs on the "Indexed Data Table" example I made. I am using USP-156-B10. On the example HMI, I have added 2 buttons: 1st for Storing as CSV, 2nd for converting CSV into UDTF.
  5. What the main goal is: To download a CSV file from an external source and then transfer that data into an array which will be used throughout the program. I assumed my first step was to convert a CSV file to a udtf file and then use the function "Copy column to array". However, when I try and use the CSV to UDTF my status bar always shows "-1", I have a micro SD card in the slot and a USB in another slot with the required CSV file. I also tried just putting the file onto the micro sd card but that also didn't seem to work... Am I using the function properly? Any advice would be helpful as this is my first time using Unitronics Thank you
  6. Why does the "Store to DTI File" function create multiple files when I set "F" Parameter to #1 (Create CSV file). I expected just a CSV file, but it created a "*.UDTF", "*.CSV", and a "*.CSV.ZIP" on the SD card too? I would prefer the program only to save the DT to "*.CSV file". DTI Infolog Sub.pdf
×
×
  • Create New...