Jump to content

Search the Community

Showing results for tags 'string to 1d string array'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Software & Hardware Discussions
    • LabVIEW Community Edition
    • LabVIEW General
    • LabVIEW (By Category)
    • Hardware
  • Resources
    • LabVIEW Getting Started
    • GCentral
    • Code Repository (Certified)
    • LAVA Code on LabVIEW Tools Network
    • Code In-Development
    • OpenG
  • Community
    • LAVA Lounge
    • LabVIEW Feedback for NI
    • LabVIEW Ecosystem
  • LAVA Site Related
    • Site Feedback & Support
    • Wiki Help

Categories

  • *Uncertified*
  • LabVIEW Tools Network Certified
  • LabVIEW API
    • VI Scripting
    • JKI Right-Click Framework Plugins
    • Quick Drop Plugins
    • XNodes
  • General
  • User Interface
    • X-Controls
  • LabVIEW IDE
    • Custom Probes
  • LabVIEW OOP
  • Database & File IO
  • Machine Vision & Imaging
  • Remote Control, Monitoring and the Internet
  • Hardware

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Company Website


Twitter Name


LinkedIn Profile


Facebook Page


Location


Interests

Found 1 result

  1. Hi, I have a project to bring out data from a log file. To make it more manageable deeper in the desig I will convert the String to a 1D string array. To make the function faster and to avoid memory copy I use reference and controller/indicator is made "hade" on front panel to speed up. But even this the function is painfully slow. My test file i only 600kB. The final Array size is 23455 index. And this is taking about 4 minutes!!! A sharp file can bee 20-30MB and consist of 500 000 of row or more. That can I do to speed up? I have used allocate memory, and calculate no of row neaded and make rooms for 120byte in each index. Only doing this to make ONE allocate and not one allocate on every index I nead to create. The time is spending on copy into array. The read file, allocate xxxx no of row is quick. The system is a regular PC, of newer section. Attach code and an ex logg file. Labview 2011. Hope I can get ideas on this. Best regards. Support_string_to_array.zip
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.