Hi all,
I am developing a solutions with revpicore 3+ and DIO module.
I was just verifing how to program dio module and found something i do not understand.
If I set the OutputPushPull variable for Out1 I measure with multimeter always erratic values (not 0 like should be) when off e value as expected on ON.
Monitoring with tester anyway I notice that programming variable OutputPushPull by Pictory have an effect on floating values measured by multimeter (about an half from 80 mV to 40 mV) and this is the same behaviour on all Output.
Perhaps, I am approching in wrong way but I knew that in push-pull mode i should not have floating values on open state.
Thanks to can help me
OutputPushPull behaviour
Hello skizz,
could you give us some more information?
Thanks and greetings
Johannes
could you give us some more information?
- What does your circuit diagram look like? Or do you have a picture of your wiring that shows how you wired your circuit?
- Can you explain or show us exactly where you measure?
Thanks and greetings
Johannes
Hi Johannes,,
I connected dio in/out and revpi power line to same power supply at 24 volts.
I tested line Out (more than one with same behaviour) with my Hp multimeter between Out pin and ground pin.
When I switch on output I read correctly 24V. When switched off I do not read 0 Volts as aspected but some floating values, with small difference depending on
OutputPushPull active or not as written in my message.
Thanks for your help
Best
I connected dio in/out and revpi power line to same power supply at 24 volts.
I tested line Out (more than one with same behaviour) with my Hp multimeter between Out pin and ground pin.
When I switch on output I read correctly 24V. When switched off I do not read 0 Volts as aspected but some floating values, with small difference depending on
OutputPushPull active or not as written in my message.
Thanks for your help
Best
- Attachments
-
- IMG_20210209_092057.jpg (77.94 KiB) Viewed 3399 times
Hi skizz,
sorry for late response.
Could you prompt following command at your terminal? (maybe the variable name is a little bit different depending on your amount of choosen Outputs, look at Pictory and mark, copy and paste the whole variable)
and post it here?!
Best regards,
Johannes
sorry for late response.
Could you prompt following command at your terminal?
Code: Select all
piTest -r OutputPushPull_11
and post it here?!
Best regards,
Johannes