Code Monkey home page Code Monkey logo

Comments (8)

Denvi avatar Denvi commented on August 28, 2024

Hi, you can use G4 - command to add delay.
For example:

M3S10000
G4P15
...

from candle.

zagranichnyy avatar zagranichnyy commented on August 28, 2024

А как сделать чтоб это было каждый раз в автоматическом режиме?

from candle.

Denvi avatar Denvi commented on August 28, 2024

Это уже вопрос к программе, в которой подготавливаются g-code файлы.

from candle.

zagranichnyy avatar zagranichnyy commented on August 28, 2024

Использую vectric aspire, не замечал вроде настройки задержки. Завтра еще раз пересмотрю. Но чувствую что тогда постпроцессор придется редактировать.
Еще вопрос, а Вы не собираетесь менять внешний вид программы? Некоторые элементы не удобны. Но все равно мне нравятся Ваши труды! Спасибо!

from candle.

Denvi avatar Denvi commented on August 28, 2024

Пока никто вроде не жаловался на интерфейс.
Какие элементы неудобны?

from candle.

zagranichnyy avatar zagranichnyy commented on August 28, 2024

помогите пожалуйста с правильной постановкой кода задержки, у меня выходит ожидание 15 сек и потом запускается шпиндель, а мне нужно чтоб 15 секунд было после запуска шпинделя, ниже прикреплен постпроцессор,

`+================================================

  • G Code - Vectric machine output configuration file
  • +================================================
  • History
  • Who When What
  • ======== ========== ===========================
  • Tony 02/08/2005 Written
    +================================================

POST_NAME = "G Code (mm) (*.tap)"

FILE_EXTENSION = "tap"

UNITS = "MM"

+------------------------------------------------

  • Line terminating characters
    +------------------------------------------------

LINE_ENDING = "[13][10]"

+------------------------------------------------

  • Block numbering
    +------------------------------------------------

LINE_NUMBER_START = 0
LINE_NUMBER_INCREMENT = 10
LINE_NUMBER_MAXIMUM = 999999

+================================================

  • Formating for variables
  • +================================================

VAR LINE_NUMBER = [N|A|N|1.0]
VAR SPINDLE_SPEED = [S|A|S|1.0]
VAR FEED_RATE = [F|C|F|1.1]
VAR X_POSITION = [X|C|X|1.3]
VAR Y_POSITION = [Y|C|Y|1.3]
VAR Z_POSITION = [Z|C|Z|1.3]
VAR X_HOME_POSITION = [XH|A|X|1.3]
VAR Y_HOME_POSITION = [YH|A|Y|1.3]
VAR Z_HOME_POSITION = [ZH|A|Z|1.3]

+================================================

  • Block definitions for toolpath output
  • +================================================

+---------------------------------------------------

  • Commands output at the start of the file
    +---------------------------------------------------

begin HEADER

"T1M6"
"G17"
"G0[ZH]"
"G0[XH][YH][S]M3"

+---------------------------------------------------

  • Commands output for rapid moves
    +---------------------------------------------------

begin RAPID_MOVE

"G0[X][Y][Z]"

+---------------------------------------------------

  • Commands output for the first feed rate move
    +---------------------------------------------------

begin FIRST_FEED_MOVE

"G1[X][Y][Z][F]"

+---------------------------------------------------

  • Commands output for feed rate moves
    +---------------------------------------------------

begin FEED_MOVE

"[X][Y][Z]"

+---------------------------------------------------

  • Commands output at the end of the file
    +---------------------------------------------------

begin FOOTER

"G0[ZH]"
"G0[XH][YH]"
"M30"

`

from candle.

Denvi avatar Denvi commented on August 28, 2024

Что-то я в вашем постпроцессоре не наблюдаю команды G4, откуда у вас задержка в 15 секунд берется?

"T1M6"
"G17"
"G0[ZH]"
"G0[XH][YH][S]M3"

Думаю, после этих команд нужно добавить

G4P15

С Vectric не работал, проверить не на чем.

from candle.

zagranichnyy avatar zagranichnyy commented on August 28, 2024

Я нашел другой выход. Просто уменьшил в настройках инвертора время разгона до 3 секунд. Теперь он успевает разогнаться до входа в материал.

from candle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.