LabVIEW configuration file/Web Server

From LabVIEW Wiki
Jump to: navigation, search

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 Spacer.png Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

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 Spacer.png Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

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 Spacer.png Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None


WebServer.Port

Example WebServer.Port=3370
Description HTTP Port
Datatype Integer
Permitted Values 1 to Unknown
Default Value Logo.Windows.pngLogo.Mac.png = 80, Logo.Sun.png = 8000, Logo.Linux.png = Unknown
LabVIEW Versions

5.x , 6.x , 7.x , 8.x Spacer.png Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

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 Spacer.png Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

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 Spacer.png Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

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 Spacer.png Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

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 Spacer.png Spacer.png

OS's Supported

Logo.Windows.png Logo.Mac.png Logo.Linux.png Logo.Sun.png

Notes None