Skip to main content

CANopenLssIdentNonConfigSlave

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE

Function Syntax

dword CANopenLssIdentNonConfigSlave ();

Description

The LSS master commands all LSS slaves without configured node-ID to identify themselves.

Parameters

Return Values

  • 0: Successful
  • 1: Invalid channel (not CAN or inactive)

Example

// Start a LSS fast scan from vendor-ID 5, product code 0 and revision number 1
CANopenLssFastScan(5, 0, 1, 10);