Personal Data

Username:
krishemanth
Joined:
2020-07-27 05:01:13

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi Codesys forum, I have an 4.3" LCD connected to my ARM based linux board with i2c touch. i can use evtest or "cat /dev/input/event0 | hexdump" from my terminal to read the touch coordinates. Is there a way to do the same touch coordinates reading from the codesys? if yes can some one help me with an example. thanks -Kris.

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    powertrick Thank you for having patience and supporting me. Above example helped me. Thanks, -Kris.

  • Modified a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    powertrick thanks for your quick response you mean i2cbus-number by the i2c part? or the slave device? its a controler stm with slave address of 0x18 on i2c-1 bus iam doing something like i2cset -y 1 0x18 0x02 0x00 0x00 0x72 0x80 0x00 0x00 0x00 0x00 0x72 0x72 0x72 0x72 0x42 i from my target board. how can i do the same from the codesys thanks in advance, -kris

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    powertrick thanks for your quick response you mean i2cbus-number by the i2c part? or the slave device? its a controler stm with slave address of 0x18 on i2c-1 bus iam doing something like i2cset -y 2 0x18 0x02 0x00 0x00 0x72 0x80 0x00 0x00 0x00 0x00 0x72 0x72 0x72 0x72 0x42 i from my target board. how can i do the same from the codesys thanks in advance, -kris

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi powertrick, i am trying to read and write data to registers of a controller from my arm board through Codesys. if you have managed to make it work, can you share the code. i couldn't find an example project for this. Thanks, -Kris

  • Modified a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi all, i am working on i2c from codesys. i have more knowledge on arm based linux boards than codesys. can any one help me write a simple code to accomplish this- root@am335x:~# i2cget -y 1 0x1d 0x00 0xe5 -from the codesys application. i have a i2cmaster devdesc and it is using RaspberryPheripherals library. when i try to open and check the source, i get "no source code available for this object because it is in the compile library 'raspberrypheripherals,3.5.13.0'" can some one help me to write...

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi all, i am working on i2c from codesys. i have more knowledge on arm based linux boards than codesys. can any one help me write a simple code to accomplish this- root@am335x:~# i2cget -y 1 0x1d 0x00 0xe5 -from the codesys application. i have a i2cmaster devdesc and it is using RaspberryPheripherals library. when i try to open and check the source, i get "no source code available for this object because it is in the compile library 'raspberrypheripherals,3.5.13.0'" can some one help me to write...

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Hermsen, Thanks for your reply. i already followed this page and modified my IO.devdesv and LIB file. however the voltages on the board pins are unchanged. i should have to copy any other file along with codesyscontrol on to my board?. Thanks, -Kris.

View All