From: Ron J. <wi...@je...> - 2013-02-28 00:06:03
|
Another thing to know/remember is you can't close and reopen the telnet session without restarting JSBSim Ron On Wednesday 27 February 2013 07:40:10 Jon S. Berndt wrote: > Stephanie, > > I'll have to answer quickly at the moment, but you might take a look at > this page: > > http://jsbsim.sourceforge.net/JSBSim/classJSBSim_1_1FGInput.html > > If you scroll down to near the bottom, you will see this: > > socket->Reply( > " JSBSim Server commands:\n\n" > " get {property name}\n" > " set {property name} {value}\n" > " hold\n" > " resume\n" > " iterate {value}\n" > " help\n" > " quit\n" > " info\n\n"); > > This is the response you can get from typing "help" if you have a telnet > connection to JSBSim. The JSBSim manual should have some information in it, > too. If not, we need to add that! The manual is at: > > http://jsbsim.sf.net/JSBSimReferenceManual.pdf > > Jon > > > -----Original Message----- > > From: Stephanie Tsuei [mailto:] > > Sent: Tuesday, February 26, 2013 9:01 PM > > To: jsb...@li... > > Subject: [Jsbsim-users] Telnet commands over command line. > > > > Hi, > > > > I would like to periodically set properties to JSBSim through Telnet. > > The current user guide tells me how to access and set properties > > through Telnet if I suspend operation of JSBSim at the beginning. But > > what are the commands for pausing and resuming a run? > > > > And on that note, is there also a list of Telnet commands that we can > > use on a command line somewhere? > > > > Thanks, > > Stephanie > > |