aci.ConnectApp

SUMMARY

Connect to ALPHA-VISION® as an application.

SYNTAX

aci.ConnectApp(<name>, <do-file>)

ARGUMENTS

name (type:string)
An arbitrary name.
do-file (type:string)
The DO-file of your ALPHA-VISION®-project. The extension may be omitted.

DESCRIPTION

Call this function or aci.ConnectDrv before you call any other aci-functions. Upon exit AvScript automatically disconnects from ALPHA-VISION®.
Note:
You can only connect once

EXAMPLES

aci.ConnectApp("MyScript", "myprj") --connect to myprj.do
		


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times