Passing Controller ...
 
Notifications
Clear all

Passing Controller event as a property

1 Posts
1 Users
0 Reactions
264 Views
(@jongen)
Active Member
Joined: 3 years ago
Posts: 8
Topic starter  

Hello!

Ever since the control mapper feature has been added, I get notices on dashboards whenever I hotswap Fanatec wheels.

I have a Dashboard that I raise or lower based on an SG90 servo, hooked to an arduino, at the press of a button, when switching wheels. Indeed, a round rim and a formula rim each block the dash so that I can't have it static. Anyway, it works fine, but the Simhub notice has me thinking: it clearly detects different rims, so could it be possible to send a signal to a PWM pin? Something like:

if active_wheel="wheel_name";

then

servoposition="0";

elseif active_wheel="other_wheel_name";

then

"servoposition="10";

else

"servoposition="20";

 

I was going to hack something to make the servo recognized, as it currently isn't, but the issue I banged my head against is the property. I couldn't find any appropriate property. is there / could there be one?

 

 


   
Quote
Share: