Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Matthias.K
187 Vistas, 1 Respuesta

Popup Message when using custom macro

Hi, we are using some macros to generate custom nc-code with the post processor.

With the command <message...> in the post processor there is a way to show a popup with a hint which has to be confirmed. However, the hint is also given as a output to the nc-code. Is there a way to only show such a popup-message in FeatureCam without posting anything to the nc code?

 

Matthias

 

gregorANU4T
en respuesta a: Matthias.K

There is no way that I know of to suppress the output, but I can think of two workarounds:

 

1. Output the message inside a comment so that is ignored on the machine.

2. Use output streams to send that line to an intermediate file that is NOT included in the final output*

 

* I have not proven this as a working solution, but it might be something that you can experiment with.