driveline_active in adams car template ?
driveline_active in adams car template ?
(OP)
I've been creating a front suspension in Adams template from scratch, and while doing so, I came across something named driveline_active and driveline_inactive. Looking into standard templates further reveals that they are simply a collection of components, communicators, and joints that provide active suspension.
But while looking at the expression to make them active, I was unable to grasp the expression ((._double_wishbone.phs_driveline_active ||._double_wishbone.model_class == "template"? 1: 0) && DB_ACTIVE(._double_wishbone)). Even the documentation is not clear. So if anyone knows anything about this, please help.
Thanks
Alok
But while looking at the expression to make them active, I was unable to grasp the expression ((._double_wishbone.phs_driveline_active ||._double_wishbone.model_class == "template"? 1: 0) && DB_ACTIVE(._double_wishbone)). Even the documentation is not clear. So if anyone knows anything about this, please help.
Thanks
Alok
RE: driveline_active in adams car template ?
If yes, you can directly give it mount communicators and use it, you are not forced to use the driveline active/unactive switch.
If you need a switch, you need to create it using Group.
Checkout the Group in the double_wishbone Template from ACAR. It makes sense for ACAR to have a switch which is controlled by GUI and with PVS in background, because a huge diversity of people uses these templates.
Viele Grüße
Pulkit Sharma
RE: driveline_active in adams car template ?
Thanks
Alok