FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder
Products and Solutions
Support and Downloads
Company
Magazine
Contact Us
Language
MyWeisang

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.