Jump to content

Data received from the tcp in untilschleife for kOS


funkheld

Recommended Posts

    LOCK THROTTLE TO 1.0.   // 1.0 is the max, 0.0 is idle.
    WHEN MAXTHRUST = 0 THEN {
    STAGE.
    PRESERVE.
}.
	LOCK STEERING TO UP.
	UNTIL SHIP:ALTITUDE > 9000
{
  PRINT "Altitude :".
  PRINT ROUND(SHIP:ALTITUDE,0).
  PRINT "Apoapsis:".
  PRINT ROUND(SHIP:APOAPSIS,0).
  PRINT "Periapsis:".
  PRINT ROUND(SHIP:PERIAPSIS,0).
  PRINT "Velocity:".
  PRINT ROUND(SHIP:VELOCITY:SURFACE:MAG,1).
  WAIT 0.5.
  .....with which command from kos can you please receive data which 
  .......Send here with TCP for koS
}.
	LOCK THROTTLE TO 0.
	SET SHIP:CONTROL:PILOTMAINTHROTTLE TO 0.
	

Data received from the tcp in untilschleife for kOS ?

	LOCK THROTTLE TO 1.0.   // 1.0 is the max, 0.0 is idle.
	WHEN MAXTHRUST = 0 THEN {
    STAGE.
    PRESERVE.
}.
	LOCK STEERING TO UP.
	UNTIL SHIP:ALTITUDE > 9000
{
  PRINT "Altitude :".
  PRINT ROUND(SHIP:ALTITUDE,0).
  PRINT "Apoapsis:".
  PRINT ROUND(SHIP:APOAPSIS,0).
  PRINT "Periapsis:".
  PRINT ROUND(SHIP:PERIAPSIS,0).
  PRINT "Velocity:".
  PRINT ROUND(SHIP:VELOCITY:SURFACE:MAG,1).
  WAIT 0.1.
	 ........Data received from the tcp in untilschleife  ???
}.
	LOCK THROTTLE TO 0.
SET SHIP:CONTROL:PILOTMAINTHROTTLE TO 0.

 

greeting


 

Edited by funkheld
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...