LabVIEW configuration file/Web Server: Difference between revisions
Appearance
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. | ||
{{ labviewconfigurationkey | |||
| keyname = WebServer.Enabled | |||
| example =WebServer.Enabled=TRUE | |||
| datatype =b | |||
| description =Enable Web Server | |||
| 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.RootPath | |||
| example =WebServer.RootPath="C:\MyWebServer\" | |||
| datatype =p | |||
| description =Root Directory | |||
| permitted_values =Any existing disk-based folder | |||
| default ="<lvdir>\www\" | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = WebServer.Port | |||
| example =WebServer.Port=3370 | |||
| datatype =i | |||
| description =HTTP Port | |||
| permitted_values =1 to Unknown | |||
| default =[[Image:logo.Windows.png]][[Image:logo.Mac.png]] = 80, [[Image:logo.Sun.png]] = 8000, [[Image:logo.Linux.png]] = Unknown | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = WebServer.Timeout | |||
| example =WebServer.Timeout=30 | |||
| datatype =i | |||
| description =Timeout (seconds) | |||
| permitted_values =1 to 2<sup>32</sup> | |||
| default =60 | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ 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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
OS's Supported | |
Notes | None |
WebServer.TcpAccess
Example | WebServer.TcpAccess="+*"
|
---|---|
Description | Browser Access List |
Datatype | String |
Permitted Values | Unknown |
Default Value | Empty |
LabVIEW Versions | |
OS's Supported | |
Notes | None |
WebServer.ViAccess
Example | WebServer.ViAccess="+*"
|
---|---|
Description | Visible VIs |
Datatype | String |
Permitted Values | Unknown |
Default Value | Empty |
LabVIEW Versions | |
OS's Supported | |
Notes | None |