Difference between revisions of "Component: Auto Version Identifier (Storage)"
From Flowcode Help
Jump to navigationJump to searchLine 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 28: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 113: | Line 117: | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 17:19, 9 November 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 |
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 |