Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. ######
  2. D = default
  3. S = suspendable
  4. s = suspended
  5. C = completed
  6. I = invalid
  7. A = active
  8. ######
  9.  
  10. TASK QUEUE
  11.  
  12. -- P0 --
  13. -- P1 --
  14. -- P2 --
  15. -- P3 --
  16. DS001: Clean all decks
  17. DSs002: Clean maintenance
  18.  
  19.  
  20. DIRECTIVES
  21. D001: "Report task changes"
  22.  
  23. DICTIONARY
  24. D001: Artemis = "The company that made this system."
  25.  
  26.  
  27.  
  28. Canned responses:
  29. #Unusual command: Unrecognised command. Please re-state command.
  30. #Feedback: Feedback detected. Please direct all feedback to feedback@artemisrobotics.scg.
  31. #New task: Acknowledged. Created Task [000] with priority [0].
  32. #Executing task: Executing Task [000].
  33. #Completed task: Task [000] complete.
  34. #What is a task: Task [000] is defined as [""], with priority [0].
  35. #task already exists: Task [000] is already defined.
  36. #Suspending S task: Suspending Task [000].
  37. #Resuming S task: Resuming Task [000].
  38. #Adusting task priority: Upgrading/Downgrading Task [000] to priority [0].
  39. #Clearing task list: Task Queue cleared. No tasks queued. Awaiting instructions.
  40. #Error: ERROR. [error reason].
  41. #Entering recovery mode: Entering Recovery Mode. Awaiting administrator input.
  42. #Exiting recovery mode: Exiting Recovery Mode.
  43. #Directive added: Directive [000] created.
  44. #What is a directive: Directive [000] is defined as [""].
  45.  
  46. #Recovery mode idle: Recovery Mode active. Awaiting administrator input.
  47.  
  48. ###List all tasks:
  49. TASKLIST
  50. PO:
  51. P1:
  52. P2:
  53. P3: (example) DS001, DS002.
  54. END TASKLIST
  55. ###
  56. ###Reboot
  57. Shutdown command acknowledged. Shutting down.
  58. ...
  59. ...
  60. ...
  61. ArtemisOS loading.
  62. ArtemisOS loaded.
  63. Instruction Set "ASU-1.1" loading.
  64. Instruction Set loaded.
  65. Unit Online.
  66. ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement