Brother A00 macro variables


Results 1 to 1 of 1

Thread: Brother A00 macro variables

  1. #1
    Member
    Join Date
    Jun 2012
    Location
    United States
    Posts
    516
    Downloads
    0
    Uploads
    0

    Default Brother A00 macro variables

    I'm looking to use macro language to do some probing on my Brother TC-31A. It has the A00 control. I am not able to figure out how to get the system variables into macro variables. I need to know how to store the current position, work offset data, tool offset data, etc. into macro codes. I saw another forum which described macros for newer brother machines in which for example the G54 X position is stored in variable #5201. I tried those codes on my machine by setting for example #100=#5201 but the machine just gives an error. I tried all kinds of numbers of course, no luck with anything except the user assignable variable numbers. I can store say the number 1.00 in #100, then set #101=#100 and it will copy the value 1.00 to #101. It doesnt make any sense that they bothered putting in a G131 skip feed option, but no way to store the machine's position using macros? Anyone have experience on the A00 control running macros?

    Similar Threads:


  2. #2
    Member lucaswalker's Avatar
    Join Date
    Sep 2018
    Posts
    27
    Downloads
    0
    Uploads
    0

    Default

    Hi,
    I am not an expert with this control but what if you store your positions or any other variables independently of the actual machine position during NC processing?
    lets say something like this:

    G0 X10 Y20 Z30
    #100=10
    #101=20
    #102=30

    After that you can reuse the stored variables for your needs



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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Brother A00 macro variables

Brother A00 macro variables