Join us today!

theshamot
@theshamot
Active Member
Joined: May 13, 2023
Last seen: Jun 7, 2024
Topics: 1 / Replies: 6
Topic
Reply
RE: How to reach PLC Task cycle time counter

Hey, did you solve the problem somehow? Thank you

1 year ago
Reply
RE: Wildcard comparison of strings

@chrisbeardy thank you, I will maybe try to optimize and fix it sometime. Also "*llo" is invalid syntax... "*" means there is zero or more of characte...

1 year ago
Reply
RE: __NEW(FB_A) with FB_INIT Method?

For some reason Tc says that result of __NEW() must be assigned. So it seems like it cannot be done that way. What you can do on the other hand is to ...

1 year ago
Reply
RE: Retaining values of the variables declared in a method between PLC cycles - VAR_INST

In PRG methods VAR_INST did not work for me. But VAR_STAT can do the job in this case.

1 year ago
Reply
RE: Determine Array Datatype with FB_INIT

@adam-haney I would suggest to use similar approach a used at my ultimate sorting function:/p> You will pass two things into your function/fb 1. Y...

1 year ago
Reply
RE: Wildcard comparison of strings

Hey pal, you can try out my - sketchy - very basic '^$.*+' - C copypasta/conversion - poor performance - Regex matcher i made for TwinCAT.Usage shou...

1 year ago