Bus Converters off by one
TaeoG opened this issue ยท 2 comments
Describe the bug
Bus converters, when converting from analog to a bundled cable, are off by one
To Reproduce
Steps to reproduce the behavior:
- Place two Bus converters with any length of bundled cable between them, even 0
- Configure one to be a DAC, the other an ADC
- Connect a red alloy wire or insulated wire to the ADC side, it must be at least length 2
- Connect something to both converters to read their input and output on their respective analog side, I tried both the nixie tubes from Create and the analog voltmeter from Gauges and Switches
- Give different input strengths and observe the output strength
Expected behavior
The output strength from the Digital to Analog bus should be the same as the input strength into the Analog to digital bus, and it is as long as the length of cable on the input side is <2.
Crash Log
N/A
Versions
Include versions of the dependencies. And since you're looking at it, make sure ProjectRed is up to date. Don't submit bugs for old versions, as they could have been fixed.
- CCL Version: 1.16.5 4.0.4.435
- FMP Version: CBMultipart 1.16.5 3.0.3.122
- MrTJPCore Version: N/A
- ProjectRed Version: 1.16.5 4.11.0 beta 6
Screenshots/Videos
If applicable, add screenshots or video links to help explain your problem.
As the redstone signal travels, It loses one redstone power every block. This explains why It would be 1 off as after more than 1 block has passed, the signal decrements by one. I believe that bundled cables do not lose power as they go.