MIL-STD-1553 Reference Manual
Chapter 8 – Remote Terminal Functions
8.1.14 ApiCmdRTModeCtrl
Prototype:
AiInt16 ApiCmdRTModeCtrl ( AiUInt32 ul_ModuleHandle, AiUInt8 uc_Biu,
TY_API_RT_MODE_CTRL *px_RtModeCtrl);
Driver Command :
API_RT_MODE_CTRL (0x89)
Purpose:
This function is used to enable / disable various RT functionality on-the-fly.
I
I
n
n
p
p
u
u
t
t
T
T
Y
Y
_
_
A
A
P
P
I
I
_
_
R
R
T
T
_
_
M
M
O
O
D
D
E
E
_
_
C
C
T
T
R
R
L
L
*
*
p
p
x
x
_
_
R
R
t
t
M
M
o
o
d
d
e
e
C
C
t
t
r
r
l
l
RT Mode Control description
typedef struct ty_api_rt_mode_ctrl
{
AiUInt32 ul_RtMode;
AiUInt32 ul_Ctrl;
AiUInt32 ul_Param1;
AiUInt32 ul_Param2;
AiUInt32 ul_Param3;
} TY_API_RT_MODE_CTRL;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
R
R
t
t
M
M
o
o
d
d
e
e
API_RT_MODE_CONFIGURED_DYTAGS
This mode is used to enable / disable all configured
RT dytags
This mode is used to control the lane A and/or lane
B bus response
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
C
C
t
t
r
r
l
l
Disable the functionality referenced with parameter ‘ul_RtMode’
Enable the functionality referenced with parameter ‘ul_RtMode’
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
P
P
a
a
r
r
a
a
m
m
1
1
Remote Terminal Address that is affected
Affect all RTs
Remote Terminal Address that is affected
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
P
P
a
a
r
r
a
a
m
m
2
2
API_RT_RSP_BOTH_BUSSES
API_RT_RSP_PRI_BUS
API_RT_RSP_SEC_BUS
Respond to both busses
Respond only to bus A
Respond only to bus B