Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/08/2010 in all areas

  1. Name: Advanced Database Query Submitter: Bruno Costa Submitted: 01 Jun 2010 File Updated: 03 Jan 2011 Category: *Uncertified* LabVIEW Version: 8.6 License Type: BSD (Most common) Description: This component automatizes the work of: format sql statement, execute sql query and build a cluster with data output. This function accept a sql statement with parameters like format into string and you can resize this function to the number of input parameters. The output data can be a cluster or an array of cluster defined double clicking on function. How to use: Wire db connection input. Wire sql statement with parameters like format into string function. Resizes the function with the number of parameters into sql statement, If the sql statement produces data output, double click on function to Edit columns of data outuput. Requirements: Database conectivity toolkit Scripting tools This function isn't 100% complete. It's need to complete some abilities and code improvements. If anyone want help me, be welcome. My email is bitcosta@ig.com.br Click here to download this file
    1 point
  2. Hi Have you considered using classes? Often when I want tasks running in parallel, I think about using 2 loops in my main VI, producers/consumer, but then I realize that I probably will need more parallel loops in the future. So I go with a spawning VI for every parallel task I want to use. So if you like to know how to get started you can watch these videos and download this code: http://goop.endevo.n.../DesignPatterns http://goop.endevo.n...videos/Debugger http://goop.endevo.n...er/Debugger.zip If you want to use the GDS tool you can download it here. //Mikael
    1 point
×
×
  • Create New...

Important Information

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