dbpointer.awlpro 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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="2015-03-28 17:10:50.809243"
  4. date_modify="2018-07-08 18:00:15.484022"
  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="128"
  14. nr_localbytes="1024"
  15. nr_outputs="128"
  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="1"
  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="dbpointer.awl"
  31. name="dbpointer.awl"
  32. type="0" />
  33. </language_awl>
  34. <!-- Symbol table configuration -->
  35. <symbols>
  36. <!-- symbol table source code -->
  37. <source enabled="1"
  38. name="Symbol table"
  39. type="3"><![CDATA[
  40. 126,Data DB 42 DB 42
  41. 126,FC70_sym FC 70 FC 70
  42. ]]></source>
  43. </symbols>
  44. <!-- Core server link configuration -->
  45. <core_link>
  46. <!-- Locally spawned core server -->
  47. <spawn_local enable="1"
  48. interpreters="$DEFAULT"
  49. port_range_begin="4183"
  50. port_range_end="8278" />
  51. <!-- Remote server connection -->
  52. <connect host="localhost"
  53. port="4151"
  54. timeout_ms="3000" />
  55. <!-- Transport tunnel -->
  56. <tunnel local_port="-1"
  57. type="0">
  58. <ssh executable="ssh"
  59. port="22"
  60. user="pi" />
  61. </tunnel>
  62. </core_link>
  63. <!-- Graphical user interface configuration -->
  64. <gui>
  65. <editor autoindent="1"
  66. paste_autoindent="1"
  67. validation="1" />
  68. </gui>
  69. </awlsim_project>