Search found 101 matches

by Tarasevih
Thu Mar 28, 2024 5:43 am
Forum: Noise, Grounding, Shielding Issues
Topic: Reset kflop board
Replies: 17
Views: 187

Re: Reset kflop board

Hi Tom.
Tom you're right.
In order to notice this it was necessary to remove it (else)

Code: Select all

else ClearBit(Estop_Bit);
Can you tell me how to programmatically filter out short pulses at the Estop and MPG_Estop input?
I will be very grateful.

Regards,
Taras.
by Tarasevih
Wed Mar 27, 2024 6:57 pm
Forum: Noise, Grounding, Shielding Issues
Topic: Reset kflop board
Replies: 17
Views: 187

Re: Reset kflop board

In this case, the bit (Estop_Bit) should have been triggered. if (!ReadBit(Estop) || !ReadBit(MPG_Estop)) //!chan[AXISX].Enable || !chan[AXISYA].Enable || !chan[AXISYB].Enable || !chan[AXISZ].Enable || { SetBit(Estop_Bit); ClearBit(ENABLE_MPG); ClearBit(Spindle_CW); ClearBit(23); //Поднимем датчик п...
by Tarasevih
Wed Mar 27, 2024 5:20 pm
Forum: Noise, Grounding, Shielding Issues
Topic: Reset kflop board
Replies: 17
Views: 187

Re: Reset kflop board

These are all the C programs that I used.
I did not run the tool change programs, so I think that the problem was definitely not in them
by Tarasevih
Wed Mar 27, 2024 5:17 pm
Forum: Noise, Grounding, Shielding Issues
Topic: Reset kflop board
Replies: 17
Views: 187

Re: Reset kflop board

Home by Y #include "KMotionDef.h" #include "ChangePortalDef.h" #define TMP 10 // which spare persist to use to transfer data #include "KflopToKMotionCNCFunctions.c" // Поиск домашенй позиции (по оси Y0 и Y1 которая подчененная) #define Y0_AXIS 1 // Назначим на каих портах оси #define Y1_AXIS 2 #defi...
by Tarasevih
Wed Mar 27, 2024 5:15 pm
Forum: Noise, Grounding, Shielding Issues
Topic: Reset kflop board
Replies: 17
Views: 187

Re: Reset kflop board

Home by X and Z #include "KMotionDef.h" #include "KflopToKMotionCNCFunctions.c" #define TMP 10 // which spare persist to use to transfer data #define X_HOME_BIT 6 // Вход датчика оси X #define Z_HOME_BIT 5 // Вход датчика оси Z #define X_AXIS 0 // Назначим на каих портах оси #define Z_AXIS 3 #define...
by Tarasevih
Wed Mar 27, 2024 5:14 pm
Forum: Noise, Grounding, Shielding Issues
Topic: Reset kflop board
Replies: 17
Views: 187

Re: Reset kflop board

Hi Tom. initialization file #include "KMotionDef.h" #define AXISX 0 #define AXISYA 1 #define AXISYB 2 #define AXISZ 3 #define MPG_INPUT_AXIS 7 // Axis used to read hardware encoder (not necessarily the encoder channel)// Ось, используемая для чтения аппаратного энкодера (не обязательно канала энкоде...
by Tarasevih
Wed Mar 27, 2024 7:37 am
Forum: Noise, Grounding, Shielding Issues
Topic: Reset kflop board
Replies: 17
Views: 187

Re: Reset kflop board

Hi Tom.
The problem turned out to be the EMI filter.
After replacing the filter, the stops disappeared.
The only thing that remains unclear is why the program did not produce any errors but simply stopped citing a G code error?
Regards,
Taras.
by Tarasevih
Tue Mar 26, 2024 2:00 pm
Forum: Noise, Grounding, Shielding Issues
Topic: Reset kflop board
Replies: 17
Views: 187

Re: Reset kflop board

Hi Tom. I'm trying to fix the problem but it's no use. The system simply turns off during milling at different times and stops functioning without any visible errors. 777777.jpg This happens with the spindle on. Nothing is reported to the console, it just stops and that’s it. I have already done so ...
by Tarasevih
Tue Mar 26, 2024 9:25 am
Forum: Noise, Grounding, Shielding Issues
Topic: Reset kflop board
Replies: 17
Views: 187

Re: Reset kflop board

Hi Tom. Unfortunately, the problem is not so easy to catch. It’s a pity that the program does not have any quality control for the USB connection. The branched reset line also haunts me. It is impossible to track the reason why processing stops. Perhaps due to the reset line or due to data loss via ...
by Tarasevih
Mon Mar 25, 2024 7:12 pm
Forum: Noise, Grounding, Shielding Issues
Topic: Reset kflop board
Replies: 17
Views: 187

Re: Reset kflop board

I want to show what I'm working on.
Here's a video of the problem.
https://www.youtube.com/watch?v=0Q77vpXCm3Y