acme-002.awlpro 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!-- Awlsim project file generated by awlsim-0.66.0-pre -->
  3. <awlsim_project date_create="2017-04-26 20:00:30.817808"
  4. date_modify="2018-07-08 18:00:10.499533"
  5. format_version="1">
  6. <!-- CPU core configuration -->
  7. <cpu>
  8. <!-- CPU core feature specification -->
  9. <specs call_stack_size="256"
  10. nr_accus="2"
  11. nr_counters="256"
  12. nr_flags="2048"
  13. nr_inputs="1024"
  14. nr_localbytes="1024"
  15. nr_outputs="1024"
  16. nr_timers="256"
  17. parenthesis_stack_size="7" />
  18. <!-- CPU core configuration -->
  19. <config clock_memory_byte="-1"
  20. cycle_time_limit_us="1000000"
  21. ext_insns_enable="0"
  22. mnemonics="0"
  23. ob_startinfo_enable="0"
  24. run_time_limit_us="-1" />
  25. </cpu>
  26. <!-- AWL/STL language configuration -->
  27. <language_awl>
  28. <!-- AWL/STL source code -->
  29. <source enabled="1"
  30. file="acme-002.awl"
  31. name="main"
  32. type="0" />
  33. </language_awl>
  34. <!-- Symbol table configuration -->
  35. <symbols>
  36. <!-- symbol table source code -->
  37. <source enabled="1"
  38. name="Unnamed symbol table"
  39. type="3"><![CDATA[
  40. ]]></source>
  41. </symbols>
  42. <!-- Core server link configuration -->
  43. <core_link>
  44. <!-- Locally spawned core server -->
  45. <spawn_local enable="1"
  46. interpreters="$DEFAULT"
  47. port_range_begin="4183"
  48. port_range_end="8278" />
  49. <!-- Remote server connection -->
  50. <connect host="localhost"
  51. port="4151"
  52. timeout_ms="3000" />
  53. <!-- Transport tunnel -->
  54. <tunnel local_port="-1"
  55. type="0">
  56. <ssh executable="ssh"
  57. port="22"
  58. user="pi" />
  59. </tunnel>
  60. </core_link>
  61. <!-- Graphical user interface configuration -->
  62. <gui>
  63. <editor autoindent="1"
  64. paste_autoindent="1"
  65. validation="1" />
  66. </gui>
  67. </awlsim_project>