Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Inputs on KC868-A16. What is correct?
#1
I purchased KC868-A16 from you via Aliexpress ( Order ID: 3034630932938839).
As the menu/specification table says (see the attached image), the device should have:
> 16 digital input LOG1 = +8 to 12VDC
> and 2 analog inputs 4-20mA.

But
> the device does not have digital inputs working with a positive signal, i.e. PNP. So I have to buy logic signal converters :o( .

> and even (now I found out on your site https://www.kincony.com/esp32-board-16-c...dware.html ) that there are no analog current inputs. Is that so?

Do you have inaccurate information when selling? What is the truth?
Regards


Attached Files Image(s)
       
Reply
#2
1. you don't buy from KinCony's Official store, we don't have your order number.
2. digital input:
when digital input =0v, just short with GND, means trigger.
when digital input =8-12v, means NOT trigger.
digital input mainly use for dry contact signal.

3. KC868-A16 have 4 channel analog input ports.
actually the circuit is same, if use for VOLTAGE or CURRENT, just replace two resistance for SWITCH.
for example, if you want CHA1 use for 4-20mA, you can replace R70 resistance with 0ohm, R72 resistance with 150ohm.
every analog input channel switch as the same way. so if you want 4 channel of 4-20mA, just replace with all resistance.
   
Reply
#3
Do you have a drawing showing both the input options?
Trigger = 0vdc
Not trigger = 8vdc-24vdc

I'm having a hard time understanding how to wire the inputs pnp.
Reply
#4
you can use dry contact with digital input. if SHORT digital input port with GND = logical "1" . if input DC 12v or 24V = logical "0"
Reply
#5
I do not get what that means can you show it in a picture please.

If I wanted to connect a switch how would I connect the wires?

24vdc to one side of the switch and input 1 to the other side?
Reply
#6
if you switch output 24V DC. 24V signal wire connect to digital input1, another GROUND wire conenct to GND.
Reply
#7
24vdc---------switch---------Input 1
GND ‐-‐---------------------------GND

What do you mean by switch output 24vdc?
Reply
#8
(11-29-2024, 03:19 AM)fproof88 Wrote: 24vdc---------switch---------Input 1
GND ‐-‐---------------------------GND                       

What do you mean by switch output 24vdc?
Which one is true for 24vdc input?

################################################################  Input1 ###
  - platform: gpio
    name: "HotTub_I1"
    pin:
      pcf8574: pcf8574_hub_in_1
      # Use pin number 0
      number: 0
      # One of INPUT or OUTPUT
      mode: INPUT
      inverted: true
################################################################# Input2 ###
  - platform: gpio
    name: "HotTub_I2"
    pin:
      pcf8574: pcf8574_hub_in_1
      # Use pin number 0
      number: 1
      # One of INPUT or OUTPUT
      mode: INPUT
      inverted: false
Reply
#9
can you draw a diagram on paper, take a photo.
Reply
#10
   
(11-29-2024, 11:19 AM)admin Wrote: can you draw a diagram on paper, take a photo.
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)