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,1376 @@
|
|
1
|
+
---
|
2
|
+
meta:
|
3
|
+
name: tlc
|
4
|
+
description: Traffic Light Controllers
|
5
|
+
version: 1.0.13
|
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
|
+
S0022:
|
403
|
+
description: |-
|
404
|
+
List of time plans.
|
405
|
+
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.
|
406
|
+
Can be used for the management system to check the number of time plans configured in the controller.
|
407
|
+
arguments:
|
408
|
+
status:
|
409
|
+
type: string
|
410
|
+
description: Comma separated list of configured time plans. E.g. "1,2,3,5"
|
411
|
+
range: "[text]"
|
412
|
+
S0023:
|
413
|
+
description: |-
|
414
|
+
Dynamic bands.
|
415
|
+
Provides a list of all defined dynamic bands. Dynamic bands moves start of signal groups in the cycle and changes the signal timings.
|
416
|
+
A typical usage of dynamic bands is scenario based control where changing of signal timings is used for optimal traffic flow.
|
417
|
+
arguments:
|
418
|
+
status:
|
419
|
+
type: string
|
420
|
+
description: |-
|
421
|
+
Dynamic bands.
|
422
|
+
Each dynamic band are written as pp-dd-ee where:
|
423
|
+
pp=Time plan
|
424
|
+
dd=Dynamic band number (from 1-10)
|
425
|
+
ee=Extension in seconds in this band
|
426
|
+
|
427
|
+
Each dynamic band is separated with a comma.
|
428
|
+
|
429
|
+
E.g.
|
430
|
+
pp-dd-ee,pp-dd-ee
|
431
|
+
range: "[text]"
|
432
|
+
pattern: "(^$)|(^(?<item>(\\d{1,2})\\-\\d{1,2}-\\d{1,2})(,\\g<item>)*$)"
|
433
|
+
S0024:
|
434
|
+
description: |-
|
435
|
+
Offset time.
|
436
|
+
Offset time is used to define an offset between intersections in coordinated control. It is based on the expected travel time between intersections.
|
437
|
+
Can be used by the management system to check to fine tune the coordination for optimal traffic flow.
|
438
|
+
arguments:
|
439
|
+
status:
|
440
|
+
type: string
|
441
|
+
description: |-
|
442
|
+
Offset table
|
443
|
+
Each offset time is written as pp-tt where:
|
444
|
+
pp=time plan
|
445
|
+
tt=offset time in seconds
|
446
|
+
|
447
|
+
Each offset time is separated with a comma
|
448
|
+
|
449
|
+
E.g.
|
450
|
+
pp-tt,pp-tt
|
451
|
+
range: "[text]"
|
452
|
+
pattern: "^(\\d{1,2}\\-\\d{1,2})(?:,(\\d{1,2}\\-\\d{1,2}))*$"
|
453
|
+
S0026:
|
454
|
+
description: |-
|
455
|
+
Week time table.
|
456
|
+
Week time table for signal programs (time plan) to use for each day during a week.
|
457
|
+
The week time table determine which predefined signal timings (time plan) to use during the week for optimal traffic flow.
|
458
|
+
arguments:
|
459
|
+
status:
|
460
|
+
type: string
|
461
|
+
description: |-
|
462
|
+
Week time table. Defines time table to use for each week day
|
463
|
+
Each day is written as d-t where:
|
464
|
+
d=day of week
|
465
|
+
t=time table nr
|
466
|
+
|
467
|
+
Day of week legend:
|
468
|
+
0=Monday
|
469
|
+
1=Tuesday
|
470
|
+
2=Wednesday
|
471
|
+
3=Thursday
|
472
|
+
4=Friday
|
473
|
+
5=Saturday
|
474
|
+
6=Sunday
|
475
|
+
|
476
|
+
Each segment is separated with a comma
|
477
|
+
E.g.
|
478
|
+
d-t,d-t
|
479
|
+
range: "[text]"
|
480
|
+
S0027:
|
481
|
+
description: |-
|
482
|
+
Time tables.
|
483
|
+
Time of day for when to switch signal program (time plan).
|
484
|
+
The signal timings (time plan) to use during time of day for optimal traffic flow.
|
485
|
+
arguments:
|
486
|
+
status:
|
487
|
+
type: string
|
488
|
+
description: |-
|
489
|
+
Time Table. Defines time tables.
|
490
|
+
Each time definition is written as t-o-h-m where:
|
491
|
+
t=time table nr (1-12)
|
492
|
+
o=function
|
493
|
+
h=hour - switching time
|
494
|
+
m=minute - switching minute
|
495
|
+
|
496
|
+
Function legend:
|
497
|
+
0=no plan is selected by time table
|
498
|
+
1=set plan 1
|
499
|
+
…
|
500
|
+
16= set plan 16
|
501
|
+
|
502
|
+
hour and minute is using local time (not UTC)
|
503
|
+
|
504
|
+
Each time definition is separated with a comma
|
505
|
+
|
506
|
+
E.g.
|
507
|
+
t-o-h-m,t-o-h-m
|
508
|
+
range: "[text]"
|
509
|
+
S0028:
|
510
|
+
description: |-
|
511
|
+
Cycle time.
|
512
|
+
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.
|
513
|
+
Changing the cycle time can be used as part of scenario based control.
|
514
|
+
arguments:
|
515
|
+
status:
|
516
|
+
type: string
|
517
|
+
description: |-
|
518
|
+
Cycle time table
|
519
|
+
Each cycle time is written as pp-tt where:
|
520
|
+
pp=time plan
|
521
|
+
tt=cycle time in seconds
|
522
|
+
|
523
|
+
Each cycle time is separated with a comma
|
524
|
+
|
525
|
+
E.g.
|
526
|
+
pp-tt,pp-tt
|
527
|
+
range: "[text]"
|
528
|
+
S0029:
|
529
|
+
description: |-
|
530
|
+
Forced input status.
|
531
|
+
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.
|
532
|
+
Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
|
533
|
+
arguments:
|
534
|
+
status:
|
535
|
+
type: string
|
536
|
+
description: Forced input status as text field
|
537
|
+
range: "[text]"
|
538
|
+
S0091:
|
539
|
+
description: |-
|
540
|
+
Operator logged in/out OP-panel.
|
541
|
+
Provides information if maintenance personnel is currently working on site.
|
542
|
+
arguments:
|
543
|
+
user:
|
544
|
+
description: |-
|
545
|
+
nobody: No one logged in
|
546
|
+
<username>: User currently logged in
|
547
|
+
type: string
|
548
|
+
status:
|
549
|
+
type: string
|
550
|
+
values:
|
551
|
+
login: Somebody currently logged in
|
552
|
+
logout: Nobody currently logged in
|
553
|
+
S0092:
|
554
|
+
description: |-
|
555
|
+
Operator logged in/out web-interface.
|
556
|
+
Provides information if maintenance personnel is currently working with the controller.
|
557
|
+
arguments:
|
558
|
+
user:
|
559
|
+
description: |-
|
560
|
+
nobody: No one logged in
|
561
|
+
<username>: User currently logged in
|
562
|
+
type: string
|
563
|
+
status:
|
564
|
+
type: string
|
565
|
+
values:
|
566
|
+
login: Somebody currently logged in
|
567
|
+
logout: Nobody currently logged in
|
568
|
+
S0095:
|
569
|
+
description: |-
|
570
|
+
Version of Traffic Light Controller.
|
571
|
+
Provides diagnostic version information.
|
572
|
+
arguments:
|
573
|
+
status:
|
574
|
+
type: string
|
575
|
+
description: Manufacturer, product name and version of traffic light controller
|
576
|
+
range: "[text]"
|
577
|
+
S0096:
|
578
|
+
description: |-
|
579
|
+
Current date and time
|
580
|
+
Provides diagnostic information about the current date and time set in the controller.
|
581
|
+
arguments:
|
582
|
+
year:
|
583
|
+
type: integer
|
584
|
+
description: 'Year according to format YYYY. NOTE: UTC is used'
|
585
|
+
range: YYYY
|
586
|
+
month:
|
587
|
+
type: integer
|
588
|
+
description: 'Month (01-12) according to format MM. Note: UTC is used'
|
589
|
+
range: MM
|
590
|
+
day:
|
591
|
+
type: integer
|
592
|
+
description: 'Day of month (01-31) according to format DD. Note: UTC
|
593
|
+
is used'
|
594
|
+
range: DD
|
595
|
+
hour:
|
596
|
+
type: integer
|
597
|
+
description: 'Hour of day (00-23) according to format DD. Note: UTC is
|
598
|
+
used'
|
599
|
+
range: HH
|
600
|
+
minute:
|
601
|
+
type: integer
|
602
|
+
description: 'Minute (00-59) according to format MM. Note: UTC is used'
|
603
|
+
range: MM
|
604
|
+
second:
|
605
|
+
type: integer
|
606
|
+
description: 'Second (00-59) according to format SS. Note: UTC is used'
|
607
|
+
range: SS
|
608
|
+
commands:
|
609
|
+
M0001:
|
610
|
+
description: |-
|
611
|
+
Sets functional position.
|
612
|
+
Sets the controller to yellow flash, dark mode or normal control.
|
613
|
+
Requires security code 2.
|
614
|
+
arguments:
|
615
|
+
status:
|
616
|
+
list: true
|
617
|
+
description: Set operating mode
|
618
|
+
type: string
|
619
|
+
values:
|
620
|
+
NormalControl: Normal Control
|
621
|
+
YellowFlash: Enables yellow flash
|
622
|
+
Dark: Enables dark mode
|
623
|
+
securityCode:
|
624
|
+
list: true
|
625
|
+
description: Security code 2
|
626
|
+
type: string
|
627
|
+
timeout:
|
628
|
+
list: true
|
629
|
+
description: |-
|
630
|
+
Time in minutes until controller automatically reverts to previous functional position.
|
631
|
+
0=no automatic return
|
632
|
+
type: integer
|
633
|
+
min: 0
|
634
|
+
max: 1440
|
635
|
+
intersection:
|
636
|
+
list: true
|
637
|
+
description: Intersection number
|
638
|
+
type: integer
|
639
|
+
min: 0
|
640
|
+
max: 255
|
641
|
+
command: setValue
|
642
|
+
M0002:
|
643
|
+
description: |-
|
644
|
+
Sets current time plan.
|
645
|
+
Change of traffic program of the traffic light controller.
|
646
|
+
Typical usages is scenario based control where change of program is used to change signal timings etc.
|
647
|
+
This command changes the signal timings for optimal traffic flow.
|
648
|
+
Requires security code 2
|
649
|
+
arguments:
|
650
|
+
status:
|
651
|
+
type: boolean
|
652
|
+
description: |-
|
653
|
+
False: Controller uses time plan according to programming
|
654
|
+
True: Controller uses time plan according to command
|
655
|
+
securityCode:
|
656
|
+
type: string
|
657
|
+
description: Security code 2
|
658
|
+
range: "[text]"
|
659
|
+
timeplan:
|
660
|
+
type: integer
|
661
|
+
description: designation of time plan
|
662
|
+
range: "[1-255]"
|
663
|
+
command: setPlan
|
664
|
+
M0003:
|
665
|
+
description: |-
|
666
|
+
Sets traffic situation the controller uses.
|
667
|
+
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).
|
668
|
+
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.
|
669
|
+
Requires security code 2
|
670
|
+
arguments:
|
671
|
+
status:
|
672
|
+
type: boolean
|
673
|
+
description: |-
|
674
|
+
False: Controller uses traffic situation according to own programming
|
675
|
+
True: Controller uses traffic situation according to command
|
676
|
+
securityCode:
|
677
|
+
type: string
|
678
|
+
description: Security code 2
|
679
|
+
range: "[text]"
|
680
|
+
traficsituation:
|
681
|
+
type: integer
|
682
|
+
description: designation of traficsituation
|
683
|
+
range: "[1-255]"
|
684
|
+
command: setTrafficSituation
|
685
|
+
M0004:
|
686
|
+
description: |-
|
687
|
+
Restarts Traffic Light Controller.
|
688
|
+
Used in the event of serious faults in the device where a restart is considered to be able to remedy a problem.
|
689
|
+
Requires security code 2
|
690
|
+
arguments:
|
691
|
+
status:
|
692
|
+
type: boolean
|
693
|
+
description: 'True: Restart controller'
|
694
|
+
securityCode:
|
695
|
+
type: string
|
696
|
+
description: Security code 2
|
697
|
+
range: "[text]"
|
698
|
+
command: setRestart
|
699
|
+
M0005:
|
700
|
+
description: |-
|
701
|
+
Activate emergency route.
|
702
|
+
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.
|
703
|
+
Should be used in situations where full priority is given in the emergency vehicle program.
|
704
|
+
Requires security code 2.
|
705
|
+
arguments:
|
706
|
+
status:
|
707
|
+
type: boolean
|
708
|
+
description: |-
|
709
|
+
False: Activate emergency route
|
710
|
+
True: Deactivate emergency route
|
711
|
+
securityCode:
|
712
|
+
type: string
|
713
|
+
description: Security code 2
|
714
|
+
range: "[text]"
|
715
|
+
emergencyroute:
|
716
|
+
type: integer
|
717
|
+
description: Number of emergency route
|
718
|
+
range: "[1-255]"
|
719
|
+
command: setEmergency
|
720
|
+
M0006:
|
721
|
+
description: |-
|
722
|
+
Activate input.
|
723
|
+
Set given input (1-255) of the controllers general purpose I/O to either true or false.
|
724
|
+
The function can provide an input to the traffic light controller on which a predefined action can be taken.
|
725
|
+
Can be used for all types of input where the traffic light controller must react to external control.
|
726
|
+
Typical usages are bus priority, coordination between traffic controllers, external control systems, and much more.
|
727
|
+
Requires security code 2.
|
728
|
+
arguments:
|
729
|
+
status:
|
730
|
+
type: boolean
|
731
|
+
description: |-
|
732
|
+
False: Deactivate input
|
733
|
+
True: Activate input
|
734
|
+
securityCode:
|
735
|
+
type: string
|
736
|
+
description: Security code 2
|
737
|
+
range: "[text]"
|
738
|
+
input:
|
739
|
+
type: integer
|
740
|
+
description: Number of Input
|
741
|
+
range: "[1-255]"
|
742
|
+
command: setInput
|
743
|
+
M0007:
|
744
|
+
description: |-
|
745
|
+
Activate fixed time control.
|
746
|
+
Deactivates the traffic actuated control using detectors and activates pre-timed control.
|
747
|
+
Can be used in case normal detectors can't be used, e.g. during maintenance work.
|
748
|
+
Requires security code 2.
|
749
|
+
arguments:
|
750
|
+
status:
|
751
|
+
type: boolean
|
752
|
+
description: |-
|
753
|
+
False: Deactivate fixed time control
|
754
|
+
True: Activate fixed time control
|
755
|
+
securityCode:
|
756
|
+
type: string
|
757
|
+
description: Security code 2
|
758
|
+
range: "[text]"
|
759
|
+
command: setFixedTime
|
760
|
+
M0012:
|
761
|
+
description: |-
|
762
|
+
Request start or stop of a series of signal groups.
|
763
|
+
Starts or stops several signal groups.
|
764
|
+
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.
|
765
|
+
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.
|
766
|
+
Intended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers.
|
767
|
+
Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).
|
768
|
+
May also include purposes for adaptive control where a UTC system or a local traffic light controller takes over the phase control (stage control).
|
769
|
+
Requires security code 2.
|
770
|
+
arguments:
|
771
|
+
status:
|
772
|
+
type: string
|
773
|
+
description: |-
|
774
|
+
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.
|
775
|
+
|
776
|
+
1=Order signal group to green
|
777
|
+
0=Order signal group to red
|
778
|
+
|
779
|
+
Format: [Offset],[Bits to set],[Bits to unset]:…
|
780
|
+
|
781
|
+
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.
|
782
|
+
|
783
|
+
Example 1:
|
784
|
+
"5, 4134, 65" sets input 6,7,10,17 = on and 5,11 = off
|
785
|
+
(Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)
|
786
|
+
|
787
|
+
Example 2:
|
788
|
+
"22, 1, 4" sets input 22 = on and 24 = off
|
789
|
+
(Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)
|
790
|
+
|
791
|
+
And both these examples could be sent in the same message as:
|
792
|
+
"5,4143,65:22,1,4"
|
793
|
+
|
794
|
+
Such a message would order signal group 6,7,10,17,22 to green and signal group 5,11,24 to red
|
795
|
+
range: "[text]"
|
796
|
+
securityCode:
|
797
|
+
type: string
|
798
|
+
description: Security code 2
|
799
|
+
range: "[text]"
|
800
|
+
command: setStart
|
801
|
+
M0013:
|
802
|
+
description: |-
|
803
|
+
Activate a series of inputs.
|
804
|
+
Set given inputs (1-255) of the controllers general purpose I/O to either true or false.
|
805
|
+
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.
|
806
|
+
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.
|
807
|
+
Requires security code 2
|
808
|
+
arguments:
|
809
|
+
status:
|
810
|
+
type: string
|
811
|
+
description: |-
|
812
|
+
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.
|
813
|
+
|
814
|
+
Format: [Offset],[Bits to set],[Bits to unset]:…
|
815
|
+
|
816
|
+
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.
|
817
|
+
|
818
|
+
Example 1:
|
819
|
+
"5, 4134, 65" sets input 6,7,10,17 = on and 5,11 = off
|
820
|
+
(Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)
|
821
|
+
|
822
|
+
Example 2:
|
823
|
+
"22, 1, 4" sets input 22 = on and 24 = off
|
824
|
+
(Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)
|
825
|
+
|
826
|
+
And both thease examples could be sent in the same message as:
|
827
|
+
"5,4143:65:22,1,4"
|
828
|
+
|
829
|
+
Such a message would activate input 6,7,10,17,22 and deactivate input 5,11,24
|
830
|
+
range: "[text]"
|
831
|
+
securityCode:
|
832
|
+
type: string
|
833
|
+
description: Security code 2
|
834
|
+
range: "[text]"
|
835
|
+
command: setInput
|
836
|
+
M0014:
|
837
|
+
description: |-
|
838
|
+
Set dynamic bands.
|
839
|
+
Can be used to change between predefined signal timings. Moves the start of signal groups in the cycle.
|
840
|
+
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.
|
841
|
+
Requires security code 2
|
842
|
+
arguments:
|
843
|
+
plan:
|
844
|
+
type: integer
|
845
|
+
description: Plan to be changed
|
846
|
+
range: "[0-255]"
|
847
|
+
status:
|
848
|
+
type: string
|
849
|
+
description: |-
|
850
|
+
Dynamic bands.
|
851
|
+
Each dynamic band are written as dd-ee where:
|
852
|
+
dd=Dynamic band number (from 1-10)
|
853
|
+
ee=Extension in seconds in this band
|
854
|
+
|
855
|
+
Each dynamic band is separated with a comma.
|
856
|
+
|
857
|
+
E.g.
|
858
|
+
dd-ee,dd-ee
|
859
|
+
range: "[text]"
|
860
|
+
securityCode:
|
861
|
+
type: string
|
862
|
+
description: Security code 2
|
863
|
+
range: "[text]"
|
864
|
+
command: setCommands
|
865
|
+
M0015:
|
866
|
+
description: |-
|
867
|
+
Set Offset time.
|
868
|
+
Offset time is used to define an offset between intersections in coordinated control. It is based on the expected travel time between intersections.
|
869
|
+
This command can be used to fine tune the coordination for optimal traffic flow.
|
870
|
+
Requires security code 2.
|
871
|
+
arguments:
|
872
|
+
status:
|
873
|
+
type: integer
|
874
|
+
description: Set offset time in seconds
|
875
|
+
range: "[0-255]"
|
876
|
+
plan:
|
877
|
+
type: integer
|
878
|
+
description: Time plan nr
|
879
|
+
range: "[0-255]"
|
880
|
+
securityCode:
|
881
|
+
type: string
|
882
|
+
description: Security code 2
|
883
|
+
range: "[text]"
|
884
|
+
command: setOffset
|
885
|
+
M0016:
|
886
|
+
description: |-
|
887
|
+
Set week time table.
|
888
|
+
Set which time table for signal programs to use for each day during a week.
|
889
|
+
This command changes the signal timings during the week for optimal traffic flow.
|
890
|
+
Requires security code 2.
|
891
|
+
arguments:
|
892
|
+
status:
|
893
|
+
type: string
|
894
|
+
description: |-
|
895
|
+
Week time table. Defines time table to use for each week day
|
896
|
+
Each segment is written as d-t where:
|
897
|
+
d=day of week
|
898
|
+
t=time table nr
|
899
|
+
|
900
|
+
Day of week legend:
|
901
|
+
0=Monday
|
902
|
+
1=Tuesday
|
903
|
+
2=Wednesday
|
904
|
+
3=Thursday
|
905
|
+
4=Friday
|
906
|
+
5=Saturday
|
907
|
+
6=Sunday
|
908
|
+
|
909
|
+
Each segment is separated with a comma
|
910
|
+
|
911
|
+
E.g.
|
912
|
+
d-t,d-t
|
913
|
+
range: "[text]"
|
914
|
+
securityCode:
|
915
|
+
type: string
|
916
|
+
description: Security code 2
|
917
|
+
range: "[text]"
|
918
|
+
command: setWeekTable
|
919
|
+
M0017:
|
920
|
+
description: |-
|
921
|
+
Set time tables.
|
922
|
+
Set time of day for when to automatically switch signal program (time plan).
|
923
|
+
This command changes the signal timings according to time of day for optimal traffic flow.
|
924
|
+
Requires security code 2.
|
925
|
+
arguments:
|
926
|
+
status:
|
927
|
+
type: string
|
928
|
+
description: |-
|
929
|
+
Time Table. Defines time tables.
|
930
|
+
Each time definition is written as t-o-h-m where:
|
931
|
+
t=time table nr (1-12)
|
932
|
+
o=function
|
933
|
+
h=hour - switching time
|
934
|
+
m=minute - switching minute
|
935
|
+
|
936
|
+
Function legend:
|
937
|
+
0=no plan is selected by time table
|
938
|
+
1=set plan 1
|
939
|
+
…
|
940
|
+
16= set plan 16
|
941
|
+
|
942
|
+
hour and minute is using local time (not UTC)
|
943
|
+
|
944
|
+
Each time definition is separated with a comma.
|
945
|
+
|
946
|
+
E.g.
|
947
|
+
t-o-h-m,t-o-h-m
|
948
|
+
range: "[text]"
|
949
|
+
securityCode:
|
950
|
+
type: string
|
951
|
+
description: Security code 2
|
952
|
+
range: "[text]"
|
953
|
+
command: setTimeTable
|
954
|
+
M0018:
|
955
|
+
description: |-
|
956
|
+
Set Cycle time.
|
957
|
+
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.
|
958
|
+
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.
|
959
|
+
Requires security code 2.
|
960
|
+
arguments:
|
961
|
+
status:
|
962
|
+
type: integer
|
963
|
+
description: Set cycle time in seconds
|
964
|
+
range: "[1-255]"
|
965
|
+
plan:
|
966
|
+
type: integer
|
967
|
+
description: Time plan nr
|
968
|
+
range: "[0-255]"
|
969
|
+
securityCode:
|
970
|
+
type: string
|
971
|
+
description: Security code 2
|
972
|
+
range: "[text]"
|
973
|
+
command: setCycleTime
|
974
|
+
M0019:
|
975
|
+
description: |-
|
976
|
+
Force input.
|
977
|
+
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.
|
978
|
+
Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
|
979
|
+
Requires security code 2.
|
980
|
+
arguments:
|
981
|
+
status:
|
982
|
+
type: boolean
|
983
|
+
description: |-
|
984
|
+
False: Force input
|
985
|
+
True: Release input
|
986
|
+
securityCode:
|
987
|
+
type: string
|
988
|
+
description: Security code 2
|
989
|
+
range: "[text]"
|
990
|
+
input:
|
991
|
+
type: integer
|
992
|
+
description: Number of Input
|
993
|
+
range: "[1-255]"
|
994
|
+
inputValue:
|
995
|
+
type: boolean
|
996
|
+
description: |-
|
997
|
+
False: input forced to False
|
998
|
+
True: input forced to True
|
999
|
+
command: setInput
|
1000
|
+
M0103:
|
1001
|
+
description: |-
|
1002
|
+
Set security code.
|
1003
|
+
Change the security code to use when sending commands
|
1004
|
+
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.
|
1005
|
+
arguments:
|
1006
|
+
status:
|
1007
|
+
type: string
|
1008
|
+
values:
|
1009
|
+
Level1: Change security code 1
|
1010
|
+
Level2: Change security code 2
|
1011
|
+
oldSecurityCode:
|
1012
|
+
type: string
|
1013
|
+
description: Previous security code
|
1014
|
+
range: "[text]"
|
1015
|
+
newSecurityCode:
|
1016
|
+
type: string
|
1017
|
+
description: New security code
|
1018
|
+
range: "[text]"
|
1019
|
+
command: setSecurityCode
|
1020
|
+
M0104:
|
1021
|
+
description: |-
|
1022
|
+
Set clock.
|
1023
|
+
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.
|
1024
|
+
Requires security code 1
|
1025
|
+
arguments:
|
1026
|
+
securityCode:
|
1027
|
+
type: string
|
1028
|
+
description: Security code 1
|
1029
|
+
range: "[text]"
|
1030
|
+
year:
|
1031
|
+
type: integer
|
1032
|
+
description: |-
|
1033
|
+
Changes internal clock. Note: UTC is used
|
1034
|
+
Year according to YYYY
|
1035
|
+
range: "[YYYY]"
|
1036
|
+
month:
|
1037
|
+
type: integer
|
1038
|
+
description: |-
|
1039
|
+
Changes internal clock. Note: UTC is used
|
1040
|
+
Month according to MM (01-12)
|
1041
|
+
range: "[MM]"
|
1042
|
+
day:
|
1043
|
+
type: integer
|
1044
|
+
description: |-
|
1045
|
+
Changes internal clock. Note: UTC is used
|
1046
|
+
Day in month according to DD (01-31)
|
1047
|
+
range: "[DD]"
|
1048
|
+
hour:
|
1049
|
+
type: integer
|
1050
|
+
description: |-
|
1051
|
+
Changes internal clock. Note: UTC is used
|
1052
|
+
Hour according to HH (00-23)
|
1053
|
+
range: "[HH]"
|
1054
|
+
minute:
|
1055
|
+
type: integer
|
1056
|
+
description: |-
|
1057
|
+
Changes internal clock. Note: UTC is used
|
1058
|
+
Minute according to MM (00-59)
|
1059
|
+
range: "[MM]"
|
1060
|
+
second:
|
1061
|
+
type: integer
|
1062
|
+
description: |-
|
1063
|
+
Changes internal clock. Note: UTC is used
|
1064
|
+
Second according to SS (00-59)
|
1065
|
+
range: "[SS]"
|
1066
|
+
command: setDate
|
1067
|
+
Signal group:
|
1068
|
+
description:
|
1069
|
+
alarms:
|
1070
|
+
A0008:
|
1071
|
+
description: |-
|
1072
|
+
Dead lock error.
|
1073
|
+
Used for dead lock errors.
|
1074
|
+
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.
|
1075
|
+
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.
|
1076
|
+
priority: 2
|
1077
|
+
category: D
|
1078
|
+
arguments:
|
1079
|
+
timeplan:
|
1080
|
+
type: integer
|
1081
|
+
description: Current time plan
|
1082
|
+
range: "[designation]"
|
1083
|
+
A0101:
|
1084
|
+
description: |-
|
1085
|
+
Pushbutton error.
|
1086
|
+
Used for push buttons.
|
1087
|
+
priority: 3
|
1088
|
+
category: D
|
1089
|
+
A0201:
|
1090
|
+
description: |-
|
1091
|
+
Serious lamp error.
|
1092
|
+
Used for lamp errors.
|
1093
|
+
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.
|
1094
|
+
priority: 2
|
1095
|
+
category: D
|
1096
|
+
arguments:
|
1097
|
+
color:
|
1098
|
+
type: string
|
1099
|
+
description: Color of lamp
|
1100
|
+
values:
|
1101
|
+
red: red
|
1102
|
+
yellow: yellow
|
1103
|
+
green: green
|
1104
|
+
A0202:
|
1105
|
+
description: |-
|
1106
|
+
Less serious lamp error.
|
1107
|
+
Used for lamp errors.
|
1108
|
+
Is a "minor fault" defined according to 3.11 in EN12675.
|
1109
|
+
priority: 3
|
1110
|
+
category: D
|
1111
|
+
arguments:
|
1112
|
+
color:
|
1113
|
+
type: string
|
1114
|
+
description: Color of lamp
|
1115
|
+
values:
|
1116
|
+
red: red
|
1117
|
+
yellow: yellow
|
1118
|
+
green: green
|
1119
|
+
statuses:
|
1120
|
+
S0025:
|
1121
|
+
description: |-
|
1122
|
+
Time-of-Green / Time-of-Red.
|
1123
|
+
Provides predicted signal timings of green and red for each signal group. Max, min and likely time to green and red.
|
1124
|
+
arguments:
|
1125
|
+
minToGEstimate :
|
1126
|
+
type: timestamp
|
1127
|
+
description: |-
|
1128
|
+
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.
|
1129
|
+
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
|
1130
|
+
maxToGEstimate :
|
1131
|
+
type: timestamp
|
1132
|
+
description: |-
|
1133
|
+
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.
|
1134
|
+
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
|
1135
|
+
likelyToGEstimate :
|
1136
|
+
type: timestamp
|
1137
|
+
description: |-
|
1138
|
+
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.
|
1139
|
+
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
|
1140
|
+
ToGConfidence:
|
1141
|
+
type: integer
|
1142
|
+
description: Confidence of the likelyToGEstimate. 0-100%
|
1143
|
+
range: "[0-100]"
|
1144
|
+
minToREstimate :
|
1145
|
+
type: timestamp
|
1146
|
+
description: |-
|
1147
|
+
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.
|
1148
|
+
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
|
1149
|
+
maxToREstimate:
|
1150
|
+
type: timestamp
|
1151
|
+
description: |-
|
1152
|
+
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.
|
1153
|
+
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
|
1154
|
+
likelyToREstimate :
|
1155
|
+
type: timestamp
|
1156
|
+
description: |-
|
1157
|
+
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.
|
1158
|
+
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
|
1159
|
+
ToRConfidence:
|
1160
|
+
type: integer
|
1161
|
+
description: Confidence of the likelyToREstimate. 0-100%
|
1162
|
+
range: "[0-100]"
|
1163
|
+
commands:
|
1164
|
+
M0010:
|
1165
|
+
description: |-
|
1166
|
+
Start of signal group. Orders a signal group to green.
|
1167
|
+
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.
|
1168
|
+
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).
|
1169
|
+
Requires security code 2
|
1170
|
+
arguments:
|
1171
|
+
status:
|
1172
|
+
type: boolean
|
1173
|
+
description: |-
|
1174
|
+
False: No command (default)
|
1175
|
+
True: Order a signal group to green
|
1176
|
+
securityCode:
|
1177
|
+
type: string
|
1178
|
+
description: Security code 2
|
1179
|
+
range: "[text]"
|
1180
|
+
command: setStart
|
1181
|
+
M0011:
|
1182
|
+
description: |-
|
1183
|
+
Stop of signal group. Orders a signal group to red.
|
1184
|
+
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.
|
1185
|
+
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).
|
1186
|
+
Requires security code 2
|
1187
|
+
arguments:
|
1188
|
+
status:
|
1189
|
+
type: boolean
|
1190
|
+
description: |-
|
1191
|
+
False: No command (default)
|
1192
|
+
True: Order a signal group to red
|
1193
|
+
securityCode:
|
1194
|
+
type: string
|
1195
|
+
description: Security code 2
|
1196
|
+
range: "[text]"
|
1197
|
+
command: setStop
|
1198
|
+
Detector logic:
|
1199
|
+
description:
|
1200
|
+
alarms:
|
1201
|
+
A0301:
|
1202
|
+
description: |-
|
1203
|
+
Detector error (hardware).
|
1204
|
+
Is a "minor fault" defined according to 3.11 in EN12675.
|
1205
|
+
priority: 3
|
1206
|
+
category: D
|
1207
|
+
arguments:
|
1208
|
+
detector:
|
1209
|
+
type: string
|
1210
|
+
description: Designation of the detector (hardware)
|
1211
|
+
range: "[designation]"
|
1212
|
+
type:
|
1213
|
+
type: string
|
1214
|
+
description: Type of detector
|
1215
|
+
values:
|
1216
|
+
loop: Inductive detector loop
|
1217
|
+
input: External input
|
1218
|
+
errormode:
|
1219
|
+
type: string
|
1220
|
+
description: Detector forced on/off while detector error
|
1221
|
+
values:
|
1222
|
+
'on': ''
|
1223
|
+
'off': ''
|
1224
|
+
manual:
|
1225
|
+
type: boolean
|
1226
|
+
description: Manually controlled detector logic (True/False)
|
1227
|
+
A0302:
|
1228
|
+
description: |-
|
1229
|
+
Detector error (logic error).
|
1230
|
+
For instance; detector continuously on or off during an extended time.
|
1231
|
+
Is a "minor fault" defined according to 3.11 in EN12675.
|
1232
|
+
priority: 3
|
1233
|
+
category: D
|
1234
|
+
arguments:
|
1235
|
+
detector:
|
1236
|
+
type: string
|
1237
|
+
description: Designation of the detector (hardware)
|
1238
|
+
range: "[designation]"
|
1239
|
+
type:
|
1240
|
+
type: string
|
1241
|
+
description: Type of detector.
|
1242
|
+
values:
|
1243
|
+
loop: Inductive detector loop
|
1244
|
+
input: External input
|
1245
|
+
errormode:
|
1246
|
+
type: string
|
1247
|
+
description: Detector forced on/off while detector error
|
1248
|
+
values:
|
1249
|
+
'on': ''
|
1250
|
+
'off': ''
|
1251
|
+
manual:
|
1252
|
+
type: boolean
|
1253
|
+
description: Manually controlled detector logic (True/False)
|
1254
|
+
logicerror:
|
1255
|
+
type: string
|
1256
|
+
description: Type of logic error
|
1257
|
+
values:
|
1258
|
+
always_off: no detection during predefined max time
|
1259
|
+
always_on: detection constantly on during predefined max time
|
1260
|
+
intermittent: intermittent logic fault (flutter)
|
1261
|
+
statuses:
|
1262
|
+
S0201:
|
1263
|
+
description: |-
|
1264
|
+
Traffic Counting: Number of vehicles.
|
1265
|
+
Used for Traffic counting.
|
1266
|
+
arguments:
|
1267
|
+
starttime:
|
1268
|
+
type: timestamp
|
1269
|
+
description: Time stamp for start of measuring. Format according to W3C
|
1270
|
+
XML dateTime with a resolution of 3 decimal places. All time stamps
|
1271
|
+
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
1272
|
+
vehicles:
|
1273
|
+
type: long
|
1274
|
+
description: Number of vehicles on a given detector logic (since last
|
1275
|
+
update)
|
1276
|
+
range: "[number]"
|
1277
|
+
S0202:
|
1278
|
+
description: |-
|
1279
|
+
Traffic Counting: Vehicle speed.
|
1280
|
+
Used for Traffic counting.
|
1281
|
+
arguments:
|
1282
|
+
starttime:
|
1283
|
+
type: timestamp
|
1284
|
+
description: |-
|
1285
|
+
Time stamp for start of measuring. Format according to W3C
|
1286
|
+
XML dateTime with a resolution of 3 decimal places. All time stamps
|
1287
|
+
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
1288
|
+
speed:
|
1289
|
+
type: integer
|
1290
|
+
description: Average speed in km/h
|
1291
|
+
range: "[speed]"
|
1292
|
+
S0203:
|
1293
|
+
description: |-
|
1294
|
+
Traffic Counting: Occupancy.
|
1295
|
+
Used for Traffic counting.
|
1296
|
+
arguments:
|
1297
|
+
starttime:
|
1298
|
+
type: timestamp
|
1299
|
+
description: |-
|
1300
|
+
Time stamp for start of measuring. Format according to W3C
|
1301
|
+
XML dateTime with a resolution of 3 decimal places. All time stamps
|
1302
|
+
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
1303
|
+
occupancy:
|
1304
|
+
type: integer
|
1305
|
+
description: Occupancy in percent (0-100%)
|
1306
|
+
range: "[0-100]"
|
1307
|
+
S0204:
|
1308
|
+
description: |-
|
1309
|
+
Traffic Counting: Number of vehicles of given classification.
|
1310
|
+
Used for Traffic counting.
|
1311
|
+
arguments:
|
1312
|
+
starttime:
|
1313
|
+
type: timestamp
|
1314
|
+
description: |-
|
1315
|
+
Time stamp for start of measuring. Format according to W3C
|
1316
|
+
XML dateTime with a resolution of 3 decimal places. All time stamps
|
1317
|
+
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
1318
|
+
P:
|
1319
|
+
type: long
|
1320
|
+
description: Number of cars
|
1321
|
+
range: "[number]"
|
1322
|
+
PS:
|
1323
|
+
type: long
|
1324
|
+
description: Number of cars with trailers
|
1325
|
+
range: "[number]"
|
1326
|
+
L:
|
1327
|
+
type: long
|
1328
|
+
description: Number of trucks
|
1329
|
+
range: "[number]"
|
1330
|
+
LS:
|
1331
|
+
type: long
|
1332
|
+
description: Number of trucks with trailers
|
1333
|
+
range: "[number]"
|
1334
|
+
B:
|
1335
|
+
type: long
|
1336
|
+
description: Number of busses
|
1337
|
+
range: "[number]"
|
1338
|
+
SP:
|
1339
|
+
type: long
|
1340
|
+
description: Number of trams
|
1341
|
+
range: "[number]"
|
1342
|
+
MC:
|
1343
|
+
type: long
|
1344
|
+
description: Number of motor cycles
|
1345
|
+
range: "[number]"
|
1346
|
+
C:
|
1347
|
+
type: long
|
1348
|
+
description: Number of bicycles
|
1349
|
+
range: "[number]"
|
1350
|
+
F:
|
1351
|
+
type: long
|
1352
|
+
description: Number of pedestrians
|
1353
|
+
range: "[number]"
|
1354
|
+
commands:
|
1355
|
+
M0008:
|
1356
|
+
description: |-
|
1357
|
+
Sets manual activation of detector logic.
|
1358
|
+
Set given detector logic (1-255) to either true or false.
|
1359
|
+
Can e.g. be used to connect RSMP compatible detection equipment to the traffic light controller. Can also be used for prioritization.
|
1360
|
+
Requires security code 2
|
1361
|
+
arguments:
|
1362
|
+
status:
|
1363
|
+
type: boolean
|
1364
|
+
description: |-
|
1365
|
+
False: Deactivate manual control of detector logic
|
1366
|
+
True: Activate manual control of detector logic
|
1367
|
+
securityCode:
|
1368
|
+
type: string
|
1369
|
+
description: Security code 2
|
1370
|
+
range: "[text]"
|
1371
|
+
mode:
|
1372
|
+
type: boolean
|
1373
|
+
description: |-
|
1374
|
+
False: Deactivate detector logic
|
1375
|
+
True: Activate detector logic
|
1376
|
+
command: setForceDetectorLogic
|