ulhasfegade Posted April 27, 2016 Share Posted April 27, 2016 We have configured all pins on connector J8 in power clipper and all pins as outputs in connector J9. Manual does not say about the type of input (NPN or PNP) and out put (Sourcing or Sinking). Can any one tell me about this? Link to comment Share on other sites More sharing options...
curtwilson Posted April 27, 2016 Share Posted April 27, 2016 General purpose I/O on the Power Clipper is 5V CMOS, both for inputs and outputs -- bidirectional buffers are used. The intent for outputs is that people add whatever type of drivers they choose. The Clipper breakout board provides optically isolated outputs rated to 24V, sinking or sourcing by user wiring. Link to comment Share on other sites More sharing options...
Omron Forums Support Posted April 28, 2016 Share Posted April 28, 2016 I just had a similar Delta Tau support question, perhaps for the same thing.... Anyhow, I assembled some information that might be helpful. Bits 0 to 15 of GpioDir[0] and GpioPol[0] correspond to io data points 0 to 15 on JTHW (J8), respectively. Similarly, bits 16 to 31 of GpioDir[0] and GpioPol[0] correspond to data points 0 to 15 on JOPT (J9). This is illustrated in the attached picture of an Excel table (couldn't attach the Excel file). The columns on the right show the settings for your setup which would be: Clipper[0].GpioDir[0] = $FFFF0000 // Direction Control for JTHW all inputs and JOPT all outputs (1=out, 0=in) // Clipper[0].GpioPol[0] = 0 // All non-inverted (When non-inverted, GpioData=1 corresponds to 5V and GpioData=0 corresponds to 0V) Link to comment Share on other sites More sharing options...
LECA1239 Posted April 29, 2016 Share Posted April 29, 2016 we understood this , our question is how to get output with out using breakup board , do we need pull-up resistors for each output ? Link to comment Share on other sites More sharing options...
Omron Forums Support Posted May 2, 2016 Share Posted May 2, 2016 The outputs will provide either 0 volts or 5 volts CMOS, no pull-ups needed. The inputs are only activated with 0 volts. Active high is OK, but then you need to provide 0 volts when not active. If the input devices are open when not activated, you could add pull-down resistors of about 470 ohms. Link to comment Share on other sites More sharing options...
Recommended Posts