Jump to content

pckost

Members
  • Posts

    5
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2017
  • Since
    1993

pckost's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Karissa, I looked at the sample code for your "GetClipBoardData.vi" and I see the invoke node "Clipboard.get.image" that you are using to get the image from the clip board. I am using LabView 2011, and I have found that this invoke node is not supported in the LV runtime library. When my app is compiled it quits working. Is there a way to use user32.dll to do this? Thanks Paul Kostenick Boeing
  2. Greetings! Do any of you know if its possible to programatically change the ActiveX class for an Automation Refnum? I am using a COM dll to communicate to a controller. When I distribute my app, I find the link broken. Is there a way of using something like a config file to control where the Automation Refnum points? Thanks!
  3. Download File:post-1436-1110299820.vi Using your equation I came up with the following attachment. I hope I interpreted your equation properly. Download File:post-2-1158215943.txt
  4. In the LabVIEW example finder "communicating with external applications/activex/excel/write table to xl.vi" there is a sub vi called "Row Col to Range Format.vi that takes care of this. I hope this helps! :thumbup:
  5. I have controlled the names of booleans in clusters by creating a property node for the cluster and using the "Controls[]" property. This will create an array of "refnums". Then place an "generic" property node in a 4-loop and let the loop self index the refnums. Once you connect the "refnums" wire to the "generic" property node you will have access to the "Strings[] of the individulal cluster elements. I hope this helps!
×
×
  • Create New...

Important Information

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