Beckhoff-USA-Community / SPT-Libraries

MIT License
70 stars 16 forks source link

Use an axis in gearing as well as in camming mode #59

Open FreMur opened 1 week ago

FreMur commented 1 week ago

Hello,

In some applications, I would need to cam or gear an axis depending on situation. With the model used with two different objects based on FB_BasicAxis. The solution would be to Extend FB_CamSlaveAxis from FB_BasicSlaveAxis. At that point a Cam slave axis would be able to do everything.

Thanks in advance

AB#4931

nshiggins commented 1 week ago

Main reason for the separate blocks is so that we don't pull a camming license unnecessarily.

FreMur commented 1 week ago

I understand that purpose, but if FB_CamSlaveAxis Extend from FB_BasicSlaveAxis, you can use a FB_BasicSlaveAxis without any cam licence. This has advantage to have all possibilities (gearing and camming) with FB_CamSlaveAxis. No limit with FB_CamSlaveAxis and no licence with FB_BasicSlaveAxis.