2 using syntax, 1 command interpreter – ElmoMC Multi-Axis Motion Controller-Maestro User Manual
Page 219

Maestro
Software Manual
Ethernet/IP Communication
MAN-MASSW (Ver. Q)
11-17
For removing Adapter Tag use context menu (Fig. 11-20).
Figure 11-20: Remove Adapter Tag
11.7.2 Using syntax
11.7.2.1
Command interpreter
Get Tag syntax is
[Adapter Tag Name]
[Adapter Tag Name][index]
where an index is needed if the tag is an array.
For example:
> tINT
>20
> iTag34[1,1]
>5
> iTag4
>1,2,3,4
Set the Tag syntax to
[Adapter Tag Name] = [const value, const value array, expression]
[Adapter Tag Name][index] = [const value, const value array, expression]
where an index is needed if the tag is an array.
For example:
> tINT = 5
>5
>iTag34[1,1] = ( a1.px + a2.px ) / 2
>150
>iTag4=”1,2,3,4”
>1,2,3,4