Nice. Will this feature work at other pads? I will help visually place payloads
Nice. Will this feature work at other pads? I will help visually place payloads
Corrected!GLS: Just a heads up on this issue: https://github.com/GLS-SSV/SSV/issues/24
That vessel currently does nothing, so any errors (I get none) are irrelevant.The one other thing is that SSV_VAB complains that it can't find lua.lib, can I remove it from the Additional Dependencies of the project?
OK, so I'll just ignore it (it just fails that particular build for me).That vessel currently does nothing, so any errors (I get none) are irrelevant.

The THROT table is not fixed. The 2º and 3º (or 3º and 4º?) entries are modified at ~20s by the Adaptive Guidance Throttling (AGT) function, which checks the performance of the SRBs by seeing how much time it took to reach a certain velocity.Noticed that the MPS isn't following the throttle profile set in the ILOADS. It's a problem with the low throttle setting, it won't go to whatever you set it to and is only throttling down to 72, rather than 67 or 65. This can be most easily seen with STS-1 where the bottom of the 1st stage throttle bucket should 65, but it it only goes to 72 which wasn't a thing until STS-88 and the introduction of the Block IIA SSME which is missing as an engine selection in the Mission Editor.
I'm pretty sure that only GPCs in a Redundant Set have those "protected transactions" (one commanding, all listening), but I'm not doing that now, as I just barely have a Common Set. Probably a good test on synchronization before implementing a RS, is to add the BFS and its pre-engage bus "spying" to collect data. Different concept of course, but the structural changes needed would probably be similar. Anyway, all in the future as right now I need to limit the scope to have something usable, otherwise I'll never finish v2.0.Well, flight software-wise, all GPCs assigned to that IDP are polling it. But only one is sending commands to the IDP, while all receive the same data. So, its only one IO operation shared by multiple GPCs. That is why synchronization is so important - otherwise the passive GPCs could get data for the wrong request, since the wait-for-index instruction (WIX) of the I/O processor alone does not know for which reply with data from the subsystem they react.
The last SSV for Orbiter 2016 is v1.10, so the latest v1.12 will probably not work.I get this error:
But going to the preview screen I get this. No shuttle there? I tried on a preset one and the same.
Oh. It was 1.12. Oh so the preview does not work for 1.12?I'm pretty sure that only GPCs in a Redundant Set have those "protected transactions" (one commanding, all listening), but I'm not doing that now, as I just barely have a Common Set. Probably a good test on synchronization before implementing a RS, is to add the BFS and its pre-engage bus "spying" to collect data. Different concept of course, but the structural changes needed would probably be similar. Anyway, all in the future as right now I need to limit the scope to have something usable, otherwise I'll never finish v2.0.
The last SSV for Orbiter 2016 is v1.10, so the latest v1.12 will probably not work.
Are you switching keyboard control from RCS to RMS? (Ctrl+A)Hi its been awhile since I used the SSV. I'm stuck on releasing the RMS. So, from RMS PWRUP I have switched to Single joint mode, and tried to move each joint individually after the uncradle of the RMS. Following the PDRS checklist, SECTION 2: RMS PWRUP, step 7: ARM UNCRADLE. Still following everything I still seems to get nowhere. The table with the values? Must I enter that values in SM SPEC 94?
Oops forgot to switch keyboard control from RCS to RMSAre you switching keyboard control from RCS to RMS? (Ctrl+A)
Did you release the Shoulder Brace?
BTW: there is still no GPC in RMS operations, so it is still totally controlled from panel A8U.