 Создавать новые темы могут только зарегистрированные пользователи.
|
 |
|
|
|
Собственно- вопрос в теме. Перепробовал разные кодировки и варианты- вместо русских букв-загогулины! Есть ли выход?
a_funtick
|
|
И еще вопрос: как в DxD сделать автоматическую сквозную нумерацию листов так, чтобы первый лист схемы был с большой основной надписью и имел номер 1, а последующие листы имели маленькую рамку и номера увеличивались на 1, т.е. 2, 3, 4 и т.д. Схема- иерархическая. Когда добавляю sheet к первому листу- всё как надо, а вот если вниз по иерархии, то все листы №1.
a_funtick
|
|
1. В NSE не та кодировка. Поэтому: а) введите текст в текстовом редакторе (например в старом word) затем измените у него кодировку на English, и вставьте в таком виде в NSE - в DxD будет отображать нормально б) символ является текстовым файлом - откройте его в тестовом редакторе и введите, то что нужно.
2. Используется Tools > Cross Reference (Scout в старых релизах) TechNote MG562553 You need to use a tool called Scout. Scout is in ePD dashboard > toolboxes > board level PCB design toolbox. Scout uses a Scout.ini file which you can use to configure how Scout will process your design. Scout is the tool to use on hierarchical designs for page numbering and net cross referencing. Scout basically adds attributes to your schematic. They can be page numbers and/or cross references of nets that traverse multiple pages. In our case, Scout will add a schematic level attribute to each sheet in the design.
You have to copy scout.ini into your project directory and open your scout.ini file. You will see a section that says:
| tag border component with sheet location info. within block direct_reference attr any my_bsheet.1 comp_attr any 1400,+120 lower_left | attr any dsheet.1 comp_attr any 3340,+60 lower_right
format_prefix "SHEET=" |format_entry "Block $sheet_name Page $page_num of $lvlpage_last" format_entry "SHEET $page_num OF $page_total" format_attr_vis value_visible format_attr_size 15 end
The three items that will/might be changed for your purposes will be; My_bsheet.1 the name of the border sheet symbol you use for your custom company border 1400, +120 the X,Y coordinate on the sheet where the annotation will appear. Lower left corner is 0,0 format_attr_size 15 15 is the font size of the text. Change to desired size.
On your actual design that you want to do this on, the first thing that you must do is to delete any @sheet or @sheettotal attributes on any schematic page or border symbol. They will just get in the way. Then you will need to modify that scout.ini file in your active project directory. You will have to modify some of the three items listed above. Then launch the scout tool from dashboard and run it. Type reread in the viewdraw command line to see changes after you ran the Scout.
3. Есть специальный сайт посвященный автоматизации ментора, на нем есть написанные скрипты для работы с листами, например: http://communities.mentor.com/mgcx/docs/DOC-2986
fill
|
|
Пробовал изменить кодировку через старый WordPad- ничего не получилось.
б) символ является текстовым файлом - откройте его в тестовом редакторе и введите, то что нужно.
Спасибо, огромное! Помогли. Что-то я сам не догадался...
С уважением, Алексей.
a_funtick
|
 Добавлять сообщения могут только зарегистрированные пользователи.
|