Option “K” is designed and tested for use with printed circuit boards or ring/fork terminals having a thickness between 0.031 and 0.093 inches (0.79 to 2.36 mm), and loads rated up to 50
Amps. For higher load currents, the “K” standoff temperature must not exceed 105°C. For additional application assistance please contact Crydom Technical Support.
(3)
Output will self trigger between 900-1200Vpk, Min., not suituable for capacitive loads.
(4)
Instantaneous turn-on version is not recomended for capacitive loads. Use zero turn-on only.
(5)
All parameters at 25°C unless otherwise specified.
(6)
Heat sinking required, see derating curves.
(7)
For 40mA minimum current, the voltage drop increases over maximum rated.
(8)
Increase minimum voltage by 1V for operations from -20 to -40°C.
(9)
Turn-on time for Instantaneous turn-on versions is 0.02 msec (DC Control Models).
(10)
All parameters at 50% power rating and 100% duty cycle (contact Crydom tech support for detailed report).
(11)
Load can be wired to either SSR output terminal 1 or 2.
(12)
Elective Input Status LED, “G” option.
(13)
Elective Overvoltage Protection, “P” option.
(14)
Mechanical dimensions vary from G3 models.
For additional information or specific questions, contact Crydom Technical Support.
1. Is it necessary to copy the program to RAM when erasing the flash of s12? Which models must be copied to flash when erasing? 2. Where should the configuration of INITRG, INITRM, INITEE registers be...
In recent years, portable digital electronic terminal machines with cash payment functions, mobile phone digital TV (One Segment) reception functions, GPS positioning functions, and touch-sensitive el...
[i=s] This post was last edited by Qiufeng Streetball on 2021-3-26 13:24[/i]I have always wanted to have an oscilloscope. In March, Keysight Technologies had a Thanksgiving Month event live broadcast ...
Help me find out what is wrong here.Fatal Error[Pe005]: could not open source file "stm32f10x.h" C:\VCD V2.0.0\VCD V2.0.0\STM32108PKT VCD\Project\src\main.c 17...
32-bit Win7, run quartus cracker, and it says "not a valid Win32 application". Run on the second computer. The PC manager window pops up. Exit the manager, run again, the manager window still pops up,...
When the domestic discussion about "ZTE being banned" was hot, Alibaba officially announced the acquisition of chip supplier
Zhongtianwei
, but the investment amount was not disclosed. At t...[Details]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
At the beginning of the new year of 2018, after the release of the national photovoltaic policy, we found that the state’s support for village-level poverty alleviation power stations has not weake...[Details]
This paper proposes a design scheme for an embedded CNC system based on ARM and FPGA. The software and hardware design of the ARM system, the implementation method of hardware fine interpolation ...[Details]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
Use the STM32 timer input capture module to control 3-way ultrasonic sensors. The ultrasonic sensor used this time is the common HC-SR04, which is often used in the obstacle avoidance system of smal...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]
Today I am using the AD function of the stm8s microcontroller. There are ten channels from AN0 to AN9 on the microcontroller. I want to use only three of them, AN5 to AN7. //ADC initialization void A...[Details]
LiDAR is a comprehensive light detection and measurement system. Compared with ordinary radar, LiDAR can provide high-resolution radiation intensity geometric images, distance images, and speed im...[Details]
1. SCL is always controlled by the Master. SDA is controlled by the Slave when reading data and by the Master when writing data according to the direction of data transmission. After the 8-bit data i...[Details]
1. ATMEGA128 Data Sheet Watchdog Timer The watchdog timer is driven by an independent 1 MHz on-chip oscillator. This is a typical value at VCC = 5V. See the characteristic data for typical val...[Details]
International Solar Photovoltaic Network News: On November 21, Australia's SMA Solar Technology Co., Ltd. signed a contract with the local government to provide photovoltaic inverters with an insta...[Details]
#include MSP430x12x2.h #define TEM_ADC_CHL 0x0a void InitSys(void); void Read_ADC(unsigned int INCH_channel); void ADC_TO_TEM(void); unsigned int ADC_sample_val; unsigned int long temp1,temp2;...[Details]