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

Concatenating Hundreds (!) of signals

Startseite ' Community ' Allgemein ' Concatenating Hundreds (!) of signals

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #33761
    John Huxtable
    Teilnehmer

    I have over 300 short duration events of one channel imported from Dewesoft. Each is stored in a separate folder called Data’i’.

    I have copied the first signal as a base and wish to concatenate the remaining on to it (not too worried about gaps in time, so intend to use ‘:’).

    I think the way to do this is using a “for” loop, something like:

    for i=2 to 300
    ‘Base:’dataisignal0’
    end

    How do I combine strings and numbers in order to execute this concatenation?

    #33763
    John Huxtable
    Teilnehmer

    I have over 300 short duration events of one channel imported from Dewesoft. Each is stored in a separate folder called Data’i’.

    I have copied the first signal as a base and wish to concatenate the remaining on to it (not too worried about gaps in time, so intend to use ‘:’).

    I think the way to do this is using a “for” loop, something like:

    for i=2 to 300
    ‘Base:’dataisignal0’
    end

    How do I combine strings and numbers in order to execute this concatenation?

    #33762
    Bernhard Kantz
    Teilnehmer

    Please use the indirection operator $$.

    Example:
    [code]
    For i = 2 To 200 Do
    $”Data” : String i : “\signal0″$
    End
    [/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.