这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Conversation

@J-N-K
Copy link
Member

@J-N-K J-N-K commented Nov 13, 2016

The current implementation of DMX transmitter is only transmitting if the universe has changed. This is checked every 35ms. The data is never re-transmitted if it does not change. If a receiver has been restarted after the last transmit it will not receive data until a channel changed. Some connections (as the upcoming E1.31) need to be refreshed by standrad definition.

This change introduces a "refresh" configuration option. The default is -1 (never refresh), which is compatible with the current implementation. A value of 0 would refresh every 35ms, another value would transmit data if it has been changed or the last transmission is more than (value) ms in the past.

Signed-off-by: Jan N. Klug jan.n.klug@rub.de

The current implementation of DMX transmitter is only transmitting if the universe has changed. This is checked every 35ms. The data is never re-transmitted if it does not change. If a receiver has been restarted after the last transmit it will not receive data until a channel changed. Some connections (as the upcoming E1.31) need to be refreshed by standrad definition.

This change introduces a "refresh" configuration option. The default is -1 (never refresh), which is compatible with the current implementation. A value of 0 would refresh every 35ms, another value would transmit data if it has been changed or the last transmission is more than (value) ms in the past.

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
@J-N-K
Copy link
Member Author

J-N-K commented Nov 13, 2016

Mhm. This obviously is wrong. Can someone explain why this is happening? This is the done with the Eclipse install for OH1 addons.

@J-N-K J-N-K closed this Nov 13, 2016
@J-N-K J-N-K deleted the feature-add-dmx-refresh branch December 17, 2016 18:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant