
nanomole40
USA
Asked
— Edited
Anyone managed to hook one up to the EZB yet ?............just curious.
Anyone managed to hook one up to the EZB yet ?............just curious.
@Boris, for the second part of your script here is the part of the solution. I don't have time to build your entire script for you.
That will give you an idea of what you need to do to cover all of your time/date bases. I will recommend again you take this topic and start a new post so you get more input because likely no one else is going to follow the "Omron" thread if they don't have a camera and this is not related to the camera.
There are also other thread topics from other members who have solved the thread date/time script issues which you could search for in old community posts to see other solutions.
Hi Justin!
Thanx a lot for oyu help!
First i never (i also told this month before) want to have a complete ready solution!
I only want help! And you helped me again!
That why really big thanks to you! Cool Guy!
I found out with your script ideas what was wrong in my thinking!
I was working with the FmtTimeSpan in wrong way, but i found out in your script that i must separate each "part" - so days - hours - minutes
then i can bring everything to minutes (like breack statement from school)
days * 24 (hours) * 60 (Minutes) hours * 60 (Minutes) minutes (haha - no calculation ;-)
Then everything add and then we can compare the minutes with my "IF and ELSE" Statements
Here is the ready code for calculate the difference between to dates and the result is in minutes:
Update: First you must define a variable:
$date2 = $date
To calulate a difference, i change my computer time, then set the $date2, change again the computer time to the actual time and then the script can give you a result.
For Translation i use german words:
tag=day stunde=hour zeit=time
And you see Justin, i don´t need a new Post, you fix this problem wih two answers! Come on, this is great!
Boris
I will write now the hole script for the omron cam and then i will post the hole script
Boris