Difference between revisions of "Component: Auto Version Identifier (Storage)"
From Flowcode Help
Jump to navigationJump to searchLine 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
''No detailed description exists yet for this component'' | ''No detailed description exists yet for this component'' | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 16:17, 7 January 2022
Author | 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 |