FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro-Support
Wissen
Community
Über Uns
Referenzen
Jobs
Allgemeiner Kontakt
Händlerverzeichnis
FlexPro-Support
DE
EN
FR
Placeholder
Produkte und Lösungen
Support und Downloads
Unternehmen
Magazin
Kontakt
Sprache
MyWeisang

Account Einstellungen

Topic

activated folder and relative data path

Startseite ' Community ' Allgemein ' activated folder and relative data path

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #34028
    Jean Dalmayrac
    Teilnehmer

    Hello,
    Here is my structure :
    [code][b]
    MyDataBase
    |— MyDiagram2D
    |— First Folder
    | |— subFolder1
    | |—subsubFolder1
    | |—subsubFolder2
    |— Second Folder
    | |— subFolder2
    | |—subsubFolder1
    | |—subsubFolder2
    [/b][/code]
    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 [code]
    for curve 1 : [b]./subFolder1/subsubFolder1/MyXData[/b]
    for curve 2 : [b]./subFolder1/subsubFolder2/MyXData[/b][/code] in the x-data set of my curves, it doesn’t work.
    Could you please expalin me how is it possible.
    Thanks.

    #34030
    Jean Dalmayrac
    Teilnehmer

    Hello,
    Here is my structure :
    [code][b]
    MyDataBase
    |— MyDiagram2D
    |— First Folder
    | |— subFolder1
    | |—subsubFolder1
    | |—subsubFolder2
    |— Second Folder
    | |— subFolder2
    | |—subsubFolder1
    | |—subsubFolder2
    [/b][/code]
    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 [code]
    for curve 1 : [b]./subFolder1/subsubFolder1/MyXData[/b]
    for curve 2 : [b]./subFolder1/subsubFolder2/MyXData[/b][/code] in the x-data set of my curves, it doesn’t work.
    Could you please expalin me how is it possible.
    Thanks.

    #34029
    Bernhard Kantz
    Teilnehmer

    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
    [code]
    ‘subFolder1MyXData’
    [/code]

    support@weisang.com

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.