Create Run group under an existing run group in storage vi

Hello,
I am using the LabVIEW storage vi's for creating tdm files.
Is there a way to create Run groups under existing run groups
Example
Run Group 1

Duplicate thread! Please refer to this existing thread.
- Philip Courtois, Thinkbot Solutions

Similar Messages

  • Create a new bookmark under an existing bookmark in the tree

    I have a script to search through a time sheet report for the pages without the string "Employee Signature" and to then create new bookmarks under the existing bookmarks in the tree.
    So far the script will execute the book marks for the pages in the time sheet report without the string "Employee Signature".
    At the last bookmark executed it will insert a new child bookmark before the following console error appears.
    this.bookmarkRoot.children[(m + 1)] is undefined
    19:Console:Exec
    TypeError: this.bookmarkRoot.children[(m + 1)] is undefined
    19:Console:Exec
    of 128
    If someone can please advise where the script is going wrong it will be very much appreciated.  The script is as follows:
    var ckWords; // word pair to test
    var bFound = false; // logical status of found words
    // loop through pages
    for (var m = 0; m < this.numPages; m++ ) {
       bFound = false; // set found flag to false
       numWords = this.getPageNumWords(m); // number of words on page
       // loop through the words on page
       for (var j = 0; j < numWords-1; j++) {
          // get word pair to test
          ckWords = this.getPageNthWord(m, j) + ' ' + this.getPageNthWord(m, j + 1); // test words
          // check to see if word pair is 'Employee Signature' string is present
          if ( ckWords == "Employee Signature") {
             bFound = true; // indicate found logical value
             break; // no need to further test for this page
          } // end Employee Signature
       } // end word loop
       // test to see if words not found
       if(bFound == false) {
            var nLastSub = this.bookmarkRoot.children[(m+1)].children.length-1;
            this.bookmarkRoot.children[m+1].children[nLastSub].execute();
    this.bookmarkRoot.children[m+1].children[nLastSub].createChild("Employee Signature Reqd", "this.pageNum = " + (m+1));
        } // end not found on page  
    } // end page loop
    Thank you

    I need to place a new bookmark underneath the existing bookmarks for the pages that do not contain the words "employee signature".
    I am not sure how to refer to the existing bookmark on those pages.
    Tried to revise the script, and now all of the new bookmarks are created underneath all of the existing bookmarks for every page in a continuous loop.
    I need a new single bookmark underneath the exisiting bookmarks on the pages that do not contain the words "employee signature".
    Can you please help?
    var ckWords; // word pair to test
    var bFound = false; // logical status of found words
    // loop through pages
    for (var m = 0; m < this.numPages; m++ ) {
       bFound = false; // set found flag to false
       numWords = this.getPageNumWords(m); // number of words on page
       // loop through the words on page
       for (var j = 0; j < numWords-1; j++) {
          // get word pair to test
          ckWords = this.getPageNthWord(m, j) + ' ' + this.getPageNthWord(m, j + 1); // test words
          // check to see if word pair is 'Employee Signature' string is present
          if ( ckWords == "Employee Signature") {
             bFound = true; // indicate found logical value
             break; // no need to further test for this page
          } // end Employee Signature
       } // end word loop
       // test to see if words not found
       if(bFound == false) {
    for (var i=0; i < this.bookmarkRoot.children.length; i++)
            var nLastSub = this.bookmarkRoot.children[i].children.length-1;
            this.bookmarkRoot.children[i].children[nLastSub].execute();
    this.bookmarkRoot.children[i].children[nLastSub].createChild("Next Page", "this.pageNum = " + (m+1));
        } // end not found on page  
    } // end page loop

  • Create Channel group under an existing Channel group in storage vi

    Hello
    Is there a way to Create a Channel  group under an existing Channel group
    Ex.
    Channel Group 1
              Channel 1
              Channel 2
              Channel Group2
                             Channel 1
                              Channel 2
     Channel Group 3
    Thanks
    Dan

    Hi Dan,
    I'm not sure that I understand what you are trying to accomplish. Do
    you want to have a Channel Group inside a Channel Group? That is not
    possible with the TDM model, since it's restricted to Channels inside
    Channel Groups.
    Does that answer your question? If not, please be more specific, thanks.
    - Philip Courtois, Thinkbot Solutions

  • Creating org unit under group???

    We are running SAP CRM 7.0. 
    I am fairly new to SAP and CRM in general.
    I was trying to create a BP (Business Partner).  I would of thought a group entailed a major division such as say "FORD MOTOR COMPANY" and within that all the organzations for FORD such as all the sites imagine the following:
    FORD MOTOR COMPANY
       - FORD DETROIT
       - FORD LOS ANGELES
    Etc.
    However when I create a "Group" in transaction BP and save it I can see this as a group.  Now when I create an "Organization" how do I Relate this organization back to the major group?  I see a groupping drop down in transaction BP but that does not list the Group Ford that I just created.  How can I Relate this organization to the group?
    Finally my second question is can we create a group within another group say something to this effect:
    FORD MOTOR COMPANY (Group Level 1)
       - FORD AMERICA (Group Level 2)
            -Ford Detroit (org unit)
            -Ford California (org unit)
       -FORD GERMANY (Group Level 2)
            -Ford Bremen
       -FORD BRAZIL (Group Level 2)
            -Ford Rio De Janerio
    How can I establish this structure if I cannot relate these?  Please I am new to CRM so if you can provide detailed information...
    Thanks so much!

    Hi SD,
    Functional units are reprseneted in OM.Please check allowed relationship per object type.tcode OOIT..Org units and Position relationship can be assimilated using this.
    please check T778T,T777E(Table  T777E contains all the relationships permitted between organizational objects)
    Table  T7791 contains information about which SAP organizational object types should be linked with positions, which with jobs and which with organizational units.
    objects and relationships are building blocks of OM(1000 and 1001)
    please refer to the below link for more details
    https://cw.sdn.sap.com/cw/docs/DOC-39190
    Hope this helps.
    No Worries
    KG

  • How to create a Group from an existing email -

    I just want to create a Group from an existing email received.  Don't want to add people individually to Address Book, then drag them to the Group.  Would prefer to copy/paste the addresses into the Group.  I'm part of a team at work wth 25 people!  Do I really have to add their addresses individually?  Seems ridiculous.  Don't even need their names - just the emails, so when I type in "United," for example, I get all the folks in that Group which is named "United."
    Thanks.

    There was a "magical" set of Applescripts that would have done that, but it no longer works.
    There is no way in the OS to do that besides making the Applescript yourself using the current Script Editor.
    Another way to do what you want is to select all of the addresses (select one, then cmd-A). Then, drag the selection to somewhere in the Finder. That will create a text clipping. You can then drag that text clipping into the address field in Mail.
    The text clipping will be named with the first few email addresses. You can rename it in the Finder.
    Each one can be your own "distribution" list.

  • How to create users group under jazn realm

    Dear Experts,
    I am in need to create two groups of users under jazn.com realm. From my knowledge I have checked Enterprise Manager console. There is no option to create users group. What I have to do to create new users group. Please
    suggest that.
    Also suggest me, what is the maximum amount of users can we define under jazn.com realm.
    Thanks,
    Rajesh

    Rajesh
    check <Soasuite_home>\j2ee\oc4j_soa\config\system-jazn-data.xml. Add the role(your role name is your group name) and add the users to that group.
    You can do this from em, but if you want to add the properties like phone number, mail details, then you will need to change in the file.
    Nirav

  • JS CS3 Fastest way to create a group

    I have a selection of about 1050 elements and to create a group I'm using:
    var myNewGroup = new Array;
    for (i=app.selection.length-1; i>=0; i--) {
        myNewGroup.push (app.selection[i]);
      var myGroup = app.activeDocument.groups.add(myNewGroup);
    This works but it's very slow. I have tried the following:
    var myNewGroup = app.selection;
    var myGroup = app.activeDocument.groups.add(myNewGroup);
    The app.selection approach gives me an Invalid parameter error. What I don't understand is that the working code creates an array and adds each element to the array then a group is created from that array.
    With the second approach app.selection is an array so why does this group?

    Thanks again Kris,
    The document I'm trying this on is supplied not created by me so I should of run a test on a doc a created first, so I did. I made a new A4 doc and place a number of text elements on the page then selected them and ran the script again. Sure enough the selection became a group.
    So I went back to the supplied doc and selected a couple of the frame and check under the Object menu , Content and to my surprise the options Graphic, Text, and Unassigned were all grayed out (could not select any).
    Yet when I ran:
    $.write(app.selection[1].constructor.name+"\n");
    the console returns TextFrame and for
    $.write(app.selection[1].contentType+"\n");
    the console returns 1952412773 (TEXT_TYPE).
    So there seems to be an issue with the file not the script. Thanks for you help Kris much appreciated.

  • Cannot create new group in SCOM

    Hello,
    When trying to create a new group I am getting the following error:
    Microsoft.EnterpriseManagement.Common.UnknownServiceException: The service threw an unknown exception. See inner exception for details. ---> System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
    System.Data.SqlClient.SqlException: Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option.
    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
    at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
    at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
    at System.Data.SqlClient.SqlDataReader.get_MetaData()
    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
    at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
    at Sys...).
    --- End of inner exception stack trace ---
    at Microsoft.EnterpriseManagement.DataAbstractionLayer.SdkDataAbstractionLayer.HandleIndigoExceptions(Exception ex)
    at Microsoft.EnterpriseManagement.DataAbstractionLayer.TypeSpaceOperations.PerformGroupMembershipDiscoverySnapshot(String managementPackXml)
    at Microsoft.EnterpriseManagement.ManagementGroup.RefreshMonitoringGroupMembers(ManagementPack managementPack)
    at Microsoft.EnterpriseManagement.Internal.UI.Authoring.Extensibility.MomTemplatePagesManager.PopulateNewGenericGroupMembers(Object sender, ConsoleJobEventArgs e)
    at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
    System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
    System.Data.SqlClient.SqlException: Execution of user code in the .NET Framework is disabled. Enable "clr enabled" configuration option.
    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
    at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
    at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
    at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
    at System.Data.SqlClient.SqlDataReader.get_MetaData()
    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
    at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
    at Sys...).
    What does it mean? What should I do to correct the issue?
    I tried to create several groups under the SCOM Console "Authoring" pane... and same error...
    Both servers Database and SCOM Application have been rebooted...
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 /
    Forefront Client Security / Forefront Identity Manager

    Hello
    Thanks a lot this is the issue..
    configuration_id name
    value minimum
    maximum value_in_use
    description is_dynamic
    is_advanced
    1562 clr enabled
    0 0
    1 0 CLR user code execution enabled in the server
    1 0
    but what could have changed this it was working yesterday... does the install of the NetScaler MP could change this? and why?
    Is it an error ?
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

  • How to easily create contact groups from MacMail

    Here's my dilemma:  I want to create a group contact that consists of 27 individuals.  The email addresses of these contacts are contained in one email that someone sent me.  In order for me to put each contact into a group, I have to go through an exasperating number of steps which are
    1)  click on the email address, which brings me a drop down menu
    2)  select "Create Contact"
    3)  Go to Address Book and type in the name of that contact, then click save
    4)  Go to the menu to select the "View by Group"
    5)  Pull the contact into that group
    In SnowLeopard, the Address Book allowed one to see in one window the groups, contacts, and new form, so that I didn't have to vascillate between the different views.  Is there anything like that in Lion?  If I have to do this for 27 new contacts, this is really going to wear out my patience!  Thanks in any advance for any suggestions.

    Use Mail Scripts' Add Addresses script. It seems to work under Lion, but very slowly. I had to let it run several minutes before it put up the dialog to select addresses and add to a Group.

  • How to create a group calendar?

    Hello,
    i am sorry but this is one more question on wiki-group-calendars.
    *In short:*
    I am not able to create a group calendar with the wiki frontend. the calendar that is created with a wiki is owned by the admin of the wiki. So it is always a personal calendar that cannot be shared in iCal.
    LONG:
    I want to create a group calendar that is viewed and edited through iCal.app and the web service. Apple´s "wiki deployment" guide says on page 57:
    +"The web calendar allows you to easily schedule events for yourself or your group. ...+
    +There are *two types of web calendars: personal and group*. You can send and receive event invitations through the personal calendar but not through the group calendar. Also, *while anyone in a group can create or edit events in a group calendar*, you can edit only events in your own personal calendar or event invitations you send to other people.+
    +The web calendar uses iCal Server to store events and invitations. ..."+
    But there is not mentioned how to create a group calendar. The calendar created with the wiki web-frontend belongs to the admin of that particular wiki. This is why the calendar data ist stored in folder named with the UUID of the wiki admin. Also the alias "http://server.fqdn:8008/principals/groups/mygroupname/" which i provided in iCal turns into ..._uids_UUID-of-the-wiki-admin and only the wiki-admin can access this calendar in iCal.app.
    My research on this topic reveals that there were in issue that should be resolved in 10.6.4 (that is running on our Server). So, again, how to create a group calendar?
    Thanks, Philipp.
    10.6.4 OSX Server
    10.6.x Clients

    farmer tan wrote:
    you need to go to the wiki page and add the wiki's there and then in the setting of the wiki is where you set permissions and services such as calendar, blog, and podcast you can also set all permissions for the wiki in the settings tab
    fyi none of my groups were available unless i logged into the wiki as the Directory Admin not Server Admin
    migrated from 10.5.7 to 10.6
    Message was edited by: farmer tan
    Could you be more specific farmer tan, please?
    You said "you need to go to the wiki page and add the wiki's there...." What is the "wiki page" you mention? Is that some place I go to via the browser or the Server Admin tool?
    I went to http://ical.mysite.com/ical/ and logged in as the Directory Administrator but didn't see anything resembling what you described.
    Thanks in advance for any help you can provide.

  • Error while creating product group

    hi,
    i am getting error while creating Product group.
    Required parameters missing when calling up module
    Message no. M3749
    Please suggest me.. how to cop this
    Regards,
    amit

    Dear Brahmankar,
    I am using product groups in SOP as well as in the normal plannning scenario.In the normal planning scenario I am giving my PIR's in MD61 for the entire group.Then I am running MRP in MD02 for my product group.System is generating all the requirements normally for the entire group .
    Please suggest me , this process is correct or it will create any problem in any module .
    Thanks & Regards
    Prabhakar

  • Is there a way to create a group alias that I can text/message?

    Similar to an e-mail alias that contains multiple e-mail addresses which makes it easy to send one message to multiple people, I'd like to be able to create a group alias from some set of contacts in my Address Book that I can send a message (either text or iMessage if supported by the recipient) to.  Does the iPhone 4 running iOS5 support this and if so, how do I go about using this feature? 
    Note, I'm not looking for a group chat function where people have run a particular app in order to join a group, I just want to be able to easily send a message to > 1 person and if they want to respond it's directly to me.

    You can group your contacts, but you will not be able to send group messages natively. You need a 3rd party application for this. I have developped a free one, Easy Group, to create group of contacts (family, football team), and then send group texts and group emails.
    http://itunes.apple.com/fr/app/easy-group/id461469079?mt=8
    Rémi
    Note: I may receive some form of compensation, financial or otherwise,from my recommendation or link.

  • How to create a group of devices in MARS

    Hi folks.
    I have quite a list of devices which MARS pulls syslog from and the client's security policy requires to run periodic queries against those devices (they are 871 routers). Is there any way to create a group of devices and add it to the "Reporting devices" instead of manually checking every router.
    Eugene

    Anyone could suggest something???
    I'll try to be more detailed. There's a custom rule which is created to run a query for a specific event type. The query is run against many devices and the list of devices added to MARS earlier is quite big. So when you configure the rule at "Reporting Devices" section there is a limited list of devices (see attachment). I wish I can have a custom device type which will include all devices in question.
    Plus, why there's no "Select All" button for the right pane. This would be quite logical once you have a list devices showing in your right hand pane. Instead of going through all of them and click each one clicking "Select All" would be nice.

  • Error while creating resource group using non-globalzones.

    Dear all,
    Hi techs please guide me how to create failover resource group in nongloablzones.
    I'm getting error while creating resource group using non-globalzones.
    My setup:
    I have two node cluster running sun cluster 3.2 configured and running properly.
    node1: sun5
    nide2: sun8
    I have create non-globalzone "zone1" in node:sun5
    I have create non-globalzone "zone2" in node:sun8
    node:sun5# clrg create -n sun5:zone1,sun8:zone2 zonerg
    *(C160082) WARNING: one or more zones in the node list have never been fully booted in the cluster mode,verify that correct zone name was entered.*
    kindly guide me how to create Apache resource group using non-glabalzones, i'm new to sun cluster 3.2. please guide me step by step information.
    Thanks in advance,
    veera
    Edited by: veeraa on Dec 19, 2008 1:54 AM

    Hi Veera,
    Actually you are getting a warning message where one of two things could have happened. Either you specified an incorrect zone name or one of the zones has not been fully booted. It's likely that you haven't booted the zones, so please follow this:
    zoneadm list -iv
    If zone1 or zone2 are not running then boot and configure them
    zoneadm -z <zone> boot
    zlogin -C <zone>
    After that you can continue to follow the step by step instructions at
    http://docs.sun.com/app/docs/doc/819-2975/chddadaa?a=view
    These may also help
    http://blogs.sun.com/Jacky/entry/a_simple_expample_about_how
    http://blogs.sun.com/SC/en_US/entry/sun_cluster_and_solaris_zones
    Regards
    Neil

  • When creating new group, no group folder is being created!

    Hi,
    I passed from standard server to advanced one. I have 2 shared points called "group" and "user" configured on a separate hard drive. When I create a user (create home folder), the home folder is created. When I create a group, no folder is created. So when a user login, his group folder appears with a question mark.
    Afp works fine so since the share point "user" works fine.
    Any ideas?

    Group folder creation is not automatic. You have to open a terminal session on the server, and run the command:
    sudo CreateGroupFolder
    If that doesn't create the folder, check to make sure it's properly set in Workgroup Manager (including having an owner defined), fix any problems, and try it again.

