Jump to content

Bobillier

Members
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Bobillier

  1. Hi all

    I want to find the best way to sort (search) array element of cluster by one of the element of this cluster. and obtain a array of index .

    Actualy the search element of openg do that for a cluster elemnt but not for element of cluster.

    I want a generic solution and thinking pass by variant, but i have look around and a bit lost my latin ;-).

    Please show me draw and don't send me directely VI because y work on 7.0 and can't open higher.

    thanks

  2. QUOTE(PJM_labview @ May 14 2007, 04:59 PM)

    Many thanks PJM and J.P Drolet it's exactely wath i looking for.

    Regards

  3. QUOTE(lraynal @ May 14 2007, 11:44 AM)

    Here is how you can change the color of the cell you double-click.

    Thanks But it's for table and not for array. And i whant select element in array of cluster element and this kind of element are not compatible with table, who take only

    string.

    Merci tout de même.

    Eric

  4. QUOTE(Vladimir Drzik @ Mar 29 2007, 05:26 PM)

    Hi guys

    I am using a reentrant VI which has several clones dynamically created through Open VI Reference. I would like to open the FPs of all those clones for debugging purposes (most of the time it is enough for me to have a look at what the FPs display). I know I can do the clone FP opening programmatically, but can I do it from the IDE once my application is already running?

    Vladimir

    Hi vladimir

    I'm not sure that you can do that, because it's not sure than the clones have front panel too.

    Try with this small tools find on NI site

    Regards

  5. Hi

    The first point is which kind of communication you want to speak about.

    If It's RS232 , the Vi for Serial READ and Write accept only string Characters and in this kind it's more easy to used ASCII coding.

    But you can use too numerical values . For that you need to convert numerical value to characters.

    For this you can used "type cast" to make this convertion. (See image type cast convertion).

    But not the VI's of convertion in string pallette who convert in ascii.http://forums.lavag.org/index.php?act=attach&type=post&id=5195

    Special point:

    If you want to work with numerical values rather ASCII coding , you may make attention of special values (ASCII Control Characters 0 to 31 (d))

    and specially in reception. For exempl if you recevied the hexa string 48 45 4C 4C 4F 0A 30 31 32 in the serial buffer and try to see the number of received characters with the VI dedicate to that in serial menu, you show only 5 characters. Why ? Because you have 0A (line feed) in your string.

    In this case you must read the 5 first characters and read in a second time the 4 next and not all the string one time.

    Eric

  6. Thanks for this tool. I have a stupid question. What use case is this tool fulfilling?

    Hi

    I have creat this tools for three reasons.

    First : In 7.0 (i don't no for earlier version ) There isn't simple way to initialise variant. The only way i have find is use the copy/paste data. But when you have lots of controls

    that can be quickly tedious.

    Second : With the cluster array kind you can quickly creat static complex configuration (with "define value of control" method) and without .ini files.

    I try to add an exempl of this to my post during this week.

    third: You can show that as one scripting example

    Regards

  7. Hi all

    I have develop two small tools this week around Real Time Menu.

    The first RTM to Tree show the RTM item in a tree control with tag and short-cut.

    The second RTM to Enum creat an enum control (or constante) from RTM Data.

    It's usefull when you creat a case structure for each RTM tag.

    (run on 7.0)

    My question is about RTM to Enum .

    I want to creat the enum and copy it in clipboard like when you make Ctrl-C , always in a Vi like now.

    Like that after , i have just to do Ctrl-V in my destinatuion Vi .

    I have show in the menu editor APP_COPY and APP_PASTE but i dont know how call these dynamicaly (with out manual action).

    Any suggestion or comment about this tools ?

    Regards

    Eric BOBILLIER

    Download File:post-5178-1168897759.zip

  8. Hi all

    I have just find a free wonderful software for customize controls or add dynamique text to your front panel.

    It's "Scrolling Led Bitmap Generator" from http://www.ottoschellekens.nl/ScrollingLED...apGenerator.htm.

    I have play with it and find it very usefull. i send you an exemples of a controls customize with it.

    Regards

    Eric

    Download File:post-5178-1166191027.ctl

    Download File:post-5178-1166191076.ctl

×
×
  • Create New...

Important Information

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