Picolo | Picolo Junior 4 | Picolo Pro 2 | Picolo Pro 3 | Picolo Tetra | Picolo Tymo | Picolo Alert | Picolo Diligent |
Domino Iota | Domino Alpha 2 | Domino Melody | Domino Harmony | Domino Symphony |
Grablink Value | Grablink Expert 2 | Grablink Avenue | Grablink Express | Grablink Quickpack ColorScan | Grablink Quickpack CFA | Grablink Full XR | Grablink Full | Grablink DualBase | Grablink Base |
Description
Type |
Enumerated collection |
Description |
Selection of mode of signal generation |
"Set" effect |
Sets the mode of signal generation |
"Get" effect |
Returns the current mode of signal generation |
Classification
Class |
Channel |
Category |
Signaling |
Level |
Expert |
Identifiers
String |
GenerateSignal |
C, C++ |
MC_GenerateSignal |
.NET |
MC.GenerateSignal |
Numerical |
73 |
This collection parameter is used to choose between two possible modes of signal generation.
By default, each MultiCam event occurrence produces a signal (if the corresponding signal is enabled). If a signal cannot be generated when the event occurs, the signal is queued. In this mode, each event produces a signal.
In the other signal generation mode, the signals are not queued. MultiCam only keeps information about the latest event of each type.
Possible values
Name |
Identifier |
Description |
EACH_EVENT |
MC_GenerateSignal_EACH_EVENT |
Each MultiCam event produces a signal. If necessary, the signals are queued by MultiCam. |
LATEST_EVENT |
MC_GenerateSignal_LATEST_EVENT |
The signals are not queued by MultiCam. |
The default value of GenerateSignal is EACH_EVENT.