2014-06-28 20:56:59 +00:00
|
|
|
# OPAL-RT {#opal}
|
|
|
|
|
2014-07-14 11:01:34 +00:00
|
|
|
@defgroup opal OPAL-RT
|
|
|
|
|
|
|
|
The communication between OPAL-RT models and the S2SS is established by using ansychronus programs.
|
|
|
|
Asynchronous programs are a feature of RT-LAB.
|
|
|
|
|
|
|
|
## Source Code
|
|
|
|
|
|
|
|
The source code of the asynchronus program is located at:
|
|
|
|
|
|
|
|
/clients/opal/models/AsyncIP_sl/s2ss/
|
|
|
|
|
2014-07-14 10:47:26 +00:00
|
|
|
## Arguments for OPAL-RT block
|
|
|
|
|
2014-07-14 11:01:34 +00:00
|
|
|
| Param | Description | Example Value |
|
|
|
|
| :------------- | :------------ |:-------------- |
|
|
|
|
| FloatParam[0] | Protocol | |
|
|
|
|
| FloatParam[1] | RemotePort | 10200 |
|
|
|
|
| FloatParam[2] | LocalPort | 10201 |
|
|
|
|
| StringParam[0] | RemoteAddr | 192.168.0.10 |
|
|
|
|
| StringParam[1] | LocalAddr | 192.168.0.11 |
|
|
|
|
| StringParam[2] | InterfaceName | eth2 |
|
2014-07-14 10:47:26 +00:00
|
|
|
|
2014-06-28 20:56:59 +00:00
|
|
|
@todo Complete documentation for the OPAL-RT Simulink module.
|