compare time variable with system time
[i've started this Post in General Support]
Hi all,
my VBA skills are not very nice.. so i would like for some help, if possible.
I'm trying to compare the actual system time with an interval time between two variables. I tryed it with 3 variables (2 for the interval and 1 to check if it is in the interval or not) and works fine. Now i'm trying to check with system time with "Format(now)" like an another user suggested me. The problem is that i cannot compare because of the variable types..
Public Sub LeftClickDown_teste(obElem As Element)
Dim mytime1 As Variable
Dim mytime2 As Variable
Dim mytime3 As Variable
Dim state As Variable
Dim teste As Time
Set mytime1 = thisProject.Variables.Item("time1")
Set mytime2 = thisProject.Variables.Item("time2")
Set mytime3 = thisProject.Variables.Item("time3")
Set state = thisProject.Variables.Item("timestate")
'actual time
teste = (Format(Now, "hh:mm"))
' this was a test with 3 internal variables
'If mytime3.Value < mytime2.Value And mytime3.Value > mytime1.Value Then
If teste < mytime2.Value And teste > mytime1.Value Then
state.Value = "1"
MsgBox ("TRUE") ' for debugging
Else
'MsgBox ("FALSE")
state.Value = "0"
End If
'Debug.Print state.StatusString
'state.Value = "1"
End Sub
This is a migrated post! Originally posted on 21.08.2008 by user flajoso. Please be aware that information can be outdated.
Disclaimer
This document governs the use of our Community Forum. By registering and using the platform, you accept these conditions.
The COPA-DATA Community Forum serves to encourage the exchange of information and experience about the zenon software between forum users respectively zenon users.
Please mind that any published information on the Community Forum is the subjective opinion and view based on the experience and the level of knowledge of the author. COPA-DATA does not overtake any responsibility for the content and the accuracy of the shared information.
Users of the Community Forum are encouraged to share only well-founded experiences and to point out any risks associated with the implementation of proposed solutions to problems. COPA-DATA at its absolute discretion, reserves the right to moderate the forum. In this connection COPA-DATA may remove any information containing false facts, potentially dangerous solutions, bad language or content that may insult, degrade or discriminate others. COPA-DATA may block a non-complying user from forum access if the user violated this provision.
COPA-DATA reserves the right to change this document from time to time at own discretion.
Ing. Punzenberger COPA-DATA GmbH
Karolingerstraße 7b · 5020 Salzburg · Austria
www.copadata.com