[LINK]: SmartLabel v3.0 SP1 HotFix 1
-
- Posts: 4
- Joined: Wed Nov 14, 2007 2:39 am
- Location: China
[LINK]: SmartLabel v3.0 SP1 HotFix 1
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
Where can I download it?
http://www.industry.siemens.com/industr ... TLABEL.HTM
you can dowload v3 after free registration
-
- Site Admin
- Posts: 3992
- Joined: Thu Feb 16, 2006 3:25 pm
- Location: Russia
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
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]
<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]
-
- Posts: 4
- Joined: Wed Nov 14, 2007 2:39 am
- Location: China
thanks
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
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
-
- Forum Community
- Posts: 1211
- 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 !
v3 work with old v2 key A1SLAB20.EKB ,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?
I think how this is defective version Smartlabel v3.0 (without HotFix) with multiple bugs in installer and RuntimeSmartLabel v3.0 wrote:But ver3.0 report mirosoft vc++ error and turn off software
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)
-
- Posts: 9
- Joined: Mon Nov 20, 2006 12:16 pm
- Location: Europe
V3 says: No key found - it is possible to order key with MLFB "2xv9 450-1sl01-0yx0"CoMod wrote:v3 work with old v2 key,SmartLabel v3.0 wrote:But ver3.0 report mirosoft vc++ error and turn off software
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!".CoMod wrote:I think how this is defective version Smartlabel м3.0 with multiple bugs in installer and Runtime
I can not found any key for V3.0.
Keypackage Simatic_EKB_Install_2007_11_07 has only keys for V2.
thx
-
- Posts: 9
- Joined: Mon Nov 20, 2006 12:16 pm
- Location: Europe
-
- Forum Community
- Posts: 1211
- 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 !
http://plcforum.uz.ua//Si ... _WinXP.rar
Ehglish and German only
23521 KB
SP1 for SmartLabel v3.0
https://rapidshare.com/files/1375209477 ... 0.1-EN.zip
Ehglish and German only
23521 KB
SP1 for SmartLabel v3.0
https://rapidshare.com/files/1375209477 ... 0.1-EN.zip
-
- Posts: 10
- Joined: Mon Nov 09, 2009 2:31 pm
Re: [LINK]: SmartLabel v3.0 SP1 HotFix 1
Hello the links are broken, you can put them again, Thanks.
-
- Forum Community
- Posts: 1211
- 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 !
-
- Posts: 10
- Joined: Mon Nov 09, 2009 2:31 pm
Re: [LINK]: SmartLabel v3.0 SP1 HotFix 1
These links already I saw. It has been registering to me for one week to be able to lower them, but the registry has not confirmed me still. For that reason foot if somebody can up the links.
-
- Posts: 10
- Joined: Mon Nov 09, 2009 2:31 pm
Re: [LINK]: SmartLabel v3.0 SP1 HotFix 1
This links are OK.
Simatic_SmartLabel_2_0.rar
https://rapidshare.com/#!download|614p1 ... el_2_0.rar
Simatic_SmartLabel_v2.1_HF5
https://rapidshare.com/#!download|969p2 ... .1_HF5.rar
S7-SmartLabel_SP1_V3.0.1-EN.zip
https://rapidshare.com/#!download|424p1 ... 0.1-EN.zip
But i need the link for "sw_S7-SmartLabel-V30_winXP-EN.zip"
It registers to me in the Web of siemes, but it does not let lower the file to me.
Somebody can lower it and pass it to me.
Thanks
Simatic_SmartLabel_2_0.rar
https://rapidshare.com/#!download|614p1 ... el_2_0.rar
Simatic_SmartLabel_v2.1_HF5
https://rapidshare.com/#!download|969p2 ... .1_HF5.rar
S7-SmartLabel_SP1_V3.0.1-EN.zip
https://rapidshare.com/#!download|424p1 ... 0.1-EN.zip
But i need the link for "sw_S7-SmartLabel-V30_winXP-EN.zip"
It registers to me in the Web of siemes, but it does not let lower the file to me.
Somebody can lower it and pass it to me.
Thanks
-
- Forum Community
- Posts: 381
- Joined: Mon Apr 12, 2010 10:59 am
Re: [LINK]: SmartLabel v3.0 SP1 HotFix 1
depositfiles
Show
http://depositfiles.com/files/s9io7latp sw_S7-SmartLabel_SP1_V3.0.1-EN.zip
http://depositfiles.com/files/yestxkwc5 sw_S7-SmartLabel-V30_winXP-EN.zip
http://depositfiles.com/files/z2dx42q9m S7-SmartLabel - V3.0_xp_englisch.msi
http://depositfiles.com/files/xqf23u9kx S7-SmartLabel - V3.0_xp_deutsch.msi
http://depositfiles.com/files/3r09rcsmv S7-SmartLabel V3.0 Hotfix 1.msi
http://depositfiles.com/files/yestxkwc5 sw_S7-SmartLabel-V30_winXP-EN.zip
http://depositfiles.com/files/z2dx42q9m S7-SmartLabel - V3.0_xp_englisch.msi
http://depositfiles.com/files/xqf23u9kx S7-SmartLabel - V3.0_xp_deutsch.msi
http://depositfiles.com/files/3r09rcsmv S7-SmartLabel V3.0 Hotfix 1.msi
4shared
Show
-
- Posts: 10
- Joined: Mon Nov 09, 2009 2:31 pm
Re: [LINK]: SmartLabel v3.0 SP1 HotFix 1
Very very Thanks
-
- Posts: 20
- Joined: Thu May 28, 2009 6:02 am
Re: [LINK]: SmartLabel v3.0 SP1 HotFix 1
Thanks you So much