Maybe you are looking for

  • Problem in reading archiving documents

    Dear All, To see the archived documents, I am clicking on "Data Source" tab in the customer/ vendor/ GL line items execution screen (FBL#N, FBL1N, etc). And thereafter I am selecting Archive tab and pressing enter. But I am getting a message "Report

  • Part downloaded game frozen, how can I delete

    Partly downloaded game on Safari frozen.  Can't delete cant quit, frozen.   How do I fix this please helpplease help

  • HELP! Our IT guy left & I have a small change to make in photoshop and am clueless!

    I simply have to change a number on an image that is in photoshop then post it to our web page. Have the image but no clue what to do!! I am not an IT person at all - just need a little assistance as this is time sensitive!

  • Can't  Launch Oracle 9IFS Domain Controller

    I had installed Oracle IAS 9.02 and Oracle IFS 9.02. And i had followed the instruction to startup IFS from the setup and administration documentarion. But still i cannot get it startup. I try to launch it from the IAS web admin menu but it can't lau

  • 3rd party USB mouse won't work with G4 iBook 10.3.9

    3rd party USB mouse (see specs below)won't work with G4 iBook 10.3.9. http://www.inland-products.com/singleproduct.asp?search=usb&partnum=07340-SpecR I notice the specs say this mouse works with windows(no mention of Mac) yet the guy where I bought i