SPS_EMU.044 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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_SAVE_AS=&Save as
  9. ID_NEWLINE=New &Line
  10. ID_DELLINE=Delete Line
  11. ID_PRGFILE=Prog. File
  12. ID_PRGULOAD=Upload
  13. ID_HEXFILE=Create HEX file
  14. ID_EXEC_STATEMENT=Execute Instruction
  15. ID_EXEC_NEXT=Next step
  16. ID_EXEC_STOP=Stop debug execution
  17. ID_EXEC_DEBUG=Start/stop the program
  18. ID_ABOUT=&About
  19. ID_RESETPRESETS=R
  20. ID_SAVEPRESETS=S
  21. ID_LOADPRESETS=L
  22. ID_NEXT_INSERT=
  23. [form1ButtonHints]
  24. ID_EXIT=Exit the program
  25. ID_NEW=Create a new file
  26. ID_OPEN=open a file
  27. ID_SAVE=save the actual file
  28. ID_SAVE_AS=save as
  29. ID_NEWLINE=Add a new line to the program
  30. ID_DELLINE=Delete the actual line
  31. ID_PRGFILE=Show the programming file
  32. ID_PRGULOAD=Upload the program to the target
  33. ID_HEXFILE=Create a HEX file
  34. ID_EXEC_STATEMENT=Execute a single instruction
  35. ID_EXEC_NEXT=Execute the next step
  36. ID_EXEC_STOP=Stop the debug program execution
  37. ID_EXEC_DEBUG=Start/stop the program
  38. ID_ABOUT=About this program
  39. ID_RESETPRESETS=reset all presets
  40. ID_SAVEPRESETS=save presets to file
  41. ID_LOADPRESETS=load presets from file
  42. ID_NEXT_INSERT=goto next row, add row if necessary
  43. ID_EXAMPLE=Load example from web
  44. [infobox]
  45. ID_APPTITLE=TPS/PLC Emulator
  46. ID_COPYRIGHT=MCS (C) 2021 Wilfried Klaas #13#10 EMail: w.klaas@gmx.de
  47. [form1Captions]
  48. ID_TPS_VERSION=PLC target:
  49. ID_OUTPUT=Outputs
  50. ID_INPUT=Inputs
  51. ID_INTERNAL_DATA=Internal data
  52. ID_CONTROL=Control
  53. ID_OUTPUT_1=Output 1
  54. ID_OUTPUT_2=Output 2
  55. ID_OUTPUT_3=Output 3
  56. ID_OUTPUT_4=Output 4
  57. ID_INPUT_4=Input &4
  58. ID_INPUT_3=Input &3
  59. ID_INPUT_2=Input &2
  60. ID_INPUT_1=Input &1
  61. ID_REFRESH_ADDR=Refresh address
  62. ID_IGNORE_DELAY=Ignore Delay
  63. ID_MNEMONIC=Instruction
  64. ID_MNE_DATA=Data
  65. ID_CAPTION=TPS/PLC Emulator
  66. ID_GRID_STORAGE=Memory
  67. ID_GRID_MNEMONIC=Instruction
  68. ID_GRID_DATA=Data
  69. ID_GRID_DESCRIPTION=Descr.
  70. ID_GRID_COMMENT=Comment
  71. ID_SAVE_TPS=File save as
  72. ID_SAVE_HEX=File save as
  73. ID_SAVE_BIN=File save as
  74. ID_OPEN=Open program
  75. ID_SAVE=Save program
  76. ID_SAVE_AS=Save program as
  77. ID_CLICK_HERE= or click here.
  78. [form1Hints]
  79. ID_TPS_VERSION=TPS target system for this program
  80. ID_OUTPUT=Outputs
  81. ID_INPUT=Inputs
  82. ID_INTERNAL_DATA=Data for internal processing
  83. ID_CONTROL=Control
  84. ID_OUTPUT_1=Output 1
  85. ID_OUTPUT_2=Output 2
  86. ID_OUTPUT_3=Output 3
  87. ID_OUTPUT_4=Output 4
  88. ID_INPUT_4=Input 4
  89. ID_INPUT_3=Input 3
  90. ID_INPUT_2=Input 2
  91. ID_INPUT_1=Input 1
  92. ID_REFRESH_ADDR=Refresh address
  93. ID_IGNORE_DELAY=on execution ignore any delay command
  94. ID_MNEMONIC=Instruction
  95. ID_MNE_DATA=Data
  96. ID_CAPTION=
  97. ID_GRID_STORAGE=Adress
  98. ID_GRID_MNEMONIC=Instruction
  99. ID_GRID_DATA=Data
  100. ID_GRID_DESCRIPTION=Description
  101. ID_GRID_COMMENT=Notes / Comment
  102. ID_BTN_PRG_SEL=PRG selected
  103. ID_BTN_PRG_NON=PRG not selected
  104. ID_BTN_SEL_SEL=SEL selected
  105. ID_BTN_SEL_NON=SEL not selected
  106. [form2Captions]
  107. ID_CAPTION=Program file
  108. [form2Hints]
  109. ID_CAPTION=
  110. [form2Buttons]
  111. ID_CLOSE=&Close
  112. [form2ButtonHints]
  113. ID_CLOSE=Close window
  114. [form1Filter]
  115. ID_SAVE_TPS=TPS/PLC files (*.tps)|*.tps|all files (*.*)|*.*
  116. ID_SAVE_HEX=Intel Hex file (*.hex)|*.hex|all files (*.*)|*.*
  117. ID_OPEN=TPS/SPS file (*.tps)|*.tps|all files (*.*)|*.*
  118. ID_SAVE=TPS/SPS file (*.tps)|*.tps|all files (*.*)|*.*
  119. ID_SAVE_BIN=binary file (*)|*|all files (*.*)|*.*
  120. [form1Action]
  121. ID_EXIT=&Exit
  122. ID_OPEN=Open
  123. ID_SAVE=Save
  124. ID_DEBUG=Start/Stop program
  125. ID_NEXT_STEP=Next step
  126. ID_STOP=Stop debug
  127. ID_EXEC_MNEMONIC=Execute instruction
  128. ID_SHOW_HEX=Show HEX file
  129. ID_UPLOAD=Upload program
  130. ID_NEW=New program
  131. ID_NEW_ROW=New line
  132. ID_DEL_ROW=Delete line
  133. ID_SAVE_FILE=Save file
  134. ID_ABOUT=About
  135. ID_HEX_FILE=Create HEX file
  136. [form1ActionHints]
  137. ID_EXIT=Exit program
  138. ID_OPEN=Open program
  139. ID_SAVE=Save program
  140. ID_DEBUG=Start/Stop program
  141. ID_NEXT_STEP=Execute next step
  142. ID_STOP=Stop debug
  143. ID_EXEC_MNEMONIC=Execute instruction
  144. ID_SHOW_HEX=Show HEX file
  145. ID_UPLOAD=Upload program to TPS/PLC
  146. ID_NEW=New program
  147. ID_NEW_ROW=New line
  148. ID_DEL_ROW=Delete actual line
  149. ID_SAVE_FILE=Save file
  150. ID_ABOUT=About this program
  151. ID_HEX_FILE=Create HEX file
  152. [statusbar]
  153. ID_SPS_START=Starting PLC
  154. ID_SPS_RUNNING=PLC running
  155. ID_SPS_STOPPED=PLC stopped
  156. ID_SPS_PROGRAMMING=programming PLC
  157. [hexfile]
  158. ID_START_LINE=Addr BD Inst. Data Comment
  159. [MessagesMSG]
  160. ID_MB_WARNINGT=Warning
  161. ID_MB_QUESTIONT=Question
  162. ID_MB_INFOT=Information
  163. SAVE_CHANGESM=The program has been changed. Do you want to save the changes?
  164. ID_UPLOAD_OKM=Pogram uploaded.
  165. ID_NOT_READYM=Arduino not responding. Maybe not connected, SEL not pressed oder wrong firmware version?
  166. ID_PRG_TO_LONGM=The program is to long for the selected hardware.
  167. [frmSelectComCaptions]
  168. ID_COMPORT=Port
  169. ID_ARDUINO_INST=Arduino installation
  170. ID_COMMENT=Please select the port of the arduino.
  171. ID_COMMAND_HINT=To upload, please hold the SEL button down until a message appears.
  172. [frmSelectComHints]
  173. ID_COMPORT=Com Port
  174. ID_ARDUINO_INST=Arduino installtion
  175. ID_COMMENT=Comment