Skip navigation

Account settings

Topic

Zeitsignale verbinden

Home page Community General Connecting time signals

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34368
    Stefan Wyler
    Participant

    Das GPS bringt verschiedene Signalreihen wie Jahr, Monat, Tag, Std, Min, Sec, nSec. Wie können die Signalreihen zu einem Signal verbunden werden?

    #34370
    Stefan Wyler
    Participant

    Das GPS bringt verschiedene Signalreihen wie Jahr, Monat, Tag, Std, Min, Sec, nSec. Wie können die Signalreihen zu einem Signal verbunden werden?

    #34369
    Bernhard Kantz
    Participant

    If you want to create calendar time values from these signals, you could use the Date-function in a FPScript formula:

    Dim i, res
    For Each Row i In Jahr Do
    res := Date(Monat[i], Tag[i], Jahr[i])
    End
    res

    support@weisang.com

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