SPS_EMU.001 4.1 KB

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