TransEra 641-RTC: Difference between revisions

Added some basic informations about the 641 RTC
(Created page)
 
(Added some basic informations about the 641 RTC)
Line 1: Line 1:
The TransEra '''641 Real Time Clock ROM Pack''' (641-RTC) is a ROM pack for the [[4051]] microcomputer.  
The TransEra '''641 Real Time Clock ROM Pack''' (641-RTC) is a ROM pack for the [[4051]] microcomputer.  


==Command set==
{| class="wikitable"
|-
! Command
! Description
|-
! CALL "TIMESET", T
| Sets the actual time. T must be a floating point number containing the count of seconds + fraction since the 01-01 of the actual year.<br/>The resolution is 1/128 of a second
|-
! CALL "TIMSET",T$
| Sets the actual date & time. T$ must be a string in the format "MM-DD-YY HH:MM:SS".<br/>The time must be always given in 24h format.
|-
! CALL "TIME",T
| Returns the actual time. The result T is a floating point number and contains the count of seconds since the 01-01 of the actual year.<br/>The resolution is 1/128 of a second
|-
! CALL "TIME",T$
| Returns the actual date & time. T$ contains a string in the format "WEK MM DD YY HH:MM:SS (AM/PM)".<br/>The string is formatted Depending of previous calls of 24HOUR or 12HOUR.<br/>Examples:<br/>MON 07 MAR 21 4:15:20 PM<br/>MON 07 MAR 21 16:15:20
|-
! CALL "CLOCK",T$
| Same as "TIME",T$
|-
! CALL "PAUSE",T
| Pauses the Program for T seconds. The parameter T must be an integer value.<br/>The maximum delay is 65535 seconds (~18hours)
|-
! CALL "TIMER",T,L
| Starts an asynchronous timer with the delay T and jumps to line L when the timer is done.<br/>The maximum delay is 65535 seconds (~18hours).<br/>The timer is not retriggered automatically.
|-
! CALL "12HOUR"
| Sets the format of the returned time strings to 12 hour format
|-
! CALL "24HOUR"
| Sets the format of the returned time strings to 24 hour format
|}
==Couriosity==
The external power supply only "protects" and updates the count of seconds within the actual year. The year information is stored somewhere in the normal RAM of the 4051 and is lost after a power-cycle.
==Second Revision==
The manual of the [[TransEra 741-RTC]] explicitely talks about a 741 and 641 with identical command set. The command set differs from the command set of the unit shown on this page. So a second revision of the 641 should exist.
===Pictures===
<gallery>
TransEra_641RTC_01.jpg
TransEra_641RTC_02.jpg
TransEra_641RTC_03.jpg
TransEra_641RTC_04.jpg
TransEra_641RTC_05.jpg
</gallery>
===Schematic===
<gallery>
TransEra_641RTC_schematic.pdf
</gallery>
===Firmware (uploaded BIN files) ===
{| class="wikitable sortable"
! style="text-align: left" | Part number
! Location
|-
| [[Media:TransEra-641-RTC-1984.bin|TransEra-641-RTC-1984.bin]] ([[:TransEra-641-RTC-1984.bin#filehistory|?]]) ||
|}
[[Category:ROM packs]]
[[Category:ROM packs]]
928

edits