QC inspecion Plan - Condition Script All itens

Fabio

Good afternoon, currently I have to put a rule for quality order generation within each inspection plan code, has how to put a general code for all items?

Best Regards

Fabio

Comentarios

3 comentarios

  • Comment author
    Martin Heigl

    Hi Fabio,

    you can save the script in a file in the project folder, example in qcrule.src
    and then you can insert follow line in the QC order:

    #include=<system.projectfolder>\qcrule.src

    your script: don't forget the line feeds in if command. Otherwise it's not working.

    if ...  then
       ...
    else
      ...
    end if




     

    0
  • Comment author
    Fabio

    but even so I have to remember to put the #include in each item code.

    Is there some place it will always run the script?

    0
  • Comment author
    Martin Heigl

    Hi Fabio,

    this is possible

    see

    http://help.beascloud.com/script/index.html?include.htm

     

    regards

    Martin

    0

Iniciar sesión para dejar un comentario.