Graphical-based satellite remote control operation script editing method and system

The invention provides a graphic-based satellite remote control operation script editing method and system, and relates to the field of satellite remote control, and the method comprises the steps: providing a graphic script editing interface, embedding a code editor into the interface, monitoring s...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: DONG XINGLI, RAN KAI, YANG RUI, DUAN MENG, DANG CHENGCHENG, HAO CHUANG
Format: Patent
Sprache:chi ; eng
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:The invention provides a graphic-based satellite remote control operation script editing method and system, and relates to the field of satellite remote control, and the method comprises the steps: providing a graphic script editing interface, embedding a code editor into the interface, monitoring script content and an operation instruction in the code editor, and transmitting the script content and the operation instruction to a server through an interface; a server side receives script content and an operation instruction, the script content and the operation instruction are decomposed into lexical units through a lexical analyzer after asynchronous task queue distribution, a syntax tree is constructed through the lexical analyzer, all syntax nodes on the syntax tree are correlated, then the syntax nodes are traversed in a recursive mode through a syntax tree traversal algorithm, and the script content and the operation instruction are obtained. Converting the command into an executable command after semant