Jump to content

LabVIEW configuration file/Web Server: Difference between revisions

From LabVIEW Wiki
No edit summary
No edit summary
Line 3: Line 3:
This is a list of LabVIEW ini File settings relating to Web Server behaviour.
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
== WebServer.RootPath ==
| LV4 = 8
Example: <code>WebServer.RootPath="C:\MyWebServer\"</code><br/>
| LV5 =
Description: Root Directory<br/>
| LV6 =
Datatype: <FONT COLOR=#008080>Path</FONT><br/>
| OS1 =w
Permitted Values: Any exisiting disk-based folder<br/>
| OS2 =m
Default Value: <code>"<lvdir>\www\"</code><br/>
| OS3 =l
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/>
| OS4 =u
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| notes =None
Notes: None<br/>
}}
 
{{ labviewconfigurationkey
== WebServer.Port ==
| keyname = WebServer.RootPath
Example: <code>WebServer.Port=3370</code><br/>
| example =WebServer.RootPath="C:\MyWebServer\"
Description: HTTP Port<br/>
| datatype =p
Datatype: <FONT COLOR=#0000FF>Integer</FONT><br/>
| description =Root Directory
Permitted Values: 1 to Unknown<br/>
| permitted_values =Any existing disk-based folder
Default Value: [[Image:logo.Windows.png]][[Image:logo.Mac.png]] = 80, [[Image:logo.Sun.png]] = 8000, [[Image:logo.Linux.png]] = Unknown<br/>
| default ="<lvdir>\www\"
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| LV1 = 5
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV2 = 6
Notes: None<br/>
| LV3 = 7
 
| LV4 = 8
== WebServer.Timeout ==
| LV5 =
Example: <code>WebServer.Timeout=30</code><br/>
| LV6 =
Description: Timeout (seconds)<br/>
| OS1 =w
Datatype: <FONT COLOR=#0000FF>Integer</FONT><br/>
| OS2 =m
Permitted Values: 1 to 2<sup>32</sup><br/>
| OS3 =l
Default Value: <code>60</code><br/>
| OS4 =u
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| notes =None
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
}}
Notes: None<br/>
{{ labviewconfigurationkey
 
| keyname = WebServer.Port
== WebServer.LogEnabled ==
| example =WebServer.Port=3370
Example: <code>WebServer.LogEnabled=TRUE</code><br/>
| datatype =i
Description: Enable Log File<br/>
| description =HTTP Port
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| permitted_values =1 to Unknown
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| default =[[Image:logo.Windows.png]][[Image:logo.Mac.png]] = 80, [[Image:logo.Sun.png]] = 8000, [[Image:logo.Linux.png]] = Unknown
Default Value: <code>FALSE</code><br/>
| LV1 = 5
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| LV2 = 6
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV3 = 7
Notes: None<br/>
| LV4 = 8
 
| LV5 =
== WebServer.LogPath ==
| LV6 =
Example: <code>WebServer.LogPath="C:\MyWebServer\log.dat"</code><br/>
| OS1 =w
Description: Log filepath<br/>
| OS2 =m
Datatype: <FONT COLOR=#008080>Path</FONT><br/>
| OS3 =l
Permitted Values: Any disk-based filepath<br/>
| OS4 =u
Default Value: <code>"<lvdir>\www.log"</code><br/>
| notes =None
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/>
}}
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
{{ labviewconfigurationkey
Notes: None<br/>
| keyname = WebServer.Timeout
 
| example =WebServer.Timeout=30
== WebServer.TcpAccess ==
| datatype =i
Example: <code>WebServer.TcpAccess="+*"</code><br/>
| description =Timeout (seconds)
Description: Browser Access List<br/>
| permitted_values =1 to 2<sup>32</sup>
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
| default =60
Permitted Values: Unknown<br/>
| LV1 = 5
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| LV2 = 6
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV3 = 7
Notes: None<br/>
| LV4 = 8
 
| LV5 =
== WebServer.ViAccess ==
| LV6 =
Example: <code>WebServer.ViAccess="+*"</code><br/>
| OS1 =w
Description: Visible VIs<br/>
| OS2 =m
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
| OS3 =l
Permitted Values: Unknown<br/>
| OS4 =u
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| notes =None
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
}}
Notes: None<br/>
{{ 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
}}
{{ labviewconfigurationkey
| keyname = WebServer.LogPath
| example =WebServer.LogPath="C:\MyWebServer\log.dat"
| datatype =p
| description =Log filepath
| permitted_values =Any disk-based filepath
| default ="<lvdir>\www.log"
| LV1 = 5
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
{{ labviewconfigurationkey
| keyname = WebServer.TcpAccess
| example =WebServer.TcpAccess="+*"
| datatype =s
| description =Browser Access List
| permitted_values =Unknown
| default =Empty
| LV1 = 5
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}
{{ labviewconfigurationkey
| keyname = WebServer.ViAccess
| example =WebServer.ViAccess="+*"
| datatype =s
| description =Visible VIs
| permitted_values =Unknown
| default =Empty
| LV1 = 5
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}

Revision as of 20:33, 4 June 2007

Template:LabVIEW configuration back 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.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.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.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.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.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.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