Skip to main content
5-Regular Member
July 19, 2022
Question

Working with Notes and parameters

  • July 19, 2022
  • 5 replies
  • 1998 views

I have two question on the notes in creo 4.

1. can i change the default note name for ex Note_01 to Gen_note001

2. is there a way to create a parameter note without opening the parameter box itself like can i add a relation that would equate Note_001 to a parameter? (not &parameter name) 

ex. note_001= Note Parameter named noteA_001

 

5 replies

KenFarley
21-Topaz II
July 20, 2022

(1) You can change the note name directly by selecting it from the Drawing Tree.

(2) Notes cannot be manipulated by relations. The only way I know of to use String parameters in notes is to reference them as &parameter, but you don't want that.

(2a) Parameters are limited in their usefulness for notes. They have an 80 character (I think) limit on length. They can't, as far as I know, include carriage returns or other "line feed" characters, so can only specify at most one line of a note.

5-Regular Member
July 21, 2022

ok so that makes sense i was wondering though if there was a config setting to change the default name so i dont have to click it to do so

17-Peridot
July 21, 2022

Do you want show in note a text from a parameter in this note?

5-Regular Member
July 21, 2022

So i want to generate a note with "hello world" and i want it automatically be titled Gen_note"#" when it appears in the tree 

19-Tanzanite
July 21, 2022

Hi, IMO:

- regular mapkeys + clever hacks are not going to work.

- you can make a custom application with weblink / VB / toolkit

- look into Creo|SON and you can use a programming language of choice.