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