manual:chapter6:system

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

manual:chapter6:system [2019/05/23 07:12]
manual:chapter6:system [2021/08/13 13:12] (current)
Line 1: Line 1:
 +<button collapse="system-commands" block="true" >**Time, Alarms and System Commands**  <badge>28</badge> <badge>1 NEW</badge></button>
 +<collapse id="system-commands" collapsed="true">
 +
 +^ Command  ^ Short Description ^  ^
 +| **[[manual:chapter6:system:cmd_setdate|→DATE]]** | Set current system date in MM.DDYYYY |  |
 +| **[[manual:chapter6:system:cmd_dateadd|DATE+]]** | Add days to a date in MM.DDYYYY |  |
 +| **[[manual:chapter6:system:cmd_settime|→TIME]]** | Set current time as HH.MMSS |  |
 +| **[[manual:chapter6:system:cmd_tohms|→HMS]]** | Convert decimal time to HH.MMSS |  |
 +| **[[manual:chapter6:system:cmd_fromhms|HMS→]]** | Convert time in HH.MMSS to decimal |  |
 +| **[[manual:chapter6:system:cmd_hmsadd|HMS+]]** | Add time in HH.MMSS format |  |
 +| **[[manual:chapter6:system:cmd_hmssub|HMS-]]** | Subtract time in HH.MMSS format |  |
 +| **[[manual:chapter6:system:cmd_ticks|TICKS]]** | Return system clock in microseconds | <badge>CHANGED</badge> |
 +| **[[manual:chapter6:system:cmd_teval|TEVAL]]** | Perform EVAL and measure elapsed time | <badge>CHANGED</badge> |
 +| **[[manual:chapter6:system:cmd_date|DATE]]** | Current system date as MM.DDYYYY |  |
 +| **[[manual:chapter6:system:cmd_ddays|DDAYS]]** | Number of days between dates in MM.DDYYYY |  |
 +| **[[manual:chapter6:system:cmd_time|TIME]]** | Current time in HH.MMSS |  |
 +| **[[manual:chapter6:system:cmd_tstr|TSTR]]** |  |  |
 +| **[[manual:chapter6:system:cmd_ack|ACK]]** | Acknowledge oldest alarm (dismiss) |  |
 +| **[[manual:chapter6:system:cmd_ackall|ACKALL]]** | Acknowledge (dismiss) all alarms |  |
 +| **[[manual:chapter6:system:cmd_rclalarm|RCLALARM]]** | Recall specified alarm |  |
 +| **[[manual:chapter6:system:cmd_stoalarm|STOALARM]]** | Create a new alarm |  |
 +| **[[manual:chapter6:system:cmd_delalarm|DELALARM]]** | Delete an existing alarm |  |
 +| **[[manual:chapter6:system:cmd_findalarm|FINDALARM]]** | Get first alarm due after the given time |  |
 +| **[[manual:chapter6:system:cmd_version|VERSION]]** | Get newRPL version string |  |
 +| **[[manual:chapter6:system:cmd_mem|MEM]]** | Get available memory in bytes |  |
 +| **[[manual:chapter6:system:cmd_bytes|BYTES]]** | Size of an object in bytes and CRC32 | <badge>CHANGED</badge> |
 +| **[[manual:chapter6:system:cmd_peek|PEEK]]** | Low-level read memory address | <badge>CHANGED</badge> |
 +| **[[manual:chapter6:system:cmd_poke|POKE]]** | Low level write to memory address | <badge>CHANGED</badge> |
 +| **[[manual:chapter6:system:cmd_newob|NEWOB]]** | Make a new copy of the given object |  |
 +| **[[manual:chapter6:system:cmd_garbage|GARBAGE]]** | Force a garbage collection | <badge>NEW</badge> |
 +| **[[manual:chapter6:system:cmd_usbfwupdate|FWUPD]]** |  |  |
 +| **[[manual:chapter6:system:cmd_off|OFF]]** | Turn calculator off programmatically |  |
 +</collapse>
  
  • manual/chapter6/system.txt
  • Last modified: 2021/08/13 13:12
  • (external edit)