Topic
Zeitsignale verbinden
- This topic has 2 replies and 2 voices and was last updated 12 years, 11 months ago ago by Stefan Wyler.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
19.06.2012 at 17:40 #34368Stefan WylerParticipant
Das GPS bringt verschiedene Signalreihen wie Jahr, Monat, Tag, Std, Min, Sec, nSec. Wie können die Signalreihen zu einem Signal verbunden werden?
19.06.2012 at 17:40 #34370Stefan WylerParticipantDas GPS bringt verschiedene Signalreihen wie Jahr, Monat, Tag, Std, Min, Sec, nSec. Wie können die Signalreihen zu einem Signal verbunden werden?
25.06.2012 at 12:37 #34369Bernhard KantzParticipantIf 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 -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.