Personal Data

Username:
inna
Joined:
2020-12-07 11:23:52
Gender:
Female

Projects

  • No projects to display.

User Activity

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

    Hello, I'm using MODBUS over RS232. Currently (for testing purpose)I have only one channel for writing. The channel is defined as "Write Single register(Function code 6)" with cyclic trigger 200 msec as well. The cycle time of the application is 200 msec. According to the codesys help, the cyclic interval should be the same as or a multiple of the cycle time of the application. I need to write a value each application cycle. So, I increased the value by 1 and I expect to get the value in the table...

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

    Thanks for your response. Regarding "Increasing scanned code may lead to a watchdog trigger" , it is relevant only if watchdog is enabled. Am I correct? What happens if some scans take more time than Interval time?

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

    Hello, 1.What are the advantages and disadvantages of using freewheeling task? 2.What are the advantages and disadvantages of using cyclic task? 3.How to determine what task type(freewheeling or cyclic) to use? Thanks in advance.

  • Posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello, 1.What are the advantages and disadvantages of using freewheeling task? 2.What are the advantages and disadvantages of using cyclic task? 3.How to determine what task type(freewheeling or cyclic) to use? Thanks in advance.

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

    Thanks. I'll try it.

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

    Hi, I have two real numbers that represent timestamp - see the attached screenshot. Is there codesys function or structure that converts 2 real numbers into appropriate timestamp in a resolution of mSec. If codesys has no build-in support for this, what is the better way to perform it in ST? Thanks

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

    Hello, We have a system with PLCs with different byte order conventions - little endian/big endian. I'm looking for Codesys routines for converting data between a host's internal representation and Network Byte Order(like htons() and ntohs()). Thanks in advance

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

    Hello, I'm trying to convert length of a string from int to word - INT_TO_WORD(Len(str)).It doesn't work -see the attached file. Any help you can provide would be greatly appreciated. Thanks

View All