We are moving! We are currently migrating our community to the new Bosch Connected Industry Online Portal. The community will be available latest in the new year again, until then it will be in read-only mode. Click here for more information.
07-12-2024 02:25 PM - edited 07-18-2024 12:31 PM
I am looking for some project with CANopen communication. In our machine we need to communicate with product (supply module). I create some CAN peripheral objects but I am still struggling with some issues:
Is there someone with a CAN project at your plant? Could you provide me your project or help me?
I already wrote to Nexeed Helpdesk, but I am also trying this way.
07-17-2024 12:00 PM - edited 07-17-2024 12:00 PM
As an example, you can use the peripherals from the reposetory NexeedCanHde6 or NexeedCanHupe.
07-18-2024 12:33 PM - edited 07-18-2024 12:34 PM
I already solved point 2 with help of BCI colleague. The solution was to add base type OpconCoSlave to CodeEntities.osd.
<?xml version="1.0" encoding="utf-8"?>
<OpconStdDefinition def="1.0">
<TypesDef def="1.0">
<CodeEntity name="CanRbDnox8SupplyModuleTx" baseType="OpconCoSlave">
</CodeEntity>
</TypesDef>
</OpconStdDefinition>