Table of Contents | ||
---|---|---|
|
Library
rtlab/Communication/Asynchronous
Block
The OpAsyncGenCtrl block allows a user to configure the setting of the asynchronous executable.
...
Mask
...
Description
The OpGenAsyncCtrl block is used to define the setting of the asynchronous executable created by the user. All asynchronous Send and Receive block using the same Controller ID refer to this block. This controller allows some generic field to transmit parameters to the executable launched by the Controller. Refer to the section RT-LAB Asynchronous process of chapter RT-LAB Connectivity of the User Guide for more details.
Parameters
Controller ID | Specifies the controller ID that will be associated with each OpAsyncSend and OpAsyncRecv blocks. |
---|---|
Parameter page |
Displays the Float/String parameters page by page. | |
Float parameter 1 .. 12 | Any value entered in this field is available in the asynchronous application by calling the OpalGetAsyncCtrlParameters function. These twelve values are placed in the FloatParam array in the Opal_GenAsyncParam_Ctrl structure. EX: |
---|---|
String parameter 1 .. 12 | Any character entered in this field is available in the asynchronous application by calling the OpalGetAsyncCtrlParameters function. These twelve strings are placed in the StringParam array in the Opal_GenAsyncParam_Ctrl structure. EX: |
Name of executable | Name of executable program developed by the programmer to handle communications between Send and Recv block. Note: the controller must be able to find the executable. The program must be in the simulation's directory or in the system's path. |
Inputs
This block has no inputs.
Outputs
This block has no outputs.
Characteristics and Limitations
...
Direct Feedthrough | N/A |
---|---|
Discrete sample time | No |
XHP support | Yes (Partial XHP only) |
Work offline | No |