Jump to content

LabVIEW configuration file/Web Server: Difference between revisions

From LabVIEW Wiki
Crelf (talk | contribs)
mNo edit summary
Tims (talk | contribs)
Line 5: Line 5:
Example: <code>WebServer.Enabled=TRUE</code><br/>
Example: <code>WebServer.Enabled=TRUE</code><br/>
Description: Enable Web Server<br/>
Description: Enable Web Server<br/>
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
Default Value: <code>FALSE</code><br/>
Default Value: <code>FALSE</code><br/>

Revision as of 22:20, 7 May 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 exisiting disk-based folder
Default Value: "<lvdir>\www\"
LabVIEW Versions: 5.x, 6.x, 7.1, 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: Booelan
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.1, 8.x
OS's Supported:
Notes: None

WebServer.TcpAccess

Example: WebServer.TcpAccess="+*"
Description: Browser Access List
Datatype: String
Permitted Values: Unknown
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
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None