Auto run an NXOpen exe program in NX 9 ?
Auto run an NXOpen exe program in NX 9 ?
(OP)
Can someone let me know if there is a way to auto execute a NX Open executable file (.exe) without someone physically executing this using File --> Execute.
The context of my problem statement is that I am using a Filesystemwatcher to monitor a folder on my pc. It automatically alerts if there are any few files added to this folder. I need a way to launch my NXopen program automatically everytime someone add a new file.
I would appreciate your help in this regard.
Thanks,
Amitabh
The context of my problem statement is that I am using a Filesystemwatcher to monitor a folder on my pc. It automatically alerts if there are any few files added to this folder. I need a way to launch my NXopen program automatically everytime someone add a new file.
I would appreciate your help in this regard.
Thanks,
Amitabh





RE: Auto run an NXOpen exe program in NX 9 ?
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Digital Factory
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: Auto run an NXOpen exe program in NX 9 ?
Thank you for replying to my query.
Where can I find more information on how to create a menuscript ?
Amitabh
RE: Auto run an NXOpen exe program in NX 9 ?
www.nxjournaling.com
RE: Auto run an NXOpen exe program in NX 9 ?
RE: Auto run an NXOpen exe program in NX 9 ?
We run NX Open with Visual Studio and when you use the template NX9 Open c# Wizard it creates a ReadMe.txt, that I have attached to this post, which describes these User Exits.
E.g.
User Exit Environment Variable Entry Point
Open Part USER_RETRIEVE ufget
New Part USER_CREATE ufcre
Save Part USER_FILE ufput
I haven't actually used these myself but this may be what you are looking for.
Paul
Paul Turner
CAD & Process Engineer
Mastip Technology
RE: Auto run an NXOpen exe program in NX 9 ?
NX 9.0.3.4
NX 10.0.1.4 (Testing)
Windows 7 64 (Windows 8.1 Tablet)
RE: Auto run an NXOpen exe program in NX 9 ?
Something like:
https://msdn.microsoft.com/en-us/library/aa326950%...
http://www.codeproject.com/Articles/4272/Using-Dia...
www.nxjournaling.com
RE: Auto run an NXOpen exe program in NX 9 ?
Once we open NX using the process.start , can we fire an NXOpen executable within the new NX session automatically ?
Thanks,
Amitabh
RE: Auto run an NXOpen exe program in NX 9 ?
www.nxjournaling.com