undefined [object Object]
{}

Our Brands

Welcome to the Schneider Electric Website

Welcome to our website.
How can we help you today?
How to send SDO to CANOpen device in MC80?
Question:
How to read SDO from CANOpen device in MC80? in MC80 CANOpen device page, there is no a "CANOpen" tab like in M340, so how to sending SDO to a CANOpen device?

Answer:
For MC80, we can use READ_VAR and WRITE_VAR to read/write SDO.
the OBJ pin of READ_VAR and WRITE_VAR should be set to "SDO".
below is a demo code:

READ_VAR (ADR := ADDM('0.0.2.1'),
OBJ := 'SDO',
NUM := 16#000c2051,(* subindex:index *)
NB  := 0,
GEST := Can_SDO_R1.Mange,
RECP => Can_SDO_R1.Data);

Schneider Electric Nigeria

How to send SDO to CANOpen device in MC80?
Question:
How to read SDO from CANOpen device in MC80? in MC80 CANOpen device page, there is no a "CANOpen" tab like in M340, so how to sending SDO to a CANOpen device?

Answer:
For MC80, we can use READ_VAR and WRITE_VAR to read/write SDO. 
the OBJ pin of READ_VAR and WRITE_VAR should be set to "SDO".
below is a demo code:

READ_VAR (ADR := ADDM('0.0.2.1'),
          OBJ := 'SDO',
          NUM := 16#000c2051,(* subindex:index *)
          NB  := 0,
          GEST := Can_SDO_R1.Mange,
          RECP => Can_SDO_R1.Data);

Schneider Electric Nigeria

Explore more
Range:
Explore more
Range:
Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Explore more
Range:
Explore more
Range:
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.