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.
04-02-2023 05:03 PM
I'm testing the new IO Link Master features released recently and I am encountering some issues. I'm attempting to use the IO-Link port of the BIS V-6110 to support a Balluff Smart Light (V2.1.3.0)
1) The Export causes an Error in OES V4.11. PeripheralUnitDrop.TypeId doesn't exist in version 4.11 of OES. The Export works correctly using CPS V5.4
Modifying NexeedEcBalluffBisv6110\V2.0\Export\StartupParams.otd to use
child.DeviceTypeId.Equals("16777448_397578|4610")
instead of
child.TypeId.Equals("A46802C5-013E-11E1-8619-000423132FC8")
allows 4.11 to export.
2) I'm getting the following errors when building the TwinCAT project.
3) I also just noticed that both documentation links in NexeedEcBalluffBisv.ood link to Documentation\NexeedEcBalluffBisV6110_TechnicalManual_DE.chm Looks like this was an issue in V1.1 as well.
Solved! Go to Solution.
04-03-2023 12:14 PM
Thank you for the detailed description. The issues described have been fixed and the updated objects will be made available on our dowloand server.
04-03-2023 01:36 PM
Thanks for the quick fix! I've downloaded and tested the updated objects and everything seems to be working as expected. Thanks again!