Category: Plasmac
Studying the XHC-WHB04B-6 component and configuration with Qtplasmac.
I have these hal connections in my Qtplasmac hal file:
net plasmac:program-pause plasmac.program-pause => halui.program.pause
net plasmac:program-resume plasmac.program-resume => halui.program.resume
net plasmac:program-run plasmac.program-run => halui.program.runHowever,
I also wish to connect the following XHC wireless pendant pins to the above hal pins.
whb.halui.program.pause
whb.halui.program.resume
whb.halui.program.run
So do I need 2 input OR components to do this, example:
plasmac.program-resume
OR gives out: halui.program.resume
whb.halui.program.resume
My question rabbit hole goes deeper.
Is it possible that say my plasmac.program-run pin is logic HIGH, but then from the pendant the whb.halui.program.pause pin goes HIGH also, creating a “command conflict”.
Confused about all this at the moment.