rsmp_schema 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +6 -0
- data/.rspec +1 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +49 -0
- data/LICENSE +7 -0
- data/README.md +73 -0
- data/Rakefile +18 -0
- data/examples/validate.rb +32 -0
- data/exe/rsmp_schema +4 -0
- data/lib/rsmp_schema/cli.rb +35 -0
- data/lib/rsmp_schema/convert/export/json_schema.rb +223 -0
- data/lib/rsmp_schema/convert/import/yaml.rb +41 -0
- data/lib/rsmp_schema/error.rb +13 -0
- data/lib/rsmp_schema/schema.rb +102 -0
- data/lib/rsmp_schema/version.rb +5 -0
- data/lib/rsmp_schema.rb +7 -0
- data/rsmp_schema.gemspec +40 -0
- data/schemas/core/3.1.1/aggregated_status.json +25 -0
- data/schemas/core/3.1.1/alarm.json +58 -0
- data/schemas/core/3.1.1/alarm_issue.json +47 -0
- data/schemas/core/3.1.1/alarm_suspend_resume.json +3 -0
- data/schemas/core/3.1.1/alarm_suspended_resumed.json +47 -0
- data/schemas/core/3.1.1/command_request.json +24 -0
- data/schemas/core/3.1.1/command_response.json +34 -0
- data/schemas/core/3.1.1/core.json +38 -0
- data/schemas/core/3.1.1/definitions.json +67 -0
- data/schemas/core/3.1.1/message_ack.json +11 -0
- data/schemas/core/3.1.1/message_not_ack.json +15 -0
- data/schemas/core/3.1.1/rsmp.json +124 -0
- data/schemas/core/3.1.1/status.json +21 -0
- data/schemas/core/3.1.1/status_request.json +5 -0
- data/schemas/core/3.1.1/status_response.json +30 -0
- data/schemas/core/3.1.1/status_subscribe.json +27 -0
- data/schemas/core/3.1.1/status_unsubscribe.json +5 -0
- data/schemas/core/3.1.1/status_update.json +30 -0
- data/schemas/core/3.1.1/version.json +47 -0
- data/schemas/core/3.1.1/watchdog.json +9 -0
- data/schemas/core/3.1.2/rsmp.json +3 -0
- data/schemas/core/3.1.3/rsmp.json +124 -0
- data/schemas/core/3.1.3/status_response.json +30 -0
- data/schemas/core/3.1.3/status_update.json +30 -0
- data/schemas/core/3.1.4/rsmp.json +3 -0
- data/schemas/core/3.1.5/aggregated_status_request.json +9 -0
- data/schemas/core/3.1.5/alarm.json +68 -0
- data/schemas/core/3.1.5/alarm_request.json +3 -0
- data/schemas/core/3.1.5/core.json +39 -0
- data/schemas/core/3.1.5/rsmp.json +133 -0
- data/schemas/core/3.1.5/status.json +21 -0
- data/schemas/core/3.1.5/status_subscribe.json +31 -0
- data/schemas/core/3.2/alarm.json +62 -0
- data/schemas/core/3.2/core.json +39 -0
- data/schemas/core/3.2/rsmp.json +133 -0
- data/schemas/tlc/1.0.10/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.10/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.10/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.10/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.10/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.10/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.10/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.10/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.10/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.10/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.10/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.10/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.10/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.10/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.10/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.10/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.10/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.10/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.10/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.10/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.10/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.10/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.10/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.10/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.10/commands/commands.json +254 -0
- data/schemas/tlc/1.0.10/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.10/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.10/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.10/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.10/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.10/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.10/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.10/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.10/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.10/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.10/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.10/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.10/statuses/statuses.json +482 -0
- data/schemas/tlc/1.0.10/sxl.json +73 -0
- data/schemas/tlc/1.0.10/sxl.yaml +1059 -0
- data/schemas/tlc/1.0.13/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.13/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.13/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.13/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.13/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.13/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.13/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.13/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.13/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.13/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.13/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.13/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.13/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.13/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.13/commands/M0014.json +85 -0
- data/schemas/tlc/1.0.13/commands/M0015.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0016.json +58 -0
- data/schemas/tlc/1.0.13/commands/M0017.json +58 -0
- data/schemas/tlc/1.0.13/commands/M0018.json +91 -0
- data/schemas/tlc/1.0.13/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.13/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.13/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.13/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.13/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.13/commands/commands.json +334 -0
- data/schemas/tlc/1.0.13/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.13/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.13/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.13/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.13/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.13/statuses/S0022.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0023.json +35 -0
- data/schemas/tlc/1.0.13/statuses/S0024.json +35 -0
- data/schemas/tlc/1.0.13/statuses/S0025.json +229 -0
- data/schemas/tlc/1.0.13/statuses/S0026.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0027.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0028.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0029.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.13/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.13/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.13/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.13/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.13/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.13/statuses/statuses.json +610 -0
- data/schemas/tlc/1.0.13/sxl.json +73 -0
- data/schemas/tlc/1.0.13/sxl.yaml +1376 -0
- data/schemas/tlc/1.0.14/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.14/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.14/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.14/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.14/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.14/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.14/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.14/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.14/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.14/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.14/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.14/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.14/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.14/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.14/commands/M0014.json +85 -0
- data/schemas/tlc/1.0.14/commands/M0015.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0016.json +58 -0
- data/schemas/tlc/1.0.14/commands/M0017.json +58 -0
- data/schemas/tlc/1.0.14/commands/M0018.json +91 -0
- data/schemas/tlc/1.0.14/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.14/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.14/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.14/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.14/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.14/commands/commands.json +334 -0
- data/schemas/tlc/1.0.14/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.14/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.14/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.14/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.14/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.14/statuses/S0022.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0023.json +35 -0
- data/schemas/tlc/1.0.14/statuses/S0024.json +35 -0
- data/schemas/tlc/1.0.14/statuses/S0025.json +229 -0
- data/schemas/tlc/1.0.14/statuses/S0026.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0027.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0028.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0029.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.14/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.14/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.14/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.14/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.14/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.14/statuses/S0205.json +61 -0
- data/schemas/tlc/1.0.14/statuses/S0206.json +61 -0
- data/schemas/tlc/1.0.14/statuses/S0207.json +61 -0
- data/schemas/tlc/1.0.14/statuses/S0208.json +229 -0
- data/schemas/tlc/1.0.14/statuses/statuses.json +674 -0
- data/schemas/tlc/1.0.14/sxl.json +73 -0
- data/schemas/tlc/1.0.14/sxl.yaml +1514 -0
- data/schemas/tlc/1.0.15/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.15/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0010.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.15/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.15/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.15/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.15/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.15/alarms/alarms.json +254 -0
- data/schemas/tlc/1.0.15/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.15/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.15/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.15/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.15/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.15/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.15/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.15/commands/M0014.json +85 -0
- data/schemas/tlc/1.0.15/commands/M0015.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0016.json +58 -0
- data/schemas/tlc/1.0.15/commands/M0017.json +58 -0
- data/schemas/tlc/1.0.15/commands/M0018.json +91 -0
- data/schemas/tlc/1.0.15/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.15/commands/M0020.json +118 -0
- data/schemas/tlc/1.0.15/commands/M0021.json +58 -0
- data/schemas/tlc/1.0.15/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.15/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.15/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.15/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.15/commands/commands.json +366 -0
- data/schemas/tlc/1.0.15/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.15/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.15/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.15/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.15/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.15/statuses/S0022.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0023.json +35 -0
- data/schemas/tlc/1.0.15/statuses/S0024.json +35 -0
- data/schemas/tlc/1.0.15/statuses/S0025.json +229 -0
- data/schemas/tlc/1.0.15/statuses/S0026.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0027.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0028.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0029.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0030.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0031.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.15/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.15/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.15/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.15/statuses/S0097.json +61 -0
- data/schemas/tlc/1.0.15/statuses/S0098.json +82 -0
- data/schemas/tlc/1.0.15/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.15/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.15/statuses/S0205.json +61 -0
- data/schemas/tlc/1.0.15/statuses/S0206.json +61 -0
- data/schemas/tlc/1.0.15/statuses/S0207.json +61 -0
- data/schemas/tlc/1.0.15/statuses/S0208.json +229 -0
- data/schemas/tlc/1.0.15/statuses/statuses.json +738 -0
- data/schemas/tlc/1.0.15/sxl.json +73 -0
- data/schemas/tlc/1.0.15/sxl.yaml +1660 -0
- data/schemas/tlc/1.0.7/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.7/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.7/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.7/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.7/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.7/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.7/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.7/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.7/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.7/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.7/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.7/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.7/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.7/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.7/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.7/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.7/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.7/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.7/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.7/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.7/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.7/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.7/commands/commands.json +222 -0
- data/schemas/tlc/1.0.7/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.7/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.7/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.7/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.7/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.7/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.7/statuses/S0025.json +229 -0
- data/schemas/tlc/1.0.7/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.7/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.7/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.7/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.7/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.7/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.7/statuses/statuses.json +498 -0
- data/schemas/tlc/1.0.7/sxl.json +73 -0
- data/schemas/tlc/1.0.7/sxl.yaml +1026 -0
- data/schemas/tlc/1.0.8/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.8/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.8/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.8/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.8/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.8/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.8/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.8/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.8/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.8/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.8/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.8/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.8/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.8/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.8/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.8/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.8/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.8/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.8/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.8/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.8/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.8/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.8/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.8/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.8/commands/commands.json +254 -0
- data/schemas/tlc/1.0.8/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.8/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.8/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.8/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.8/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.8/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.8/statuses/S0025.json +181 -0
- data/schemas/tlc/1.0.8/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.8/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.8/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.8/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.8/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.8/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.8/statuses/statuses.json +482 -0
- data/schemas/tlc/1.0.8/sxl.json +73 -0
- data/schemas/tlc/1.0.8/sxl.yaml +1059 -0
- data/schemas/tlc/1.0.9/alarms/A0001.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0002.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0003.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0004.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0005.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0006.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0007.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0008.json +40 -0
- data/schemas/tlc/1.0.9/alarms/A0009.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0101.json +7 -0
- data/schemas/tlc/1.0.9/alarms/A0201.json +39 -0
- data/schemas/tlc/1.0.9/alarms/A0202.json +39 -0
- data/schemas/tlc/1.0.9/alarms/A0301.json +111 -0
- data/schemas/tlc/1.0.9/alarms/A0302.json +137 -0
- data/schemas/tlc/1.0.9/alarms/alarms.json +238 -0
- data/schemas/tlc/1.0.9/commands/M0001.json +125 -0
- data/schemas/tlc/1.0.9/commands/M0002.json +91 -0
- data/schemas/tlc/1.0.9/commands/M0003.json +91 -0
- data/schemas/tlc/1.0.9/commands/M0004.json +64 -0
- data/schemas/tlc/1.0.9/commands/M0005.json +91 -0
- data/schemas/tlc/1.0.9/commands/M0006.json +91 -0
- data/schemas/tlc/1.0.9/commands/M0007.json +64 -0
- data/schemas/tlc/1.0.9/commands/M0008.json +91 -0
- data/schemas/tlc/1.0.9/commands/M0010.json +64 -0
- data/schemas/tlc/1.0.9/commands/M0011.json +64 -0
- data/schemas/tlc/1.0.9/commands/M0012.json +58 -0
- data/schemas/tlc/1.0.9/commands/M0013.json +58 -0
- data/schemas/tlc/1.0.9/commands/M0019.json +118 -0
- data/schemas/tlc/1.0.9/commands/M0103.json +82 -0
- data/schemas/tlc/1.0.9/commands/M0104.json +199 -0
- data/schemas/tlc/1.0.9/commands/command_requests.json +7 -0
- data/schemas/tlc/1.0.9/commands/command_responses.json +7 -0
- data/schemas/tlc/1.0.9/commands/commands.json +254 -0
- data/schemas/tlc/1.0.9/statuses/S0001.json +116 -0
- data/schemas/tlc/1.0.9/statuses/S0002.json +34 -0
- data/schemas/tlc/1.0.9/statuses/S0003.json +55 -0
- data/schemas/tlc/1.0.9/statuses/S0004.json +55 -0
- data/schemas/tlc/1.0.9/statuses/S0005.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0006.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0007.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0008.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0009.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0010.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0011.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0012.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0013.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0014.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0015.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0016.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0017.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0018.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0019.json +40 -0
- data/schemas/tlc/1.0.9/statuses/S0020.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0021.json +35 -0
- data/schemas/tlc/1.0.9/statuses/S0025.json +181 -0
- data/schemas/tlc/1.0.9/statuses/S0091.json +58 -0
- data/schemas/tlc/1.0.9/statuses/S0092.json +58 -0
- data/schemas/tlc/1.0.9/statuses/S0095.json +34 -0
- data/schemas/tlc/1.0.9/statuses/S0096.json +175 -0
- data/schemas/tlc/1.0.9/statuses/S0201.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0202.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0203.json +67 -0
- data/schemas/tlc/1.0.9/statuses/S0204.json +283 -0
- data/schemas/tlc/1.0.9/statuses/statuses.json +482 -0
- data/schemas/tlc/1.0.9/sxl.json +73 -0
- data/schemas/tlc/1.0.9/sxl.yaml +1059 -0
- data/schemas/tlc/1.1/alarms/A0001.json +7 -0
- data/schemas/tlc/1.1/alarms/A0002.json +7 -0
- data/schemas/tlc/1.1/alarms/A0003.json +7 -0
- data/schemas/tlc/1.1/alarms/A0004.json +7 -0
- data/schemas/tlc/1.1/alarms/A0005.json +7 -0
- data/schemas/tlc/1.1/alarms/A0006.json +7 -0
- data/schemas/tlc/1.1/alarms/A0007.json +38 -0
- data/schemas/tlc/1.1/alarms/A0008.json +40 -0
- data/schemas/tlc/1.1/alarms/A0009.json +7 -0
- data/schemas/tlc/1.1/alarms/A0010.json +7 -0
- data/schemas/tlc/1.1/alarms/A0101.json +7 -0
- data/schemas/tlc/1.1/alarms/A0201.json +39 -0
- data/schemas/tlc/1.1/alarms/A0202.json +39 -0
- data/schemas/tlc/1.1/alarms/A0301.json +111 -0
- data/schemas/tlc/1.1/alarms/A0302.json +137 -0
- data/schemas/tlc/1.1/alarms/alarms.json +254 -0
- data/schemas/tlc/1.1/commands/M0001.json +125 -0
- data/schemas/tlc/1.1/commands/M0002.json +91 -0
- data/schemas/tlc/1.1/commands/M0003.json +91 -0
- data/schemas/tlc/1.1/commands/M0004.json +64 -0
- data/schemas/tlc/1.1/commands/M0005.json +91 -0
- data/schemas/tlc/1.1/commands/M0006.json +91 -0
- data/schemas/tlc/1.1/commands/M0007.json +64 -0
- data/schemas/tlc/1.1/commands/M0008.json +91 -0
- data/schemas/tlc/1.1/commands/M0010.json +64 -0
- data/schemas/tlc/1.1/commands/M0011.json +64 -0
- data/schemas/tlc/1.1/commands/M0012.json +58 -0
- data/schemas/tlc/1.1/commands/M0013.json +58 -0
- data/schemas/tlc/1.1/commands/M0014.json +85 -0
- data/schemas/tlc/1.1/commands/M0015.json +91 -0
- data/schemas/tlc/1.1/commands/M0016.json +58 -0
- data/schemas/tlc/1.1/commands/M0017.json +58 -0
- data/schemas/tlc/1.1/commands/M0018.json +91 -0
- data/schemas/tlc/1.1/commands/M0019.json +118 -0
- data/schemas/tlc/1.1/commands/M0020.json +118 -0
- data/schemas/tlc/1.1/commands/M0021.json +58 -0
- data/schemas/tlc/1.1/commands/M0103.json +82 -0
- data/schemas/tlc/1.1/commands/M0104.json +199 -0
- data/schemas/tlc/1.1/commands/command_requests.json +7 -0
- data/schemas/tlc/1.1/commands/command_responses.json +7 -0
- data/schemas/tlc/1.1/commands/commands.json +366 -0
- data/schemas/tlc/1.1/statuses/S0001.json +116 -0
- data/schemas/tlc/1.1/statuses/S0002.json +34 -0
- data/schemas/tlc/1.1/statuses/S0003.json +55 -0
- data/schemas/tlc/1.1/statuses/S0004.json +55 -0
- data/schemas/tlc/1.1/statuses/S0005.json +40 -0
- data/schemas/tlc/1.1/statuses/S0006.json +67 -0
- data/schemas/tlc/1.1/statuses/S0007.json +95 -0
- data/schemas/tlc/1.1/statuses/S0008.json +95 -0
- data/schemas/tlc/1.1/statuses/S0009.json +95 -0
- data/schemas/tlc/1.1/statuses/S0010.json +95 -0
- data/schemas/tlc/1.1/statuses/S0011.json +95 -0
- data/schemas/tlc/1.1/statuses/S0012.json +95 -0
- data/schemas/tlc/1.1/statuses/S0013.json +67 -0
- data/schemas/tlc/1.1/statuses/S0014.json +68 -0
- data/schemas/tlc/1.1/statuses/S0015.json +68 -0
- data/schemas/tlc/1.1/statuses/S0016.json +40 -0
- data/schemas/tlc/1.1/statuses/S0017.json +40 -0
- data/schemas/tlc/1.1/statuses/S0018.json +40 -0
- data/schemas/tlc/1.1/statuses/S0019.json +40 -0
- data/schemas/tlc/1.1/statuses/S0020.json +67 -0
- data/schemas/tlc/1.1/statuses/S0021.json +35 -0
- data/schemas/tlc/1.1/statuses/S0022.json +34 -0
- data/schemas/tlc/1.1/statuses/S0023.json +35 -0
- data/schemas/tlc/1.1/statuses/S0024.json +35 -0
- data/schemas/tlc/1.1/statuses/S0025.json +229 -0
- data/schemas/tlc/1.1/statuses/S0026.json +34 -0
- data/schemas/tlc/1.1/statuses/S0027.json +34 -0
- data/schemas/tlc/1.1/statuses/S0028.json +34 -0
- data/schemas/tlc/1.1/statuses/S0029.json +34 -0
- data/schemas/tlc/1.1/statuses/S0030.json +34 -0
- data/schemas/tlc/1.1/statuses/S0031.json +34 -0
- data/schemas/tlc/1.1/statuses/S0091.json +45 -0
- data/schemas/tlc/1.1/statuses/S0092.json +45 -0
- data/schemas/tlc/1.1/statuses/S0095.json +34 -0
- data/schemas/tlc/1.1/statuses/S0096.json +175 -0
- data/schemas/tlc/1.1/statuses/S0097.json +61 -0
- data/schemas/tlc/1.1/statuses/S0098.json +82 -0
- data/schemas/tlc/1.1/statuses/S0201.json +67 -0
- data/schemas/tlc/1.1/statuses/S0202.json +67 -0
- data/schemas/tlc/1.1/statuses/S0203.json +67 -0
- data/schemas/tlc/1.1/statuses/S0204.json +283 -0
- data/schemas/tlc/1.1/statuses/S0205.json +61 -0
- data/schemas/tlc/1.1/statuses/S0206.json +61 -0
- data/schemas/tlc/1.1/statuses/S0207.json +61 -0
- data/schemas/tlc/1.1/statuses/S0208.json +229 -0
- data/schemas/tlc/1.1/statuses/statuses.json +738 -0
- data/schemas/tlc/1.1/sxl.json +73 -0
- data/schemas/tlc/1.1/sxl.yaml +1749 -0
- metadata +784 -0
@@ -0,0 +1,1026 @@
|
|
1
|
+
---
|
2
|
+
meta:
|
3
|
+
name: tlc
|
4
|
+
description: Traffic Light Controllers
|
5
|
+
version: 1.0.7
|
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
|
+
statuses:
|
91
|
+
S0001:
|
92
|
+
description: |-
|
93
|
+
Signal group status.
|
94
|
+
Provides the status of each signal group, including basic information such as green, yellow and red. But also detailed technical information.
|
95
|
+
Can be used to draw a live signal group diagram as well provide diagnostic information about the performance of the controller.
|
96
|
+
arguments:
|
97
|
+
signalgroupstatus:
|
98
|
+
type: string
|
99
|
+
description: Signal group status as text field
|
100
|
+
range: "[text]"
|
101
|
+
pattern: "^[a-hA-G0-9N-P]*$"
|
102
|
+
cyclecounter:
|
103
|
+
type: integer
|
104
|
+
description: Cycle counter
|
105
|
+
range: "[0-999]"
|
106
|
+
basecyclecounter:
|
107
|
+
type: integer
|
108
|
+
description: Base cycle counter
|
109
|
+
range: "[0-999]"
|
110
|
+
stage:
|
111
|
+
type: integer
|
112
|
+
description: Current stage (isolated)
|
113
|
+
range: "[0-999]"
|
114
|
+
S0002:
|
115
|
+
description: |-
|
116
|
+
Detector logic status.
|
117
|
+
Provides the status of all detector logics of the controller.
|
118
|
+
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.
|
119
|
+
arguments:
|
120
|
+
detectorlogicstatus:
|
121
|
+
type: string
|
122
|
+
description: Detector logic status as text field
|
123
|
+
range: "[text]"
|
124
|
+
S0003:
|
125
|
+
description: |-
|
126
|
+
Input status.
|
127
|
+
Input (1-255) of the controllers general purpose I/O.
|
128
|
+
Input is used where the traffic light controller must react to external control. It could be external detectors, bus priority, and much more.
|
129
|
+
arguments:
|
130
|
+
inputstatus:
|
131
|
+
type: string
|
132
|
+
description: Input status as text field
|
133
|
+
range: "[text]"
|
134
|
+
extendedinputstatus:
|
135
|
+
type: string
|
136
|
+
description: Extended input status as text field
|
137
|
+
range: "[text]"
|
138
|
+
S0004:
|
139
|
+
description: |-
|
140
|
+
Output status.
|
141
|
+
Output (1-255) of the controllers general purpose I/O.
|
142
|
+
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.
|
143
|
+
arguments:
|
144
|
+
outputstatus:
|
145
|
+
type: string
|
146
|
+
description: Output status as text field
|
147
|
+
range: "[text]"
|
148
|
+
extendedoutputstatus:
|
149
|
+
type: string
|
150
|
+
description: Extended output status as text field
|
151
|
+
range: "[text]"
|
152
|
+
S0005:
|
153
|
+
description: |-
|
154
|
+
Traffic Light Controller starting.
|
155
|
+
The traffic signal is starting, e.g. it is in startup mode and has not begun working normally yet.
|
156
|
+
During startup mode the traffic controller shows dark, red, yellow flash or using the predetermined start cycle (minimum times).
|
157
|
+
arguments:
|
158
|
+
status:
|
159
|
+
type: boolean
|
160
|
+
description: |-
|
161
|
+
False: Controller is not in start up mode
|
162
|
+
True: Controller is currently in start up mode
|
163
|
+
S0006:
|
164
|
+
description: |-
|
165
|
+
Emergency stage.
|
166
|
+
The status is active during emergency prioritization.
|
167
|
+
Used in situations where full priority is given in the emergency vehicle program.
|
168
|
+
arguments:
|
169
|
+
status:
|
170
|
+
type: boolean
|
171
|
+
description: |-
|
172
|
+
False: Emergency stage inactive
|
173
|
+
True: Emergency stage active
|
174
|
+
emergencystage:
|
175
|
+
type: integer
|
176
|
+
description: Number of emergency stage
|
177
|
+
range: "[1-255]"
|
178
|
+
S0007:
|
179
|
+
description: |-
|
180
|
+
Controller switched on.
|
181
|
+
The controller is active and is not in dark mode.
|
182
|
+
Used to determine if the controller is operating, e.g. it shows red, green or yellow to the vehicles.
|
183
|
+
During maintenance work the controller might be using dark mode (no output to the signal heads).
|
184
|
+
arguments:
|
185
|
+
intersection:
|
186
|
+
list: true
|
187
|
+
type: integer
|
188
|
+
description: |-
|
189
|
+
0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
|
190
|
+
Other value: Intersection number
|
191
|
+
range: "[0-255]"
|
192
|
+
status:
|
193
|
+
list: true
|
194
|
+
type: boolean
|
195
|
+
description: |-
|
196
|
+
False: Traffic Light Controller in dark mode
|
197
|
+
True: Traffic Light Controller not in dark mode
|
198
|
+
S0008:
|
199
|
+
description: |-
|
200
|
+
Manual control.
|
201
|
+
Traffic control deactivated in controller
|
202
|
+
Signal timings is controlled manually by service personnel using the operating panel of the controller.
|
203
|
+
arguments:
|
204
|
+
intersection:
|
205
|
+
list: true
|
206
|
+
type: integer
|
207
|
+
description: |-
|
208
|
+
0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
|
209
|
+
Other value: Intersection number
|
210
|
+
range: "[0-255]"
|
211
|
+
status:
|
212
|
+
list: true
|
213
|
+
type: boolean
|
214
|
+
description: |-
|
215
|
+
False: Manual control inactive
|
216
|
+
True: Manual control active
|
217
|
+
S0009:
|
218
|
+
description: |-
|
219
|
+
Fixed time control.
|
220
|
+
Traffic actuated control deactivated and a pre-timed control is used.
|
221
|
+
Usually only used in case normal detectors can't be used, e.g. during maintenance work.
|
222
|
+
arguments:
|
223
|
+
intersection:
|
224
|
+
list: true
|
225
|
+
type: integer
|
226
|
+
description: |-
|
227
|
+
0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
|
228
|
+
Other value: Intersection number
|
229
|
+
range: "[0-255]"
|
230
|
+
status:
|
231
|
+
list: true
|
232
|
+
type: boolean
|
233
|
+
description: |-
|
234
|
+
False: Fixed time control inactive
|
235
|
+
True: Fixed time control active
|
236
|
+
S0010:
|
237
|
+
description: |-
|
238
|
+
Isolated control.
|
239
|
+
Isolated control mode indicates that the controller operates independently of any other traffic light controllers. This may different depending on traffic program (time plan).
|
240
|
+
Used to determine if the controller is operating independently or operating with other controllers (coordination).
|
241
|
+
arguments:
|
242
|
+
intersection:
|
243
|
+
list: true
|
244
|
+
type: integer
|
245
|
+
description: |-
|
246
|
+
0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
|
247
|
+
Other value: Intersection number
|
248
|
+
range: "[0-255]"
|
249
|
+
status:
|
250
|
+
list: true
|
251
|
+
type: boolean
|
252
|
+
description: |-
|
253
|
+
False: Isolated control disabled
|
254
|
+
True: Isolated control enabled (Vehicle actuated control or Fixed time control)
|
255
|
+
S0011:
|
256
|
+
description: |-
|
257
|
+
Yellow flash.
|
258
|
+
The controller shows yellow flash.
|
259
|
+
Yellow flash may be used during a serious fault (depending on configuration) or maintenance work. It can also be manually set using M0001.
|
260
|
+
arguments:
|
261
|
+
intersection:
|
262
|
+
list: true
|
263
|
+
type: integer
|
264
|
+
description: |-
|
265
|
+
0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
|
266
|
+
Other value: Intersection number
|
267
|
+
range: "[0-255]"
|
268
|
+
status:
|
269
|
+
list: true
|
270
|
+
type: boolean
|
271
|
+
description: |-
|
272
|
+
False: Yellow flash disabled
|
273
|
+
True: Yellow flash enabled
|
274
|
+
S0012:
|
275
|
+
description: |-
|
276
|
+
All red.
|
277
|
+
The controller show all red.
|
278
|
+
All red can be manually set using the controllers operating panel during maintenance work.
|
279
|
+
arguments:
|
280
|
+
intersection:
|
281
|
+
list: true
|
282
|
+
type: integer
|
283
|
+
description: |-
|
284
|
+
0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
|
285
|
+
Other value: Intersection number
|
286
|
+
range: "[0-255]"
|
287
|
+
status:
|
288
|
+
list: true
|
289
|
+
type: boolean
|
290
|
+
description: |-
|
291
|
+
False: All red disabled
|
292
|
+
True: All red enabled
|
293
|
+
S0013:
|
294
|
+
description: |-
|
295
|
+
Police key
|
296
|
+
The controller is forced to dark mode or yellow flash.
|
297
|
+
The "police key" is a external control switch present in some controllers that manually switches the controller to either dark mode or yellow flash.
|
298
|
+
arguments:
|
299
|
+
intersection:
|
300
|
+
list: true
|
301
|
+
type: integer
|
302
|
+
description: |-
|
303
|
+
0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
|
304
|
+
Other value: Intersection number
|
305
|
+
range: "[0-255]"
|
306
|
+
status:
|
307
|
+
list: true
|
308
|
+
type: integer
|
309
|
+
values:
|
310
|
+
0: disabled
|
311
|
+
1: dark mode
|
312
|
+
2: yellow flash
|
313
|
+
S0014:
|
314
|
+
description: |-
|
315
|
+
Current time plan.
|
316
|
+
The current time plan (signal program) used in the controller. There may be 1-255 predefined time plans.
|
317
|
+
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.
|
318
|
+
arguments:
|
319
|
+
status:
|
320
|
+
type: integer
|
321
|
+
description: Current time plan
|
322
|
+
range: "[1-255]"
|
323
|
+
S0015:
|
324
|
+
description: |-
|
325
|
+
Current traffic situation.
|
326
|
+
The current traffic situation used in the controller.
|
327
|
+
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).
|
328
|
+
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.
|
329
|
+
arguments:
|
330
|
+
status:
|
331
|
+
type: integer
|
332
|
+
description: Current traffic situation
|
333
|
+
range: "[1-255]"
|
334
|
+
S0016:
|
335
|
+
description: |-
|
336
|
+
Number of detector logics.
|
337
|
+
Can be used by the management system to check the number of detector logics configured in the controller.
|
338
|
+
arguments:
|
339
|
+
number:
|
340
|
+
type: long
|
341
|
+
description: Number of detector logics
|
342
|
+
range: "[1-65025]"
|
343
|
+
S0017:
|
344
|
+
description: |-
|
345
|
+
Number of signal groups.
|
346
|
+
Can be used for the management system to check the number of signal groups configured in the controller.
|
347
|
+
arguments:
|
348
|
+
number:
|
349
|
+
type: long
|
350
|
+
description: Number of signal groups
|
351
|
+
range: "[1-65025]"
|
352
|
+
S0018:
|
353
|
+
description: |-
|
354
|
+
Number of time plans
|
355
|
+
Can be used for the management system to check the number of time plans configured in the controller.
|
356
|
+
arguments:
|
357
|
+
number:
|
358
|
+
type: long
|
359
|
+
description: Number of time plans (depreciated)
|
360
|
+
range: "[1-65025]"
|
361
|
+
S0019:
|
362
|
+
description: |-
|
363
|
+
Number of traffic situations.
|
364
|
+
Can be used for the management system to check the number of traffic situations configured in the controller.
|
365
|
+
arguments:
|
366
|
+
number:
|
367
|
+
type: long
|
368
|
+
description: Number of traffic situations
|
369
|
+
range: "[1-65025]"
|
370
|
+
S0020:
|
371
|
+
description: |-
|
372
|
+
Control mode.
|
373
|
+
Can be used for the management system to check the current control mode (startup, normal, standby, failure, test).
|
374
|
+
arguments:
|
375
|
+
intersection:
|
376
|
+
list: true
|
377
|
+
type: integer
|
378
|
+
description: |-
|
379
|
+
0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
|
380
|
+
Other value: Intersection number
|
381
|
+
range: "[0-255]"
|
382
|
+
controlmode:
|
383
|
+
list: true
|
384
|
+
type: string
|
385
|
+
values:
|
386
|
+
startup: Startup mode
|
387
|
+
control: Normal control
|
388
|
+
standby: Standby mode
|
389
|
+
failure: Failure mode
|
390
|
+
test: Test mode
|
391
|
+
S0021:
|
392
|
+
description: |-
|
393
|
+
Manually set detector logic.
|
394
|
+
Provides status of detector logic (1-255) regarding if they are either forced to true or false.
|
395
|
+
Can be used to connect RSMP compatible detection equipment to the traffic light controller. Can also be used for prioritization.
|
396
|
+
arguments:
|
397
|
+
detectorlogics:
|
398
|
+
type: string
|
399
|
+
description: Manually set detector logics (1/0) as text field
|
400
|
+
range: "[text]"
|
401
|
+
pattern: "^[01]*$"
|
402
|
+
S0091:
|
403
|
+
description: |-
|
404
|
+
Operator logged in/out OP-panel.
|
405
|
+
Provides information if maintenance personnel is currently working on site.
|
406
|
+
arguments:
|
407
|
+
user:
|
408
|
+
description: |-
|
409
|
+
nobody: No one logged in
|
410
|
+
<username>: User currently logged in
|
411
|
+
type: string
|
412
|
+
status:
|
413
|
+
type: string
|
414
|
+
values:
|
415
|
+
login: Somebody currently logged in
|
416
|
+
logout: Nobody currently logged in
|
417
|
+
S0092:
|
418
|
+
description: |-
|
419
|
+
Operator logged in/out web-interface.
|
420
|
+
Provides information if maintenance personnel is currently working with the controller.
|
421
|
+
arguments:
|
422
|
+
user:
|
423
|
+
description: |-
|
424
|
+
nobody: No one logged in
|
425
|
+
<username>: User currently logged in
|
426
|
+
type: string
|
427
|
+
status:
|
428
|
+
type: string
|
429
|
+
values:
|
430
|
+
login: Somebody currently logged in
|
431
|
+
logout: Nobody currently logged in
|
432
|
+
S0095:
|
433
|
+
description: |-
|
434
|
+
Version of Traffic Light Controller.
|
435
|
+
Provides diagnostic version information.
|
436
|
+
arguments:
|
437
|
+
status:
|
438
|
+
type: string
|
439
|
+
description: Manufacturer, product name and version of traffic light controller
|
440
|
+
range: "[text]"
|
441
|
+
S0096:
|
442
|
+
description: |-
|
443
|
+
Current date and time
|
444
|
+
Provides diagnostic information about the current date and time set in the controller.
|
445
|
+
arguments:
|
446
|
+
year:
|
447
|
+
type: integer
|
448
|
+
description: 'Year according to format YYYY. NOTE: UTC is used'
|
449
|
+
range: YYYY
|
450
|
+
month:
|
451
|
+
type: integer
|
452
|
+
description: 'Month (01-12) according to format MM. Note: UTC is used'
|
453
|
+
range: MM
|
454
|
+
day:
|
455
|
+
type: integer
|
456
|
+
description: 'Day of month (01-31) according to format DD. Note: UTC
|
457
|
+
is used'
|
458
|
+
range: DD
|
459
|
+
hour:
|
460
|
+
type: integer
|
461
|
+
description: 'Hour of day (00-23) according to format DD. Note: UTC is
|
462
|
+
used'
|
463
|
+
range: HH
|
464
|
+
minute:
|
465
|
+
type: integer
|
466
|
+
description: 'Minute (00-59) according to format MM. Note: UTC is used'
|
467
|
+
range: MM
|
468
|
+
second:
|
469
|
+
type: integer
|
470
|
+
description: 'Second (00-59) according to format SS. Note: UTC is used'
|
471
|
+
range: SS
|
472
|
+
commands:
|
473
|
+
M0001:
|
474
|
+
description: |-
|
475
|
+
Sets functional position.
|
476
|
+
Sets the controller to yellow flash, dark mode or normal control.
|
477
|
+
Requires security code 2.
|
478
|
+
arguments:
|
479
|
+
status:
|
480
|
+
list: true
|
481
|
+
description: Set operating mode
|
482
|
+
type: string
|
483
|
+
values:
|
484
|
+
NormalControl: Normal Control
|
485
|
+
YellowFlash: Enables yellow flash
|
486
|
+
Dark: Enables dark mode
|
487
|
+
securityCode:
|
488
|
+
list: true
|
489
|
+
description: Security code 2
|
490
|
+
type: string
|
491
|
+
timeout:
|
492
|
+
list: true
|
493
|
+
description: |-
|
494
|
+
Time in minutes until controller automatically reverts to previous functional position.
|
495
|
+
0=no automatic return
|
496
|
+
type: integer
|
497
|
+
min: 0
|
498
|
+
max: 1440
|
499
|
+
intersection:
|
500
|
+
list: true
|
501
|
+
description: Intersection number
|
502
|
+
type: integer
|
503
|
+
min: 0
|
504
|
+
max: 255
|
505
|
+
command: setValue
|
506
|
+
M0002:
|
507
|
+
description: |-
|
508
|
+
Sets current time plan.
|
509
|
+
Change of traffic program of the traffic light controller.
|
510
|
+
Typical usages is scenario based control where change of program is used to change signal timings etc.
|
511
|
+
This command changes the signal timings for optimal traffic flow.
|
512
|
+
Requires security code 2
|
513
|
+
arguments:
|
514
|
+
status:
|
515
|
+
type: boolean
|
516
|
+
description: |-
|
517
|
+
False: Controller uses time plan according to programming
|
518
|
+
True: Controller uses time plan according to command
|
519
|
+
securityCode:
|
520
|
+
type: string
|
521
|
+
description: Security code 2
|
522
|
+
range: "[text]"
|
523
|
+
timeplan:
|
524
|
+
type: integer
|
525
|
+
description: designation of time plan
|
526
|
+
range: "[1-255]"
|
527
|
+
command: setPlan
|
528
|
+
M0003:
|
529
|
+
description: |-
|
530
|
+
Sets traffic situation the controller uses.
|
531
|
+
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).
|
532
|
+
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.
|
533
|
+
Requires security code 2
|
534
|
+
arguments:
|
535
|
+
status:
|
536
|
+
type: boolean
|
537
|
+
description: |-
|
538
|
+
False: Controller uses traffic situation according to own programming
|
539
|
+
True: Controller uses traffic situation according to command
|
540
|
+
securityCode:
|
541
|
+
type: string
|
542
|
+
description: Security code 2
|
543
|
+
range: "[text]"
|
544
|
+
traficsituation:
|
545
|
+
type: integer
|
546
|
+
description: designation of traficsituation
|
547
|
+
range: "[1-255]"
|
548
|
+
command: setTrafficSituation
|
549
|
+
M0004:
|
550
|
+
description: |-
|
551
|
+
Restarts Traffic Light Controller.
|
552
|
+
Used in the event of serious faults in the device where a restart is considered to be able to remedy a problem.
|
553
|
+
Requires security code 2
|
554
|
+
arguments:
|
555
|
+
status:
|
556
|
+
type: boolean
|
557
|
+
description: 'True: Restart controller'
|
558
|
+
securityCode:
|
559
|
+
type: string
|
560
|
+
description: Security code 2
|
561
|
+
range: "[text]"
|
562
|
+
command: setRestart
|
563
|
+
M0005:
|
564
|
+
description: |-
|
565
|
+
Activate emergency route.
|
566
|
+
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.
|
567
|
+
Should be used in situations where full priority is given in the emergency vehicle program.
|
568
|
+
Requires security code 2.
|
569
|
+
arguments:
|
570
|
+
status:
|
571
|
+
type: boolean
|
572
|
+
description: |-
|
573
|
+
False: Activate emergency route
|
574
|
+
True: Deactivate emergency route
|
575
|
+
securityCode:
|
576
|
+
type: string
|
577
|
+
description: Security code 2
|
578
|
+
range: "[text]"
|
579
|
+
emergencyroute:
|
580
|
+
type: integer
|
581
|
+
description: Number of emergency route
|
582
|
+
range: "[1-255]"
|
583
|
+
command: setEmergency
|
584
|
+
M0006:
|
585
|
+
description: |-
|
586
|
+
Activate input.
|
587
|
+
Set given input (1-255) of the controllers general purpose I/O to either true or false.
|
588
|
+
The function can provide an input to the traffic light controller on which a predefined action can be taken.
|
589
|
+
Can be used for all types of input where the traffic light controller must react to external control.
|
590
|
+
Typical usages are bus priority, coordination between traffic controllers, external control systems, and much more.
|
591
|
+
Requires security code 2.
|
592
|
+
arguments:
|
593
|
+
status:
|
594
|
+
type: boolean
|
595
|
+
description: |-
|
596
|
+
False: Deactivate input
|
597
|
+
True: Activate input
|
598
|
+
securityCode:
|
599
|
+
type: string
|
600
|
+
description: Security code 2
|
601
|
+
range: "[text]"
|
602
|
+
input:
|
603
|
+
type: integer
|
604
|
+
description: Number of Input
|
605
|
+
range: "[1-255]"
|
606
|
+
command: setInput
|
607
|
+
M0007:
|
608
|
+
description: |-
|
609
|
+
Activate fixed time control.
|
610
|
+
Deactivates the traffic actuated control using detectors and activates pre-timed control.
|
611
|
+
Can be used in case normal detectors can't be used, e.g. during maintenance work.
|
612
|
+
Requires security code 2.
|
613
|
+
arguments:
|
614
|
+
status:
|
615
|
+
type: boolean
|
616
|
+
description: |-
|
617
|
+
False: Deactivate fixed time control
|
618
|
+
True: Activate fixed time control
|
619
|
+
securityCode:
|
620
|
+
type: string
|
621
|
+
description: Security code 2
|
622
|
+
range: "[text]"
|
623
|
+
command: setFixedTime
|
624
|
+
M0019:
|
625
|
+
description: |-
|
626
|
+
Force input.
|
627
|
+
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.
|
628
|
+
Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
|
629
|
+
Requires security code 2.
|
630
|
+
arguments:
|
631
|
+
status:
|
632
|
+
type: boolean
|
633
|
+
description: |-
|
634
|
+
False: Force input
|
635
|
+
True: Release input
|
636
|
+
securityCode:
|
637
|
+
type: string
|
638
|
+
description: Security code 2
|
639
|
+
range: "[text]"
|
640
|
+
input:
|
641
|
+
type: integer
|
642
|
+
description: Number of Input
|
643
|
+
range: "[1-255]"
|
644
|
+
inputValue:
|
645
|
+
type: boolean
|
646
|
+
description: |-
|
647
|
+
False: input forced to False
|
648
|
+
True: input forced to True
|
649
|
+
command: setInput
|
650
|
+
M0103:
|
651
|
+
description: |-
|
652
|
+
Set security code.
|
653
|
+
Change the security code to use when sending commands
|
654
|
+
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.
|
655
|
+
arguments:
|
656
|
+
status:
|
657
|
+
type: string
|
658
|
+
values:
|
659
|
+
Level1: Change security code 1
|
660
|
+
Level2: Change security code 2
|
661
|
+
oldSecurityCode:
|
662
|
+
type: string
|
663
|
+
description: Previous security code
|
664
|
+
range: "[text]"
|
665
|
+
newSecurityCode:
|
666
|
+
type: string
|
667
|
+
description: New security code
|
668
|
+
range: "[text]"
|
669
|
+
command: setSecurityCode
|
670
|
+
M0104:
|
671
|
+
description: |-
|
672
|
+
Set clock.
|
673
|
+
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.
|
674
|
+
Requires security code 1
|
675
|
+
arguments:
|
676
|
+
securityCode:
|
677
|
+
type: string
|
678
|
+
description: Security code 1
|
679
|
+
range: "[text]"
|
680
|
+
year:
|
681
|
+
type: integer
|
682
|
+
description: |-
|
683
|
+
Changes internal clock. Note: UTC is used
|
684
|
+
Year according to YYYY
|
685
|
+
range: "[YYYY]"
|
686
|
+
month:
|
687
|
+
type: integer
|
688
|
+
description: |-
|
689
|
+
Changes internal clock. Note: UTC is used
|
690
|
+
Month according to MM (01-12)
|
691
|
+
range: "[MM]"
|
692
|
+
day:
|
693
|
+
type: integer
|
694
|
+
description: |-
|
695
|
+
Changes internal clock. Note: UTC is used
|
696
|
+
Day in month according to DD (01-31)
|
697
|
+
range: "[DD]"
|
698
|
+
hour:
|
699
|
+
type: integer
|
700
|
+
description: |-
|
701
|
+
Changes internal clock. Note: UTC is used
|
702
|
+
Hour according to HH (00-23)
|
703
|
+
range: "[HH]"
|
704
|
+
minute:
|
705
|
+
type: integer
|
706
|
+
description: |-
|
707
|
+
Changes internal clock. Note: UTC is used
|
708
|
+
Minute according to MM (00-59)
|
709
|
+
range: "[MM]"
|
710
|
+
second:
|
711
|
+
type: integer
|
712
|
+
description: |-
|
713
|
+
Changes internal clock. Note: UTC is used
|
714
|
+
Second according to SS (00-59)
|
715
|
+
range: "[SS]"
|
716
|
+
command: setDate
|
717
|
+
Signal group:
|
718
|
+
description:
|
719
|
+
alarms:
|
720
|
+
A0008:
|
721
|
+
description: |-
|
722
|
+
Dead lock error.
|
723
|
+
Used for dead lock errors.
|
724
|
+
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.
|
725
|
+
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.
|
726
|
+
priority: 2
|
727
|
+
category: D
|
728
|
+
arguments:
|
729
|
+
timeplan:
|
730
|
+
type: integer
|
731
|
+
description: Current time plan
|
732
|
+
range: "[designation]"
|
733
|
+
A0101:
|
734
|
+
description: |-
|
735
|
+
Pushbutton error.
|
736
|
+
Used for push buttons.
|
737
|
+
priority: 3
|
738
|
+
category: D
|
739
|
+
A0201:
|
740
|
+
description: |-
|
741
|
+
Serious lamp error.
|
742
|
+
Used for lamp errors.
|
743
|
+
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.
|
744
|
+
priority: 2
|
745
|
+
category: D
|
746
|
+
arguments:
|
747
|
+
color:
|
748
|
+
type: string
|
749
|
+
description: Color of lamp
|
750
|
+
values:
|
751
|
+
red: red
|
752
|
+
yellow: yellow
|
753
|
+
green: green
|
754
|
+
A0202:
|
755
|
+
description: |-
|
756
|
+
Less serious lamp error.
|
757
|
+
Used for lamp errors.
|
758
|
+
Is a "minor fault" defined according to 3.11 in EN12675.
|
759
|
+
priority: 3
|
760
|
+
category: D
|
761
|
+
arguments:
|
762
|
+
color:
|
763
|
+
type: string
|
764
|
+
description: Color of lamp
|
765
|
+
values:
|
766
|
+
red: red
|
767
|
+
yellow: yellow
|
768
|
+
green: green
|
769
|
+
statuses:
|
770
|
+
S0025:
|
771
|
+
description: |-
|
772
|
+
Time-of-Green / Time-of-Red.
|
773
|
+
Provides predicted signal timings of green and red for each signal group. Max, min and likely time to green and red.
|
774
|
+
arguments:
|
775
|
+
minToGEstimate :
|
776
|
+
type: timestamp
|
777
|
+
description: |-
|
778
|
+
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.
|
779
|
+
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
|
780
|
+
maxToGEstimate :
|
781
|
+
type: timestamp
|
782
|
+
description: |-
|
783
|
+
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.
|
784
|
+
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
|
785
|
+
likelyToGEstimate :
|
786
|
+
type: timestamp
|
787
|
+
description: |-
|
788
|
+
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.
|
789
|
+
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
|
790
|
+
ToGConfidence:
|
791
|
+
type: integer
|
792
|
+
description: Confidence of the likelyToGEstimate. 0-100%
|
793
|
+
range: "[0-100]"
|
794
|
+
minToREstimate :
|
795
|
+
type: timestamp
|
796
|
+
description: |-
|
797
|
+
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.
|
798
|
+
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
|
799
|
+
maxToREstimate:
|
800
|
+
type: timestamp
|
801
|
+
description: |-
|
802
|
+
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.
|
803
|
+
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
|
804
|
+
likelyToREstimate :
|
805
|
+
type: timestamp
|
806
|
+
description: |-
|
807
|
+
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.
|
808
|
+
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
|
809
|
+
ToRConfidence:
|
810
|
+
type: integer
|
811
|
+
description: Confidence of the likelyToREstimate. 0-100%
|
812
|
+
range: "[0-100]"
|
813
|
+
commands:
|
814
|
+
M0010:
|
815
|
+
description: |-
|
816
|
+
Start of signal group. Orders a signal group to green.
|
817
|
+
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.
|
818
|
+
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).
|
819
|
+
Requires security code 2
|
820
|
+
arguments:
|
821
|
+
status:
|
822
|
+
type: boolean
|
823
|
+
description: |-
|
824
|
+
False: No command (default)
|
825
|
+
True: Order a signal group to green
|
826
|
+
securityCode:
|
827
|
+
type: string
|
828
|
+
description: Security code 2
|
829
|
+
range: "[text]"
|
830
|
+
command: setStart
|
831
|
+
M0011:
|
832
|
+
description: |-
|
833
|
+
Stop of signal group. Orders a signal group to red.
|
834
|
+
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.
|
835
|
+
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).
|
836
|
+
Requires security code 2
|
837
|
+
arguments:
|
838
|
+
status:
|
839
|
+
type: boolean
|
840
|
+
description: |-
|
841
|
+
False: No command (default)
|
842
|
+
True: Order a signal group to red
|
843
|
+
securityCode:
|
844
|
+
type: string
|
845
|
+
description: Security code 2
|
846
|
+
range: "[text]"
|
847
|
+
command: setStop
|
848
|
+
Detector logic:
|
849
|
+
description:
|
850
|
+
alarms:
|
851
|
+
A0301:
|
852
|
+
description: |-
|
853
|
+
Detector error (hardware).
|
854
|
+
Is a "minor fault" defined according to 3.11 in EN12675.
|
855
|
+
priority: 3
|
856
|
+
category: D
|
857
|
+
arguments:
|
858
|
+
detector:
|
859
|
+
type: string
|
860
|
+
description: Designation of the detector (hardware)
|
861
|
+
range: "[designation]"
|
862
|
+
type:
|
863
|
+
type: string
|
864
|
+
description: Type of detector
|
865
|
+
values:
|
866
|
+
loop: Inductive detector loop
|
867
|
+
input: External input
|
868
|
+
errormode:
|
869
|
+
type: string
|
870
|
+
description: Detector forced on/off while detector error
|
871
|
+
values:
|
872
|
+
'on': ''
|
873
|
+
'off': ''
|
874
|
+
manual:
|
875
|
+
type: boolean
|
876
|
+
description: Manually controlled detector logic (True/False)
|
877
|
+
A0302:
|
878
|
+
description: |-
|
879
|
+
Detector error (logic error).
|
880
|
+
For instance; detector continuously on or off during an extended time.
|
881
|
+
Is a "minor fault" defined according to 3.11 in EN12675.
|
882
|
+
priority: 3
|
883
|
+
category: D
|
884
|
+
arguments:
|
885
|
+
detector:
|
886
|
+
type: string
|
887
|
+
description: Designation of the detector (hardware)
|
888
|
+
range: "[designation]"
|
889
|
+
type:
|
890
|
+
type: string
|
891
|
+
description: Type of detector.
|
892
|
+
values:
|
893
|
+
loop: Inductive detector loop
|
894
|
+
input: External input
|
895
|
+
errormode:
|
896
|
+
type: string
|
897
|
+
description: Detector forced on/off while detector error
|
898
|
+
values:
|
899
|
+
'on': ''
|
900
|
+
'off': ''
|
901
|
+
manual:
|
902
|
+
type: boolean
|
903
|
+
description: Manually controlled detector logic (True/False)
|
904
|
+
logicerror:
|
905
|
+
type: string
|
906
|
+
description: Type of logic error
|
907
|
+
values:
|
908
|
+
always_off: no detection during predefined max time
|
909
|
+
always_on: detection constantly on during predefined max time
|
910
|
+
intermittent: intermittent logic fault (flutter)
|
911
|
+
statuses:
|
912
|
+
S0201:
|
913
|
+
description: |-
|
914
|
+
Traffic Counting: Number of vehicles.
|
915
|
+
Used for Traffic counting.
|
916
|
+
arguments:
|
917
|
+
starttime:
|
918
|
+
type: timestamp
|
919
|
+
description: Time stamp for start of measuring. Format according to W3C
|
920
|
+
XML dateTime with a resolution of 3 decimal places. All time stamps
|
921
|
+
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
922
|
+
vehicles:
|
923
|
+
type: long
|
924
|
+
description: Number of vehicles on a given detector logic (since last
|
925
|
+
update)
|
926
|
+
range: "[number]"
|
927
|
+
S0202:
|
928
|
+
description: |-
|
929
|
+
Traffic Counting: Vehicle speed.
|
930
|
+
Used for Traffic counting.
|
931
|
+
arguments:
|
932
|
+
starttime:
|
933
|
+
type: timestamp
|
934
|
+
description: |-
|
935
|
+
Time stamp for start of measuring. Format according to W3C
|
936
|
+
XML dateTime with a resolution of 3 decimal places. All time stamps
|
937
|
+
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
938
|
+
speed:
|
939
|
+
type: integer
|
940
|
+
description: Average speed in km/h
|
941
|
+
range: "[speed]"
|
942
|
+
S0203:
|
943
|
+
description: |-
|
944
|
+
Traffic Counting: Occupancy.
|
945
|
+
Used for Traffic counting.
|
946
|
+
arguments:
|
947
|
+
starttime:
|
948
|
+
type: timestamp
|
949
|
+
description: |-
|
950
|
+
Time stamp for start of measuring. Format according to W3C
|
951
|
+
XML dateTime with a resolution of 3 decimal places. All time stamps
|
952
|
+
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
953
|
+
occupancy:
|
954
|
+
type: integer
|
955
|
+
description: Occupancy in percent (0-100%)
|
956
|
+
range: "[0-100]"
|
957
|
+
S0204:
|
958
|
+
description: |-
|
959
|
+
Traffic Counting: Number of vehicles of given classification.
|
960
|
+
Used for Traffic counting.
|
961
|
+
arguments:
|
962
|
+
starttime:
|
963
|
+
type: timestamp
|
964
|
+
description: |-
|
965
|
+
Time stamp for start of measuring. Format according to W3C
|
966
|
+
XML dateTime with a resolution of 3 decimal places. All time stamps
|
967
|
+
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
968
|
+
P:
|
969
|
+
type: long
|
970
|
+
description: Number of cars
|
971
|
+
range: "[number]"
|
972
|
+
PS:
|
973
|
+
type: long
|
974
|
+
description: Number of cars with trailers
|
975
|
+
range: "[number]"
|
976
|
+
L:
|
977
|
+
type: long
|
978
|
+
description: Number of trucks
|
979
|
+
range: "[number]"
|
980
|
+
LS:
|
981
|
+
type: long
|
982
|
+
description: Number of trucks with trailers
|
983
|
+
range: "[number]"
|
984
|
+
B:
|
985
|
+
type: long
|
986
|
+
description: Number of busses
|
987
|
+
range: "[number]"
|
988
|
+
SP:
|
989
|
+
type: long
|
990
|
+
description: Number of trams
|
991
|
+
range: "[number]"
|
992
|
+
MC:
|
993
|
+
type: long
|
994
|
+
description: Number of motor cycles
|
995
|
+
range: "[number]"
|
996
|
+
C:
|
997
|
+
type: long
|
998
|
+
description: Number of bicycles
|
999
|
+
range: "[number]"
|
1000
|
+
F:
|
1001
|
+
type: long
|
1002
|
+
description: Number of pedestrians
|
1003
|
+
range: "[number]"
|
1004
|
+
commands:
|
1005
|
+
M0008:
|
1006
|
+
description: |-
|
1007
|
+
Sets manual activation of detector logic.
|
1008
|
+
Set given detector logic (1-255) to either true or false.
|
1009
|
+
Can e.g. be used to connect RSMP compatible detection equipment to the traffic light controller. Can also be used for prioritization.
|
1010
|
+
Requires security code 2
|
1011
|
+
arguments:
|
1012
|
+
status:
|
1013
|
+
type: boolean
|
1014
|
+
description: |-
|
1015
|
+
False: Deactivate manual control of detector logic
|
1016
|
+
True: Activate manual control of detector logic
|
1017
|
+
securityCode:
|
1018
|
+
type: string
|
1019
|
+
description: Security code 2
|
1020
|
+
range: "[text]"
|
1021
|
+
mode:
|
1022
|
+
type: boolean
|
1023
|
+
description: |-
|
1024
|
+
False: Deactivate detector logic
|
1025
|
+
True: Activate detector logic
|
1026
|
+
command: setForceDetectorLogic
|