Community
PowerMill Forum
Welcome to Autodesk’s PowerMill Forums. Share your knowledge, ask questions, and explore popular PowerMill topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

adding more snapshots on the setup-sheet

11 REPLIES 11
Reply
Message 1 of 12
daniel.depper
1098 Views, 11 Replies

adding more snapshots on the setup-sheet

Hello,

 

I'm currently taking a snapshot of the current view, witch will displayed on the setup sheet.

Now I want to add another snapshot to the setup-sheet.

 

I have created the 2nd snapshot as left view, so I have 2 files in the snapshot folder. (xxx.png - current view; xxxleft.png - left view)

 

The parameter "${setupsheets.ncprogram.image_tag}" only show the "current view" snapshot.

How is the parameter in the html-file for the second view?

 

thank you in advance

 

 

11 REPLIES 11
Message 2 of 12
rui_rita
in reply to: daniel.depper

hi @daniel.depper 

 

you can try this (change the name of the files to those you use)

<td><img class ="snapshot_image" src="../snapshots/IMG1.png"/></td>
<td><img class ="snapshot_image" src="../snapshots/IMG2.png"/></td>

 



Os melhores cumprimentos | Best regards
Rui Rita
________________________________
NEWCAM, Lda.
Message 3 of 12
daniel.depper
in reply to: rui_rita

I think it work´s, but I don´t know the name of the snapshots.

I've added some screenshots for a better understanding.

Message 4 of 12
rui_rita
in reply to: daniel.depper

Hi @daniel.depper 

 

How do you take your snapshoots?

you can add a routine to rename your snapshoots

 



Os melhores cumprimentos | Best regards
Rui Rita
________________________________
NEWCAM, Lda.
Message 5 of 12
daniel.depper
in reply to: rui_rita

how I can rename the snaps?

Message 6 of 12
rui_rita
in reply to: rui_rita

 

 

 



Os melhores cumprimentos | Best regards
Rui Rita
________________________________
NEWCAM, Lda.
Message 7 of 12
rui_rita
in reply to: daniel.depper

Hi @daniel.depper 

 

is left done by a macro? I couldn't get it by the picture ...



Os melhores cumprimentos | Best regards
Rui Rita
________________________________
NEWCAM, Lda.
Message 8 of 12
rui_rita
in reply to: rui_rita

hi

 

here you have ...

 

function main() {
call CopySnapShoot("leftIMG")

}

FUNCTION CopySnapShoot(String $imgFileName) {
string $mPath = project_pathname(0) + "/setupsheets_files/snapshots"
string $mSourceFile = mPath + "/ProjectSnapshot.png"
string $mDestinyFile = mPath + "/" + $imgFileName + ".png"

copy file $mSourceFile $mDestinyFile
}

 

 



Os melhores cumprimentos | Best regards
Rui Rita
________________________________
NEWCAM, Lda.
Message 9 of 12
karan30782
in reply to: rui_rita

Hi ! @rui_rita 

 

may I ask you for the plugin you use to create setup sheet ?

 

Thanks in advance...

Message 10 of 12
nortsevvv
in reply to: daniel.depper

Hello! There is a necessity to solve the same problem such as another view display (e.g. left, right etc.). The variable query on the Internet reported no results. Do you have any solutions to such a problem?

Message 11 of 12
phocvet
in reply to: rui_rita

HELLO FRIEND, CAN YOU SEND ME THAT PLUGINS ??

Message 12 of 12
rui_rita
in reply to: daniel.depper

hi all,

 

This plugin is provided for our customers, for those that are not our customers,
please feel free to ask for a quotation, to info@newcam.pt 

regards



Os melhores cumprimentos | Best regards
Rui Rita
________________________________
NEWCAM, Lda.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report