Jump to content

pckost

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by pckost

  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. Hi everybody,

    I found a Vi that converts indexes to Excel range on http://forums.ni.com/ni/board/message?board.id=170&message.id=84295&requireLogin=False but I can't find the reciprocal, i.e how to convert row and column indexes of an array (numerical) to Excel row and column format (A1, etc.)

    It should already exists so if someone knows the appropriate VI...

    Maybe just a VI that provides the column (or row) names from the column (or row) number is enought.

    Thank you in advance.

    bim

    4161[/snapback]

    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:

  4. Is there any way to change a Cluster Elements name/description with values from an *.ini File?

    I want to create the file robust against changing of INI-File indexing.

    I get my Data Values from an Array with is feeded with *.ini Variable Values.

    My Variable Names are located in an String array - I now want to create a Cluster that has the Variables in it which are Named by the String array.

    2551[/snapback]

    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.