SPS_EMU.044 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. [LSUOptions]
  2. LSUTextFile=1
  3. [form1Buttons]
  4. ID_EXIT=&Exit
  5. ID_NEW=&New
  6. ID_OPEN=&Open
  7. ID_SAVE=&Save
  8. ID_NEWLINE=New &Line
  9. ID_DELLINE=Delete Line
  10. ID_PRGFILE=Prog. File
  11. ID_PRGULOAD=Upload
  12. ID_HEXFILE=Create HEX file
  13. ID_EXEC_STATEMENT=Execute Instruction
  14. ID_EXEC_NEXT=Next step
  15. ID_EXEC_STOP=Stop debug execution
  16. ID_EXEC_DEBUG=Start/stop the program
  17. ID_ABOUT=&About
  18. [form1ButtonHints]
  19. ID_EXIT=Exit the program
  20. ID_NEW=Create a new file
  21. ID_OPEN=open a file
  22. ID_SAVE=save the actual file
  23. ID_NEWLINE=Add a new line to the program
  24. ID_DELLINE=Delete the actual line
  25. ID_PRGFILE=Show the programming file
  26. ID_PRGULOAD=Upload the program to the target
  27. ID_HEXFILE=Create a HEX file
  28. ID_EXEC_STATEMENT=Execute a single instruction
  29. ID_EXEC_NEXT=Execute the next step
  30. ID_EXEC_STOP=Stop the debug program execution
  31. ID_EXEC_DEBUG=Start/stop the program
  32. ID_ABOUT=About this program
  33. [infobox]
  34. ID_APPTITLE=TPS/PLC Emulator
  35. ID_COPYRIGHT=MCS (C) 2018 Wilfried Klaas #13#10 EMail: w.klaas@gmx.de
  36. [form1Captions]
  37. ID_TPS_VERSION=PLC target:
  38. ID_OUTPUT=Outputs
  39. ID_INPUT=Inputs
  40. ID_INTERNAL_DATA=Internal data
  41. ID_CONTROL=Control
  42. ID_OUTPUT_1=Output 1
  43. ID_OUTPUT_2=Output 2
  44. ID_OUTPUT_3=Output 3
  45. ID_OUTPUT_4=Output 4
  46. ID_INPUT_4=Input 4
  47. ID_INPUT_3=Input 3
  48. ID_INPUT_2=Input 2
  49. ID_INPUT_1=Input 1
  50. ID_REFRESH_ADDR=Refresh address
  51. ID_MNEMONIC=Instruction
  52. ID_MNE_DATA=Data
  53. ID_CAPTION=TPS/PLC Emulator
  54. ID_GRID_STORAGE=Memory
  55. ID_GRID_MNEMONIC=Instruction
  56. ID_GRID_DATA=Data
  57. ID_GRID_DESCRIPTION=Descr.
  58. ID_GRID_COMMENT=Comment
  59. ID_SAVE_TPS=File save as
  60. ID_SAVE_HEX=File save as
  61. ID_OPEN=Open program
  62. ID_SAVE=Save program
  63. ID_CLICK_HERE= or click here.
  64. [form1Hints]
  65. ID_TPS_VERSION=TPS target system for this program
  66. ID_OUTPUT=Outputs
  67. ID_INPUT=Inputs
  68. ID_INTERNAL_DATA=Data for internal processing
  69. ID_CONTROL=Control
  70. ID_OUTPUT_1=Output 1
  71. ID_OUTPUT_2=Output 2
  72. ID_OUTPUT_3=Output 3
  73. ID_OUTPUT_4=Output 4
  74. ID_INPUT_4=Input 4
  75. ID_INPUT_3=Input 3
  76. ID_INPUT_2=Input 2
  77. ID_INPUT_1=Input 1
  78. ID_REFRESH_ADDR=Refresh address
  79. ID_MNEMONIC=Instruction
  80. ID_MNE_DATA=Data
  81. ID_CAPTION=
  82. ID_GRID_STORAGE=Adress
  83. ID_GRID_MNEMONIC=Instruction
  84. ID_GRID_DATA=Data
  85. ID_GRID_DESCRIPTION=Description
  86. ID_GRID_COMMENT=Notes / Comment
  87. [form2Captions]
  88. ID_CAPTION=Program file
  89. [form2Hints]
  90. ID_CAPTION=
  91. [form2Buttons]
  92. ID_CLOSE=&Close
  93. [form2ButtonHints]
  94. ID_CLOSE=Close window
  95. [form1Filter]
  96. ID_SAVE_TPS=TPS/PLC files (*.tps)|*.tps|all files (*.*)|*.*
  97. ID_SAVE_HEX=Intel Hex file (*.hex)|*.hex|all files (*.*)|*.*
  98. ID_OPEN=TPS/SPS file (*.tps)|*.tps|all files (*.*)|*.*
  99. ID_SAVE=TPS/SPS file (*.tps)|*.tps|all files (*.*)|*.*
  100. [form1Action]
  101. ID_EXIT=&Exit
  102. ID_OPEN=Open
  103. ID_SAVE=Save
  104. ID_DEBUG=Start/Stop program
  105. ID_NEXT_STEP=Next step
  106. ID_STOP=Stop debug
  107. ID_EXEC_MNEMONIC=Execute instruction
  108. ID_SHOW_HEX=Show HEX file
  109. ID_UPLOAD=Upload program
  110. ID_NEW=New program
  111. ID_NEW_ROW=New line
  112. ID_DEL_ROW=Delete line
  113. ID_SAVE_FILE=Save file
  114. ID_ABOUT=About
  115. ID_HEX_FILE=Create HEX file
  116. [form1ActionHints]
  117. ID_EXIT=Exit program
  118. ID_OPEN=Open program
  119. ID_SAVE=Save program
  120. ID_DEBUG=Start/Stop program
  121. ID_NEXT_STEP=Execute next step
  122. ID_STOP=Stop debug
  123. ID_EXEC_MNEMONIC=Execute instruction
  124. ID_SHOW_HEX=Show HEX file
  125. ID_UPLOAD=Upload program to TPS/PLC
  126. ID_NEW=New program
  127. ID_NEW_ROW=New line
  128. ID_DEL_ROW=Delete actual line
  129. ID_SAVE_FILE=Save file
  130. ID_ABOUT=About this program
  131. ID_HEX_FILE=Create HEX file
  132. [statusbar]
  133. ID_SPS_START=Starting PLC
  134. ID_SPS_RUNNING=PLC running
  135. ID_SPS_STOPPED=PLC stopped
  136. ID_SPS_PROGRAMMING=programming PLC
  137. [hexfile]
  138. ID_START_LINE=Addr BD Inst. Data Comment
  139. [MessagesMSG]
  140. ID_MB_WARNINGT=Warning
  141. ID_MB_QUESTIONT=Question
  142. SAVE_CHANGESM=The program has been changed. Do you want to save the changes?
  143. [frmSelectComCaptions]
  144. ID_COMPORT=Port
  145. ID_ARDUINO_INST=Arduino installation
  146. ID_COMMENT=Please select the port of the arduino and the path to the arduino installtion.
  147. [frmSelectComHints]
  148. ID_COMPORT=Com Port
  149. ID_ARDUINO_INST=Arduino installtion
  150. ID_COMMENT=Comment