Jump to content

LabVIEW configuration file/Web Server: Difference between revisions

From LabVIEW Wiki
No edit summary
No edit summary
Line 23: Line 23:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = WebServer.RootPath
| keyname = WebServer.LogEnabled
| example =WebServer.RootPath="C:\MyWebServer\"
| example =WebServer.LogEnabled=TRUE
| datatype =p
| datatype =b
| description =Root Directory
| description =Enable Log File
| permitted_values =Any existing disk-based folder
| permitted_values =TRUE or FALSE
| default ="<lvdir>\www\"
| default =FALSE
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 42: Line 42:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = WebServer.Port
| keyname = WebServer.LogPath
| example =WebServer.Port=3370
| example =WebServer.LogPath="C:\MyWebServer\log.dat"
| datatype =i
| datatype =p
| description =HTTP Port
| description =Log filepath
| permitted_values =1 to Unknown
| permitted_values =Any disk-based filepath
| default =[[Image:logo.Windows.png]][[Image:logo.Mac.png]] = 80, [[Image:logo.Sun.png]] = 8000, [[Image:logo.Linux.png]] = Unknown
| default ="<lvdir>\www.log"
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 61: Line 61:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = WebServer.Timeout
| keyname = WebServer.Port
| example =WebServer.Timeout=30
| example =WebServer.Port=3370
| datatype =i
| datatype =i
| description =Timeout (seconds)
| description =HTTP Port
| permitted_values =1 to 2<sup>32</sup>
| permitted_values =1 to Unknown
| default =60
| default =[[Image:logo.Windows.png]][[Image:logo.Mac.png]] = 80, [[Image:logo.Sun.png]] = 8000, [[Image:logo.Linux.png]] = Unknown
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 80: Line 80:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = WebServer.LogEnabled
| keyname = WebServer.RootPath
| example =WebServer.LogEnabled=TRUE
| example =WebServer.RootPath="C:\MyWebServer\"
| datatype =b
| datatype =p
| description =Enable Log File
| description =Root Directory
| permitted_values =TRUE or FALSE
| permitted_values =Any existing disk-based folder
| default =FALSE
| default ="<lvdir>\www\"
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 99: Line 99:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = WebServer.LogPath
| keyname = WebServer.TcpAccess
| example =WebServer.LogPath="C:\MyWebServer\log.dat"
| example =WebServer.TcpAccess="+*"
| datatype =p
| datatype =s
| description =Log filepath
| description =Browser Access List
| permitted_values =Any disk-based filepath
| permitted_values =Unknown
| default ="<lvdir>\www.log"
| default =Empty
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 118: Line 118:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = WebServer.TcpAccess
| keyname = WebServer.Timeout
| example =WebServer.TcpAccess="+*"
| example =WebServer.Timeout=30
| datatype =s
| datatype =i
| description =Browser Access List
| description =Timeout (seconds)
| permitted_values =Unknown
| permitted_values =1 to 2<sup>32</sup>
| default =Empty
| default =60
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6

Revision as of 20:35, 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.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