aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Resources/Guides.xaml
blob: 24e1e0d715180424b0c370e16e3730159f21169d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:sys="clr-namespace:System;assembly=mscorlib"
                    xmlns:local="clr-namespace:Tango.PPC.Maintenance.Resources">

    <x:Array x:Key="LoadNewThread" Type="sys:String">
        <sys:String>1. Loading New Thread</sys:String>
        <sys:String>2. Wait for a message indicating the system is ready to load the thread</sys:String>
        <sys:String>3. Place a cone with un-dyed thread into the thread feeding unit</sys:String>
        <sys:String>4. Feed the thread along the thread groove to the winder</sys:String>
        <sys:String>5. Place an empty collecting cone into the thread winder</sys:String>
        <sys:String>6. Insert the end of the thread into the empty collecting cone</sys:String>
        <sys:String>7. On the TS-1800 panel, press LOAD again</sys:String>
    </x:Array>

    <x:Array x:Key="HandleWasteCartridge" Type="sys:String">
        <sys:String>1. On the TS-1800 panel, press LOAD</sys:String>
        <sys:String>2. Wait for a message indicating the system is ready to load the thread</sys:String>
        <sys:String>3. Place a cone with un-dyed thread into the thread feeding unit</sys:String>
        <sys:String>4. Feed the tread along the feeding path up to the top cover</sys:String>
        <sys:String>5. Feed the thread along the thread groove to the winder</sys:String>
        <sys:String>6. Place an empty collecting cone into the thread winder</sys:String>
        <sys:String>7. Insert the end of the thread into the empty collecting cone</sys:String>
        <sys:String>8. On the TS-1800 panel, press LOAD again</sys:String>
    </x:Array>

    <x:Array x:Key="ReplaceThread" Type="sys:String">
        <sys:String>1. Cut the current thread just after the feeding cone</sys:String>
        <sys:String>2. Remove the current feeding cone</sys:String>
        <sys:String>3. Place the new feeding cone into the thread feeding unit</sys:String>
        <sys:String>4. Tie the new thread to the current thread</sys:String>
        <sys:String>5. Cut off the ends of the thread leaving a small knot</sys:String>
        <sys:String>6. On the TS-1800 panel, press and hold the JOG button</sys:String>
        <sys:String>7. Hold the JOG button until the knot appears at the collecting cone</sys:String>
        <sys:String>8. Cut the thread at the collecting cone after the knot</sys:String>
        <sys:String>9. Remove the collecting cone</sys:String>
        <sys:String>10. Place an empty collecting cone into the winder</sys:String>
        <sys:String>11. Insert the end of the new thread into the empty collecting cone</sys:String>
    </x:Array>

    <x:Array x:Key="ReplaceAirFilter" Type="sys:String">
        <sys:String>1. Open the air filter cover</sys:String>
        <sys:String>2. Remove the old air filter</sys:String>
        <sys:String>3. Insert a new air filter</sys:String>
        <sys:String>4. Close the air filter cover</sys:String>
    </x:Array>

    <x:Array x:Key="LoadInkCartridge" Type="sys:String">
        <sys:String>1. Open the cartridge cover</sys:String>
        <sys:String>2. Insert a full ink cartridge into the ink-loading slot</sys:String>
        <sys:String>3. Close the cartridge cover</sys:String>
        <sys:String>4. When ink loading is complete, open the cartridge cover</sys:String>
        <sys:String>5. Remove the empty ink cartridge</sys:String>
        <sys:String>6. Remove the stopper from the residue-filling opening</sys:String>
        <sys:String>7. Place the stopper into its allocated position on the top side of the empty ink cartridge</sys:String>
        <sys:String>8. Put the empty ink cartridge into storage. Optional: if an empty recycling slot is available</sys:String>
        <sys:String>9. Insert the empty ink cartridge into the slot for ink recycling</sys:String>
    </x:Array>

</ResourceDictionary>