00197198-02_XML-Import-SetupCenter-5.1 - 第15页

Setup Center 5. 1 - X ML Import 15 of 22 At least o ne of the two field s "Quantity" and "Origi nalQuantit y" must be defined during creatio n of a packaging unit.T he following com binations are poss…

100%1 / 22
Setup Center 5.1 - XML Import
14 of 22
Attribute
Range/Type
Comment
PurchaseOrderNumber
0-40 signs
Order number assigned by customer to identify a
purchasing transaction
ShippingNoteNumber
0-40 signs
Shipping Note Number of the shipping note
Batch2
0-40 signs
Batch number for the second batch - if applicable
OrderingCode
0-40 signs
Code for the part which no ambiguously can be used
for ordering it.
SupplierData
0-40 signs
Supplier own information that may be used by the
supplier
MsdLevel
0-n
Int32
Import Version 1.0.1.1:
Moisure Sensitive Device Level. Currently unused in
Setup Center.
0-2 signs
Import Version 1.0.3.1:
Moisture Sensitive Device Level. Used by Setup
Center during set and refill operations as well as
quantity changes. See list of MSD levels:
Level
Floor Life
1
unlimited at 30ºC / 85%RH
2
1 year
2a
4 weeks
3
168 hrs
4
72 hrs
5
48 hrs
5a
24 hrs
MsdOpenDate
datetime
Import Version 1.0.3.1:
Indicates when a packaging unit was opened (set by
xml import or during set or refill operations)
Extra1
0-256 signs
Additional field for individual requirements.
Extra2
0-256 signs
Additional field for individual requirements.
Extra3
0-256 signs
Additional field for individual requirements.
Comment
0-256 signs
Comment for further information. The comment is not
displayed via Setup Center GUI.
ManufacturePartNumber
0-40 signs
Internal manufacturer part number
RoHS
0-1 signs
Indicator for RoHS compliance
N: no RoHS
Y: RoHS
0: not applicable
BrightnessClass
0-20 signs
Brightness class of the component, typically used for
LED’s
Serial
0 - 256 signs
Unique serial number of the packaging unit
PackagingId
0 - 256 signs
Unique serial number per supplier of the packaging
unit.
Note: This field is saved to the field 'Serial' in the
database
Setup Center 5.1 - XML Import
15 of 22
At least one of the two fields "Quantity" and "OriginalQuantity" must be defined during creation of a
packaging unit.The following combinations are possible: 4
Only "OriginalQuantity"
The same value is entered in the packaging unit for OriginalQuantity and Quantity.
Only "Quantity"
The same value is entered in the packaging unit for OriginalQuantity and Quantity.
"OriginalQuantity" and "Quantity":
The values are entered accordingly in the fields, provided that the Quantity is less than the
OriginalQuantity. Otherwise the OriginalQuantity will be adjusted to the value of the
Quantity. If the Quantity will be adjusted, the XML import informs the user via notification
window.
MsdLevel/MsdOpenDate:
Default MSD level is "1".
Setup Center sets the open date (MsdOpenDate) during set, refill, activate of a packaging
unit. The MsdOpenDate is only actualized, if the field is set to date 1.1.1900 00:00:00 or
lower.
Setup Center checks the MSD during set, refill, activate and filling level change at the
station.
The process of the MSD check:
MSD Open Date + MSD Level time <= Current System Time
If the open date + level time is lower than or equal to the current system time, Setup Center
does nothing. If the open date + level time is greater than the current system time, Setup
Center sends an error message and don’t allow to finish the action set/refill or tear down
the packaging unit from the feeder.
Setup Center 5.1 - XML Import
16 of 22
3.3 Examples
The following example shows a file, which creates a new packaging unit in the database.
<?xml version="1.0" encoding="utf-8" ?>
<PackagingList ImportVersion="1.0.1.1">
<Packaging
IdPackaging="X0000001"
ComponentName="Component01"
ComponentBarcode=""
OriginalQuantity="100"
Quantity="100"
Manufacturer="Manufacturer01"
ManufactureDate="2004-01-01T14:44:56+01:00"
ExpiryDate="2010-12-31T14:44:56+01:00"
Supplier="Supplier01"
BatchId="Batch01"
DeliveryNote="Serial01"
MsdLevel="1"
MsdOpenDate="1900-01-01T00:00:00+01:00"
Extra1="Extra01"
Extra2="Extra02"
Extra3="Extra03"
Comment="Creates a new packaging unit in the Setup Center database" />
</PackagingList>
The following example shows a file, which updates the quantity of an existing packaging unit in the
database.
<?xml version="1.0" encoding="utf-8" ?>
<PackagingList ImportVersion="1.0.2.1">
<Packaging
IdPackaging="X0000001"
ComponentName="Component01"
ComponentBarcode=""
Quantity="55" />
</PackagingList>