586,912 active members*
3,257 visitors online*
Register for free
Login
Results 1 to 20 of 20

Hybrid View

  1. #1
    Join Date
    Jun 2015
    Posts
    4156

    Re: Passing arguments through layered macros

    I think the best and easiest way is by writing the vars to a file.
    hello hanermo, the cnc operates at the flash memory level; when you use a print/read function, you target a device <> flash, and downtime will appear / kindly
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

  2. #2
    Join Date
    Aug 2004
    Posts
    782

    Re: Passing arguments through layered macros

    Maybe some cnc do.
    Haas does not.
    I think almost all cnc do not.

    Any programmer can code the vars to load on macro startup, and to update as needed to file.
    It is silly to use direct variables from a file vs a trivial programming effort.


    Quote Originally Posted by deadlykitten View Post
    hello hanermo, the cnc operates at the flash memory level; when you use a print/read function, you target a device <> flash, and downtime will appear / kindly

  3. #3
    Join Date
    Jun 2015
    Posts
    4156

    Re: Passing arguments through layered macros

    hi hanermo, some downtimes are small, hard to percept ... this makes it hard to guess that something happens; if the frequency is increased, then the downtime may start to be perceptable

    to quantify this behaviour, then is needed to record the duration of the process, and this requires an implemented stop watch inside the controller; the higher the resolution, the better

    and to update as needed to file
    if initializations are done inside the program, then is no more needed to write the values to a file; of course, there are values ( log data ) that can not be initializated inside the program, and in this case it may be ok to store them inside a file / kindly
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

Similar Threads

  1. Passing parameter as arguments in G65
    By biqut2 in forum G-Code Programing
    Replies: 0
    Last Post: 07-31-2015, 04:31 PM
  2. Passing parameter as arguments in G65
    By biqut2 in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 0
    Last Post: 07-31-2015, 04:18 PM
  3. Plasma- Multiple layered AL thin sheet cutting?
    By diyengineer in forum Waterjet General Topics
    Replies: 2
    Last Post: 08-22-2011, 12:06 AM
  4. Foil layered foam
    By webdude12 in forum Composites, Exotic Metals etc
    Replies: 0
    Last Post: 10-23-2009, 08:15 PM
  5. passing arguments to a sub program
    By kiprip in forum Mazak, Mitsubishi, Mazatrol
    Replies: 1
    Last Post: 07-13-2006, 05:11 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •