adding more snapshots on the setup-sheet

adding more snapshots on the setup-sheet

daniel.depper
Explorer Explorer
1,361 Views
11 Replies
Message 1 of 12

adding more snapshots on the setup-sheet

daniel.depper
Explorer
Explorer

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

 

 

0 Likes
1,362 Views
11 Replies
Replies (11)
Message 2 of 12

rui_rita
Advocate
Advocate

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.
0 Likes
Message 3 of 12

daniel.depper
Explorer
Explorer

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

I've added some screenshots for a better understanding.

0 Likes
Message 4 of 12

rui_rita
Advocate
Advocate

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.
0 Likes
Message 5 of 12

daniel.depper
Explorer
Explorer

how I can rename the snaps?

0 Likes
Message 6 of 12

rui_rita
Advocate
Advocate

 

 

 



Os melhores cumprimentos | Best regards
Rui Rita
________________________________
NEWCAM, Lda.
Message 7 of 12

rui_rita
Advocate
Advocate

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.
0 Likes
Message 8 of 12

rui_rita
Advocate
Advocate

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.
0 Likes
Message 9 of 12

karan30782
Advocate
Advocate

Hi ! @rui_rita 

 

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

 

Thanks in advance...

0 Likes
Message 10 of 12

nortsevvv
Explorer
Explorer

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?

0 Likes
Message 11 of 12

phocvet
Enthusiast
Enthusiast

HELLO FRIEND, CAN YOU SEND ME THAT PLUGINS ??

0 Likes
Message 12 of 12

rui_rita
Advocate
Advocate

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.
0 Likes