[LINK]: SmartLabel v3.0 SP1 HotFix 1

SIMATIC S7-200/300/400, Step7, PCS7, CFC, SFC, PDM, PLCSIM,
SCL, Graph, SPS-VISU S5/S7, IBHsoftec, LOGO ...
whwnet
Posts: 4
Joined: Wed Nov 14, 2007 2:39 am
Location: China

[LINK]: SmartLabel v3.0 SP1 HotFix 1

Post by whwnet »

Hi, I am looking for smartlabel 3.0 's key.
Where can I download it? :|

http://www.industry.siemens.com/industr ... TLABEL.HTM
you can dowload v3 after free registration
CoMod
Site Admin
Posts: 4074
Joined: Thu Feb 16, 2006 3:25 pm
Location: Russia

Post by CoMod »

You can install old short key for v2.* A1SLAB20.EKB from EKB_Install or Siemens.exe
It work.

If your SmartLabel wrote error message about Templates/print_tmpl.htm
This is text file with extention htm
code
Show
[]<HTML XMLNS:IE>
<HEAD>
<?IMPORT NAMESPACE="IE" IMPLEMENTATION="#default">
<STYLE TYPE="text/css">

.lorstyle
{
width:210mm;
height:297mm;
margin-left:5mm;
margin-top:5mm;
margin-right:5mm;
margin-bottom:5mm;
background:white;
}

.pagestyle
{
width:210mm;
height:297mm;
}
</STYLE>
<SCRIPT LANGUAGE="JScript">

var iCommands = 0;

function CheckPrint()
{
document.all.onlayoutcomplete = null;
++iCommands;

if ( iCommands == 1)
{
switch (dialogArguments.__IE_PrintType)
{
case "Prompt":
if (printer.showPrintDialog())
PrintPrep();
break;
case "NoPrompt":
PrintPrep();
break;
case "Preview":
default:
break;
}
}
}

function PrintPrep()
{
if (layoutrect1.contentDocument.readyState == "complete")
{
PrintNow();
}
else
{
layoutrect1.contentDocument.onreadystatechange = PrintWhenContentDocComplete;
}
}

function PrintWhenContentDocComplete()
{
if (layoutrect1.contentDocument.readyState == "complete")
{
layoutrect1.contentDocument.onreadystatechange = null;
PrintNow();
}
}

function PrintNow()
{
var startPage;
var endPage;
var oDeviceRectCollection = document.all.tags("DEVICERECT");

startPage = 1;
endPage = oDeviceRectCollection.length;

try{
printer.startDoc("S7-SmartLabelPrintTemplate");
}
catch(e){
}

try{
for (i = startPage - 1; i < endPage; i++){
printer.printPage(oDeviceRectCollection);
}
}
catch(e){ // Create local variable e.

try{
printer.stopDoc();
}
catch(e){
}

// try again
window.setTimeout("PrintNow()", 1000);
}

try{
printer.stopDoc();
}
catch(e){
// try again
window.setTimeout("PrintNow()", 1000);
}

}

</SCRIPT>
<IE:TEMPLATEPRINTER ID="printer"/>
</HEAD>

<BODY>

<IE:DEVICERECT ID="page1" CLASS="pagestyle" MEDIA="print">
<IE:LAYOUTRECT ID="layoutrect1" CONTENTSRC="document" CLASS="lorstyle" ONLAYOUTCOMPLETE="setTimeout('CheckPrint()', 1000)"/>
</IE:DEVICERECT>

</BODY>
</HTML>[/code]
whwnet
Posts: 4
Joined: Wed Nov 14, 2007 2:39 am
Location: China

thanks

Post by whwnet »

Thanks for your reply.
Before setup 3.0 must already installed 2.0or 2.08 version.The ver3.0
software not ask authorization. But ver3.0 report mirosoft vc++ error and turn off software,it not yet can't print .
Just install ver 3.0, error display: s7-smartlabel has not been unlocked yet. missing authorization! you may order one with MLFB; 2XV9 450-1SL01-OYX0
Link
Forum Community
Forum Community
Posts: 1234
Joined: Fri Oct 20, 2006 9:29 pm
Location: We are anonymous users. We do not read your private messages :( Ask questions in the forum !

Post by Link »

MaxHeadroom wrote:Hi!
Has somebody Smartlabel V3.0 (for Win2k and WinXP)?
Is it possible to use the same Keys like V2.0 or another?
v3 work with old v2 key A1SLAB20.EKB ,
SmartLabel v3.0 wrote:But ver3.0 report mirosoft vc++ error and turn off software
I think how this is defective version Smartlabel v3.0 (without HotFix) with multiple bugs in installer and Runtime

Smartlabel V3.0 with HotFix1 work with new key SIFLA1SLAB0300.EKB or A1SLAB30.EKB
http://www.industry.siemens.com/IT4Indu ... /LABEL.HTM
you can download v3 and HotFix1 after free registration - download possible from German page (error download HotFix1 from English page)
MaxHeadroom
Posts: 9
Joined: Mon Nov 20, 2006 12:16 pm
Location: Europe

Post by MaxHeadroom »

V3 says: No key found - it is possible to order key with MLFB "2xv9 450-1sl01-0yx0"

i have installd V3.0 and HF1 and it works fine (first test). only many boxes with demo-mode no key and during printing in free fields you can read "Demo!".

I can not found any key for V3.0.
Keypackage Simatic_EKB_Install_2007_11_07 has only keys for V2.

thx
MaxHeadroom
Posts: 9
Joined: Mon Nov 20, 2006 12:16 pm
Location: Europe

Post by MaxHeadroom »

CoMod wrote:Add key to
[dead] :/72662196/Si ... _11_27.zip
Works very fine.

many thx
smb
Posts: 77
Joined: Sat Feb 17, 2007 6:40 am
Location: Iran

Post by smb »

Would you Please upload smartlabel Ver3 with Hotfix1 to rapidshare.I couldnot download it from siemens.
Link
Forum Community
Forum Community
Posts: 1234
Joined: Fri Oct 20, 2006 9:29 pm
Location: We are anonymous users. We do not read your private messages :( Ask questions in the forum !

Post by Link »

Link
Forum Community
Forum Community
Posts: 1234
Joined: Fri Oct 20, 2006 9:29 pm
Location: We are anonymous users. We do not read your private messages :( Ask questions in the forum !

Re: [LINK]: SmartLabel v3.0 SP1 HotFix 1

Post by Link »

Elahe
Posts: 21
Joined: Thu May 28, 2009 6:02 am

Re: [LINK]: SmartLabel v3.0 SP1 HotFix 1

Post by Elahe »

Thanks you So much