Join us today!

twinControls
twinControls
@twincontrols
Admin
Member
Joined: Sep 25, 2022
Last seen: Aug 26, 2024
Topics: 44 / Replies: 69
Topic
Replies: 2
Views: 789
Reply
RE: How to communicate with EK1100 directly without using a Beckhoff CPU?

@iotea Related : Installation of the TwinCAT real-time driver

2 years ago
Forum
Topic
Replies: 0
Views: 478
Reply
RE: Automatic Hardware Configuration

@chrisk I think what he means is using tools like Excel or Python to automate and shorten the program development time. For example generating IOs or ...

2 years ago
Topic
Replies: 1
Views: 453
Topic
Replies: 1
Views: 1016
Reply
RE: Measuring the scan cycle of PLC

@runtimevictor Thank you for sharing your solution! Could you also share your program output and the screenshot of PlcTask settings page?

2 years ago
Reply
RE: Measuring the scan cycle of PLC

@benhar-dev It is actually a simple challenge question to calculate how many cycle it takes a plc task in a second. For example, the plc task cycle ti...

2 years ago
Topic
Replies: 5
Views: 476
Reply
RE: Running Windows Commands in TwinCAT

To close a file by using the window title : windows command => taskkill /F /FI "WindowTitle eq [window title name]" /T' sCommandLine := '/C ta...

2 years ago
Reply
RE: Auto Generation of Getters and Setters?

@adam-haney Hi , you'd need to use python or something else to automate this. You can open the .TcPOU file of the POU you need and handle adding th...

2 years ago
Reply
RE: Observer Design Pattern

@alex Hi, you are welcome! Yes, that's possible. You can either do; FUNCTION_BLOCK FB_MyPublisher EXTENDS MC_TouchProbe IMPLEMENTS I_Publisher //...

2 years ago
Reply
RE: SFC Error...

@runtimevictor Hi, the file I have attached should be free of errors. I have reworked on the alternative branch after Send_Data step. You're welcom...

2 years ago
Reply
RE: Adjustable Flowing LEDs - PLC Programming Challenge

@joris Thank you for sharing your implementation! Well done!! Let's say if the customer is not sure about the total number of the LEDs at the begin...

2 years ago
Reply
RE: SFC Error...

@runtimevictor Here's the fixed version. There was a problem with your branching after Send_Data step.

2 years ago
Page 2 / 8