Your video actually taught me a lot about logic. In a way that actually made sense to me, I was finally able to make a simple push to toggle door controller. Keep making these kinds of videos and i bet your channel will get popular! You earned a subscribe from me!
@edwardjrenegaud104010 күн бұрын
And keep experimenting with microcontrolers. The things you can do with it is amazing, especialy when you dive into lua script.
@rymatin11 күн бұрын
i tried this, my engine wont stop idling at max throttle, i set the idle to 5 and it throttles all the way to 20. I tried giving it resistance and it still maxed out. how do i fix this? I tried adding a greater than but all it did was throttle up, then throttle down and reengage starter and repeated this. I checked and everything is hooked up correctly, from the microcontroller logic to the connections from the microcontroller and all the parts.
@rymatin11 күн бұрын
Found a "fix" make the throttle have a -0.15 minimum, leave at 0 when starting, once it starts just drop it down to the -0.15, if you set the clamp minimum to -0.15 it will idle at 7.17 rps without needing to drop it yourself. This will require a second clutch control, i just used a throttle with external inputs. Yes i troubleshot this for 5 hours.
@edwardjrenegaud104011 күн бұрын
I think the issue is the "up/logic" node in the micro controler. Within it, the max value should be set to a small number like 0.1 (adjust as deemed nessisary) the inrement set to 0.05 or 0.005 so that it gently adds enough fuel to idle, reset value to 0 and make sure clamp is set to "on" so that it will not go past the max and min points. Min should be set to zero. When i get some free time will be looking carefully at the micro controler and testing it to see of other problems like this pop up. Thankyou for mentioning this issue.
@rymatin10 күн бұрын
@@edwardjrenegaud1040 thanks. I’ll try this out.
@rymatin10 күн бұрын
Seemed to work, setting it to 0.1 got it idling at 7.17 rps again. Ill test it out on a truck im building, thanks!
@rymatin9 күн бұрын
New issue with modular engines. Ratio getting hard stuck at 7.0. I’ve tried messing with all if the values and a friend of mine even set up a PID and it still couldn’t control it. Also second issue, modular engine reving to the max