Jump to content

LabVIEW configuration file/VI Server: Difference between revisions

From LabVIEW Wiki
No edit summary
No edit summary
Line 4: Line 4:


{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = server.tcp.enabled
| keyname = server.app.propertiesEnabled
| example =server.tcp.enabled=TRUE
| example =server.app.propertiesEnabled=FALSE
| datatype =b
| datatype =b
| description =Enable the local LabVIEW TCP/IP server
| description =Allow Application Methods and Properties
| permitted_values =TRUE or FALSE
| permitted_values =TRUE or FALSE
| default =FALSE
| default =TRUE
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 23: Line 23:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = server.tcp.port
| keyname = server.ole.enabled
| example =server.tcp.port=3360
| example =server.ole.enabled=FALSE
| datatype =i
| datatype =b
| description =TCP/IP server port number
| description =Enable the local LabVIEW OLE/ActiveX server
| permitted_values =1 to Unknown
| permitted_values =TRUE or FALSE
| default =3363
| default =TRUE
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 42: Line 42:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = server.ole.enabled
| keyname = server.tcp.access
| example =server.ole.enabled=FALSE
| example =server.tcp.access="192.168.0.255","192.168.0.12"
| datatype =b
| datatype =s
| description =Enable the local LabVIEW OLE/ActiveX server
| description =TCP/IP Access List
| permitted_values =TRUE or FALSE
| permitted_values =Comma-separated list of IP adresses - each IP address must be enclosed in "quotation" marks
| default =TRUE
| default =Empty
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 61: Line 61:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = server.vi.callsEnabled
| keyname = server.tcp.enabled
| example =server.vi.callsEnabled=FALSE
| example =server.tcp.enabled=TRUE
| datatype =b
| datatype =b
| description =Allow VI Calls
| description =Enable the local LabVIEW TCP/IP server
| permitted_values =TRUE or FALSE
| permitted_values =TRUE or FALSE
| default =TRUE
| default =FALSE
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 80: Line 80:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = server.vi.propertiesEnabled
| keyname = server.tcp.paranoid
| example =server.vi.propertiesEnabled=FALSE
| example =server.tcp.paranoid=FALSE
| datatype =b
| datatype =b
| description =Allow VI Methods and Properties
| description =Strict Checking
| permitted_values =TRUE or FALSE
| permitted_values =TRUE or FALSE
| default =TRUE
| default =TRUE
Line 99: Line 99:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = server.app.propertiesEnabled
| keyname = server.tcp.port
| example =server.app.propertiesEnabled=FALSE
| example =server.tcp.port=3360
| datatype =b
| datatype =i
| description =Allow Application Methods and Properties
| description =TCP/IP server port number
| permitted_values =TRUE or FALSE
| permitted_values =1 to Unknown
| default =TRUE
| default =3363
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 118: Line 118:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = server.tcp.access
| keyname = server.vi.access
| example =server.tcp.access="192.168.0.255","192.168.0.12"
| example =server.vi.access="+*"
| datatype =s
| datatype =s
| description =TCP/IP Access List
| description =Exported VIs list
| permitted_values =Comma-separated list of IP adresses - each IP address must be enclosed in "quotation" marks
| permitted_values =Unknown
| default =Empty
| default ="+*"
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 137: Line 137:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = server.tcp.paranoid
| keyname = server.vi.callsEnabled
| example =server.tcp.paranoid=FALSE
| example =server.vi.callsEnabled=FALSE
| datatype =b
| datatype =b
| description =Strict Checking
| description =Allow VI Calls
| permitted_values =TRUE or FALSE
| permitted_values =TRUE or FALSE
| default =TRUE
| default =TRUE
Line 156: Line 156:
}}
}}
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = server.vi.access
| keyname = server.vi.propertiesEnabled
| example =server.vi.access="+*"
| example =server.vi.propertiesEnabled=FALSE
| datatype =s
| datatype =b
| description =Exported VIs list
| description =Allow VI Methods and Properties
| permitted_values =Unknown
| permitted_values =TRUE or FALSE
| default ="+*"
| default =TRUE
| LV1 = 5
| LV1 = 5
| LV2 = 6
| LV2 = 6
Line 196: Line 196:
| keyname = tcpServer.logDetails
| keyname = tcpServer.logDetails
| example =tcpServer.logDetails=
| example =tcpServer.logDetails=
| datatype =
| datatype =Unknown
| description =
| description =Unknown
| permitted_values =
| permitted_values =
| default =
| default =

Revision as of 20:16, 4 June 2007

Template:LabVIEW configuration back 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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None

tcpServer.logDetails

Example tcpServer.logDetails=
Description Unknown
Datatype Unknown
Permitted Values
Default Value
LabVIEW Versions

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None