带有软启动的商业化特斯拉线圈接线图
本帖最后由 山猫 于 2016-7-13 18:32 编辑加上软启动的目的,是为了使用特斯拉线圈更加简便,脱离调压器。接好地线,插电即用!
先通过限流电阻给主滤波电容充电,然后时间继电器控制接触器,短路限流电阻。延时时间略大于充电时间即可。
**** Hidden Message *****
好东西,帮顶 研究看看,:lol:lol:lol:lol
哈哈,支持山猫,顶一个! 好 支持分享
这样确实简便不少 调压器有点笨重 不好搬运
小弟来学习
顶顶:):):):):):):):):):):):) 猫猫,我也来了。 初级线圈尺寸和数据有吗
‘
时间继电器的时间一般设置多长时间? 万能大叔 发表于 2016-8-27 18:22
时间继电器的时间一般设置多长时间?
先知道给电容器充满电需要多久,然后时间继电器的延时比充电时间略长便是。
帖子写的真好 /* The_BV() is a compiler macro defined as #define _BV( bit ) ( 1<<(bit) ) in
<avr/sfr_defs.h> which was included already indirectly through <avr/io.h>.
It stands for Bit Value where you pass it a bit and it gives you the byte value
with that bit set.
As we seen already, in the C language one assigns and tests bits using bit
operators, the assign operator, and the concept of bit masks: */
PORTC |= 0x01;// Set bit 0 only.
PORTC &= ~0x01; // Clear bit 0 only.
PORTC ^= 0x01;// Toggle bit 0 only.
PORTC & 0x01;// Test bit 0 only.
PORTC |= 0x80; // Set bit 7 only.
学习学习,,,
研究看看, 好,支持山猫,顶。 thank you so much
确实方便,解决调压器的问题
页:
[1]
2