TcOpenGroup / TcOpen

Application framework for industrial automation built on top of TwinCAT3 and .NET.
https://docs.tcopengroup.org/
MIT License
270 stars 47 forks source link

[NEW-FEATURE] Add MC_TorqueControl #718

Closed rruiter87 closed 1 month ago

rruiter87 commented 1 month ago

Is it possible to add MC_TorqueControl to TcOpen? I've started to add it to a project that I'm currently working on, but I find working with TcOpen quite overwhelming.

I can open a PR with what I have so far, maybe you can provide some pointers on what is missing or things I did wrong.

peterbarancek commented 1 month ago

It is up to you. If you want, you can prepare your content and share with me. I will review it. Or wait i will prepare it for you.

rruiter87 commented 1 month ago

See #720

I tried setting up the required development environment, but I can't download the visual studio 2019 community version installer anywhere. With Visual Studio 2022, the Inxton compiler plugin refused to install.

KrisztianOlah commented 1 month ago

Hi Roald, you can also use the inxton compiler from command line by navigating to your solution path and typing ._Vortex\builder\vortex.compiler.console.exe -s YOUR_SOLUTION_FILE.

Kind Regards Kris

On Fri, 7 Jun 2024 at 14:25, Roald Ruiter @.***> wrote:

See #720 https://github.com/TcOpenGroup/TcOpen/pull/720

I tried setting up the required development environment, but I can't download the visual studio 2019 community version installer anywhere. With Visual Studio 2022, the Inxton compiler plugin refused to install.

— Reply to this email directly, view it on GitHub https://github.com/TcOpenGroup/TcOpen/issues/718#issuecomment-2154730592, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABR6UOYJYHDXJA7YZVZ6PA3ZGGREBAVCNFSM6AAAAABI2ED3YWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJUG4ZTANJZGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

peterbarancek commented 1 month ago

/cib

github-actions[bot] commented 1 month ago

Branch 718-_NEW-FEATURE_Add_MC_TorqueControl created!

rruiter87 commented 1 month ago

Thanks for implementing this so fast!