Jump to content

LabVIEW configuration file/VI Server: Difference between revisions

From LabVIEW Wiki
No edit summary
No edit summary
Line 3: Line 3:
This is a list of LabVIEW ini File settings relating to VI Server behaviour.
This is a list of LabVIEW ini File settings relating to VI Server behaviour.


== server.tcp.enabled ==
{{ labviewconfigurationkey
Example: <code>server.tcp.enabled=TRUE</code><br/>
| keyname = server.tcp.enabled
Description: Enable the local LabVIEW TCP/IP server<br/>
| example =server.tcp.enabled=TRUE
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Enable the local LabVIEW TCP/IP server
Default Value: <code>FALSE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: None<br/>
| LV2 = 6
 
| LV3 = 7
== server.tcp.port ==
| LV4 = 8
Example: <code>server.tcp.port=3360</code><br/>
| LV5 =
Description: TCP/IP server port number<br/>
| LV6 =
Datatype: <FONT COLOR=#0000FF>Integer</FONT><br/>
| OS1 =w
Permitted Values: 1 to Unknown<br/>
| OS2 =m
Default Value: <code>3363</code><br/>
| OS3 =l
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| OS4 =u
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| notes =None
Notes: None<br/>
}}
 
{{ labviewconfigurationkey
== server.ole.enabled ==
| keyname = server.tcp.port
Example: <code>server.ole.enabled=FALSE</code><br/>
| example =server.tcp.port=3360
Description: Enable the local LabVIEW OLE/ActiveX server<br/>
| datatype =i
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| description =TCP/IP server port number
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| permitted_values =1 to Unknown
Default Value: <code>TRUE</code><br/>
| default =3363
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| LV1 = 5
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV2 = 6
Notes: None<br/>
| LV3 = 7
 
| LV4 = 8
== server.vi.callsEnabled ==
| LV5 =
Example: <code>server.vi.callsEnabled=FALSE</code><br/>
| LV6 =
Description: Allow VI Calls<br/>
| OS1 =w
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| OS2 =m
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| OS3 =l
Default Value: <code>TRUE</code><br/>
| OS4 =u
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| notes =None
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
}}
Notes: None<br/>
{{ labviewconfigurationkey
 
| keyname = server.ole.enabled
== server.vi.propertiesEnabled ==
| example =server.ole.enabled=FALSE
Example: <code>server.vi.propertiesEnabled=FALSE</code><br/>
| datatype =b
Description: Allow VI Methods and Properties<br/>
| description =Enable the local LabVIEW OLE/ActiveX server
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| permitted_values =TRUE or FALSE
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| default =TRUE
Default Value: <code>TRUE</code><br/>
| LV1 = 5
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| LV2 = 6
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV3 = 7
Notes: None<br/>
| LV4 = 8
 
| LV5 =
== server.app.propertiesEnabled ==
| LV6 =
Example: <code>server.app.propertiesEnabled=FALSE</code><br/>
| OS1 =w
Description: Allow Application Methods and Properties<br/>
| OS2 =m
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| OS3 =l
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| OS4 =u
Default Value: <code>TRUE</code><br/>
| notes =None
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
}}
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
{{ labviewconfigurationkey
Notes: None<br/>
| keyname = server.vi.callsEnabled
 
| example =server.vi.callsEnabled=FALSE
== server.tcp.access ==
| datatype =b
Example: <code>server.tcp.access="192.168.0.255","192.168.0.12"</code><br/>
| description =Allow VI Calls
Description: TCP/IP Access List<br/>
| permitted_values =TRUE or FALSE
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
| default =TRUE
Permitted Values: Comma-separated list of IP adresses - each IP address must be enclosed in "quotation" marks<br/>
| LV1 = 5
Default Value: Empty<br/>
| LV2 = 6
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| LV3 = 7
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV4 = 8
Notes: None<br/>
| LV5 =
 
| LV6 =
== server.tcp.paranoid ==
| OS1 =w
Example: <code>server.tcp.paranoid=FALSE</code><br/>
| OS2 =m
Description: Strict Checking<br/>
| OS3 =l
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| OS4 =u
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| notes =None
Default Value: <code>TRUE</code><br/>
}}
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
{{ labviewconfigurationkey
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| keyname = server.vi.propertiesEnabled
Notes: None<br/>
| example =server.vi.propertiesEnabled=FALSE
 
| datatype =b
== server.vi.access ==
| description =Allow VI Methods and Properties
Example: <code>server.vi.access="+*"</code><br/>
| permitted_values =TRUE or FALSE
Description: Exported VIs list<br/>
| default =TRUE
Datatype: <FONT COLOR=#FF00FF>String</FONT><br/>
| LV1 = 5
Permitted Values: Unknown<br/>
| LV2 = 6
Default Value: <code>"+*"</code><br/>
| LV3 = 7
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| LV4 = 8
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV5 =
Notes: None<br/>
| LV6 =
 
| OS1 =w
== tcpServer.log ==
| OS2 =m
Example: <code>tcpServer.log=TRUE</code><br/>
| OS3 =l
Description: Enable TCP/IP server logging<br/>
| OS4 =u
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
| notes =None
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
}}
Default Value: <code>FALSE</code><br/>
{{ labviewconfigurationkey
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| keyname = server.app.propertiesEnabled
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| example =server.app.propertiesEnabled=FALSE
Notes: None<br/>
| datatype =b
 
| description =Allow Application Methods and Properties
== tcpServer.logDetails ==
| permitted_values =TRUE or FALSE
Example: <code>tcpServer.logDetails=</code><br/>
| default =TRUE
Description: Unknown<br/>
| LV1 = 5
Datatype: <FONT COLOR=#FF0000>Unknown</FONT><br/>
| LV2 = 6
Permitted Values: Unknown<br/>
| LV3 = 7
Default Value: Unknown<br/>
| LV4 = 8
LabVIEW Versions: Unknown<br/>
| LV5 =
OS's Supported: Unknown<br/>
| LV6 =
Notes: None<br/>
| OS1 =w
 
| OS2 =m
== tcpServer.logPath ==
| OS3 =l
Example: <code>tcpServer.logPath="C:\test\tcpip_log.dat"</code><br/>
| OS4 =u
Description: TCP/IP server logging filepath<br/>
| notes =None
Datatype: <FONT COLOR=#008080>Path</FONT><br/>
}}
Permitted Values: Any filepath<br/>
{{ labviewconfigurationkey
Default Value: Empty<br/>
| keyname = server.tcp.access
LabVIEW Versions: 5.x, 6.x, 7.1, 8.x<br/>
| example =server.tcp.access="192.168.0.255","192.168.0.12"
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| datatype =s
Notes: None<br/>
| 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.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.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 = 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 =
| description =
| 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
}}

Revision as of 20:12, 4 June 2007

Template:LabVIEW configuration back This is a list of LabVIEW ini File settings relating to VI Server behaviour.

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

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

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
Datatype
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