Page 1 of 1

Does the MIAC have a clock?

Posted: Sun Jul 12, 2015 5:32 pm
by go233
I wanted to know how to record an event that occurs at a certain date and time.

For example the Input 2 changed its state on 23rd of March 2015 at 13:00:03 from 0 to 1.

Does MIAC have a clock?

Thanks

Giovanni
:shock:

Re: Does the MIAC have a clock?

Posted: Sun Jul 12, 2015 5:53 pm
by kersing
The is no real time clock in MIAC, the advanced expansion module (MI3846) contains a real time clock. Keep in mind Flowcode 6 does not support the expansion modules for MIAC.
You could create your own clock using a timer and interrupts, however this would require manually setting the time after reset/power up.