LabVIEW configuration file/Time and Date: Difference between revisions
Appearance
New page: This is a list of LabVIEW ini File settings relating to Time and Date settings. == dateDayFirst == Example: <code>dateDayFirst=TRUE</code><br/> Description: Use the ''DD/MM/YY'' date form... |
mNo edit summary |
||
(14 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
This is a list of LabVIEW ini File settings relating to Time and Date settings. | This is a list of LabVIEW ini File settings relating to Time and Date settings. {{TOCright}} | ||
== dateDayFirst == | {{ labviewconfigurationkey | ||
| keyname = dateDayFirst | |||
| example =dateDayFirst=TRUE | |||
| datatype =b | |||
| description =Use the ''DD/MM/YY'' date format | |||
| permitted_values = | |||
| default =TRUE or FALSE | |||
| LV1 = 4 | |||
| LV2 = 5 | |||
| LV3 = 6 | |||
| LV4 = 7 | |||
| LV5 = 8 | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
== dateSeparator == | {{ labviewconfigurationkey | ||
| keyname = dateSeparator | |||
| example =dateSeparator=47 | |||
| datatype =i | |||
| description =The separator character for date strings | |||
| permitted_values =Decimal value of any page-one ASCII character | |||
| default =47 ("/") | |||
| LV1 = 4 | |||
| LV2 = 5 | |||
| LV3 = 6 | |||
| LV4 = 7 | |||
| LV5 = 8 | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values. | |||
}} | |||
== | {{ labviewconfigurationkey | ||
| keyname = hour24 | |||
| example =hour24=TRUE | |||
| datatype =b | |||
| description =Use the 24 hour format for time strings | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 4 | |||
| LV2 = 5 | |||
| LV3 = 6 | |||
| LV4 = 7 | |||
| LV5 = 8 | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
== | {{ labviewconfigurationkey | ||
| keyname = timeSeparator | |||
| example =timeSeparator=58 | |||
| datatype =i | |||
| description =The separator character for time strings | |||
| permitted_values =Decimal value of any page-one ASCII character | |||
| default =47 ("/") | |||
| LV1 = 4 | |||
| LV2 = 5 | |||
| LV3 = 6 | |||
| LV4 = 7 | |||
| LV5 = 8 | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =See [http://en.wikipedia.org/wiki/ASCII ASCII] chart for characters' decimal values. | |||
}} | |||
== | {{ labviewconfigurationkey | ||
| keyname = yearFirst | |||
| example =yearFirst=TRUE | |||
| datatype =b | |||
| description =Use the ''YY/MM/DD'' date format | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 4 | |||
| LV2 = 5 | |||
| LV3 = 6 | |||
| LV4 = 7 | |||
| LV5 = 8 | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
[[Category:Configuration_File|Time and data]] |
Latest revision as of 19:56, 9 February 2009
This is a list of LabVIEW ini File settings relating to Time and Date settings.
dateDayFirst
Example | dateDayFirst=TRUE
|
---|---|
Description | Use the DD/MM/YY date format |
Datatype | Boolean |
Permitted Values | |
Default Value | TRUE or FALSE |
LabVIEW Versions | |
OS's Supported | |
Notes | None |
dateSeparator
Example | dateSeparator=47
|
---|---|
Description | The separator character for date strings |
Datatype | Integer |
Permitted Values | Decimal value of any page-one ASCII character |
Default Value | 47 ("/") |
LabVIEW Versions | |
OS's Supported | |
Notes | See ASCII chart for characters' decimal values. |
hour24
Example | hour24=TRUE
|
---|---|
Description | Use the 24 hour format for time strings |
Datatype | Boolean |
Permitted Values | TRUE or FALSE |
Default Value | FALSE |
LabVIEW Versions | |
OS's Supported | |
Notes | None |
timeSeparator
Example | timeSeparator=58
|
---|---|
Description | The separator character for time strings |
Datatype | Integer |
Permitted Values | Decimal value of any page-one ASCII character |
Default Value | 47 ("/") |
LabVIEW Versions | |
OS's Supported | |
Notes | See ASCII chart for characters' decimal values. |
yearFirst
Example | yearFirst=TRUE
|
---|---|
Description | Use the YY/MM/DD date format |
Datatype | Boolean |
Permitted Values | TRUE or FALSE |
Default Value | FALSE |
LabVIEW Versions | |
OS's Supported | |
Notes | None |