×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

NX7.5 - Journal

NX7.5 - Journal

NX7.5 - Journal

(OP)
Could somebody give me a practical application of Journal in NX?
I mean:
1) Why should I use it and when? What is the advantage of using it?
2) Is there a similar function in NX? (Another function that makes similar effects or another function that could successfully replace Journal?
3) Can you send me a NX sample file with Journal attached and explanation of why you used it?

Thanks

MZ7DYJ

RE: NX7.5 - Journal

A journal is a way to program NX to do something for you. If you are an Excel user, you may be familiar with the "macro recorder" which allows you to "record" your actions in Excel and save them as a program. Recording a journal in NX is very similar. With a little hand coding, a recorded journal can be made more generic to increase its usefulness. Journals allow you to automate repetitive tasks within NX; for instance, you may want to create sphere objects of a specific size on all the point objects in your file
(thread561-315066: creating multiple spheres on imported coordinates)
or import a file that contains point coordinates and draw lines between each of the points
(thread561-323671: Import lines to NX4)

Quote:

Is there a similar function in NX? (Another function that makes similar effects or another function that could successfully replace Journal?
Other methods to program NX include:
  • Grip - older programming environment, no new features being added, syntax can be difficult to work with, being maintained for compatibility with old grip programs, requires author license (but I think all bundles include execute license)
  • SNAP - a subset of NXOpen that is designed to be easier to use (based on Visual Basic language), the goal is to be the new Grip, requires special license, subset of SNAP available for free as a trial
  • macros - very dependent on the version of NX (test and possibly rewrite with each NX upgrade), syntax can be difficult to work with, available to all NX users
  • NXOpen - the big brother of journals, an author license allows you to compile your journal into an exe or dll, this provides a speed boost and allows you to do some things not possible with journals alone, multiple languages supported (java, C++, VB, and C# being the most popular)

www.nxjournaling.com

RE: NX7.5 - Journal

Just remembered one more that should be in the list:
Knowledge fusion.

www.nxjournaling.com

RE: NX7.5 - Journal

Hello cowski:

Quote (cowski)

...allows you to do some things not possible with journals alone...

What things are you refering to??

Best regards

RE: NX7.5 - Journal

Quote (DavidQ)

What things are you refering to??

With an author license you have more control over when your code gets unloaded, you can create modeless user forms, unlimited references (for instance you can import the microsoft.office stuff and work with Excel by early binding; you can work with Excel through plain journaling, but must use late binding), and probably a few more things I'm missing. Check the NX help files (programmer's guide) for more complete info.

www.nxjournaling.com

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources