Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I cant get the rotor to stop at an angle using the arguments. the speed is adjusted, but it just turns to 360dg (or 000 if - speed) every time
https://docs.google.com/spreadsheets/d/1pGThiRdso66mb-7QuPbKIvsufHoSKFGzG9bP_CSNvas/edit?usp=sharing
So even something like
Starting point of 0
Automation loop hinge
10, 10, 100
-10, -10, 100
This does not work :( there are some magic numbers that do work, but even those will mess up after 1 cycle.
I see you haven't messed with in a while, but i was unable to get the increment loop to work. Basically it just goes back to the starting +target angle.
So instead of looping adding on the TargetAngle, like starting point is 1 degree and i want to add 10. Instead of it going 1 > 11 > 21 > 31.
I am getting 1 > 11 > 11 > 11 > 11. Each time the rotor does a full loop around
I have tried a handful of things and no luck getting it to work :(
A1: =RANDBETWEEN(0,259)
B1: =RANDBETWEEN(-25,30)
C1: =RANDBETWEEN(100,10000)
D1 =CONCATENATE("[",+A1,+",",B1,+",",C1,"]")
Drag those cells down a few dozen rows; now you can copy and paste that into your automated loop :) Granted you COULD find the pattern, but i did it like 48 rows and looks random enough.
Also use precision 5, this even adds more randomness.