rsmp_schema 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (653) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +6 -0
  3. data/.rspec +1 -0
  4. data/Gemfile +4 -0
  5. data/Gemfile.lock +49 -0
  6. data/LICENSE +7 -0
  7. data/README.md +73 -0
  8. data/Rakefile +18 -0
  9. data/examples/validate.rb +32 -0
  10. data/exe/rsmp_schema +4 -0
  11. data/lib/rsmp_schema/cli.rb +35 -0
  12. data/lib/rsmp_schema/convert/export/json_schema.rb +223 -0
  13. data/lib/rsmp_schema/convert/import/yaml.rb +41 -0
  14. data/lib/rsmp_schema/error.rb +13 -0
  15. data/lib/rsmp_schema/schema.rb +102 -0
  16. data/lib/rsmp_schema/version.rb +5 -0
  17. data/lib/rsmp_schema.rb +7 -0
  18. data/rsmp_schema.gemspec +40 -0
  19. data/schemas/core/3.1.1/aggregated_status.json +25 -0
  20. data/schemas/core/3.1.1/alarm.json +58 -0
  21. data/schemas/core/3.1.1/alarm_issue.json +47 -0
  22. data/schemas/core/3.1.1/alarm_suspend_resume.json +3 -0
  23. data/schemas/core/3.1.1/alarm_suspended_resumed.json +47 -0
  24. data/schemas/core/3.1.1/command_request.json +24 -0
  25. data/schemas/core/3.1.1/command_response.json +34 -0
  26. data/schemas/core/3.1.1/core.json +38 -0
  27. data/schemas/core/3.1.1/definitions.json +67 -0
  28. data/schemas/core/3.1.1/message_ack.json +11 -0
  29. data/schemas/core/3.1.1/message_not_ack.json +15 -0
  30. data/schemas/core/3.1.1/rsmp.json +124 -0
  31. data/schemas/core/3.1.1/status.json +21 -0
  32. data/schemas/core/3.1.1/status_request.json +5 -0
  33. data/schemas/core/3.1.1/status_response.json +30 -0
  34. data/schemas/core/3.1.1/status_subscribe.json +27 -0
  35. data/schemas/core/3.1.1/status_unsubscribe.json +5 -0
  36. data/schemas/core/3.1.1/status_update.json +30 -0
  37. data/schemas/core/3.1.1/version.json +47 -0
  38. data/schemas/core/3.1.1/watchdog.json +9 -0
  39. data/schemas/core/3.1.2/rsmp.json +3 -0
  40. data/schemas/core/3.1.3/rsmp.json +124 -0
  41. data/schemas/core/3.1.3/status_response.json +30 -0
  42. data/schemas/core/3.1.3/status_update.json +30 -0
  43. data/schemas/core/3.1.4/rsmp.json +3 -0
  44. data/schemas/core/3.1.5/aggregated_status_request.json +9 -0
  45. data/schemas/core/3.1.5/alarm.json +68 -0
  46. data/schemas/core/3.1.5/alarm_request.json +3 -0
  47. data/schemas/core/3.1.5/core.json +39 -0
  48. data/schemas/core/3.1.5/rsmp.json +133 -0
  49. data/schemas/core/3.1.5/status.json +21 -0
  50. data/schemas/core/3.1.5/status_subscribe.json +31 -0
  51. data/schemas/core/3.2/alarm.json +62 -0
  52. data/schemas/core/3.2/core.json +39 -0
  53. data/schemas/core/3.2/rsmp.json +133 -0
  54. data/schemas/tlc/1.0.10/alarms/A0001.json +7 -0
  55. data/schemas/tlc/1.0.10/alarms/A0002.json +7 -0
  56. data/schemas/tlc/1.0.10/alarms/A0003.json +7 -0
  57. data/schemas/tlc/1.0.10/alarms/A0004.json +7 -0
  58. data/schemas/tlc/1.0.10/alarms/A0005.json +7 -0
  59. data/schemas/tlc/1.0.10/alarms/A0006.json +7 -0
  60. data/schemas/tlc/1.0.10/alarms/A0007.json +7 -0
  61. data/schemas/tlc/1.0.10/alarms/A0008.json +40 -0
  62. data/schemas/tlc/1.0.10/alarms/A0009.json +7 -0
  63. data/schemas/tlc/1.0.10/alarms/A0101.json +7 -0
  64. data/schemas/tlc/1.0.10/alarms/A0201.json +39 -0
  65. data/schemas/tlc/1.0.10/alarms/A0202.json +39 -0
  66. data/schemas/tlc/1.0.10/alarms/A0301.json +111 -0
  67. data/schemas/tlc/1.0.10/alarms/A0302.json +137 -0
  68. data/schemas/tlc/1.0.10/alarms/alarms.json +238 -0
  69. data/schemas/tlc/1.0.10/commands/M0001.json +125 -0
  70. data/schemas/tlc/1.0.10/commands/M0002.json +91 -0
  71. data/schemas/tlc/1.0.10/commands/M0003.json +91 -0
  72. data/schemas/tlc/1.0.10/commands/M0004.json +64 -0
  73. data/schemas/tlc/1.0.10/commands/M0005.json +91 -0
  74. data/schemas/tlc/1.0.10/commands/M0006.json +91 -0
  75. data/schemas/tlc/1.0.10/commands/M0007.json +64 -0
  76. data/schemas/tlc/1.0.10/commands/M0008.json +91 -0
  77. data/schemas/tlc/1.0.10/commands/M0010.json +64 -0
  78. data/schemas/tlc/1.0.10/commands/M0011.json +64 -0
  79. data/schemas/tlc/1.0.10/commands/M0012.json +58 -0
  80. data/schemas/tlc/1.0.10/commands/M0013.json +58 -0
  81. data/schemas/tlc/1.0.10/commands/M0019.json +118 -0
  82. data/schemas/tlc/1.0.10/commands/M0103.json +82 -0
  83. data/schemas/tlc/1.0.10/commands/M0104.json +199 -0
  84. data/schemas/tlc/1.0.10/commands/command_requests.json +7 -0
  85. data/schemas/tlc/1.0.10/commands/command_responses.json +7 -0
  86. data/schemas/tlc/1.0.10/commands/commands.json +254 -0
  87. data/schemas/tlc/1.0.10/statuses/S0001.json +116 -0
  88. data/schemas/tlc/1.0.10/statuses/S0002.json +34 -0
  89. data/schemas/tlc/1.0.10/statuses/S0003.json +55 -0
  90. data/schemas/tlc/1.0.10/statuses/S0004.json +55 -0
  91. data/schemas/tlc/1.0.10/statuses/S0005.json +40 -0
  92. data/schemas/tlc/1.0.10/statuses/S0006.json +67 -0
  93. data/schemas/tlc/1.0.10/statuses/S0007.json +67 -0
  94. data/schemas/tlc/1.0.10/statuses/S0008.json +67 -0
  95. data/schemas/tlc/1.0.10/statuses/S0009.json +67 -0
  96. data/schemas/tlc/1.0.10/statuses/S0010.json +67 -0
  97. data/schemas/tlc/1.0.10/statuses/S0011.json +67 -0
  98. data/schemas/tlc/1.0.10/statuses/S0012.json +67 -0
  99. data/schemas/tlc/1.0.10/statuses/S0013.json +67 -0
  100. data/schemas/tlc/1.0.10/statuses/S0014.json +40 -0
  101. data/schemas/tlc/1.0.10/statuses/S0015.json +40 -0
  102. data/schemas/tlc/1.0.10/statuses/S0016.json +40 -0
  103. data/schemas/tlc/1.0.10/statuses/S0017.json +40 -0
  104. data/schemas/tlc/1.0.10/statuses/S0018.json +40 -0
  105. data/schemas/tlc/1.0.10/statuses/S0019.json +40 -0
  106. data/schemas/tlc/1.0.10/statuses/S0020.json +67 -0
  107. data/schemas/tlc/1.0.10/statuses/S0021.json +35 -0
  108. data/schemas/tlc/1.0.10/statuses/S0091.json +58 -0
  109. data/schemas/tlc/1.0.10/statuses/S0092.json +58 -0
  110. data/schemas/tlc/1.0.10/statuses/S0095.json +34 -0
  111. data/schemas/tlc/1.0.10/statuses/S0096.json +175 -0
  112. data/schemas/tlc/1.0.10/statuses/S0201.json +67 -0
  113. data/schemas/tlc/1.0.10/statuses/S0202.json +67 -0
  114. data/schemas/tlc/1.0.10/statuses/S0203.json +67 -0
  115. data/schemas/tlc/1.0.10/statuses/S0204.json +283 -0
  116. data/schemas/tlc/1.0.10/statuses/statuses.json +482 -0
  117. data/schemas/tlc/1.0.10/sxl.json +73 -0
  118. data/schemas/tlc/1.0.10/sxl.yaml +1059 -0
  119. data/schemas/tlc/1.0.13/alarms/A0001.json +7 -0
  120. data/schemas/tlc/1.0.13/alarms/A0002.json +7 -0
  121. data/schemas/tlc/1.0.13/alarms/A0003.json +7 -0
  122. data/schemas/tlc/1.0.13/alarms/A0004.json +7 -0
  123. data/schemas/tlc/1.0.13/alarms/A0005.json +7 -0
  124. data/schemas/tlc/1.0.13/alarms/A0006.json +7 -0
  125. data/schemas/tlc/1.0.13/alarms/A0007.json +7 -0
  126. data/schemas/tlc/1.0.13/alarms/A0008.json +40 -0
  127. data/schemas/tlc/1.0.13/alarms/A0009.json +7 -0
  128. data/schemas/tlc/1.0.13/alarms/A0101.json +7 -0
  129. data/schemas/tlc/1.0.13/alarms/A0201.json +39 -0
  130. data/schemas/tlc/1.0.13/alarms/A0202.json +39 -0
  131. data/schemas/tlc/1.0.13/alarms/A0301.json +111 -0
  132. data/schemas/tlc/1.0.13/alarms/A0302.json +137 -0
  133. data/schemas/tlc/1.0.13/alarms/alarms.json +238 -0
  134. data/schemas/tlc/1.0.13/commands/M0001.json +125 -0
  135. data/schemas/tlc/1.0.13/commands/M0002.json +91 -0
  136. data/schemas/tlc/1.0.13/commands/M0003.json +91 -0
  137. data/schemas/tlc/1.0.13/commands/M0004.json +64 -0
  138. data/schemas/tlc/1.0.13/commands/M0005.json +91 -0
  139. data/schemas/tlc/1.0.13/commands/M0006.json +91 -0
  140. data/schemas/tlc/1.0.13/commands/M0007.json +64 -0
  141. data/schemas/tlc/1.0.13/commands/M0008.json +91 -0
  142. data/schemas/tlc/1.0.13/commands/M0010.json +64 -0
  143. data/schemas/tlc/1.0.13/commands/M0011.json +64 -0
  144. data/schemas/tlc/1.0.13/commands/M0012.json +58 -0
  145. data/schemas/tlc/1.0.13/commands/M0013.json +58 -0
  146. data/schemas/tlc/1.0.13/commands/M0014.json +85 -0
  147. data/schemas/tlc/1.0.13/commands/M0015.json +91 -0
  148. data/schemas/tlc/1.0.13/commands/M0016.json +58 -0
  149. data/schemas/tlc/1.0.13/commands/M0017.json +58 -0
  150. data/schemas/tlc/1.0.13/commands/M0018.json +91 -0
  151. data/schemas/tlc/1.0.13/commands/M0019.json +118 -0
  152. data/schemas/tlc/1.0.13/commands/M0103.json +82 -0
  153. data/schemas/tlc/1.0.13/commands/M0104.json +199 -0
  154. data/schemas/tlc/1.0.13/commands/command_requests.json +7 -0
  155. data/schemas/tlc/1.0.13/commands/command_responses.json +7 -0
  156. data/schemas/tlc/1.0.13/commands/commands.json +334 -0
  157. data/schemas/tlc/1.0.13/statuses/S0001.json +116 -0
  158. data/schemas/tlc/1.0.13/statuses/S0002.json +34 -0
  159. data/schemas/tlc/1.0.13/statuses/S0003.json +55 -0
  160. data/schemas/tlc/1.0.13/statuses/S0004.json +55 -0
  161. data/schemas/tlc/1.0.13/statuses/S0005.json +40 -0
  162. data/schemas/tlc/1.0.13/statuses/S0006.json +67 -0
  163. data/schemas/tlc/1.0.13/statuses/S0007.json +67 -0
  164. data/schemas/tlc/1.0.13/statuses/S0008.json +67 -0
  165. data/schemas/tlc/1.0.13/statuses/S0009.json +67 -0
  166. data/schemas/tlc/1.0.13/statuses/S0010.json +67 -0
  167. data/schemas/tlc/1.0.13/statuses/S0011.json +67 -0
  168. data/schemas/tlc/1.0.13/statuses/S0012.json +67 -0
  169. data/schemas/tlc/1.0.13/statuses/S0013.json +67 -0
  170. data/schemas/tlc/1.0.13/statuses/S0014.json +40 -0
  171. data/schemas/tlc/1.0.13/statuses/S0015.json +40 -0
  172. data/schemas/tlc/1.0.13/statuses/S0016.json +40 -0
  173. data/schemas/tlc/1.0.13/statuses/S0017.json +40 -0
  174. data/schemas/tlc/1.0.13/statuses/S0018.json +40 -0
  175. data/schemas/tlc/1.0.13/statuses/S0019.json +40 -0
  176. data/schemas/tlc/1.0.13/statuses/S0020.json +67 -0
  177. data/schemas/tlc/1.0.13/statuses/S0021.json +35 -0
  178. data/schemas/tlc/1.0.13/statuses/S0022.json +34 -0
  179. data/schemas/tlc/1.0.13/statuses/S0023.json +35 -0
  180. data/schemas/tlc/1.0.13/statuses/S0024.json +35 -0
  181. data/schemas/tlc/1.0.13/statuses/S0025.json +229 -0
  182. data/schemas/tlc/1.0.13/statuses/S0026.json +34 -0
  183. data/schemas/tlc/1.0.13/statuses/S0027.json +34 -0
  184. data/schemas/tlc/1.0.13/statuses/S0028.json +34 -0
  185. data/schemas/tlc/1.0.13/statuses/S0029.json +34 -0
  186. data/schemas/tlc/1.0.13/statuses/S0091.json +58 -0
  187. data/schemas/tlc/1.0.13/statuses/S0092.json +58 -0
  188. data/schemas/tlc/1.0.13/statuses/S0095.json +34 -0
  189. data/schemas/tlc/1.0.13/statuses/S0096.json +175 -0
  190. data/schemas/tlc/1.0.13/statuses/S0201.json +67 -0
  191. data/schemas/tlc/1.0.13/statuses/S0202.json +67 -0
  192. data/schemas/tlc/1.0.13/statuses/S0203.json +67 -0
  193. data/schemas/tlc/1.0.13/statuses/S0204.json +283 -0
  194. data/schemas/tlc/1.0.13/statuses/statuses.json +610 -0
  195. data/schemas/tlc/1.0.13/sxl.json +73 -0
  196. data/schemas/tlc/1.0.13/sxl.yaml +1376 -0
  197. data/schemas/tlc/1.0.14/alarms/A0001.json +7 -0
  198. data/schemas/tlc/1.0.14/alarms/A0002.json +7 -0
  199. data/schemas/tlc/1.0.14/alarms/A0003.json +7 -0
  200. data/schemas/tlc/1.0.14/alarms/A0004.json +7 -0
  201. data/schemas/tlc/1.0.14/alarms/A0005.json +7 -0
  202. data/schemas/tlc/1.0.14/alarms/A0006.json +7 -0
  203. data/schemas/tlc/1.0.14/alarms/A0007.json +7 -0
  204. data/schemas/tlc/1.0.14/alarms/A0008.json +40 -0
  205. data/schemas/tlc/1.0.14/alarms/A0009.json +7 -0
  206. data/schemas/tlc/1.0.14/alarms/A0101.json +7 -0
  207. data/schemas/tlc/1.0.14/alarms/A0201.json +39 -0
  208. data/schemas/tlc/1.0.14/alarms/A0202.json +39 -0
  209. data/schemas/tlc/1.0.14/alarms/A0301.json +111 -0
  210. data/schemas/tlc/1.0.14/alarms/A0302.json +137 -0
  211. data/schemas/tlc/1.0.14/alarms/alarms.json +238 -0
  212. data/schemas/tlc/1.0.14/commands/M0001.json +125 -0
  213. data/schemas/tlc/1.0.14/commands/M0002.json +91 -0
  214. data/schemas/tlc/1.0.14/commands/M0003.json +91 -0
  215. data/schemas/tlc/1.0.14/commands/M0004.json +64 -0
  216. data/schemas/tlc/1.0.14/commands/M0005.json +91 -0
  217. data/schemas/tlc/1.0.14/commands/M0006.json +91 -0
  218. data/schemas/tlc/1.0.14/commands/M0007.json +64 -0
  219. data/schemas/tlc/1.0.14/commands/M0008.json +91 -0
  220. data/schemas/tlc/1.0.14/commands/M0010.json +64 -0
  221. data/schemas/tlc/1.0.14/commands/M0011.json +64 -0
  222. data/schemas/tlc/1.0.14/commands/M0012.json +58 -0
  223. data/schemas/tlc/1.0.14/commands/M0013.json +58 -0
  224. data/schemas/tlc/1.0.14/commands/M0014.json +85 -0
  225. data/schemas/tlc/1.0.14/commands/M0015.json +91 -0
  226. data/schemas/tlc/1.0.14/commands/M0016.json +58 -0
  227. data/schemas/tlc/1.0.14/commands/M0017.json +58 -0
  228. data/schemas/tlc/1.0.14/commands/M0018.json +91 -0
  229. data/schemas/tlc/1.0.14/commands/M0019.json +118 -0
  230. data/schemas/tlc/1.0.14/commands/M0103.json +82 -0
  231. data/schemas/tlc/1.0.14/commands/M0104.json +199 -0
  232. data/schemas/tlc/1.0.14/commands/command_requests.json +7 -0
  233. data/schemas/tlc/1.0.14/commands/command_responses.json +7 -0
  234. data/schemas/tlc/1.0.14/commands/commands.json +334 -0
  235. data/schemas/tlc/1.0.14/statuses/S0001.json +116 -0
  236. data/schemas/tlc/1.0.14/statuses/S0002.json +34 -0
  237. data/schemas/tlc/1.0.14/statuses/S0003.json +55 -0
  238. data/schemas/tlc/1.0.14/statuses/S0004.json +55 -0
  239. data/schemas/tlc/1.0.14/statuses/S0005.json +40 -0
  240. data/schemas/tlc/1.0.14/statuses/S0006.json +67 -0
  241. data/schemas/tlc/1.0.14/statuses/S0007.json +67 -0
  242. data/schemas/tlc/1.0.14/statuses/S0008.json +67 -0
  243. data/schemas/tlc/1.0.14/statuses/S0009.json +67 -0
  244. data/schemas/tlc/1.0.14/statuses/S0010.json +67 -0
  245. data/schemas/tlc/1.0.14/statuses/S0011.json +67 -0
  246. data/schemas/tlc/1.0.14/statuses/S0012.json +67 -0
  247. data/schemas/tlc/1.0.14/statuses/S0013.json +67 -0
  248. data/schemas/tlc/1.0.14/statuses/S0014.json +40 -0
  249. data/schemas/tlc/1.0.14/statuses/S0015.json +40 -0
  250. data/schemas/tlc/1.0.14/statuses/S0016.json +40 -0
  251. data/schemas/tlc/1.0.14/statuses/S0017.json +40 -0
  252. data/schemas/tlc/1.0.14/statuses/S0018.json +40 -0
  253. data/schemas/tlc/1.0.14/statuses/S0019.json +40 -0
  254. data/schemas/tlc/1.0.14/statuses/S0020.json +67 -0
  255. data/schemas/tlc/1.0.14/statuses/S0021.json +35 -0
  256. data/schemas/tlc/1.0.14/statuses/S0022.json +34 -0
  257. data/schemas/tlc/1.0.14/statuses/S0023.json +35 -0
  258. data/schemas/tlc/1.0.14/statuses/S0024.json +35 -0
  259. data/schemas/tlc/1.0.14/statuses/S0025.json +229 -0
  260. data/schemas/tlc/1.0.14/statuses/S0026.json +34 -0
  261. data/schemas/tlc/1.0.14/statuses/S0027.json +34 -0
  262. data/schemas/tlc/1.0.14/statuses/S0028.json +34 -0
  263. data/schemas/tlc/1.0.14/statuses/S0029.json +34 -0
  264. data/schemas/tlc/1.0.14/statuses/S0091.json +58 -0
  265. data/schemas/tlc/1.0.14/statuses/S0092.json +58 -0
  266. data/schemas/tlc/1.0.14/statuses/S0095.json +34 -0
  267. data/schemas/tlc/1.0.14/statuses/S0096.json +175 -0
  268. data/schemas/tlc/1.0.14/statuses/S0201.json +67 -0
  269. data/schemas/tlc/1.0.14/statuses/S0202.json +67 -0
  270. data/schemas/tlc/1.0.14/statuses/S0203.json +67 -0
  271. data/schemas/tlc/1.0.14/statuses/S0204.json +283 -0
  272. data/schemas/tlc/1.0.14/statuses/S0205.json +61 -0
  273. data/schemas/tlc/1.0.14/statuses/S0206.json +61 -0
  274. data/schemas/tlc/1.0.14/statuses/S0207.json +61 -0
  275. data/schemas/tlc/1.0.14/statuses/S0208.json +229 -0
  276. data/schemas/tlc/1.0.14/statuses/statuses.json +674 -0
  277. data/schemas/tlc/1.0.14/sxl.json +73 -0
  278. data/schemas/tlc/1.0.14/sxl.yaml +1514 -0
  279. data/schemas/tlc/1.0.15/alarms/A0001.json +7 -0
  280. data/schemas/tlc/1.0.15/alarms/A0002.json +7 -0
  281. data/schemas/tlc/1.0.15/alarms/A0003.json +7 -0
  282. data/schemas/tlc/1.0.15/alarms/A0004.json +7 -0
  283. data/schemas/tlc/1.0.15/alarms/A0005.json +7 -0
  284. data/schemas/tlc/1.0.15/alarms/A0006.json +7 -0
  285. data/schemas/tlc/1.0.15/alarms/A0007.json +7 -0
  286. data/schemas/tlc/1.0.15/alarms/A0008.json +40 -0
  287. data/schemas/tlc/1.0.15/alarms/A0009.json +7 -0
  288. data/schemas/tlc/1.0.15/alarms/A0010.json +7 -0
  289. data/schemas/tlc/1.0.15/alarms/A0101.json +7 -0
  290. data/schemas/tlc/1.0.15/alarms/A0201.json +39 -0
  291. data/schemas/tlc/1.0.15/alarms/A0202.json +39 -0
  292. data/schemas/tlc/1.0.15/alarms/A0301.json +111 -0
  293. data/schemas/tlc/1.0.15/alarms/A0302.json +137 -0
  294. data/schemas/tlc/1.0.15/alarms/alarms.json +254 -0
  295. data/schemas/tlc/1.0.15/commands/M0001.json +125 -0
  296. data/schemas/tlc/1.0.15/commands/M0002.json +91 -0
  297. data/schemas/tlc/1.0.15/commands/M0003.json +91 -0
  298. data/schemas/tlc/1.0.15/commands/M0004.json +64 -0
  299. data/schemas/tlc/1.0.15/commands/M0005.json +91 -0
  300. data/schemas/tlc/1.0.15/commands/M0006.json +91 -0
  301. data/schemas/tlc/1.0.15/commands/M0007.json +64 -0
  302. data/schemas/tlc/1.0.15/commands/M0008.json +91 -0
  303. data/schemas/tlc/1.0.15/commands/M0010.json +64 -0
  304. data/schemas/tlc/1.0.15/commands/M0011.json +64 -0
  305. data/schemas/tlc/1.0.15/commands/M0012.json +58 -0
  306. data/schemas/tlc/1.0.15/commands/M0013.json +58 -0
  307. data/schemas/tlc/1.0.15/commands/M0014.json +85 -0
  308. data/schemas/tlc/1.0.15/commands/M0015.json +91 -0
  309. data/schemas/tlc/1.0.15/commands/M0016.json +58 -0
  310. data/schemas/tlc/1.0.15/commands/M0017.json +58 -0
  311. data/schemas/tlc/1.0.15/commands/M0018.json +91 -0
  312. data/schemas/tlc/1.0.15/commands/M0019.json +118 -0
  313. data/schemas/tlc/1.0.15/commands/M0020.json +118 -0
  314. data/schemas/tlc/1.0.15/commands/M0021.json +58 -0
  315. data/schemas/tlc/1.0.15/commands/M0103.json +82 -0
  316. data/schemas/tlc/1.0.15/commands/M0104.json +199 -0
  317. data/schemas/tlc/1.0.15/commands/command_requests.json +7 -0
  318. data/schemas/tlc/1.0.15/commands/command_responses.json +7 -0
  319. data/schemas/tlc/1.0.15/commands/commands.json +366 -0
  320. data/schemas/tlc/1.0.15/statuses/S0001.json +116 -0
  321. data/schemas/tlc/1.0.15/statuses/S0002.json +34 -0
  322. data/schemas/tlc/1.0.15/statuses/S0003.json +55 -0
  323. data/schemas/tlc/1.0.15/statuses/S0004.json +55 -0
  324. data/schemas/tlc/1.0.15/statuses/S0005.json +40 -0
  325. data/schemas/tlc/1.0.15/statuses/S0006.json +67 -0
  326. data/schemas/tlc/1.0.15/statuses/S0007.json +67 -0
  327. data/schemas/tlc/1.0.15/statuses/S0008.json +67 -0
  328. data/schemas/tlc/1.0.15/statuses/S0009.json +67 -0
  329. data/schemas/tlc/1.0.15/statuses/S0010.json +67 -0
  330. data/schemas/tlc/1.0.15/statuses/S0011.json +67 -0
  331. data/schemas/tlc/1.0.15/statuses/S0012.json +67 -0
  332. data/schemas/tlc/1.0.15/statuses/S0013.json +67 -0
  333. data/schemas/tlc/1.0.15/statuses/S0014.json +40 -0
  334. data/schemas/tlc/1.0.15/statuses/S0015.json +40 -0
  335. data/schemas/tlc/1.0.15/statuses/S0016.json +40 -0
  336. data/schemas/tlc/1.0.15/statuses/S0017.json +40 -0
  337. data/schemas/tlc/1.0.15/statuses/S0018.json +40 -0
  338. data/schemas/tlc/1.0.15/statuses/S0019.json +40 -0
  339. data/schemas/tlc/1.0.15/statuses/S0020.json +67 -0
  340. data/schemas/tlc/1.0.15/statuses/S0021.json +35 -0
  341. data/schemas/tlc/1.0.15/statuses/S0022.json +34 -0
  342. data/schemas/tlc/1.0.15/statuses/S0023.json +35 -0
  343. data/schemas/tlc/1.0.15/statuses/S0024.json +35 -0
  344. data/schemas/tlc/1.0.15/statuses/S0025.json +229 -0
  345. data/schemas/tlc/1.0.15/statuses/S0026.json +34 -0
  346. data/schemas/tlc/1.0.15/statuses/S0027.json +34 -0
  347. data/schemas/tlc/1.0.15/statuses/S0028.json +34 -0
  348. data/schemas/tlc/1.0.15/statuses/S0029.json +34 -0
  349. data/schemas/tlc/1.0.15/statuses/S0030.json +34 -0
  350. data/schemas/tlc/1.0.15/statuses/S0031.json +34 -0
  351. data/schemas/tlc/1.0.15/statuses/S0091.json +58 -0
  352. data/schemas/tlc/1.0.15/statuses/S0092.json +58 -0
  353. data/schemas/tlc/1.0.15/statuses/S0095.json +34 -0
  354. data/schemas/tlc/1.0.15/statuses/S0096.json +175 -0
  355. data/schemas/tlc/1.0.15/statuses/S0097.json +61 -0
  356. data/schemas/tlc/1.0.15/statuses/S0098.json +82 -0
  357. data/schemas/tlc/1.0.15/statuses/S0201.json +67 -0
  358. data/schemas/tlc/1.0.15/statuses/S0202.json +67 -0
  359. data/schemas/tlc/1.0.15/statuses/S0203.json +67 -0
  360. data/schemas/tlc/1.0.15/statuses/S0204.json +283 -0
  361. data/schemas/tlc/1.0.15/statuses/S0205.json +61 -0
  362. data/schemas/tlc/1.0.15/statuses/S0206.json +61 -0
  363. data/schemas/tlc/1.0.15/statuses/S0207.json +61 -0
  364. data/schemas/tlc/1.0.15/statuses/S0208.json +229 -0
  365. data/schemas/tlc/1.0.15/statuses/statuses.json +738 -0
  366. data/schemas/tlc/1.0.15/sxl.json +73 -0
  367. data/schemas/tlc/1.0.15/sxl.yaml +1660 -0
  368. data/schemas/tlc/1.0.7/alarms/A0001.json +7 -0
  369. data/schemas/tlc/1.0.7/alarms/A0002.json +7 -0
  370. data/schemas/tlc/1.0.7/alarms/A0003.json +7 -0
  371. data/schemas/tlc/1.0.7/alarms/A0004.json +7 -0
  372. data/schemas/tlc/1.0.7/alarms/A0005.json +7 -0
  373. data/schemas/tlc/1.0.7/alarms/A0006.json +7 -0
  374. data/schemas/tlc/1.0.7/alarms/A0007.json +7 -0
  375. data/schemas/tlc/1.0.7/alarms/A0008.json +40 -0
  376. data/schemas/tlc/1.0.7/alarms/A0009.json +7 -0
  377. data/schemas/tlc/1.0.7/alarms/A0101.json +7 -0
  378. data/schemas/tlc/1.0.7/alarms/A0201.json +39 -0
  379. data/schemas/tlc/1.0.7/alarms/A0202.json +39 -0
  380. data/schemas/tlc/1.0.7/alarms/A0301.json +111 -0
  381. data/schemas/tlc/1.0.7/alarms/A0302.json +137 -0
  382. data/schemas/tlc/1.0.7/alarms/alarms.json +238 -0
  383. data/schemas/tlc/1.0.7/commands/M0001.json +125 -0
  384. data/schemas/tlc/1.0.7/commands/M0002.json +91 -0
  385. data/schemas/tlc/1.0.7/commands/M0003.json +91 -0
  386. data/schemas/tlc/1.0.7/commands/M0004.json +64 -0
  387. data/schemas/tlc/1.0.7/commands/M0005.json +91 -0
  388. data/schemas/tlc/1.0.7/commands/M0006.json +91 -0
  389. data/schemas/tlc/1.0.7/commands/M0007.json +64 -0
  390. data/schemas/tlc/1.0.7/commands/M0008.json +91 -0
  391. data/schemas/tlc/1.0.7/commands/M0010.json +64 -0
  392. data/schemas/tlc/1.0.7/commands/M0011.json +64 -0
  393. data/schemas/tlc/1.0.7/commands/M0019.json +118 -0
  394. data/schemas/tlc/1.0.7/commands/M0103.json +82 -0
  395. data/schemas/tlc/1.0.7/commands/M0104.json +199 -0
  396. data/schemas/tlc/1.0.7/commands/command_requests.json +7 -0
  397. data/schemas/tlc/1.0.7/commands/command_responses.json +7 -0
  398. data/schemas/tlc/1.0.7/commands/commands.json +222 -0
  399. data/schemas/tlc/1.0.7/statuses/S0001.json +116 -0
  400. data/schemas/tlc/1.0.7/statuses/S0002.json +34 -0
  401. data/schemas/tlc/1.0.7/statuses/S0003.json +55 -0
  402. data/schemas/tlc/1.0.7/statuses/S0004.json +55 -0
  403. data/schemas/tlc/1.0.7/statuses/S0005.json +40 -0
  404. data/schemas/tlc/1.0.7/statuses/S0006.json +67 -0
  405. data/schemas/tlc/1.0.7/statuses/S0007.json +67 -0
  406. data/schemas/tlc/1.0.7/statuses/S0008.json +67 -0
  407. data/schemas/tlc/1.0.7/statuses/S0009.json +67 -0
  408. data/schemas/tlc/1.0.7/statuses/S0010.json +67 -0
  409. data/schemas/tlc/1.0.7/statuses/S0011.json +67 -0
  410. data/schemas/tlc/1.0.7/statuses/S0012.json +67 -0
  411. data/schemas/tlc/1.0.7/statuses/S0013.json +67 -0
  412. data/schemas/tlc/1.0.7/statuses/S0014.json +40 -0
  413. data/schemas/tlc/1.0.7/statuses/S0015.json +40 -0
  414. data/schemas/tlc/1.0.7/statuses/S0016.json +40 -0
  415. data/schemas/tlc/1.0.7/statuses/S0017.json +40 -0
  416. data/schemas/tlc/1.0.7/statuses/S0018.json +40 -0
  417. data/schemas/tlc/1.0.7/statuses/S0019.json +40 -0
  418. data/schemas/tlc/1.0.7/statuses/S0020.json +67 -0
  419. data/schemas/tlc/1.0.7/statuses/S0021.json +35 -0
  420. data/schemas/tlc/1.0.7/statuses/S0025.json +229 -0
  421. data/schemas/tlc/1.0.7/statuses/S0091.json +58 -0
  422. data/schemas/tlc/1.0.7/statuses/S0092.json +58 -0
  423. data/schemas/tlc/1.0.7/statuses/S0095.json +34 -0
  424. data/schemas/tlc/1.0.7/statuses/S0096.json +175 -0
  425. data/schemas/tlc/1.0.7/statuses/S0201.json +67 -0
  426. data/schemas/tlc/1.0.7/statuses/S0202.json +67 -0
  427. data/schemas/tlc/1.0.7/statuses/S0203.json +67 -0
  428. data/schemas/tlc/1.0.7/statuses/S0204.json +283 -0
  429. data/schemas/tlc/1.0.7/statuses/statuses.json +498 -0
  430. data/schemas/tlc/1.0.7/sxl.json +73 -0
  431. data/schemas/tlc/1.0.7/sxl.yaml +1026 -0
  432. data/schemas/tlc/1.0.8/alarms/A0001.json +7 -0
  433. data/schemas/tlc/1.0.8/alarms/A0002.json +7 -0
  434. data/schemas/tlc/1.0.8/alarms/A0003.json +7 -0
  435. data/schemas/tlc/1.0.8/alarms/A0004.json +7 -0
  436. data/schemas/tlc/1.0.8/alarms/A0005.json +7 -0
  437. data/schemas/tlc/1.0.8/alarms/A0006.json +7 -0
  438. data/schemas/tlc/1.0.8/alarms/A0007.json +7 -0
  439. data/schemas/tlc/1.0.8/alarms/A0008.json +40 -0
  440. data/schemas/tlc/1.0.8/alarms/A0009.json +7 -0
  441. data/schemas/tlc/1.0.8/alarms/A0101.json +7 -0
  442. data/schemas/tlc/1.0.8/alarms/A0201.json +39 -0
  443. data/schemas/tlc/1.0.8/alarms/A0202.json +39 -0
  444. data/schemas/tlc/1.0.8/alarms/A0301.json +111 -0
  445. data/schemas/tlc/1.0.8/alarms/A0302.json +137 -0
  446. data/schemas/tlc/1.0.8/alarms/alarms.json +238 -0
  447. data/schemas/tlc/1.0.8/commands/M0001.json +125 -0
  448. data/schemas/tlc/1.0.8/commands/M0002.json +91 -0
  449. data/schemas/tlc/1.0.8/commands/M0003.json +91 -0
  450. data/schemas/tlc/1.0.8/commands/M0004.json +64 -0
  451. data/schemas/tlc/1.0.8/commands/M0005.json +91 -0
  452. data/schemas/tlc/1.0.8/commands/M0006.json +91 -0
  453. data/schemas/tlc/1.0.8/commands/M0007.json +64 -0
  454. data/schemas/tlc/1.0.8/commands/M0008.json +91 -0
  455. data/schemas/tlc/1.0.8/commands/M0010.json +64 -0
  456. data/schemas/tlc/1.0.8/commands/M0011.json +64 -0
  457. data/schemas/tlc/1.0.8/commands/M0012.json +58 -0
  458. data/schemas/tlc/1.0.8/commands/M0013.json +58 -0
  459. data/schemas/tlc/1.0.8/commands/M0019.json +118 -0
  460. data/schemas/tlc/1.0.8/commands/M0103.json +82 -0
  461. data/schemas/tlc/1.0.8/commands/M0104.json +199 -0
  462. data/schemas/tlc/1.0.8/commands/command_requests.json +7 -0
  463. data/schemas/tlc/1.0.8/commands/command_responses.json +7 -0
  464. data/schemas/tlc/1.0.8/commands/commands.json +254 -0
  465. data/schemas/tlc/1.0.8/statuses/S0001.json +116 -0
  466. data/schemas/tlc/1.0.8/statuses/S0002.json +34 -0
  467. data/schemas/tlc/1.0.8/statuses/S0003.json +55 -0
  468. data/schemas/tlc/1.0.8/statuses/S0004.json +55 -0
  469. data/schemas/tlc/1.0.8/statuses/S0005.json +40 -0
  470. data/schemas/tlc/1.0.8/statuses/S0006.json +67 -0
  471. data/schemas/tlc/1.0.8/statuses/S0007.json +67 -0
  472. data/schemas/tlc/1.0.8/statuses/S0008.json +67 -0
  473. data/schemas/tlc/1.0.8/statuses/S0009.json +67 -0
  474. data/schemas/tlc/1.0.8/statuses/S0010.json +67 -0
  475. data/schemas/tlc/1.0.8/statuses/S0011.json +67 -0
  476. data/schemas/tlc/1.0.8/statuses/S0012.json +67 -0
  477. data/schemas/tlc/1.0.8/statuses/S0013.json +67 -0
  478. data/schemas/tlc/1.0.8/statuses/S0014.json +40 -0
  479. data/schemas/tlc/1.0.8/statuses/S0015.json +40 -0
  480. data/schemas/tlc/1.0.8/statuses/S0016.json +40 -0
  481. data/schemas/tlc/1.0.8/statuses/S0017.json +40 -0
  482. data/schemas/tlc/1.0.8/statuses/S0018.json +40 -0
  483. data/schemas/tlc/1.0.8/statuses/S0019.json +40 -0
  484. data/schemas/tlc/1.0.8/statuses/S0020.json +67 -0
  485. data/schemas/tlc/1.0.8/statuses/S0021.json +35 -0
  486. data/schemas/tlc/1.0.8/statuses/S0025.json +181 -0
  487. data/schemas/tlc/1.0.8/statuses/S0091.json +58 -0
  488. data/schemas/tlc/1.0.8/statuses/S0092.json +58 -0
  489. data/schemas/tlc/1.0.8/statuses/S0095.json +34 -0
  490. data/schemas/tlc/1.0.8/statuses/S0096.json +175 -0
  491. data/schemas/tlc/1.0.8/statuses/S0201.json +67 -0
  492. data/schemas/tlc/1.0.8/statuses/S0202.json +67 -0
  493. data/schemas/tlc/1.0.8/statuses/S0203.json +67 -0
  494. data/schemas/tlc/1.0.8/statuses/S0204.json +283 -0
  495. data/schemas/tlc/1.0.8/statuses/statuses.json +482 -0
  496. data/schemas/tlc/1.0.8/sxl.json +73 -0
  497. data/schemas/tlc/1.0.8/sxl.yaml +1059 -0
  498. data/schemas/tlc/1.0.9/alarms/A0001.json +7 -0
  499. data/schemas/tlc/1.0.9/alarms/A0002.json +7 -0
  500. data/schemas/tlc/1.0.9/alarms/A0003.json +7 -0
  501. data/schemas/tlc/1.0.9/alarms/A0004.json +7 -0
  502. data/schemas/tlc/1.0.9/alarms/A0005.json +7 -0
  503. data/schemas/tlc/1.0.9/alarms/A0006.json +7 -0
  504. data/schemas/tlc/1.0.9/alarms/A0007.json +7 -0
  505. data/schemas/tlc/1.0.9/alarms/A0008.json +40 -0
  506. data/schemas/tlc/1.0.9/alarms/A0009.json +7 -0
  507. data/schemas/tlc/1.0.9/alarms/A0101.json +7 -0
  508. data/schemas/tlc/1.0.9/alarms/A0201.json +39 -0
  509. data/schemas/tlc/1.0.9/alarms/A0202.json +39 -0
  510. data/schemas/tlc/1.0.9/alarms/A0301.json +111 -0
  511. data/schemas/tlc/1.0.9/alarms/A0302.json +137 -0
  512. data/schemas/tlc/1.0.9/alarms/alarms.json +238 -0
  513. data/schemas/tlc/1.0.9/commands/M0001.json +125 -0
  514. data/schemas/tlc/1.0.9/commands/M0002.json +91 -0
  515. data/schemas/tlc/1.0.9/commands/M0003.json +91 -0
  516. data/schemas/tlc/1.0.9/commands/M0004.json +64 -0
  517. data/schemas/tlc/1.0.9/commands/M0005.json +91 -0
  518. data/schemas/tlc/1.0.9/commands/M0006.json +91 -0
  519. data/schemas/tlc/1.0.9/commands/M0007.json +64 -0
  520. data/schemas/tlc/1.0.9/commands/M0008.json +91 -0
  521. data/schemas/tlc/1.0.9/commands/M0010.json +64 -0
  522. data/schemas/tlc/1.0.9/commands/M0011.json +64 -0
  523. data/schemas/tlc/1.0.9/commands/M0012.json +58 -0
  524. data/schemas/tlc/1.0.9/commands/M0013.json +58 -0
  525. data/schemas/tlc/1.0.9/commands/M0019.json +118 -0
  526. data/schemas/tlc/1.0.9/commands/M0103.json +82 -0
  527. data/schemas/tlc/1.0.9/commands/M0104.json +199 -0
  528. data/schemas/tlc/1.0.9/commands/command_requests.json +7 -0
  529. data/schemas/tlc/1.0.9/commands/command_responses.json +7 -0
  530. data/schemas/tlc/1.0.9/commands/commands.json +254 -0
  531. data/schemas/tlc/1.0.9/statuses/S0001.json +116 -0
  532. data/schemas/tlc/1.0.9/statuses/S0002.json +34 -0
  533. data/schemas/tlc/1.0.9/statuses/S0003.json +55 -0
  534. data/schemas/tlc/1.0.9/statuses/S0004.json +55 -0
  535. data/schemas/tlc/1.0.9/statuses/S0005.json +40 -0
  536. data/schemas/tlc/1.0.9/statuses/S0006.json +67 -0
  537. data/schemas/tlc/1.0.9/statuses/S0007.json +67 -0
  538. data/schemas/tlc/1.0.9/statuses/S0008.json +67 -0
  539. data/schemas/tlc/1.0.9/statuses/S0009.json +67 -0
  540. data/schemas/tlc/1.0.9/statuses/S0010.json +67 -0
  541. data/schemas/tlc/1.0.9/statuses/S0011.json +67 -0
  542. data/schemas/tlc/1.0.9/statuses/S0012.json +67 -0
  543. data/schemas/tlc/1.0.9/statuses/S0013.json +67 -0
  544. data/schemas/tlc/1.0.9/statuses/S0014.json +40 -0
  545. data/schemas/tlc/1.0.9/statuses/S0015.json +40 -0
  546. data/schemas/tlc/1.0.9/statuses/S0016.json +40 -0
  547. data/schemas/tlc/1.0.9/statuses/S0017.json +40 -0
  548. data/schemas/tlc/1.0.9/statuses/S0018.json +40 -0
  549. data/schemas/tlc/1.0.9/statuses/S0019.json +40 -0
  550. data/schemas/tlc/1.0.9/statuses/S0020.json +67 -0
  551. data/schemas/tlc/1.0.9/statuses/S0021.json +35 -0
  552. data/schemas/tlc/1.0.9/statuses/S0025.json +181 -0
  553. data/schemas/tlc/1.0.9/statuses/S0091.json +58 -0
  554. data/schemas/tlc/1.0.9/statuses/S0092.json +58 -0
  555. data/schemas/tlc/1.0.9/statuses/S0095.json +34 -0
  556. data/schemas/tlc/1.0.9/statuses/S0096.json +175 -0
  557. data/schemas/tlc/1.0.9/statuses/S0201.json +67 -0
  558. data/schemas/tlc/1.0.9/statuses/S0202.json +67 -0
  559. data/schemas/tlc/1.0.9/statuses/S0203.json +67 -0
  560. data/schemas/tlc/1.0.9/statuses/S0204.json +283 -0
  561. data/schemas/tlc/1.0.9/statuses/statuses.json +482 -0
  562. data/schemas/tlc/1.0.9/sxl.json +73 -0
  563. data/schemas/tlc/1.0.9/sxl.yaml +1059 -0
  564. data/schemas/tlc/1.1/alarms/A0001.json +7 -0
  565. data/schemas/tlc/1.1/alarms/A0002.json +7 -0
  566. data/schemas/tlc/1.1/alarms/A0003.json +7 -0
  567. data/schemas/tlc/1.1/alarms/A0004.json +7 -0
  568. data/schemas/tlc/1.1/alarms/A0005.json +7 -0
  569. data/schemas/tlc/1.1/alarms/A0006.json +7 -0
  570. data/schemas/tlc/1.1/alarms/A0007.json +38 -0
  571. data/schemas/tlc/1.1/alarms/A0008.json +40 -0
  572. data/schemas/tlc/1.1/alarms/A0009.json +7 -0
  573. data/schemas/tlc/1.1/alarms/A0010.json +7 -0
  574. data/schemas/tlc/1.1/alarms/A0101.json +7 -0
  575. data/schemas/tlc/1.1/alarms/A0201.json +39 -0
  576. data/schemas/tlc/1.1/alarms/A0202.json +39 -0
  577. data/schemas/tlc/1.1/alarms/A0301.json +111 -0
  578. data/schemas/tlc/1.1/alarms/A0302.json +137 -0
  579. data/schemas/tlc/1.1/alarms/alarms.json +254 -0
  580. data/schemas/tlc/1.1/commands/M0001.json +125 -0
  581. data/schemas/tlc/1.1/commands/M0002.json +91 -0
  582. data/schemas/tlc/1.1/commands/M0003.json +91 -0
  583. data/schemas/tlc/1.1/commands/M0004.json +64 -0
  584. data/schemas/tlc/1.1/commands/M0005.json +91 -0
  585. data/schemas/tlc/1.1/commands/M0006.json +91 -0
  586. data/schemas/tlc/1.1/commands/M0007.json +64 -0
  587. data/schemas/tlc/1.1/commands/M0008.json +91 -0
  588. data/schemas/tlc/1.1/commands/M0010.json +64 -0
  589. data/schemas/tlc/1.1/commands/M0011.json +64 -0
  590. data/schemas/tlc/1.1/commands/M0012.json +58 -0
  591. data/schemas/tlc/1.1/commands/M0013.json +58 -0
  592. data/schemas/tlc/1.1/commands/M0014.json +85 -0
  593. data/schemas/tlc/1.1/commands/M0015.json +91 -0
  594. data/schemas/tlc/1.1/commands/M0016.json +58 -0
  595. data/schemas/tlc/1.1/commands/M0017.json +58 -0
  596. data/schemas/tlc/1.1/commands/M0018.json +91 -0
  597. data/schemas/tlc/1.1/commands/M0019.json +118 -0
  598. data/schemas/tlc/1.1/commands/M0020.json +118 -0
  599. data/schemas/tlc/1.1/commands/M0021.json +58 -0
  600. data/schemas/tlc/1.1/commands/M0103.json +82 -0
  601. data/schemas/tlc/1.1/commands/M0104.json +199 -0
  602. data/schemas/tlc/1.1/commands/command_requests.json +7 -0
  603. data/schemas/tlc/1.1/commands/command_responses.json +7 -0
  604. data/schemas/tlc/1.1/commands/commands.json +366 -0
  605. data/schemas/tlc/1.1/statuses/S0001.json +116 -0
  606. data/schemas/tlc/1.1/statuses/S0002.json +34 -0
  607. data/schemas/tlc/1.1/statuses/S0003.json +55 -0
  608. data/schemas/tlc/1.1/statuses/S0004.json +55 -0
  609. data/schemas/tlc/1.1/statuses/S0005.json +40 -0
  610. data/schemas/tlc/1.1/statuses/S0006.json +67 -0
  611. data/schemas/tlc/1.1/statuses/S0007.json +95 -0
  612. data/schemas/tlc/1.1/statuses/S0008.json +95 -0
  613. data/schemas/tlc/1.1/statuses/S0009.json +95 -0
  614. data/schemas/tlc/1.1/statuses/S0010.json +95 -0
  615. data/schemas/tlc/1.1/statuses/S0011.json +95 -0
  616. data/schemas/tlc/1.1/statuses/S0012.json +95 -0
  617. data/schemas/tlc/1.1/statuses/S0013.json +67 -0
  618. data/schemas/tlc/1.1/statuses/S0014.json +68 -0
  619. data/schemas/tlc/1.1/statuses/S0015.json +68 -0
  620. data/schemas/tlc/1.1/statuses/S0016.json +40 -0
  621. data/schemas/tlc/1.1/statuses/S0017.json +40 -0
  622. data/schemas/tlc/1.1/statuses/S0018.json +40 -0
  623. data/schemas/tlc/1.1/statuses/S0019.json +40 -0
  624. data/schemas/tlc/1.1/statuses/S0020.json +67 -0
  625. data/schemas/tlc/1.1/statuses/S0021.json +35 -0
  626. data/schemas/tlc/1.1/statuses/S0022.json +34 -0
  627. data/schemas/tlc/1.1/statuses/S0023.json +35 -0
  628. data/schemas/tlc/1.1/statuses/S0024.json +35 -0
  629. data/schemas/tlc/1.1/statuses/S0025.json +229 -0
  630. data/schemas/tlc/1.1/statuses/S0026.json +34 -0
  631. data/schemas/tlc/1.1/statuses/S0027.json +34 -0
  632. data/schemas/tlc/1.1/statuses/S0028.json +34 -0
  633. data/schemas/tlc/1.1/statuses/S0029.json +34 -0
  634. data/schemas/tlc/1.1/statuses/S0030.json +34 -0
  635. data/schemas/tlc/1.1/statuses/S0031.json +34 -0
  636. data/schemas/tlc/1.1/statuses/S0091.json +45 -0
  637. data/schemas/tlc/1.1/statuses/S0092.json +45 -0
  638. data/schemas/tlc/1.1/statuses/S0095.json +34 -0
  639. data/schemas/tlc/1.1/statuses/S0096.json +175 -0
  640. data/schemas/tlc/1.1/statuses/S0097.json +61 -0
  641. data/schemas/tlc/1.1/statuses/S0098.json +82 -0
  642. data/schemas/tlc/1.1/statuses/S0201.json +67 -0
  643. data/schemas/tlc/1.1/statuses/S0202.json +67 -0
  644. data/schemas/tlc/1.1/statuses/S0203.json +67 -0
  645. data/schemas/tlc/1.1/statuses/S0204.json +283 -0
  646. data/schemas/tlc/1.1/statuses/S0205.json +61 -0
  647. data/schemas/tlc/1.1/statuses/S0206.json +61 -0
  648. data/schemas/tlc/1.1/statuses/S0207.json +61 -0
  649. data/schemas/tlc/1.1/statuses/S0208.json +229 -0
  650. data/schemas/tlc/1.1/statuses/statuses.json +738 -0
  651. data/schemas/tlc/1.1/sxl.json +73 -0
  652. data/schemas/tlc/1.1/sxl.yaml +1749 -0
  653. metadata +784 -0
