Forum FlexPro – Discuss your topic!

activated folder and relative data path

Accueil > Community > General > activated folder and relative data path

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12639

    Hello,
    Here is my structure :

    
    MyDataBase
       |--- MyDiagram2D
       |--- First Folder
       |       |--- subFolder1
       |              |---subsubFolder1
       |              |---subsubFolder2
       |--- Second Folder
       |       |--- subFolder2
       |              |---subsubFolder1
       |              |---subsubFolder2
    

    I want MyDiagram2D to be feed with data comming from subsubFolder1 AND subsubFolder2 of one of the subFolders depending on witch one (of the subFolders) is activated.
    If i put

    
    for curve 1 : ./subFolder1/subsubFolder1/MyXData
    for curve 2 : ./subFolder1/subsubFolder2/MyXData

    in the x-data set of my curves, it doesn’t work.
    Could you please expalin me how is it possible.
    Thanks.

    #8302

    Hello,
    Here is my structure :

    
    MyDataBase
       |--- MyDiagram2D
       |--- First Folder
       |       |--- subFolder1
       |              |---subsubFolder1
       |              |---subsubFolder2
       |--- Second Folder
       |       |--- subFolder2
       |              |---subsubFolder1
       |              |---subsubFolder2
    

    I want MyDiagram2D to be feed with data comming from subsubFolder1 AND subsubFolder2 of one of the subFolders depending on witch one (of the subFolders) is activated.
    If i put

    
    for curve 1 : ./subFolder1/subsubFolder1/MyXData
    for curve 2 : ./subFolder1/subsubFolder2/MyXData

    in the x-data set of my curves, it doesn’t work.
    Could you please expalin me how is it possible.
    Thanks.

    #9036
    Bernhard KantzBernhard Kantz
    Participant

    Unfortunately, this is not possible in FlexPro7. Perhaps we will add this feature to a later release.
    Either you have to copy your signals into the parent folder (First Folder or Second Folder) or you have to create a FPScript formula for each signal with a link to this signal.
    Example: FPScript Formula ‘MyXDataSub1’ in the the First Folder

    
    'subFolder1MyXData'
    

    support@weisang.com

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.