grandMA3 ユーザマニュアル » マクロ » マクロの作成
|
Version 2.2 |
Create a macro using the GUI editor or the command line.
For a better understanding of macros, see the Macros topic.
必要条件:
A visible macro pool. Open the Add window dialog, tap Data Pools, then tap Macros.
There are several buttons in the editor. Here is a short explanation of the specific buttons:
When CLI is disabled (it is enabled by default), CLI is displayed in red text on the pool object, and the macro is executed without affecting the command line.
To edit macro 3 when CLI is disabled, use the Swipey Commands or type:
![]() |
User name[Fixture]>Edit Macro 3 |
To execute the macro, close the editor and tap the macro in the Macro pool.
Macros can be added using the command line. It is relevant when the GUI is unavailable, for instance, when the software is accessed via the command line only, using the terminal window.
Use the List command during the creation process to see the result in the command line feedback.
必要条件:
Here is the creation process:
Navigate to the macro part of the software:
![]() |
User name[Fixture]>ChangeDestination Macro |
List the existing macros to see empty macro objects:
![]() |
User name@ShowData/DataPools/Default/Macros>List |
Store a macro with the number:
![]() |
User name@ShowData/DataPools/Default/Macros>Store [Available_Number] |
![]() |
User name@ShowData/DataPools/Default/Macros>ChangeDestination [Available_Number] |
![]() |
User name@ShowData/DataPools/Default/Macros/Macro #>Insert |
![]() |
User name@ShowData/DataPools/Default/Macros/Macro #>Set [Line_Number] Property "Command" [Command Inside Quotations"] |
![]() |
User name@ShowData/DataPools/Default/Macros/Macro #>Set [Line_Number] Property "Wait" ["Wait Time"] |
![]() |
ヒント |
The wait time can be entered as a number in seconds without quotation marks or as text with quotation marks. The two special times called Follow and Go can be entered without quotation marks, but the software will add the marks. They are case-sensitive. Typing "go" gives an error, but typing "Go" works. |
![]() |
User name@ShowData/DataPools/Default/Macros/Macro #>ChangeDestination Root |
A new macro is created.
Macro pool objects are labeled like any pool object. 詳しくは Label Pool Objects topic を参照してください。
![]() |
ヒント |
A unique macro name makes it possible to run the macro using their names. |