Here is the result of my experiments and observations, if anyone is interested

.
When power is applied to the inverter, I immediately write to it a data packet of 105 bytes in size like this:
16 byte = 4 - complete shutdown of power to transistors MG1, free run-out of the rotor.
42 byte = 4 - complete shutdown of power to transistors MG2, free run-out of the rotor.
16 byte = 8 - short circuit to the rotor windings MG1 (all three lower IGBT transistors are open).
44 byte = 1 - short circuit to the rotor windings MG2 (all three lower IGBT transistors are open).
76 byte = 4 - the upper IGBT transistor in the Boost IPM block is closed.
76 byte = 1 - the upper IGBT transistor in the Boost IPM block is open.
If 86 byte = 0, and 76 byte = 4 and change the value in byte 76 from 4 to 1, then for a split second the lower IGBT in the Boost IPM block will open, which, when powered by a 12V 3A laboratory power supply, leads to a voltage surge of up to 100V. If 86 byte = 1, then the lower IGBT transistor does not open and there is no voltage surge from the inductor. The upper IGBT transistor simply opens.
92 low byte 93 high byte affects the speed limit (I don’t know how to explain, but I’ll try). If I set 92+93 bytes = 90, then this is the best option for my gearbox; if 92+93 bytes > 100, then the motor rotor accelerates and, when reaching the maximum speed, stops abruptly, which results in a sharp jump in voltage and reverse current. Dangerous for the inverter. If 92+93 bytes < 90, then the maximum speed is reduced; if you reduce the value of this bytes down to 0, then the speed is 0.
94 byte, 3 bit = 1 - my engine works a little better, if 3 bit = 0, then a little worse, other bits have no effect. It also affects the voltage surge when the value of byte 76 changes from 4 to 1. If 3 bit = 1, then the voltage surge is smaller.
81 low byte 82 high byte - 2000 is written for my reducer.
90 byte, 7 bit = 1 - other bits have no effect, allows working with an inverter.
16 byte = 32 - looks like MG1 rotor retention (handbrake), but I'm not sure (I have the gearbox lying on the floor).
42 byte = 32 - looks like MG2 rotor retention. The hold depends on the value of 92+93 bytes.
All other bytes are 0. Except for the torque control bytes MG1, MG2 and the checksum.