Facility Control

 View Only
  • 1.  Advanced Dashboard Functions

    Posted 05-02-2017 16:57
    Hey everyone, was wondering if anyone had some insight to my problem.

    I'm trying to for loop through a series of tabs on my dashboard. Is there a way to for loop through an ABS object? I.e., something like abs.children? Or even a way to select i its children.

    The dashboard documentation only mentions params functions. Was wondering if there were any for ABSs.

    Planning on making arrays via grouped params that exist in ABS objects. I can manually do it another way, but if there's an easier way, I'd like to know!


  • 2.  RE: Advanced Dashboard Functions

    Posted 05-09-2017 21:37
    There is not currently any way to get a list of child objects inside of a container - you would have to track that manually.

    What are you trying to do with these arrays?
    #DashBoard


  • 3.  RE: Advanced Dashboard Functions

    Posted 05-16-2017 22:49
    There is not currently any way to get a list of child objects inside of a container - you would have to track that manually.

    What are you trying to do with these arrays?



    I have multiple nested tabs set up with param dropdown lists in each container. I bit the bullet and ended up manually tracking each param, was just wondering if there was an easier way to do it, since I'm managing 200+ parameters. Would save me a ton of time if I could just forloop through tab1, these params, and select the relevant one.
    #DashBoard