Материал из Module developer
Device.AddTag()
*the function is under development* to add a feedback channel to the driver
Syntax
Module.GetDevice(driver).AddTag(name, data)
| input | sample | description |
| driver | "Driver 1" | type: string the driver name |
| name | "Channel 1" | type: string the feedback channel name |
| data | type: array the data array specific for each driver |
| output |
-
Example:
/* under development */
