LabVIEW configuration file/VI Server: Difference between revisions
Appearance
added server.viscripting.showScriptingOperationsInEditor |
|||
| (13 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
This is a list of LabVIEW ini File settings relating to VI Server behaviour. {{TOCright}} | |||
This is a list of LabVIEW ini File settings relating to VI Server behaviour. | |||
{{ labviewconfigurationkey | |||
| keyname = server.app.propertiesEnabled | |||
| example =server.app.propertiesEnabled=FALSE | |||
| datatype =b | |||
| description =Allow Application Methods and Properties | |||
| permitted_values =TRUE or FALSE | |||
| default =TRUE | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = server.ole.enabled | |||
| example =server.ole.enabled=FALSE | |||
| datatype =b | |||
| description =Enable the local LabVIEW OLE/ActiveX server | |||
| permitted_values =TRUE or FALSE | |||
| default =TRUE | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = server.tcp.access | |||
| example =server.tcp.access="192.168.0.255","192.168.0.12" | |||
| datatype =s | |||
| description =TCP/IP Access List | |||
| permitted_values =Comma-separated list of IP adresses - each IP address must be enclosed in "quotation" marks | |||
| default =Empty | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = server.tcp.enabled | |||
| example =server.tcp.enabled=TRUE | |||
| datatype =b | |||
| description =Enable the local LabVIEW TCP/IP 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 = server.tcp.paranoid | |||
| example =server.tcp.paranoid=FALSE | |||
| datatype =b | |||
| description =Strict Checking | |||
| permitted_values =TRUE or FALSE | |||
| default =TRUE | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = server.tcp.port | |||
| example =server.tcp.port=3360 | |||
| datatype =i | |||
| description =TCP/IP server port number | |||
| permitted_values =1 to Unknown | |||
| default =3363 | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = server.vi.access | |||
| example =server.vi.access="+*" | |||
| datatype =s | |||
| description =Exported VIs list | |||
| permitted_values =Unknown | |||
| default ="+*" | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = server.vi.callsEnabled | |||
| example =server.vi.callsEnabled=FALSE | |||
| datatype =b | |||
| description =Allow VI Calls | |||
| permitted_values =TRUE or FALSE | |||
| default =TRUE | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = server.vi.propertiesEnabled | |||
| example =server.vi.propertiesEnabled=FALSE | |||
| datatype =b | |||
| description =Allow VI Methods and Properties | |||
| permitted_values =TRUE or FALSE | |||
| default =TRUE | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
== | {{ labviewconfigurationkey | ||
| keyname = server.viscripting.showScriptingOperationsInEditor | |||
| example =server.viscripting.showScriptingOperationsInEditor=TRUE | |||
| datatype =b | |||
| description =Show VI Scripting functions, properties and methods | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 2009+ | |||
| LV2 = | |||
| LV3 = | |||
| LV4 = | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
== tcpServer. | |||
{{ labviewconfigurationkey | |||
| keyname = tcpServer.log | |||
| example =tcpServer.log=TRUE | |||
| datatype =b | |||
| description =Enable TCP/IP server logging | |||
| 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 = tcpServer.logDetails | |||
| example =tcpServer.logDetails= | |||
| datatype =Unknown | |||
| description =Unknown | |||
| permitted_values = | |||
| default = | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = tcpServer.logPath | |||
| example =tcpServer.logPath=FALSE | |||
| datatype =p | |||
| description =TCP/IP server logging filepath | |||
| permitted_values =Any filepath | |||
| default =Empty | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
<br> | |||
[[Category:Configuration File|VI server]] | |||
Latest revision as of 22:31, 15 August 2023
This is a list of LabVIEW ini File settings relating to VI Server behaviour.
server.app.propertiesEnabled
| Example | server.app.propertiesEnabled=FALSE
|
|---|---|
| Description | Allow Application Methods and Properties |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | TRUE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
server.ole.enabled
| Example | server.ole.enabled=FALSE
|
|---|---|
| Description | Enable the local LabVIEW OLE/ActiveX server |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | TRUE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
server.tcp.access
| Example | server.tcp.access="192.168.0.255","192.168.0.12"
|
|---|---|
| Description | TCP/IP Access List |
| Datatype | String |
| Permitted Values | Comma-separated list of IP adresses - each IP address must be enclosed in "quotation" marks |
| Default Value | Empty |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
server.tcp.enabled
| Example | server.tcp.enabled=TRUE
|
|---|---|
| Description | Enable the local LabVIEW TCP/IP server |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
server.tcp.paranoid
| Example | server.tcp.paranoid=FALSE
|
|---|---|
| Description | Strict Checking |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | TRUE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
server.tcp.port
| Example | server.tcp.port=3360
|
|---|---|
| Description | TCP/IP server port number |
| Datatype | Integer |
| Permitted Values | 1 to Unknown |
| Default Value | 3363 |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
server.vi.access
| Example | server.vi.access="+*"
|
|---|---|
| Description | Exported VIs list |
| Datatype | String |
| Permitted Values | Unknown |
| Default Value | "+*" |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
server.vi.callsEnabled
| Example | server.vi.callsEnabled=FALSE
|
|---|---|
| Description | Allow VI Calls |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | TRUE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
server.vi.propertiesEnabled
| Example | server.vi.propertiesEnabled=FALSE
|
|---|---|
| Description | Allow VI Methods and Properties |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | TRUE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
server.viscripting.showScriptingOperationsInEditor
| Example | server.viscripting.showScriptingOperationsInEditor=TRUE
|
|---|---|
| Description | Show VI Scripting functions, properties and methods |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
tcpServer.log
| Example | tcpServer.log=TRUE
|
|---|---|
| Description | Enable TCP/IP server logging |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
tcpServer.logDetails
| Example | tcpServer.logDetails=
|
|---|---|
| Description | Unknown |
| Datatype | Unknown |
| Permitted Values | |
| Default Value | |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
tcpServer.logPath
| Example | tcpServer.logPath=FALSE
|
|---|---|
| Description | TCP/IP server logging filepath |
| Datatype | Path |
| Permitted Values | Any filepath |
| Default Value | Empty |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |