Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: i0wa
  • Content: Threads
  • Order by date
  1. i0wa

    Correct variable definition in PB

    Hi everyone! MB it will be a silly question, but... I have 2 processes within which the one variable is used. proc MOM_myProc1 {} { global myVar set myVar 1 } proc MOM_myProc2 {} { global myVar MOM_abort "$myVar" } in the log it is writen than "no such variable 'myVar'" in process 2 what I've...
  2. i0wa

    UDE problem

    I've written my UDE but NX shows me an error. I've tried to put "MOM_abort" to a different places, but it was useless because of the one and only place when MOM_abort proc worked it was before the "proc MOM_my_proc {} { ..." I add 2 files with my UDE and proc (zipped archive). Thanks in...
  3. i0wa

    PLUS sign force output

    Good evening. It seems to be a piece of cake to output the "+" in front of coordinate BUT when it is greater than 0. The question is how to make post processor to output "positive zero" (+0.0) ? Thanks in advance for any help.
  4. i0wa

    TCL string operations

    Is it possible to make the postprocessor to analyze the symbols in string and change them if needed? For example: source string: "THIS_IS_AN_EXAMPLE" produced string: "THIS IS AN EXAMPLE" As you see, the underscore is changed to space. BTW. How to output in the end of the program the very...
  5. i0wa

    SIemens NX Post: WORKPIECE dimensions

    Is it possible to get dimensions of the blank part with common MOM functions/vars?
  6. i0wa

    MOM variables

    Hello, Got some questions about variables in pb. Are there any variables in post builder with blank geometry size values. (look pic1.jpg) By the way, I do believe that there is any way to get variables with mcs and workpiece names in pb. Thanks.
  7. i0wa

    blank string

    Hi all! How to add blank string into output code? as far i know in post builder there is no such MOM func. as blank or empty string, is there? example now: %%O01 %T01 need to be: %%O01 %T01 Thanks
  8. i0wa

    Postprocessor on C#, VB?

    Hi everybody! Is it possible to create a postprocessor using for example C# with NX functions, but not TCL (Post Builder)? NX has some wizards to VS2005. Is there any information, maybe tutorials about creating own programms for NX6, dll's or something like that? Thanks in advance.
  9. i0wa

    NX6 CAM Probing

    Hi everyone. I've got problem with postprocessing a probe operation. Postprocessor makes an error in "before_motion". Could any one help? I am not sure if I have done in NX everything correctly. Probe - Ranishaw RMP60 Machine - HAAS VF1 (Fanuc controlled) I will be very grateful for any assist.
  10. i0wa

    3D Tool Correction (by FANUC) vs Common Correction

    Hi, everyone. I've got some questions. Q1: Is it possible to make post output here: MOM_force once X Y Z I J K G_cutcom D not Dxx; xx - cutcom register as it set in Machnie Control label, but Dyy? yy is Tool Number Example: We have tool T01 and the cutcom register is set 0 by default (Pic...
  11. i0wa

    Post Builder (Rotary Auto Clamping)

    Hi, everyone! I've got trouble with those custom commands. Where I have to put "CLAMP/AUTO ON" as it's written in help docs. Thanks a lot for any help.
  12. i0wa

    Creating new machine model

    Hi guys! Are there any tutorial or something like that how to create and assemble your own machine model? I will be grateful for any help! Yuri
  13. i0wa

    NX6 Post Builder variables

    Hi everybody! I get an error when in Cutcom_on event the X and Y coordinates added as not like usual $mom_pos(0) and (1), but $mom_nxt_pos(0).. mom_nxt_post must output the next coordinate to go - so it's written in help file. Has anybody had the same problem with this variable? How could I...
  14. i0wa

    UGS NX CAM Postprocessor

    Hi everybody I've got some problems with my post processor. I do believe, that you can help me. 1st problem is that post do not put automatically cutcom adjust register D when the cutter compenstation is used. To make G-code correct, I have to turn the compenstation ON in machine control. Is it...

Part and Inventory Search