Sandbox: Difference between revisions
Appearance
Sandbox moved to Labviewconfigurationkeysandbox |
m Add to Category:Sandbox |
||
| (19 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<syntaxhighlight lang="php"> | |||
<?php | |||
$v = "string"; // sample initialization | |||
?> | |||
html text t | |||
<? echo $v; // end of php code | |||
?> | |||
</syntaxhighlight> | |||
{{ labviewconfigurationkey | |||
| keyname = WebServer.Enabled | |||
| example =WebServer.Enabled=TRUE | |||
| datatype =b | |||
| description =Enable Web Server | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = WebServer.LogEnabled | |||
| example =WebServer.LogEnabled=TRUE | |||
| datatype =b | |||
| description =Enable Log File | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
[[Category:Sandbox]] | |||
Latest revision as of 17:17, 7 August 2024
<?php
$v = "string"; // sample initialization
?>
html text t
<? echo $v; // end of php code
?>
WebServer.Enabled
| Example | WebServer.Enabled=TRUE
|
|---|---|
| Description | Enable Web Server |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
WebServer.LogEnabled
| Example | WebServer.LogEnabled=TRUE
|
|---|---|
| Description | Enable Log File |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |