aci.Drv_SetSts

SUMMARY

Set the status of a data object as a driver.

SYNTAX

aci.Drv_SetSts((<object number>|<point id>), <status>)

ARGUMENTS

object number (type:number)
A data object number
point id (type:string)
The name of a data object
status (type:integer)
The new status.

ERROR HANDLING

The function will fail and terminate script execution if strict error checking is enabled (see aci.SetStrictMode()) and one of the following conditions is met:

DESCRIPTION

The new status is directly written to the process image in aci.dll and from there to all applications connected to ALPHA-VISION®. The status is not sent to PLCs or propagated to other operation stations.

EXAMPLES

aci.Drv_SetSts("TANKVOLUME", 1)
		


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