Saturday, August 21, 2021

Special Strings in OutJobs

Examples:

=FAB_NO + ' REV-' + FAB_REV + '_FAB'

=ASY_NO + ' REV-' + ASY_REV + '_ENG'
=ASY_NO + ' REV-' + ASY_REV + '_ASY'
=ASY_NO + ' REV-' + ASY_REV + '_MEC'
=ASY_NO + ' REV-' + ASY_REV + '_DRC'


=ProjectName + '_ENG'
=ProjectName + '_FAB'
=ProjectName + '_ASY'
=ProjectName + '_MEC'
=ProjectName + '_DRC'

Examples: Step Model File with Date Time Stamped Suffix

=PCB_PN+'_'+CurrentDate +'_'+CurrentTime
=ASY_NO+'_'+CurrentDate +'_'+CurrentTime

















That's it !

Thursday, August 12, 2021

Draftsman - Move Board View Title

To move the Title try changing the Component Display Properties

Component Body > Assembly Drawing > then Select and Move the Title


That's it !