we are observing a weird thing in our test-setup. Our setup looks like this:
- Out1 --> In1 --> In2
- Out2 --> In3 --> In4
- Output range for OutN is 0..20 mA
- Inut range for InN is 0..20 mA
Any ideas on how to solve this issue?
Regards
Cord
Code: Select all
chmod +x runme.sh; ./runme.sh
Hey Dirk, thank you for the feedback. Did you connect Input1 and Input2 in series or parallel to Output1 (same for Out2 and In3 and 4)?dirk wrote: 15 Feb 2019, 13:50 The wiring is setup as follows: Output1 is connected to Input1 and Input2; Output2 is connected to Input3 and Input4.