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...
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...
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.
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...
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.
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
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.
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.
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...
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.
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...
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...