NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
char RemoteSetOutputState ( byte  conn,
byte  port,
char  speed,
byte  mode,
byte  regmode,
char  turnpct,
byte  runstate,
unsigned long  tacholimit 
)
inline

Send a SetOutputMode message.

Send the SetOutputMode direct command on the specified connection slot. Use RemoteConnectionIdle to determine when this write request is completed.

Parameters
connThe connection slot (0..4). Connections 0 through 3 are for bluetooth connections. Connection 4 refers to the RS485 hi-speed port. See Remote connection constants.
portThe output port to configure. See Output port constants.
speedThe motor speed. (-100..100)
modeThe motor mode. See Output port mode constants.
regmodeThe motor regulation mode. See Output port regulation mode constants.
turnpctThe motor synchronized turn percentage. (-100..100)
runstateThe motor run state. See Output port run state constants.
tacholimitThe motor tachometer limit.
Returns
A char value indicating whether the function call succeeded or not.
Examples:
ex_RemoteSetOutputState.nxc.