Skip to main contentOpen topic with navigation
CAPL Functions » ISO11783 » File Server Interaction Layer (FS IL) » FSIL_ControlStart
FSIL_ControlStart
Valid for: CANoe DE • CANoe4SW DE
Function Syntax
long FSIL_ControlStart(); // form 1
long FSIL_ControlStart(byte address); // form 2
long FSIL_ControlStart(dbNode fs); // form 3
long FSIL_ControlStart(dbNode fs, byte address); // form 4
Description
Activates node to start Address Claiming.
The File Server starts Address Claiming (if NMT is activated). If the Address Claiming was successful, cyclic messages are sent.
Parameters
- fs: FS simulation node to apply the function
- address: Source address of the node (optional)
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code
Example
See FSIL_ControlStop