Sorry for this question, but I realy don't know how!
I made a Null Device with prop. User Definable Time Property 1 and a property edit control on my SoftR to change the value of this definable time.
Now I want to make a task that executes when this prop1 time is equal the system time. How do I do this?!
Every way I tried it did not work.
So please help this stupid newbie.
Alarm on certain time
Alarm on certain time
Pentium 4 2,4, Thermalright XP-90/Papst 3412/2L
MSI RX9550SE-TD128, Wint-TV pvr 350
FSC D1683A, 512 MB DDR
Samsung SV0802N, NEC ND3520A
NB-Fortron UltraSilent 300 Watt
ATCS-620, Papst 4412/F2GLL
IPaq rx3715 (Netremote)
Win XP SP2, TVC 1.4
MSI RX9550SE-TD128, Wint-TV pvr 350
FSC D1683A, 512 MB DDR
Samsung SV0802N, NEC ND3520A
NB-Fortron UltraSilent 300 Watt
ATCS-620, Papst 4412/F2GLL
IPaq rx3715 (Netremote)
Win XP SP2, TVC 1.4
The conditional line in your Task should be something like:
You may need to use "%%System Time.Time Without Seconds%%". Check the help on how to use it.
And if you don't have the seconds in your times, just remove the "Without Seconds" parts.
Code: Select all
If ('System Time.Time Without Seconds' is Equal 'NullDevice.Time Property') Then
You may need to use "%%System Time.Time Without Seconds%%". Check the help on how to use it.
And if you don't have the seconds in your times, just remove the "Without Seconds" parts.
Thanks,
Scott J
aka spike5884
Scott J
aka spike5884
-
- HouseBot Special Member
- Posts: 409
- Joined: Tue Jul 13, 2004 9:13 am
- Location: Tigard, OR
I have a task that does this and here is the code I use:
-- Dave
Code: Select all
If ('System Time.Time' is Equal '%%Bedroom Clock Radio.Alarm Time%%' Then
Change 'Bedroom Clock Radio.State' to 'Running'
-- Dave