Component: Auto Version Identifier (Storage)
From Flowcode Help
(Redirected from Component: ID 1911d96c 78dd 414a b23c 6691fb19f63f)
Jump to navigationJump to searchAuthor | Matrix Ltd |
Version | 1.2 |
Category | Storage |
Contents
Auto Version Identifier component
Basic component designed to provide the program with the date and time of the build. Embedded assigns the time and date of compilation. Simulation assigns the time and date of the start of simulation.
Component Pack
STORAGE
Detailed description
No detailed description exists yet for this component
Examples
A simple example program that will show the build number and the time and date of compilation on an LCD for four seconds before going into your program to help keep track of the firmware version in your projects.
Auto Version Example
Downloadable macro reference
![]() |
GetTime |
Returns the build time as a string | |
![]() |
Return |
![]() |
GetDate |
Returns the build date as a string | |
![]() |
Return |
![]() |
GetBuildNumber |
Returns the current auto incremented built number property. | |
![]() |
Return |
Property reference
![]() |
Properties |
![]() |
Build Number |
Current build number, automatically incremented before each compilation takes place. | |
![]() |
Date Divider |
![]() |
Time Divider |
![]() |
Date Format |
![]() |
Last Build Date |
![]() |
Last Build Time |