Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Raspberry Pi - Creating own I2C library and use it without device description.

audi0615
2021-03-02
2021-03-03
  • audi0615 - 2021-03-02

    Hello.

    I would like to create my own I2C libraries with help of https://forge.codesys.com/drv/io-drivers/doc/I2C/?version=1
    However, I need to use it in Runtime without adding devices into a device tree in Codesys Development System which means i need to dynamically add I2C devices with IEC code.
    Is it possible to just instantiate the library FBs and use it in Runtime?

     
  • audi0615 - 2021-03-03

    Thanks Mr. Edwin.

    It seems the example project direct access to I2C_Master address without using I2C library FB.

    What if i add I2C_Master and instantiate I2C library FB and use it? (no connection between I2C_Master and I2C device library FB) Nothing happen?

     

Log in to post a comment.