01-12-2022
02:21 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
01-12-2022
02:21 AM
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
01-18-2022
11:02 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
01-18-2022
11:02 AM
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.