Jump to content

Sandbox: Difference between revisions

From LabVIEW Wiki
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Headline text =
<syntaxhighlight lang="php">
<?php
$v = "string";    // sample initialization
?>
html text t
<?    echo $v;        // end of php code
?>
</syntaxhighlight>


[[Image:Labviewecosystem.png|thumb|center]]some text


{{Labviewconfigurationkey}}  
{{ 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
}}


{| cellspacing="1" cellpadding="1" border="1" align="center" style="width: 231px; height: 66px;"
{{ labviewconfigurationkey
|-
| keyname = WebServer.LogEnabled
| Hello
| example =WebServer.LogEnabled=TRUE
| World
| datatype =b
|-
| description =Enable Log File
|  
| permitted_values =TRUE or FALSE
|  
| default =FALSE
|-
| LV1 = 5
|  
| LV2 = 6
|  
| LV3 = 7
{| width="200" cellspacing="1" cellpadding="1" border="1"
| LV4 = 8
|-
| LV5 =
|  
| LV6 =
|  
| OS1 =w
|-
| OS2 =m
|
| OS3 =l
|  
| OS4 =u
|-
| notes =None
|
}}
|
|-
|
|
|}


|}
[[Category:Sandbox]]
 
[[Labview|Labview]]&nbsp; [[LabVIEW|LabVIEW]]<br>
 
 
<br>
 
[[Image:Hello.png|frame|center|My Image]]  
 
== Headline text  ==
 
some text
 
=== Headline text  ===
 
<ref>Here ya go.</ref>
 
==== Headline text  ====
 
Once upon a time.
 
#hello
#bye
 
*TKJY UY
**Ya Ya
 
#some text
 
This is an example of multiple references to the same footnote.<ref name="multiple">Remember that when you refer to the same footnote multiple times, the text from the first reference is used.</ref>
 
Such references are particularly useful when citing sources, if different statements come from the same source.<ref name="multiple">This text is superfluous, and won't show up anywhere. We may as well just use an empty tag.</ref>
 
A concise way to make multiple references is to use empty ref tags, which have a slash at the end. Although this may reduce redundant work, please be aware that if a future editor removes the first reference, this will result in the loss of all references using the empty ref tags.<ref name="multiple" />
 
<br> According to scientists, the Sun is pretty big.<ref>E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.</ref> The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.</ref>
 
== References  ==
 
<references />

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None