@@ -0,0 +1,1749 @@
1
+ ---
2
+ meta:
3
+ name: tlc
4
+ description: Traffic Light Controllers
5
+ version: 1.1
6
+ objects:
7
+ Traffic Light Controller:
8
+ description:
9
+ aggregated_status:
10
+ 1:
11
+ title: Local mode
12
+ description: Traffic Light Controller is in local mode. NTS has no control.
13
+ 2:
14
+ title: No Communications
15
+ 3:
16
+ title: High Priority Fault
17
+ description: Traffic Light Controller is in fail safe mode; e.g. yellow flash
18
+ or dark mode
19
+ 4:
20
+ title: Medium Priority Fault
21
+ description: |-
22
+ Traffic Light Controller has a medium priority fault, but not in fail safe mode.
23
+ E.g. several lamp faults or detector fault
24
+ 5:
25
+ title: Low Priority Fault
26
+ description: Traffic Light Controller has a low priority fault. E.g. Detector
27
+ fault
28
+ 6:
29
+ title: Connected / Normal - In Use
30
+ 7:
31
+ title: Connected / Normal - Idle
32
+ description: |-
33
+ Traffic Light Controller dark according to configuration.
34
+ NOTE! When dark according to configuration the controller is considered to be in use
35
+ 8:
36
+ title: Not Connected
37
+ functional_position:
38
+ functional_state:
39
+ alarms:
40
+ A0001:
41
+ description: |-
42
+ Serious hardware error.
43
+ Is a "major fault" defined according to 3.8 i EN12675 which causes the controller to switch to a "failure mode" according to 3.6 in EN12675.
44
+ priority: 2
45
+ category: D
46
+ A0002:
47
+ description: |-
48
+ Less serious hardware error.
49
+ Is a "minor fault" defined according to 3.11 in EN12675.
50
+ priority: 3
51
+ category: D
52
+ A0003:
53
+ description: |-
54
+ Serious configuration error.
55
+ Is a "major fault" defined according to 3.8 in EN12675 which causes the controller to switch to a "failure mode" according to 3.6 in EN12675.
56
+ priority: 2
57
+ category: D
58
+ A0004:
59
+ description: |-
60
+ Less serious configuration error.
61
+ Is a "minor fault" defined according to 3.11 in EN12675.
62
+ priority: 3
63
+ category: D
64
+ A0005:
65
+ description: |-
66
+ Synchronisation error (coordination).
67
+ Is a "minor fault" defined according to 3.11 in EN12675.
68
+ priority: 3
69
+ category: D
70
+ A0006:
71
+ description: |-
72
+ Safety error
73
+ Is a "major fault" defined according to 3.8 in EN12675 which causes the controller to switch to a "failure mode" according to 3.6 in EN12675.
74
+ priority: 2
75
+ category: D
76
+ A0007:
77
+ description: |-
78
+ Communication error.
79
+ Used for communication errors with the central system. Includes NTP connection loss if the TLC is configured to use NTP.
80
+ Is a "minor fault" defined according to 3.11 in EN12675.
81
+ priority: 3
82
+ category: D
83
+ arguments:
84
+ protocol:
85
+ type: string
86
+ description: Type of communication error, e.g. NTP or RSMP
87
+ values:
88
+ rsmp: RSMP
89
+ ntp: NTP
90
+ A0009:
91
+ description: |-
92
+ Other error.
93
+ Used for other errors not covered by any other alarm type
94
+ Is a "minor fault" defined according to 3.11 in EN12675.
95
+ priority: 3
96
+ category: D
97
+ A0010:
98
+ description: |-
99
+ Door open.
100
+ Used for open door (room or cabinet).
101
+ priority: 3
102
+ category: D
103
+ statuses:
104
+ S0001:
105
+ description: |-
106
+ Signal group status.
107
+ Provides the status of each signal group, including basic information such as green, yellow and red. But also detailed technical information.
108
+ Can be used to draw a live signal group diagram as well provide diagnostic information about the performance of the controller.
109
+ arguments:
110
+ signalgroupstatus:
111
+ type: string
112
+ description: Signal group status as text field
113
+ range: "[text]"
114
+ pattern: "^[a-hA-G0-9N-P]*$"
115
+ cyclecounter:
116
+ type: integer
117
+ description: Cycle counter
118
+ range: "[0-999]"
119
+ basecyclecounter:
120
+ type: integer
121
+ description: Base cycle counter
122
+ range: "[0-999]"
123
+ stage:
124
+ type: integer
125
+ description: Current stage (isolated)
126
+ range: "[0-999]"
127
+ S0002:
128
+ description: |-
129
+ Detector logic status.
130
+ Provides the status of all detector logics of the controller.
131
+ Can be used to draw a live signal group diagram as well provide diagnostic information about the performance of the controller. Can also be used for bus priority, external control systems, and much more.
132
+ arguments:
133
+ detectorlogicstatus:
134
+ type: string
135
+ description: Detector logic status as text field
136
+ range: "[text]"
137
+ S0003:
138
+ description: |-
139
+ Input status.
140
+ Input (1-255) of the controllers general purpose I/O.
141
+ Input is used where the traffic light controller must react to external control. It could be external detectors, bus priority, and much more.
142
+ arguments:
143
+ inputstatus:
144
+ type: string
145
+ description: Input status as text field
146
+ range: "[text]"
147
+ extendedinputstatus:
148
+ type: string
149
+ description: Extended input status as text field
150
+ range: "[text]"
151
+ S0004:
152
+ description: |-
153
+ Output status.
154
+ Output (1-255) of the controllers general purpose I/O.
155
+ Can be used for all types of output where the traffic light controller needs to control other equipment. Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
156
+ arguments:
157
+ outputstatus:
158
+ type: string
159
+ description: Output status as text field
160
+ range: "[text]"
161
+ extendedoutputstatus:
162
+ type: string
163
+ description: Extended output status as text field
164
+ range: "[text]"
165
+ S0005:
166
+ description: |-
167
+ Traffic Light Controller starting.
168
+ The traffic signal is starting, e.g. it is in startup mode and has not begun working normally yet.
169
+ During startup mode the traffic controller shows dark, red, yellow flash or using the predetermined start cycle (minimum times).
170
+ arguments:
171
+ status:
172
+ type: boolean
173
+ description: |-
174
+ False: Controller is not in start up mode
175
+ True: Controller is currently in start up mode
176
+ S0006:
177
+ description: |-
178
+ Emergency stage.
179
+ The status is active during emergency prioritization.
180
+ Used in situations where full priority is given in the emergency vehicle program.
181
+ arguments:
182
+ status:
183
+ type: boolean
184
+ description: |-
185
+ False: Emergency stage inactive
186
+ True: Emergency stage active
187
+ emergencystage:
188
+ type: integer
189
+ description: Number of emergency stage
190
+ range: "[1-255]"
191
+ S0007:
192
+ description: |-
193
+ Controller switched on.
194
+ The controller is active and is not in dark mode.
195
+ Used to determine if the controller is operating, e.g. it shows red, green or yellow to the vehicles.
196
+ During maintenance work the controller might be using dark mode (no output to the signal heads).
197
+ arguments:
198
+ intersection:
199
+ list: true
200
+ type: integer
201
+ description: |-
202
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
203
+ Other value: Intersection number
204
+ range: "[0-255]"
205
+ status:
206
+ list: true
207
+ type: boolean
208
+ description: |-
209
+ False: Traffic Light Controller in dark mode
210
+ True: Traffic Light Controller not in dark mode
211
+ source:
212
+ description: Source of the status change
213
+ list: true
214
+ type: string
215
+ values:
216
+ operator_panel: Operator panel
217
+ calendar_clock: Calendar/clock
218
+ control_block: Control block
219
+ forced: Forced due to external command e.g. supervisor
220
+ startup: Set after startup mode
221
+ other: Other reason
222
+ S0008:
223
+ description: |-
224
+ Manual control.
225
+ Traffic control deactivated in controller
226
+ Signal timings is controlled manually by service personnel using the operating panel of the controller.
227
+ arguments:
228
+ intersection:
229
+ list: true
230
+ type: integer
231
+ description: |-
232
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
233
+ Other value: Intersection number
234
+ range: "[0-255]"
235
+ status:
236
+ list: true
237
+ type: boolean
238
+ description: |-
239
+ False: Manual control inactive
240
+ True: Manual control active
241
+ source:
242
+ list: true
243
+ type: string
244
+ description: Source of the status change
245
+ values:
246
+ operator_panel: Operator panel
247
+ calendar_clock: Calendar/clock
248
+ control_block: Control block
249
+ forced: Forced due to external command e.g. supervisor
250
+ startup: Set after startup mode
251
+ other: Other reason
252
+ S0009:
253
+ description: |-
254
+ Fixed time control.
255
+ Traffic actuated control deactivated and a pre-timed control is used.
256
+ Usually only used in case normal detectors can't be used, e.g. during maintenance work.
257
+ arguments:
258
+ intersection:
259
+ list: true
260
+ type: integer
261
+ description: |-
262
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
263
+ Other value: Intersection number
264
+ range: "[0-255]"
265
+ status:
266
+ list: true
267
+ type: boolean
268
+ description: |-
269
+ False: Fixed time control inactive
270
+ True: Fixed time control active
271
+ source:
272
+ list: true
273
+ type: string
274
+ description: Source of the status change
275
+ values:
276
+ operator_panel: Operator panel
277
+ calendar_clock: Calendar/clock
278
+ control_block: Control block
279
+ forced: Forced due to external command e.g. supervisor
280
+ startup: Set after startup mode
281
+ other: Other reason
282
+ S0010:
283
+ description: |-
284
+ Isolated control.
285
+ Isolated control mode indicates that the controller operates independently of any other traffic light controllers. This may different depending on traffic program (time plan).
286
+ Used to determine if the controller is operating independently or operating with other controllers (coordination).
287
+ arguments:
288
+ intersection:
289
+ list: true
290
+ type: integer
291
+ description: |-
292
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
293
+ Other value: Intersection number
294
+ range: "[0-255]"
295
+ status:
296
+ list: true
297
+ type: boolean
298
+ description: |-
299
+ False: Isolated control disabled
300
+ True: Isolated control enabled (Vehicle actuated control or Fixed time control)
301
+ source:
302
+ list: true
303
+ type: string
304
+ description: Source of the status change
305
+ values:
306
+ operator_panel: Operator panel
307
+ calendar_clock: Calendar/clock
308
+ control_block: Control block
309
+ forced: Forced due to external command e.g. supervisor
310
+ startup: Set after startup mode
311
+ other: Other reason
312
+ S0011:
313
+ description: |-
314
+ Yellow flash.
315
+ The controller shows yellow flash.
316
+ Yellow flash may be used during a serious fault (depending on configuration) or maintenance work. It can also be manually set using M0001.
317
+ arguments:
318
+ intersection:
319
+ list: true
320
+ type: integer
321
+ description: |-
322
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
323
+ Other value: Intersection number
324
+ range: "[0-255]"
325
+ status:
326
+ list: true
327
+ type: boolean
328
+ description: |-
329
+ False: Yellow flash disabled
330
+ True: Yellow flash enabled
331
+ source:
332
+ list: true
333
+ type: string
334
+ description: Source of the status change
335
+ values:
336
+ operator_panel: Operator panel
337
+ calendar_clock: Calendar/clock
338
+ control_block: Control block
339
+ forced: Forced due to external command e.g. supervisor
340
+ startup: Set after startup mode
341
+ other: Other reason
342
+ S0012:
343
+ description: |-
344
+ All red.
345
+ The controller show all red.
346
+ All red can be manually set using the controllers operating panel during maintenance work.
347
+ arguments:
348
+ intersection:
349
+ list: true
350
+ type: integer
351
+ description: |-
352
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
353
+ Other value: Intersection number
354
+ range: "[0-255]"
355
+ status:
356
+ list: true
357
+ type: boolean
358
+ description: |-
359
+ False: All red disabled
360
+ True: All red enabled
361
+ source:
362
+ list: true
363
+ type: string
364
+ description: Source of the status change
365
+ values:
366
+ operator_panel: Operator panel
367
+ calendar_clock: Calendar/clock
368
+ control_block: Control block
369
+ forced: Forced due to external command e.g. supervisor
370
+ startup: Set after startup mode
371
+ other: Other reason
372
+ S0013:
373
+ description: |-
374
+ Police key
375
+ The controller is forced to dark mode or yellow flash.
376
+ The "police key" is a external control switch present in some controllers that manually switches the controller to either dark mode or yellow flash.
377
+ arguments:
378
+ intersection:
379
+ list: true
380
+ type: integer
381
+ description: |-
382
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
383
+ Other value: Intersection number
384
+ range: "[0-255]"
385
+ status:
386
+ list: true
387
+ type: integer
388
+ values:
389
+ 0: disabled
390
+ 1: dark mode
391
+ 2: yellow flash
392
+ S0014:
393
+ description: |-
394
+ Current time plan.
395
+ The current time plan (signal program) used in the controller. There may be 1-255 predefined time plans.
396
+ The time plan (signal program) may change signal timings, cycle time, control strategy and much more. Typical usage is is scenario based control where change of program is used to change priority etc.
397
+ arguments:
398
+ status:
399
+ type: integer
400
+ description: Current time plan
401
+ range: "[1-255]"
402
+ source:
403
+ list: true
404
+ type: string
405
+ description: Source of the status change
406
+ values:
407
+ operator_panel: Operator panel
408
+ calendar_clock: Calendar/clock
409
+ control_block: Control block
410
+ forced: Forced due to external command e.g. supervisor
411
+ startup: Set after startup mode
412
+ other: Other reason
413
+ S0015:
414
+ description: |-
415
+ Current traffic situation.
416
+ The current traffic situation used in the controller.
417
+ Used for area-based control where a command can be sent to a master traffic light controller about which predefined traffic situation to use (1-255).
418
+ Traffic situation is a concept used to divide multiple TLC's into areas and sub-areas. The traffic situation gives the possibility to change the TLC sub-area dynamically depending on the time of day and the traffic flow. Depending on the traffic situation each TLC selects the time plan dynamically.
419
+ arguments:
420
+ status:
421
+ type: integer
422
+ description: Current traffic situation
423
+ range: "[1-255]"
424
+ source:
425
+ list: true
426
+ type: string
427
+ description: Source of the status change
428
+ values:
429
+ operator_panel: Operator panel
430
+ calendar_clock: Calendar/clock
431
+ control_block: Control block
432
+ forced: Forced due to external command e.g. supervisor
433
+ startup: Set after startup mode
434
+ other: Other reason
435
+ S0016:
436
+ description: |-
437
+ Number of detector logics.
438
+ Can be used by the management system to check the number of detector logics configured in the controller.
439
+ arguments:
440
+ number:
441
+ type: long
442
+ description: Number of detector logics
443
+ range: "[1-65025]"
444
+ S0017:
445
+ description: |-
446
+ Number of signal groups.
447
+ Can be used for the management system to check the number of signal groups configured in the controller.
448
+ arguments:
449
+ number:
450
+ type: long
451
+ description: Number of signal groups
452
+ range: "[1-65025]"
453
+ S0018:
454
+ description: |-
455
+ Number of time plans
456
+ Can be used for the management system to check the number of time plans configured in the controller.
457
+ arguments:
458
+ number:
459
+ type: long
460
+ description: Number of time plans (depreciated)
461
+ range: "[1-65025]"
462
+ S0019:
463
+ description: |-
464
+ Number of traffic situations.
465
+ Can be used for the management system to check the number of traffic situations configured in the controller.
466
+ arguments:
467
+ number:
468
+ type: long
469
+ description: Number of traffic situations
470
+ range: "[1-65025]"
471
+ S0020:
472
+ description: |-
473
+ Control mode.
474
+ Can be used for the management system to check the current control mode (startup, normal, standby, failure, test).
475
+ arguments:
476
+ intersection:
477
+ list: true
478
+ type: integer
479
+ description: |-
480
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
481
+ Other value: Intersection number
482
+ range: "[0-255]"
483
+ controlmode:
484
+ list: true
485
+ type: string
486
+ values:
487
+ startup: Startup mode
488
+ control: Normal control
489
+ standby: Standby mode
490
+ failure: Failure mode
491
+ test: Test mode
492
+ S0021:
493
+ description: |-
494
+ Manually set detector logic.
495
+ Provides status of detector logic (1-255) regarding if they are either forced to true or false.
496
+ Can be used to connect RSMP compatible detection equipment to the traffic light controller. Can also be used for prioritization.
497
+ arguments:
498
+ detectorlogics:
499
+ type: string
500
+ description: Manually set detector logics (1/0) as text field
501
+ range: "[text]"
502
+ pattern: "^[01]*$"
503
+ S0022:
504
+ description: |-
505
+ List of time plans.
506
+ Provides a list of the configured time plans which is possible to use. This status was added due to status S0018 only provides the total number of time plans and not which were possible to use with M0002.
507
+ Can be used for the management system to check the number of time plans configured in the controller.
508
+ arguments:
509
+ status:
510
+ type: string
511
+ description: Comma separated list of configured time plans. E.g. "1,2,3,5"
512
+ range: "[text]"
513
+ S0023:
514
+ description: |-
515
+ Dynamic bands.
516
+ Provides a list of all defined dynamic bands. Dynamic bands moves start of signal groups in the cycle and changes the signal timings.
517
+ A typical usage of dynamic bands is scenario based control where changing of signal timings is used for optimal traffic flow.
518
+ arguments:
519
+ status:
520
+ type: string
521
+ description: |-
522
+ Dynamic bands.
523
+ Each dynamic band are written as pp-dd-ee where:
524
+ pp=Time plan
525
+ dd=Dynamic band number (from 1-10)
526
+ ee=Extension in seconds in this band
527
+
528
+ Each dynamic band is separated with a comma.
529
+
530
+ E.g.
531
+ pp-dd-ee,pp-dd-ee
532
+ range: "[text]"
533
+ pattern: "(^$)|(^(?<item>(\\d{1,2})\\-\\d{1,2}-\\d{1,2})(,\\g<item>)*$)"
534
+ S0024:
535
+ description: |-
536
+ Offset time.
537
+ Offset time is used to define an offset between intersections in coordinated control. It is based on the expected travel time between intersections.
538
+ Can be used by the management system to check to fine tune the coordination for optimal traffic flow.
539
+ arguments:
540
+ status:
541
+ type: string
542
+ description: |-
543
+ Offset table
544
+ Each offset time is written as pp-tt where:
545
+ pp=time plan
546
+ tt=offset time in seconds
547
+
548
+ Each offset time is separated with a comma
549
+
550
+ E.g.
551
+ pp-tt,pp-tt
552
+ range: "[text]"
553
+ pattern: "^(\\d{1,2}\\-\\d{1,2})(?:,(\\d{1,2}\\-\\d{1,2}))*$"
554
+ S0026:
555
+ description: |-
556
+ Week time table.
557
+ Week time table for signal programs (time plan) to use for each day during a week.
558
+ The week time table determine which predefined signal timings (time plan) to use during the week for optimal traffic flow.
559
+ arguments:
560
+ status:
561
+ type: string
562
+ description: |-
563
+ Week time table. Defines time table to use for each week day
564
+ Each day is written as d-t where:
565
+ d=day of week
566
+ t=time table nr
567
+
568
+ Day of week legend:
569
+ 0=Monday
570
+ 1=Tuesday
571
+ 2=Wednesday
572
+ 3=Thursday
573
+ 4=Friday
574
+ 5=Saturday
575
+ 6=Sunday
576
+
577
+ Each segment is separated with a comma
578
+ E.g.
579
+ d-t,d-t
580
+ range: "[text]"
581
+ S0027:
582
+ description: |-
583
+ Time tables.
584
+ Time of day for when to switch signal program (time plan).
585
+ The signal timings (time plan) to use during time of day for optimal traffic flow.
586
+ arguments:
587
+ status:
588
+ type: string
589
+ description: |-
590
+ Time Table. Defines time tables.
591
+ Each time definition is written as t-o-h-m where:
592
+ t=time table nr (1-12)
593
+ o=function
594
+ h=hour - switching time
595
+ m=minute - switching minute
596
+
597
+ Function legend:
598
+ 0=no plan is selected by time table
599
+ 1=set plan 1
600
+
601
+ 16= set plan 16
602
+
603
+ hour and minute is using local time (not UTC)
604
+
605
+ Each time definition is separated with a comma
606
+
607
+ E.g.
608
+ t-o-h-m,t-o-h-m
609
+ range: "[text]"
610
+ S0028:
611
+ description: |-
612
+ Cycle time.
613
+ Cycle time (or cycle length) is the sum of all phases in a time plan (traffic program). This time is fixed when using fixed time control or coordination (except "local coordination"). When the cycle counter reaches this length it is reset back to zero.
614
+ Changing the cycle time can be used as part of scenario based control.
615
+ arguments:
616
+ status:
617
+ type: string
618
+ description: |-
619
+ Cycle time table
620
+ Each cycle time is written as pp-tt where:
621
+ pp=time plan
622
+ tt=cycle time in seconds
623
+
624
+ Each cycle time is separated with a comma
625
+
626
+ E.g.
627
+ pp-tt,pp-tt
628
+ range: "[text]"
629
+ S0029:
630
+ description: |-
631
+ Forced input status.
632
+ Provide status of input (1-255) regarding if they are forced or not. Can be used for all types of input where the traffic light controller must react to external control.
633
+ Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
634
+ arguments:
635
+ status:
636
+ type: string
637
+ description: Forced input status as text field
638
+ range: "[text]"
639
+ S0030:
640
+ description: |-
641
+ Forced output status.
642
+ Provide status of output (1-255) regarding if they are forced or not. Can be used for all types of output where the traffic light controller needs to control other equipment.
643
+ Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
644
+ arguments:
645
+ status:
646
+ type: string
647
+ description: Forced output status as text field
648
+ range: "[text]"
649
+ S0031:
650
+ description: |-
651
+ Trigger level sensitivity for loop detector.
652
+ The trigger level sensitivity determines at what level the loop detector should trigger. If it set too low then then traffic will not be detected as intended. If it is set too high the detector might give false positives.
653
+ Can be used to make sure that the detectors detect traffic as intended.
654
+ arguments:
655
+ status:
656
+ type: string
657
+ description: |-
658
+ Loop detector trigger level sensitivity is written as dd-ss where:
659
+ dd=loop detector number
660
+ ss=sensitivity value
661
+ Each loop detector is separated with a comma. E.g.dd-ss,dd-ss.
662
+ range: "[text]"
663
+ S0091:
664
+ description: |-
665
+ Operator logged in/out OP-panel.
666
+ Provides information if maintenance personnel is currently working on site.
667
+ arguments:
668
+ user:
669
+ type: integer
670
+ values: [0,1,2]
671
+ description: |-
672
+ 0: Nobody logged in
673
+ 1: Operator logged in at level 1 (read only)
674
+ 2: Operator logged in at level 2 (read/write)
675
+ S0092:
676
+ description: |-
677
+ Operator logged in/out web-interface.
678
+ Provides information if maintenance personnel is currently working with the controller.
679
+ arguments:
680
+ user:
681
+ type: integer
682
+ values: [0,1,2]
683
+ description: |-
684
+ 0: Nobody logged in
685
+ 1: Operator logged in at level 1 (read only)
686
+ 2: Operator logged in at level 2 (read/write)
687
+ S0095:
688
+ description: |-
689
+ Version of Traffic Light Controller.
690
+ Provides diagnostic version information.
691
+ arguments:
692
+ status:
693
+ type: string
694
+ description: Manufacturer, product name and version of traffic light controller
695
+ range: "[text]"
696
+ S0096:
697
+ description: |-
698
+ Current date and time
699
+ Provides diagnostic information about the current date and time set in the controller.
700
+ arguments:
701
+ year:
702
+ type: integer
703
+ description: 'Year according to format YYYY. NOTE: UTC is used'
704
+ range: YYYY
705
+ month:
706
+ type: integer
707
+ description: 'Month (01-12) according to format MM. Note: UTC is used'
708
+ range: MM
709
+ day:
710
+ type: integer
711
+ description: 'Day of month (01-31) according to format DD. Note: UTC
712
+ is used'
713
+ range: DD
714
+ hour:
715
+ type: integer
716
+ description: 'Hour of day (00-23) according to format DD. Note: UTC is
717
+ used'
718
+ range: HH
719
+ minute:
720
+ type: integer
721
+ description: 'Minute (00-59) according to format MM. Note: UTC is used'
722
+ range: MM
723
+ second:
724
+ type: integer
725
+ description: 'Second (00-59) according to format SS. Note: UTC is used'
726
+ range: SS
727
+ S0097:
728
+ description: |-
729
+ Checksum of traffic parameters.
730
+ Can be used to check if any traffic parameter has been changed.
731
+ For instance, depending on controller, maintenance personnel can modify traffic parameters on site to optimize traffic flow. This status provides the ability to monitor if any traffic parameter has been changed. The traffic parameters may be downloaded with S0098.
732
+ arguments:
733
+ checksum:
734
+ type: string
735
+ description: |-
736
+ Checksum of the traffic parameters
737
+ Uses SHA-2 as hashing algorithm
738
+ Includes
739
+ - all signal programs, including program versions
740
+ - signal group settings
741
+ - time plans
742
+ - safety matrix
743
+ - intergreen times
744
+ - detector settings
745
+
746
+ It should NOT include:
747
+ - network settings
748
+ - log files
749
+ - software
750
+ - other device settings that are not part of the signal program
751
+
752
+ Note:
753
+ - The checksum should be calculated using the same data as used in S0098
754
+ range: "[text]"
755
+ timestamp:
756
+ type: timestamp
757
+ description: Time stamp of the checksum. Format according to W3C XML dateTime
758
+ with a resolution of 3 decimal places. All time stamps in UTC. E.g.
759
+ 2009-10-02T14:34:34.341Z
760
+ S0098:
761
+ description: |-
762
+ Configuration of traffic parameters.
763
+ Can be used to download all traffic parameters from the controller.
764
+ For instance, depending on controller, maintenance personnel can modify traffic parameters on site to optimize traffic flow. This status provides the ability to downloaded them.
765
+ arguments:
766
+ config:
767
+ type: base64
768
+ description: |-
769
+ Traffic parameters.
770
+ Includes
771
+ - all signal programs, including program versions
772
+ - signal group settings
773
+ - time plans
774
+ - safety matrix
775
+ - intergreen times
776
+ - detector setting
777
+
778
+ It should NOT include:
779
+ - network settings
780
+ - log files
781
+ - software
782
+ - other device settings that are not part of the signal program
783
+
784
+ Note:
785
+ - There is no way to upload this binary file to the TLC using RSMP
786
+ - The format of the binary file is not specified and is not expected to be compatible between suppliers
787
+ range: "[binary]"
788
+ timestamp:
789
+ type: timestamp
790
+ description: |-
791
+ Time stamp of the config. Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
792
+ version:
793
+ type: string
794
+ description: |-
795
+ Version information of the configuration. Contains basic information such as controller id, changes to config and other information.
796
+ The format is not specified in detail.
797
+ range: "[text]"
798
+ S0205:
799
+ description: |-
800
+ Traffic Counting: Number of vehicles.
801
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
802
+ arguments:
803
+ start:
804
+ type: timestamp
805
+ description: |-
806
+ Time stamp for start of measuring. Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
807
+ vehicles:
808
+ type: string
809
+ description: |-
810
+ Number of vehicles.
811
+ - Value expressed as an integer with a range of 0-65535.
812
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
813
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
814
+ range: "[0-65535,...]"
815
+ S0206:
816
+ description: |-
817
+ Traffic Counting: Vehicle speed
818
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
819
+ arguments:
820
+ start:
821
+ type: timestamp
822
+ description: |-
823
+ Time stamp for start of measuring. Format according to W3C
824
+ XML dateTime with a resolution of 3 decimal places. All time stamps
825
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
826
+ speed:
827
+ type: string
828
+ description: |-
829
+ Average speed in km/h (integer).
830
+ - Value expressed as an integer with a range of 0-65535.
831
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
832
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
833
+ range: "[0-65535,...]"
834
+ S0207:
835
+ description: |-
836
+ Traffic Counting: Occupancy.
837
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
838
+ arguments:
839
+ start:
840
+ type: timestamp
841
+ description: |-
842
+ Time stamp for start of measuring. Format according to W3C
843
+ XML dateTime with a resolution of 3 decimal places. All time stamps
844
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
845
+ occupancy:
846
+ type: string
847
+ description: |-
848
+ Occupancy in percent (%) (0-100)
849
+ - Value expressed as an integer with a range of 0-100.
850
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
851
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
852
+ range: "[0-100,...]"
853
+ S0208:
854
+ description: |-
855
+ Traffic Counting: Number of vehicles of given classification.
856
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
857
+ arguments:
858
+ start:
859
+ type: timestamp
860
+ description: |-
861
+ Time stamp for start of measuring. Format according to W3C
862
+ XML dateTime with a resolution of 3 decimal places. All time stamps
863
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
864
+ P:
865
+ type: string
866
+ description: |-
867
+ Number of cars.
868
+ - Value expressed as an integer with a range of 0-65535.
869
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
870
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
871
+ range: "[0-65535,...]"
872
+ PS:
873
+ type: string
874
+ description: |-
875
+ Number of cars with trailers.
876
+ - Value expressed as an integer with a range of 0-65535.
877
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
878
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
879
+ range: "[0-65535,...]"
880
+ L:
881
+ type: string
882
+ description: |-
883
+ Number of trucks.
884
+ - Value expressed as an integer with a range of 0-65535.
885
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
886
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
887
+ range: "[0-65535,...]"
888
+ LS:
889
+ type: string
890
+ description: |-
891
+ Number of trucks with trailers.
892
+ - Value expressed as an integer with a range of 0-65535.
893
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
894
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
895
+ range: "[0-65535,...]"
896
+ B:
897
+ type: string
898
+ description: |-
899
+ Number of busses.
900
+ - Value expressed as an integer with a range of 0-65535.
901
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
902
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
903
+ range: "[0-65535,...]"
904
+ SP:
905
+ type: string
906
+ description: |-
907
+ Number of trams.
908
+ - Value expressed as an integer with a range of 0-65535.
909
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
910
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
911
+ range: "[0-65535,...]"
912
+ MC:
913
+ type: string
914
+ description: |-
915
+ Number of motor cycles.
916
+ - Value expressed as an integer with a range of 0-65535.
917
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
918
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
919
+ range: "[0-65535,...]"
920
+ C:
921
+ type: string
922
+ description: |-
923
+ Number of bicycles.
924
+ - Value expressed as an integer with a range of 0-65535.
925
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
926
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
927
+ range: "[0-65535,...]"
928
+ F:
929
+ type: string
930
+ description: |-
931
+ Number of pedestrians.
932
+ - Value expressed as an integer with a range of 0-65535.
933
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
934
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
935
+ range: "[0-65535,...]"
936
+ commands:
937
+ M0001:
938
+ description: |-
939
+ Sets functional position.
940
+ Sets the controller to yellow flash, dark mode or normal control.
941
+ Requires security code 2.
942
+ arguments:
943
+ status:
944
+ list: true
945
+ description: Set operating mode
946
+ type: string
947
+ values:
948
+ NormalControl: Normal Control
949
+ YellowFlash: Enables yellow flash
950
+ Dark: Enables dark mode
951
+ securityCode:
952
+ list: true
953
+ description: Security code 2
954
+ type: string
955
+ timeout:
956
+ list: true
957
+ description: |-
958
+ Time in minutes until controller automatically reverts to previous functional position.
959
+ 0=no automatic return
960
+ type: integer
961
+ min: 0
962
+ max: 1440
963
+ intersection:
964
+ list: true
965
+ description: Intersection number
966
+ type: integer
967
+ min: 0
968
+ max: 255
969
+ command: setValue
970
+ M0002:
971
+ description: |-
972
+ Sets current time plan.
973
+ Change of traffic program of the traffic light controller.
974
+ Typical usages is scenario based control where change of program is used to change signal timings etc.
975
+ This command changes the signal timings for optimal traffic flow.
976
+ Requires security code 2
977
+ arguments:
978
+ status:
979
+ type: boolean
980
+ description: |-
981
+ False: Controller uses time plan according to programming
982
+ True: Controller uses time plan according to command
983
+ securityCode:
984
+ type: string
985
+ description: Security code 2
986
+ range: "[text]"
987
+ timeplan:
988
+ type: integer
989
+ description: designation of time plan
990
+ range: "[1-255]"
991
+ command: setPlan
992
+ M0003:
993
+ description: |-
994
+ Sets traffic situation the controller uses.
995
+ Used for area-based control where a command can be sent to a master traffic light controller about which predefined traffic situation to use (1-255).
996
+ Traffic situation is a concept used to divide multiple TLC's into areas and sub-areas. The traffic situation gives the possibility to change the TLC sub-area dynamically depending on the time of day and the traffic flow. Depending on the traffic situation each TLC selects the time plan dynamically.
997
+ Requires security code 2
998
+ arguments:
999
+ status:
1000
+ type: boolean
1001
+ description: |-
1002
+ False: Controller uses traffic situation according to own programming
1003
+ True: Controller uses traffic situation according to command
1004
+ securityCode:
1005
+ type: string
1006
+ description: Security code 2
1007
+ range: "[text]"
1008
+ traficsituation:
1009
+ type: integer
1010
+ description: designation of traficsituation
1011
+ range: "[1-255]"
1012
+ command: setTrafficSituation
1013
+ M0004:
1014
+ description: |-
1015
+ Restarts Traffic Light Controller.
1016
+ Used in the event of serious faults in the device where a restart is considered to be able to remedy a problem.
1017
+ Requires security code 2
1018
+ arguments:
1019
+ status:
1020
+ type: boolean
1021
+ description: 'True: Restart controller'
1022
+ securityCode:
1023
+ type: string
1024
+ description: Security code 2
1025
+ range: "[text]"
1026
+ command: setRestart
1027
+ M0005:
1028
+ description: |-
1029
+ Activate emergency route.
1030
+ The function is made for emergency prioritization. Works in the same way as the M0006 and M0008 where the traffic light controller responds to an input.
1031
+ Should be used in situations where full priority is given in the emergency vehicle program.
1032
+ Requires security code 2.
1033
+ arguments:
1034
+ status:
1035
+ type: boolean
1036
+ description: |-
1037
+ False: Activate emergency route
1038
+ True: Deactivate emergency route
1039
+ securityCode:
1040
+ type: string
1041
+ description: Security code 2
1042
+ range: "[text]"
1043
+ emergencyroute:
1044
+ type: integer
1045
+ description: Number of emergency route
1046
+ range: "[1-255]"
1047
+ command: setEmergency
1048
+ M0006:
1049
+ description: |-
1050
+ Activate input.
1051
+ Set given input (1-255) of the controllers general purpose I/O to either true or false.
1052
+ The function can provide an input to the traffic light controller on which a predefined action can be taken.
1053
+ Can be used for all types of input where the traffic light controller must react to external control.
1054
+ Typical usages are bus priority, coordination between traffic controllers, external control systems, and much more.
1055
+ Requires security code 2.
1056
+ arguments:
1057
+ status:
1058
+ type: boolean
1059
+ description: |-
1060
+ False: Deactivate input
1061
+ True: Activate input
1062
+ securityCode:
1063
+ type: string
1064
+ description: Security code 2
1065
+ range: "[text]"
1066
+ input:
1067
+ type: integer
1068
+ description: Number of Input
1069
+ range: "[1-255]"
1070
+ command: setInput
1071
+ M0007:
1072
+ description: |-
1073
+ Activate fixed time control.
1074
+ Deactivates the traffic actuated control using detectors and activates pre-timed control.
1075
+ Can be used in case normal detectors can't be used, e.g. during maintenance work.
1076
+ Requires security code 2.
1077
+ arguments:
1078
+ status:
1079
+ type: boolean
1080
+ description: |-
1081
+ False: Deactivate fixed time control
1082
+ True: Activate fixed time control
1083
+ securityCode:
1084
+ type: string
1085
+ description: Security code 2
1086
+ range: "[text]"
1087
+ command: setFixedTime
1088
+ M0012:
1089
+ description: |-
1090
+ Request start or stop of a series of signal groups.
1091
+ Starts or stops several signal groups.
1092
+ This command was introduced due to coordination requirements needing to set many signal groups to green and red at the same time and M0010 and M0012 being to slow to send a message for each signal group individually.
1093
+ Although this command is intended to be used with coordination it is not actually specified to be used for this yet. It is reserved in the SXL for possible future use.
1094
+ Intended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers.
1095
+ Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).
1096
+ May also include purposes for adaptive control where a UTC system or a local traffic light controller takes over the phase control (stage control).
1097
+ Requires security code 2.
1098
+ arguments:
1099
+ status:
1100
+ type: string
1101
+ description: |-
1102
+ Orders signal groups to green or red. Sets a block of 16 signal groups at a time. Can be repeated to set several blocks of 16 signal groups. Values are separated with comma. Blocks are separated with semicolon. Since semicolon breaks the SXL csv-format, colon is used in example below.
1103
+
1104
+ 1=Order signal group to green
1105
+ 0=Order signal group to red
1106
+
1107
+ Format: [Offset],[Bits to set],[Bits to unset]:…
1108
+
1109
+ Offset sets where the 16 inputs starts from followed by two 16 bit values telling which bit to set and unset in binary format, i.e. first bit have value 1 and last bit have value 32768.
1110
+
1111
+ Example 1:
1112
+ "5, 4134, 65" sets input 6,7,10,17 = on and 5,11 = off
1113
+ (Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)
1114
+
1115
+ Example 2:
1116
+ "22, 1, 4" sets input 22 = on and 24 = off
1117
+ (Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)
1118
+
1119
+ And both these examples could be sent in the same message as:
1120
+ "5,4143,65:22,1,4"
1121
+
1122
+ Such a message would order signal group 6,7,10,17,22 to green and signal group 5,11,24 to red
1123
+ range: "[text]"
1124
+ securityCode:
1125
+ type: string
1126
+ description: Security code 2
1127
+ range: "[text]"
1128
+ command: setStart
1129
+ M0013:
1130
+ description: |-
1131
+ Activate a series of inputs.
1132
+ Set given inputs (1-255) of the controllers general purpose I/O to either true or false.
1133
+ This command was introduced due to coordination requirements needing to set many inputs to true/false at the same time and M0006 being to slow to send a message for each input individually. With this command many inputs can be set to true/false at the same time using a single RSMP message.
1134
+ Can be used for all types of input where the traffic light controller must react to external control. Typical usages are bus priority, coordination between traffic controllers, external control systems, and much more.
1135
+ Requires security code 2
1136
+ arguments:
1137
+ status:
1138
+ type: string
1139
+ description: |-
1140
+ Sets/Unsets a block of 16 inputs at a time. Can be repeated to set several blocks of 16 inputs. Values are separated with comma. Blocks are separated with semicolon. Since semicolon breaks the SXL csv-format, colon, ":" is used in example below.
1141
+
1142
+ Format: [Offset],[Bits to set],[Bits to unset]:…
1143
+
1144
+ Offset sets where the 16 inputs starts from followed by two 16 bit values telling which bit to set and unset in binary format, i.e. first bit have value 1 and last bit have value 32768.
1145
+
1146
+ Example 1:
1147
+ "5, 4134, 65" sets input 6,7,10,17 = on and 5,11 = off
1148
+ (Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)
1149
+
1150
+ Example 2:
1151
+ "22, 1, 4" sets input 22 = on and 24 = off
1152
+ (Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)
1153
+
1154
+ And both thease examples could be sent in the same message as:
1155
+ "5,4143:65:22,1,4"
1156
+
1157
+ Such a message would activate input 6,7,10,17,22 and deactivate input 5,11,24
1158
+ range: "[text]"
1159
+ securityCode:
1160
+ type: string
1161
+ description: Security code 2
1162
+ range: "[text]"
1163
+ command: setInput
1164
+ M0014:
1165
+ description: |-
1166
+ Set dynamic bands.
1167
+ Can be used to change between predefined signal timings. Moves the start of signal groups in the cycle.
1168
+ This command can be used to change the split of green time during the cycle. A typical usage is scenario based control where changing of signal timings is used for optimal traffic flow.
1169
+ Requires security code 2
1170
+ arguments:
1171
+ plan:
1172
+ type: integer
1173
+ description: Plan to be changed
1174
+ range: "[0-255]"
1175
+ status:
1176
+ type: string
1177
+ description: |-
1178
+ Dynamic bands.
1179
+ Each dynamic band are written as dd-ee where:
1180
+ dd=Dynamic band number (from 1-10)
1181
+ ee=Extension in seconds in this band
1182
+
1183
+ Each dynamic band is separated with a comma.
1184
+
1185
+ E.g.
1186
+ dd-ee,dd-ee
1187
+ range: "[text]"
1188
+ securityCode:
1189
+ type: string
1190
+ description: Security code 2
1191
+ range: "[text]"
1192
+ command: setCommands
1193
+ M0015:
1194
+ description: |-
1195
+ Set Offset time.
1196
+ Offset time is used to define an offset between intersections in coordinated control. It is based on the expected travel time between intersections.
1197
+ This command can be used to fine tune the coordination for optimal traffic flow.
1198
+ Requires security code 2.
1199
+ arguments:
1200
+ status:
1201
+ type: integer
1202
+ description: Set offset time in seconds
1203
+ range: "[0-255]"
1204
+ plan:
1205
+ type: integer
1206
+ description: Time plan nr
1207
+ range: "[0-255]"
1208
+ securityCode:
1209
+ type: string
1210
+ description: Security code 2
1211
+ range: "[text]"
1212
+ command: setOffset
1213
+ M0016:
1214
+ description: |-
1215
+ Set week time table.
1216
+ Set which time table for signal programs to use for each day during a week.
1217
+ This command changes the signal timings during the week for optimal traffic flow.
1218
+ Requires security code 2.
1219
+ arguments:
1220
+ status:
1221
+ type: string
1222
+ description: |-
1223
+ Week time table. Defines time table to use for each week day
1224
+ Each segment is written as d-t where:
1225
+ d=day of week
1226
+ t=time table nr
1227
+
1228
+ Day of week legend:
1229
+ 0=Monday
1230
+ 1=Tuesday
1231
+ 2=Wednesday
1232
+ 3=Thursday
1233
+ 4=Friday
1234
+ 5=Saturday
1235
+ 6=Sunday
1236
+
1237
+ Each segment is separated with a comma
1238
+
1239
+ E.g.
1240
+ d-t,d-t
1241
+ range: "[text]"
1242
+ securityCode:
1243
+ type: string
1244
+ description: Security code 2
1245
+ range: "[text]"
1246
+ command: setWeekTable
1247
+ M0017:
1248
+ description: |-
1249
+ Set time tables.
1250
+ Set time of day for when to automatically switch signal program (time plan).
1251
+ This command changes the signal timings according to time of day for optimal traffic flow.
1252
+ Requires security code 2.
1253
+ arguments:
1254
+ status:
1255
+ type: string
1256
+ description: |-
1257
+ Time Table. Defines time tables.
1258
+ Each time definition is written as t-o-h-m where:
1259
+ t=time table nr (1-12)
1260
+ o=function
1261
+ h=hour - switching time
1262
+ m=minute - switching minute
1263
+
1264
+ Function legend:
1265
+ 0=no plan is selected by time table
1266
+ 1=set plan 1
1267
+
1268
+ 16= set plan 16
1269
+
1270
+ hour and minute is using local time (not UTC)
1271
+
1272
+ Each time definition is separated with a comma.
1273
+
1274
+ E.g.
1275
+ t-o-h-m,t-o-h-m
1276
+ range: "[text]"
1277
+ securityCode:
1278
+ type: string
1279
+ description: Security code 2
1280
+ range: "[text]"
1281
+ command: setTimeTable
1282
+ M0018:
1283
+ description: |-
1284
+ Set Cycle time.
1285
+ Cycle time (or cycle length) is the sum of all phases in a time plan (traffic program). This time is fixed when using fixed time control or coordination (except "local coordination"). When the cycle counter reaches this length it is reset back to zero.
1286
+ This command provides the ability to change the cycle time when using coordinated or fixed time control. It changes the timings for optimal traffic flow. Can be used with scenario based control.
1287
+ Requires security code 2.
1288
+ arguments:
1289
+ status:
1290
+ type: integer
1291
+ description: Set cycle time in seconds
1292
+ range: "[1-255]"
1293
+ plan:
1294
+ type: integer
1295
+ description: Time plan nr
1296
+ range: "[0-255]"
1297
+ securityCode:
1298
+ type: string
1299
+ description: Security code 2
1300
+ range: "[text]"
1301
+ command: setCycleTime
1302
+ M0019:
1303
+ description: |-
1304
+ Force input.
1305
+ Force a given input (1-255) of the controllers general purpose I/O to either True or False. Can be used for all types of input where the traffic light controller must react to external control.
1306
+ Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
1307
+ Requires security code 2.
1308
+ arguments:
1309
+ status:
1310
+ type: boolean
1311
+ description: |-
1312
+ False: Force input
1313
+ True: Release input
1314
+ securityCode:
1315
+ type: string
1316
+ description: Security code 2
1317
+ range: "[text]"
1318
+ input:
1319
+ type: integer
1320
+ description: Number of Input
1321
+ range: "[1-255]"
1322
+ inputValue:
1323
+ type: boolean
1324
+ description: |-
1325
+ False: input forced to False
1326
+ True: input forced to True
1327
+ command: setInput
1328
+ M0020:
1329
+ description: |-
1330
+ Force output.
1331
+ Force a given output (1-255) of the controllers general purpose I/O to either True of False. Can be used for all types of output where the traffic light controller needs to control other equipment.
1332
+ Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
1333
+ Requires security code 2.
1334
+ arguments:
1335
+ status:
1336
+ type: boolean
1337
+ description: |-
1338
+ False: Force output
1339
+ True: Release output
1340
+ securityCode:
1341
+ type: string
1342
+ description: Security code 2
1343
+ range: "[text]"
1344
+ output:
1345
+ type: integer
1346
+ description: Number of Output
1347
+ range: "[1-255]"
1348
+ outputValue:
1349
+ type: boolean
1350
+ description: |-
1351
+ False: output forced to False
1352
+ True: output forced to True
1353
+ command: setOutput
1354
+ M0021:
1355
+ description: |-
1356
+ Set trigger level sensitivity for loop detector.
1357
+ The trigger level sensitivity determines at what level a loop detector should trigger. If it set too low then then traffic will not be detected as intended. If it is set too high the detector might give false positives.
1358
+ This command provides the ability to fine tune loop detectors to make sure they detect traffic as intended.
1359
+ Requires security code 2
1360
+ arguments:
1361
+ status:
1362
+ type: string
1363
+ description: |-
1364
+ Loop detector trigger level sensitivity is written as dd-ss where:
1365
+ dd=loop detector number
1366
+ ss=sensitivity value
1367
+ range: "[text]"
1368
+ securityCode:
1369
+ type: string
1370
+ description: Security code 2
1371
+ range: "[text]"
1372
+ command: setLevel
1373
+ M0103:
1374
+ description: |-
1375
+ Set security code.
1376
+ Change the security code to use when sending commands
1377
+ Security codes are used as an extra layer of security in many commands. They need to match between the supervision system and the traffic light controller in order for the commands to be executed.
1378
+ arguments:
1379
+ status:
1380
+ type: string
1381
+ values:
1382
+ Level1: Change security code 1
1383
+ Level2: Change security code 2
1384
+ oldSecurityCode:
1385
+ type: string
1386
+ description: Previous security code
1387
+ range: "[text]"
1388
+ newSecurityCode:
1389
+ type: string
1390
+ description: New security code
1391
+ range: "[text]"
1392
+ command: setSecurityCode
1393
+ M0104:
1394
+ description: |-
1395
+ Set clock.
1396
+ Can be used to manually set the clock of the traffic light controller if automatic time synchronization (NTP or watchdog sync) is not available. For instance, during maintenance work.
1397
+ Requires security code 1
1398
+ arguments:
1399
+ securityCode:
1400
+ type: string
1401
+ description: Security code 1
1402
+ range: "[text]"
1403
+ year:
1404
+ type: integer
1405
+ description: |-
1406
+ Changes internal clock. Note: UTC is used
1407
+ Year according to YYYY
1408
+ range: "[YYYY]"
1409
+ month:
1410
+ type: integer
1411
+ description: |-
1412
+ Changes internal clock. Note: UTC is used
1413
+ Month according to MM (01-12)
1414
+ range: "[MM]"
1415
+ day:
1416
+ type: integer
1417
+ description: |-
1418
+ Changes internal clock. Note: UTC is used
1419
+ Day in month according to DD (01-31)
1420
+ range: "[DD]"
1421
+ hour:
1422
+ type: integer
1423
+ description: |-
1424
+ Changes internal clock. Note: UTC is used
1425
+ Hour according to HH (00-23)
1426
+ range: "[HH]"
1427
+ minute:
1428
+ type: integer
1429
+ description: |-
1430
+ Changes internal clock. Note: UTC is used
1431
+ Minute according to MM (00-59)
1432
+ range: "[MM]"
1433
+ second:
1434
+ type: integer
1435
+ description: |-
1436
+ Changes internal clock. Note: UTC is used
1437
+ Second according to SS (00-59)
1438
+ range: "[SS]"
1439
+ command: setDate
1440
+ Signal group:
1441
+ description:
1442
+ alarms:
1443
+ A0008:
1444
+ description: |-
1445
+ Dead lock error.
1446
+ Used for dead lock errors.
1447
+ For instance; a signal group has requested green but is unable to switch due to a conflicting signal group for an extended period of time. At some point the request times out and the controller goes failure mode. The cause for this error is due to configuration errors or external sources.
1448
+ Is a "major fault" defined according to 3.8 in EN12675 which causes the controller to switch to a "failure mode" according to 3.6 in EN12675.
1449
+ priority: 2
1450
+ category: D
1451
+ arguments:
1452
+ timeplan:
1453
+ type: integer
1454
+ description: Current time plan
1455
+ range: "[designation]"
1456
+ A0101:
1457
+ description: |-
1458
+ Pushbutton error.
1459
+ Used for push buttons.
1460
+ priority: 3
1461
+ category: D
1462
+ A0201:
1463
+ description: |-
1464
+ Serious lamp error.
1465
+ Used for lamp errors.
1466
+ Is a "major fault" defined according to 3.8 in EN12675 which causes the controller to switch to a "failure mode" according to 3.6 in EN12675.
1467
+ priority: 2
1468
+ category: D
1469
+ arguments:
1470
+ color:
1471
+ type: string
1472
+ description: Color of lamp
1473
+ values:
1474
+ red: red
1475
+ yellow: yellow
1476
+ green: green
1477
+ A0202:
1478
+ description: |-
1479
+ Less serious lamp error.
1480
+ Used for lamp errors.
1481
+ Is a "minor fault" defined according to 3.11 in EN12675.
1482
+ priority: 3
1483
+ category: D
1484
+ arguments:
1485
+ color:
1486
+ type: string
1487
+ description: Color of lamp
1488
+ values:
1489
+ red: red
1490
+ yellow: yellow
1491
+ green: green
1492
+ statuses:
1493
+ S0025:
1494
+ description: |-
1495
+ Time-of-Green / Time-of-Red.
1496
+ Provides predicted signal timings of green and red for each signal group. Max, min and likely time to green and red.
1497
+ arguments:
1498
+ minToGEstimate :
1499
+ type: timestamp
1500
+ description: |-
1501
+ Time stamp for the minimum time for the signal group to go to green. If the signal group is green, it is the minimum time for the next green.
1502
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
1503
+ maxToGEstimate :
1504
+ type: timestamp
1505
+ description: |-
1506
+ Time stamp for the maximum time for the signal group to go to green. If the signal group is green, it is the maximum time for the next green.
1507
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
1508
+ likelyToGEstimate :
1509
+ type: timestamp
1510
+ description: |-
1511
+ Time stamp for the most likely time for the signal group to go to green. If the signal group is green, it is the most likely time for the next green.
1512
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
1513
+ ToGConfidence:
1514
+ type: integer
1515
+ description: Confidence of the likelyToGEstimate. 0-100%
1516
+ range: "[0-100]"
1517
+ minToREstimate :
1518
+ type: timestamp
1519
+ description: |-
1520
+ Time stamp for the minimum time for the signal group to go to red. If the signal group is red, it is the minimum time for the next red.
1521
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
1522
+ maxToREstimate:
1523
+ type: timestamp
1524
+ description: |-
1525
+ Time stamp for the maximum time for the signal group to go to red. If the signal group is red, it is the maximum time for the next red.
1526
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
1527
+ likelyToREstimate :
1528
+ type: timestamp
1529
+ description: |-
1530
+ Time stamp for the most likely time for the signal group to go to red. If the signal group is red, it is the most likely time for the next red.
1531
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
1532
+ ToRConfidence:
1533
+ type: integer
1534
+ description: Confidence of the likelyToREstimate. 0-100%
1535
+ range: "[0-100]"
1536
+ commands:
1537
+ M0010:
1538
+ description: |-
1539
+ Start of signal group. Orders a signal group to green.
1540
+ Although this command is intended to be used with coordination it is not actually specified to be used for this yet. It is reserved in the SXL for possible future use.
1541
+ Intended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers. Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).
1542
+ Requires security code 2
1543
+ arguments:
1544
+ status:
1545
+ type: boolean
1546
+ description: |-
1547
+ False: No command (default)
1548
+ True: Order a signal group to green
1549
+ securityCode:
1550
+ type: string
1551
+ description: Security code 2
1552
+ range: "[text]"
1553
+ command: setStart
1554
+ M0011:
1555
+ description: |-
1556
+ Stop of signal group. Orders a signal group to red.
1557
+ Although this command is intended to be used with coordination it is not actually specified to be used for this yet. It is reserved in the SXL for possible future use.
1558
+ Intended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers. Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).
1559
+ Requires security code 2
1560
+ arguments:
1561
+ status:
1562
+ type: boolean
1563
+ description: |-
1564
+ False: No command (default)
1565
+ True: Order a signal group to red
1566
+ securityCode:
1567
+ type: string
1568
+ description: Security code 2
1569
+ range: "[text]"
1570
+ command: setStop
1571
+ Detector logic:
1572
+ description:
1573
+ alarms:
1574
+ A0301:
1575
+ description: |-
1576
+ Detector error (hardware).
1577
+ Is a "minor fault" defined according to 3.11 in EN12675.
1578
+ priority: 3
1579
+ category: D
1580
+ arguments:
1581
+ detector:
1582
+ type: string
1583
+ description: Designation of the detector (hardware)
1584
+ range: "[designation]"
1585
+ type:
1586
+ type: string
1587
+ description: Type of detector
1588
+ values:
1589
+ loop: Inductive detector loop
1590
+ input: External input
1591
+ errormode:
1592
+ type: string
1593
+ description: Detector forced on/off while detector error
1594
+ values:
1595
+ 'on': ''
1596
+ 'off': ''
1597
+ manual:
1598
+ type: boolean
1599
+ description: Manually controlled detector logic (True/False)
1600
+ A0302:
1601
+ description: |-
1602
+ Detector error (logic error).
1603
+ For instance; detector continuously on or off during an extended time.
1604
+ Is a "minor fault" defined according to 3.11 in EN12675.
1605
+ priority: 3
1606
+ category: D
1607
+ arguments:
1608
+ detector:
1609
+ type: string
1610
+ description: Designation of the detector (hardware)
1611
+ range: "[designation]"
1612
+ type:
1613
+ type: string
1614
+ description: Type of detector.
1615
+ values:
1616
+ loop: Inductive detector loop
1617
+ input: External input
1618
+ errormode:
1619
+ type: string
1620
+ description: Detector forced on/off while detector error
1621
+ values:
1622
+ 'on': ''
1623
+ 'off': ''
1624
+ manual:
1625
+ type: boolean
1626
+ description: Manually controlled detector logic (True/False)
1627
+ logicerror:
1628
+ type: string
1629
+ description: Type of logic error
1630
+ values:
1631
+ always_off: no detection during predefined max time
1632
+ always_on: detection constantly on during predefined max time
1633
+ intermittent: intermittent logic fault (flutter)
1634
+ statuses:
1635
+ S0201:
1636
+ description: |-
1637
+ Traffic Counting: Number of vehicles.
1638
+ Used for Traffic counting.
1639
+ arguments:
1640
+ starttime:
1641
+ type: timestamp
1642
+ description: Time stamp for start of measuring. Format according to W3C
1643
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1644
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1645
+ vehicles:
1646
+ type: long
1647
+ description: Number of vehicles on a given detector logic (since last
1648
+ update)
1649
+ range: "[number]"
1650
+ S0202:
1651
+ description: |-
1652
+ Traffic Counting: Vehicle speed.
1653
+ Used for Traffic counting.
1654
+ arguments:
1655
+ starttime:
1656
+ type: timestamp
1657
+ description: |-
1658
+ Time stamp for start of measuring. Format according to W3C
1659
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1660
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1661
+ speed:
1662
+ type: integer
1663
+ description: Average speed in km/h
1664
+ range: "[speed]"
1665
+ S0203:
1666
+ description: |-
1667
+ Traffic Counting: Occupancy.
1668
+ Used for Traffic counting.
1669
+ arguments:
1670
+ starttime:
1671
+ type: timestamp
1672
+ description: |-
1673
+ Time stamp for start of measuring. Format according to W3C
1674
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1675
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1676
+ occupancy:
1677
+ type: integer
1678
+ description: Occupancy in percent (0-100%)
1679
+ range: "[0-100]"
1680
+ S0204:
1681
+ description: |-
1682
+ Traffic Counting: Number of vehicles of given classification.
1683
+ Used for Traffic counting.
1684
+ arguments:
1685
+ starttime:
1686
+ type: timestamp
1687
+ description: |-
1688
+ Time stamp for start of measuring. Format according to W3C
1689
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1690
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1691
+ P:
1692
+ type: long
1693
+ description: Number of cars
1694
+ range: "[number]"
1695
+ PS:
1696
+ type: long
1697
+ description: Number of cars with trailers
1698
+ range: "[number]"
1699
+ L:
1700
+ type: long
1701
+ description: Number of trucks
1702
+ range: "[number]"
1703
+ LS:
1704
+ type: long
1705
+ description: Number of trucks with trailers
1706
+ range: "[number]"
1707
+ B:
1708
+ type: long
1709
+ description: Number of busses
1710
+ range: "[number]"
1711
+ SP:
1712
+ type: long
1713
+ description: Number of trams
1714
+ range: "[number]"
1715
+ MC:
1716
+ type: long
1717
+ description: Number of motor cycles
1718
+ range: "[number]"
1719
+ C:
1720
+ type: long
1721
+ description: Number of bicycles
1722
+ range: "[number]"
1723
+ F:
1724
+ type: long
1725
+ description: Number of pedestrians
1726
+ range: "[number]"
1727
+ commands:
1728
+ M0008:
1729
+ description: |-
1730
+ Sets manual activation of detector logic.
1731
+ Set given detector logic (1-255) to either true or false.
1732
+ Can e.g. be used to connect RSMP compatible detection equipment to the traffic light controller. Can also be used for prioritization.
1733
+ Requires security code 2
1734
+ arguments:
1735
+ status:
1736
+ type: boolean
1737
+ description: |-
1738
+ False: Deactivate manual control of detector logic
1739
+ True: Activate manual control of detector logic
1740
+ securityCode:
1741
+ type: string
1742
+ description: Security code 2
1743
+ range: "[text]"
1744
+ mode:
1745
+ type: boolean
1746
+ description: |-
1747
+ False: Deactivate detector logic
1748
+ True: Activate detector logic
1749
+ command: setForceDetectorLogic