Mattzobricks / MattzoControllers

MattzoController firmware
20 stars 10 forks source link

Support for signals with more than 4 aspects #59

Closed Mattzobricks closed 4 months ago

Mattzobricks commented 1 year ago

Presently, the limit for signals is 4 aspects.

This could be overcome by using the Rocrail signal control option "Aspect numbers" instead of "Default". This control option easily delivers a zero-based aspect number of the signal in the MQTT message.

Mattzobricks commented 1 year ago

First attempts for multi-aspect signals commits to Mattzes local branch "feature_multi_aspect_signals". This won't work yet, as the addr and port for multi-aspect signals are delivers as "addr1" and "port1".

Mattzobricks commented 4 months ago

Implemented and tested with Mattzes complex light main signal. Works fine. Documentation for the Rocrail setup on the website updated.

Merged to develop today.

Closing issue.