Jump to content

LabVIEW configuration file/Web Server: Difference between revisions

From LabVIEW Wiki
Tims (talk | contribs)
No edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{LabVIEW configuration back}}
This is a list of LabVIEW ini File settings relating to Web Server behaviour. {{TOCright}}
This is a list of LabVIEW ini File settings relating to Web Server behaviour.


== WebServer.Enabled ==
{{ labviewconfigurationkey
Example: <code>WebServer.Enabled=TRUE</code><br/>
| keyname = WebServer.Enabled
Description: Enable Web Server<br/>
| example =WebServer.Enabled=TRUE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Enable Web Server
Default Value: <code>FALSE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: None<br/>
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== WebServer.RootPath ==
{{ labviewconfigurationkey
Example: <code>WebServer.RootPath="C:\MyWebServer\"</code><br/>
| keyname = WebServer.LogEnabled
Description: Root Directory<br/>
| example =WebServer.LogEnabled=TRUE
Datatype: <FONT COLOR=#008080>Path</FONT><br/>
| datatype =b
Permitted Values: Any exisiting disk-based folder<br/>
| description =Enable Log File
Default Value: <code>"<lvdir>\www\"</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: None<br/>
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== WebServer.Port ==
{{ labviewconfigurationkey
Example: <code>WebServer.Port=3370</code><br/>
| keyname = WebServer.LogPath
Description: HTTP Port<br/>
| example =WebServer.LogPath="C:\MyWebServer\log.dat"
Datatype: <FONT COLOR=#0000FF>Integer</FONT><br/>
| datatype =p
Permitted Values: 1 to Unknown<br/>
| description =Log filepath
Default Value: [[Image:logo.Windows.png]][[Image:logo.Mac.png]] = 80, [[Image:logo.Sun.png]] = 8000, [[Image:logo.Linux.png]] = Unknown<br/>
| permitted_values =Any disk-based filepath
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default ="<lvdir>\www.log"
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: None<br/>
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== WebServer.Timeout ==
{{ labviewconfigurationkey
Example: <code>WebServer.Timeout=30</code><br/>
| keyname = WebServer.Port
Description: Timeout (seconds)<br/>
| example =WebServer.Port=3370
Datatype: <FONT COLOR=#0000FF>Integer</FONT><br/>
| datatype =i
Permitted Values: 1 to 2<sup>32</sup><br/>
| description =HTTP Port
Default Value: <code>60</code><br/>
| permitted_values =1 to Unknown
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =[[Image:logo.Windows.png]][[Image:logo.Mac.png]] = 80, [[Image:logo.Sun.png]] = 8000, [[Image:logo.Linux.png]] = Unknown
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: None<br/>
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== WebServer.LogEnabled ==
{{ labviewconfigurationkey
Example: <code>WebServer.LogEnabled=TRUE</code><br/>
| keyname = WebServer.RootPath
Description: Enable Log File<br/>
| example =WebServer.RootPath="C:\MyWebServer\"
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =p
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Root Directory
Default Value: <code>FALSE</code><br/>
| permitted_values =Any existing disk-based folder
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default ="<lvdir>\www\"
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: None<br/>
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== WebServer.LogPath ==
{{ labviewconfigurationkey
Example: <code>WebServer.LogPath="C:\MyWebServer\log.dat"</code><br/>
| keyname = WebServer.TcpAccess
Description: Log filepath<br/>
| example =WebServer.TcpAccess="+*"
Datatype: <FONT COLOR=#008080>Path</FONT><br/>
| datatype =s
Permitted Values: Any disk-based filepath<br/>
| description =Browser Access List
Default Value: <code>"<lvdir>\www.log"</code><br/>
| permitted_values =Unknown
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/>
| default =Empty
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: None<br/>
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== WebServer.TcpAccess ==
{{ labviewconfigurationkey
Example: <code>WebServer.TcpAccess="+*"</code><br/>
| keyname = WebServer.Timeout
Description: Browser Access List<br/>
| example =WebServer.Timeout=30
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
| datatype =i
Permitted Values: Unknown<br/>
| description =Timeout (seconds)
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| permitted_values =1 to 2<sup>32</sup>
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| default =60
Notes: None<br/>
| LV1 = 5
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== WebServer.ViAccess ==
{{ labviewconfigurationkey
Example: <code>WebServer.ViAccess="+*"</code><br/>
| keyname = WebServer.ViAccess
Description: Visible VIs<br/>
| example =WebServer.ViAccess="+*"
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
| datatype =s
Permitted Values: Unknown<br/>
| description =Visible VIs
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| permitted_values =Unknown
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| default =Empty
Notes: None<br/>
| LV1 = 5
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
 
<br>
 
[[Category:Configuration File|web server]]

Latest revision as of 20:02, 9 February 2009

This is a list of LabVIEW ini File settings relating to Web Server behaviour.

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

WebServer.LogPath

Example WebServer.LogPath="C:\MyWebServer\log.dat"
Description Log filepath
Datatype Path
Permitted Values Any disk-based filepath
Default Value "<lvdir>\www.log"
LabVIEW Versions

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

OS's Supported

Notes None

WebServer.Port

Example WebServer.Port=3370
Description HTTP Port
Datatype Integer
Permitted Values 1 to Unknown
Default Value = 80, = 8000, = Unknown
LabVIEW Versions

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

OS's Supported

Notes None

WebServer.RootPath

Example WebServer.RootPath="C:\MyWebServer\"
Description Root Directory
Datatype Path
Permitted Values Any existing disk-based folder
Default Value "<lvdir>\www\"
LabVIEW Versions

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

OS's Supported

Notes None

WebServer.TcpAccess

Example WebServer.TcpAccess="+*"
Description Browser Access List
Datatype String
Permitted Values Unknown
Default Value Empty
LabVIEW Versions

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

OS's Supported

Notes None

WebServer.Timeout

Example WebServer.Timeout=30
Description Timeout (seconds)
Datatype Integer
Permitted Values 1 to 232
Default Value 60
LabVIEW Versions

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

OS's Supported

Notes None

WebServer.ViAccess

Example WebServer.ViAccess="+*"
Description Visible VIs
Datatype String
Permitted Values Unknown
Default Value Empty
LabVIEW Versions

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

OS's Supported

Notes None