585,749 active members*
3,884 visitors online*
Register for free
Login

Search:

Type: Posts; User: bigz1

Page 1 of 17 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    6,613

    Re: Barcoding with SCM M100(Maestro) ?

    My firm manufactures performance doors(acoustic, fire etc.). My programs contain a lot of logic to ensure they are machined correctly(i.e. Hinge machining can be effected by Fire Rating etc.)...
  2. Replies
    14
    Views
    6,613

    Re: Barcoding with SCM M100(Maestro) ?

    Try making a program called TEST and using the barcode called TEST in post #6. This will insert header information. Parameters on the other hand won't work.
  3. Replies
    14
    Views
    6,613

    Re: Barcoding with SCM M100(Maestro) ?

    I had the same problem. I could not find a way around it using SCM BCR interface.

    My son made me a program that bypasses the interface and emulates human input with AutoIT. It requires 2 scans:-
    ...
  4. Replies
    14
    Views
    6,613

    Re: Barcoding with SCM M100(Maestro) ?

    Sorry made a mistake. Find this section of code in NCI file(make a copy of the NCI file first):-

    {--- Gestione file di battute --- }
    $GEN_UNIFY_REF_BAR_FLAGS
    1
    $

    and insert this below it:-
    ...
  5. Replies
    14
    Views
    6,613

    Re: Barcoding with SCM M100(Maestro) ?

    Attached is the documentation for configuring the the Bar Code Reader.

    You will have to configure the BCR rules to have a prefix=/ and a suffix=+

    TEST bar code attached(use code 128)
    ...
  6. Replies
    14
    Views
    6,613

    Re: Barcoding with SCM M100(Maestro) ?

    Hi Stephen.

    I will dig something out when am back at work. Panelmac also comes with Xilog. i found the configuration for barcode documentation in Xilog folder.. You will also have to configure...
  7. Re: Config Aggregate in Biesse 321,322 CNI controller

    Thanks for PDF. It looks like the nearest equivalent is 22. I have managed to sort out the Gcode. I am just not certain on the Configuring the machine for an aggregate. Have you setup an aggregate...
  8. Replies
    14
    Views
    6,613

    Re: Barcoding with SCM M100(Maestro) ?

    Managed to get PGMX loaded via bar code reader. Have to add the following NCI file(located in Xilog Plus-CFG Folder) :-

    $GEN_LOAD_BCR_TYPE
    CSV
    $

    Still would like to know if its possible for...
  9. Replies
    14
    Views
    6,613

    Re: Barcoding with SCM M100(Maestro) ?

    I have managed to get the BCR to work with Panel Mac. But it will only import PGM files. Is their a way to configure it to accept CSV files which will direct the machine to the correct PGMX file and...
  10. Config Aggregate in Biesse 321,322 CNI controller

    Does anyone no how to config an aggregate (see photo). Its to go in a 4th axis Biese 322. The config should be the same for any CNI controlled Biesse.
  11. Replies
    1
    Views
    842

    Re: Biesse ROVER 322 XNC Controller

    Not all emulators are the same. I bought 3 from:-

    https://embeddedsw.net/EMUFDD_Custom_Installation_Biesse.html

    Online support was excellent to install it. The shots here are of one of my...
  12. Replies
    14
    Views
    6,613

    Barcoding with SCM M100(Maestro) ?

    Trying to reduce human translatio errors by using a barcode scanner on the SCM M100 and Maestro but their is little information on how to do it. Appreciate any help on implementing it as we spend...
  13. Replies
    6
    Views
    3,696

    Re: Masterwood Parametric Programming

    I am running a Project 350. I have got a handle on the parametrics see below(this is a simple verticle grooved door):-

    :1
    G120 K1
    M61 K1 D1
    M116 K1
    #3=110 ( Stile
    (DO NOT ALTER VAIABLES BELOW...
  14. Replies
    25
    Views
    5,080

    Re: MasterWood 365 5axis - Masterwood Opinions

    I hear your pain. I recently bought a Project 350. Had to teach myself how to conditionally loop by looking through old programs. Manual is useless, and the service center dos not even reply to...
  15. Replies
    1
    Views
    1,003

    Masterwood unload workpiece management

    I wish to unload a work piece midway through a program and turn it over to route the other side. I need stop the vacuum and raise stops and panel lifter, then continue the program once reloaded with...
  16. Replies
    6
    Views
    3,696

    Re: Masterwood Parametric Programming

    I have a Biesse Rover 321. Convert was not the right word. More rewrite the programs.


    I have tried IF and GOTO but the Technos G code editor doesn't seem to like logic arguments. The machine is...
  17. Replies
    91
    Views
    7,575

    Re: 'MasterWood UK' fan club.

    Can anyone please help? We have purchased a used Masterwood project 350 CNC unfortunately it does not have a manual on variables, variable looping and operators/ functions(i.e.. rounding numbers to a...
  18. Replies
    5
    Views
    4,128

    Sorry to bring back this thread but I am trying...

    Sorry to bring back this thread but I am trying find out how to do variable looping and operators/ functions(i.e.. rounding numbers to a whole, square root, sine, cosine etc) on the Masterwood any...
  19. Replies
    6
    Views
    3,696

    Masterwood Parametric Programming

    I want to convert some programs from my Biesse to Masterwood.

    The G code seems easy to convert but have no documentation with the Masterwoods machine on variables, variable looping and operators/...
  20. Re: Drift on 6090 with Weihong NK105 and Leadshine M552

    Hi Loska

    Thanks I fixed the drift with your method. I will have a look at the inverter thanks.

    Have you had any luck wih 4th axis?

    Happy New Years
  21. Replies
    7
    Views
    2,441

    Re: Gcode file splitting

    Sorry for the late reply hope this helps:-

    ;
    ; G - Code configuration file - with Arc Support
    ;
    ; History
    ;
    ; Who When What
    ; === ======== ========================================
    ; TM ...
  22. Replies
    7
    Views
    2,441

    Re: Gcode file splitting

    I found the solution:-

    Insert the following line to split

    MAX_SEGMENT_LINES = nnnn

    Stepover and stepdown where fine. 1.5 million not to bad for an intricate carving 600 x 900mm. Unless you...
  23. Replies
    7
    Views
    2,441

    Its a finishing path on a very large carving...

    Its a finishing path on a very large carving using a small bit /steps.
  24. Replies
    7
    Views
    2,441

    Gcode file splitting

    Is it possible to split the Gcode via the post processor and how do I do it? I am helping someone out who owns Artcam 2015 r2 but is finding some files are too large for his Chinese router when...
  25. Replies
    0
    Views
    363

    DSP weihong nk105 rotary axis????

    I am having a problem calibrating the rotary axis that uses weihong nk105 DSP. I have managed to turn the rotary axis both +- direction. But when I have tried to calibrate by altering the rotary Y...
  26. Re: Drift on 6090 with Weihong NK105 and Leadshine M552

    I am having problems on the Y axis drifting(see attached). Can you show how you cured the problem?

    Mine is Weihong NK105G2. I having a problem with the spindle gears. When turning on the spindle...
  27. Re: 24v 5m led strip connected to 24v fan terminal?

    Thanks for the advice
  28. 24v 5m led strip connected to 24v fan terminal?

    I wish to improve the lighting on my CNC machine, Would it be possible to connect both thhe fan and a 24v 5m led strip to 24v fan terminal. LED strip is 48W total 2 AMP Max.

    Many thanks in advance.
  29. Replies
    4,471
    Views
    718,011

    Any Kiwis here able to help me laser cut this...

    Any Kiwis here able to help me laser cut this Jinty Loco. I intend to motorize it. Would make a great outdoor train for the kids.
  30. Replies
    4,471
    Views
    718,011

    Does this count? I drew this one for Optical...

    Does this count? I drew this one for Optical Power a while ago.
Results 1 to 30 of 500
Page 1 of 17 1 2 3 4