Jack's Magic Sequest Test Kit | TK044
.atb-tk044, .atb-tk044 * { box-sizing: border-box; } .atb-tk044 { --navy: #12374f; --teal: #18a8a2; --teal-dark: #087d80; --orange: #f58232; --red: #b42318; --red-soft: #fff1f0; -- aqua: #def6f4; --blue-soft: #eaf7fa; --cream: #fff8ef; --border: #d8e7eb; --text: #263640; --muted: #62737d; --soft: #f7fafb; max-width: 1120px; margin: 0 auto; color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; } .atb-tk044 h2, .atb-tk044 h3 { margin-top: 0; color: var(--navy); line-height: 1.25; } .atb-tk044 h2 { margin-bottom: 14px; font-size: clamp(25px, 3vw, 35px); } .atb-tk044 h3 { margin-bottom: 10px; font-size: 21px; } .atb-tk044 p { margin: 0 0 14px; } .atb-tk044 ul { margin: 10px 0 0; padding-left: 22px; } .atb-tk044 li { margin-bottom: 8px; } .atb-tk044 strong { color: var(--navy); } .atb-tk044__discontinued { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; padding: 20px; border: 2px solid var(--red); border-radius: 14px; background: var(--red-soft); } .atb-tk044__discontinued-icon { display: flex; flex: 0 0 46px; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--red); color: #ffffff; font-size: 24px; font-weight: 800; } .atb-tk044__discontinued-title { display: block; margin-bottom: 4px; color: var(--red); font-size: 20px; font-weight: 800; } .atb-tk044__hero { position: relative; margin-bottom: 24px; padding: clamp(25px, 4vw, 42px); overflow: hidden; border-radius: 18px; background: radial-gradient(circle at top right, rgba(24, 168, 162, 0.28), transparent 35%), linear-gradient(135deg, var(--navy), #092538); color: #ffffff; } .atb-tk044__hero::after { position: absolute; right: -65px; bottom: -80px; width: 220px; height: 220px; border: 30px solid rgba(245, 130, 50, 0.12); border-radius: 50%; content: ""; } .atb-tk044__hero h2, .atb-tk044__hero strong { color: #ffffff; } .atb-tk044__eyebrow { display: inline-block; margin-bottom: 12px; padding: 6px 12px; border-radius: 999px; background: var(--orange); color: #ffffff; font-size: 13px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; } .atb-tk044__hero-copy { position: relative; z-index: 1; max-width: 850px; margin-bottom: 0; font-size: 17px; } .atb-tk044__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 24px; } .atb-tk044__card { padding: 23px; border: 1px solid var(--border); border-radius: 15px; background: #ffffff; box-shadow: 0 5px 18px rgba(18, 55, 79, 0.06); } .atb-tk044__card--teal { border-top: 5px solid var(--teal); background: linear-gradient(180deg, var(--aqua), #ffffff 58%); } .atb-tk044__card--orange { border-top: 5px solid var(--orange); background: linear-gradient(180deg, var(--cream), #ffffff 58%); } .atb-tk044__section { margin-bottom: 24px; padding: 24px; border: 1px solid var(--border); border-radius: 16px; background: var(--soft); } .atb-tk044__specs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; } .atb-tk044__spec { padding: 16px; border: 1px solid #b8dedc; border-radius: 12px; background: #ffffff; text-align: center; } .atb-tk044__spec-label { display: block; margin-bottom: 4px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; } .atb-tk044__alternatives { margin-bottom: 24px; } .atb-tk044__alternative { display: grid; grid-template-columns: 48px 1fr; gap: 15px; margin-bottom: 14px; padding: 20px; border: 1px solid var(--border); border-left: 6px solid var(--teal); border-radius: 13px; background: #ffffff; } .atb-tk044__alternative:last-child { margin-bottom: 0; } .atb-tk044__alternative--orange { border-left-color: var(--orange); } .atb-tk044__alternative-number { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: #ffffff; font-size: 18px; font-weight: 800; } .atb-tk044__alternative-title { display: block; margin-bottom: 5px; color: var(--navy); font-size: 18px; font-weight: 800; } .atb-tk044__warning { margin-bottom: 24px; padding: 19px 21px; border-left: 6px solid var(--orange); border-radius: 11px; background: var(--cream); } .atb-tk044__faq { margin-bottom: 24px; } .atb-tk044__faq details { margin-bottom: 10px; overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: #ffffff; } .atb-tk044__faq summary { padding: 17px 20px; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; } .atb-tk044__faq summary::-webkit-details-marker { display: none; } .atb-tk044__faq summary::after { float: right; color: var(--teal-dark); font-size: 22px; line-height: 1; content: "+"; } .atb-tk044__faq details[open] summary::after { content: "−"; } .atb-tk044__faq-answer { padding: 0 20px 18px; } .atb-tk044__footer { padding: 23px; border-radius: 15px; background: var(--blue-soft); text-align: center; } .atb-tk044__footer p { margin-bottom: 0; } @media (max-width: 800px) { .atb-tk044__grid { grid-template-columns: 1fr; } .atb-tk044__specs { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 560px) { .atb-tk044__discontinued { flex-direction: column; } .atb-tk044__specs { grid-template-columns: 1fr; } .atb-tk044__alternative { grid-template-columns: 1fr; } } ! Discontinued Product The Jack's Magic TK044 Sequest Test Kit has been discontinued. Jack's Magic has also discontinued the TK069 Sequest #1 tablets required to perform the test. Because the necessary tablets are no longer being produced, there is currently no complete direct replacement kit that performs the same Jack's Magic sequestrant-residual test. Jack's Magic Part TK044 Jack's Magic TK044 Sequest Test Kit The Jack's Magic TK044 Sequest Test Kit was a professional pool-water testing kit used to measure the remaining concentration of compatible sequestering agents in swimming-pool water. It helped service professionals determine when additional sequestrant maintenance treatment was needed to help control dissolved metals, scale and staining. What Did the TK044 Test? The TK044 was designed to measure the residual level of compatible sequestering chemicals already present in pool water. It was not a standard iron, copper, manganese, pH, alkalinity or chlorine test. Its purpose was to help determine whether enough active sequestrant remained in the water to continue helping keep dissolved metals and minerals under control. What Was Included? Sequest #1 test tablets Sequest #2 liquid reagent 10 mL titration vial Direct-reading titrator Stirring rod Protective test-kit case Product Identification This discontinued listing is retained to help pool owners and service professionals identify the original Jack's Magic sequestrant test kit, understand its purpose and evaluate current maintenance options. Manufacturer Jack's Magic Part Number TK044 UPC 734040080257 Product Status Discontinued Alternatives to the Discontinued TK044 Test Kit 1 Follow the Sequestrant Manufacturer's Maintenance Schedule When direct residual testing is unavailable, the most practical approach is to maintain the pool according to the dosage and maintenance schedule printed on the specific sequestrant product. Record the initial treatment date, pool volume and subsequent maintenance doses to avoid unintentionally allowing protection to lapse. 2 Test the Pool for Dissolved Metals A professional pool store or water-testing laboratory may be able to test for iron, copper, manganese and other metals. This does not directly measure the remaining sequestrant concentration, but it can identify the metals that must be managed and help guide the treatment plan. 3 Use a Jack's Magic Stain Identification Kit When visible staining is already present, a Jack's Magic Stain Identification Kit may help identify an appropriate stain-treatment category. This is not a replacement for the TK044 and does not measure sequestrant residual, but it may help determine the next treatment step for an existing surface stain. 4 Select a Sequestrant for the Pool's Specific Conditions Jack's Magic offers different sequestrant products for different pool conditions, including products commonly selected for general metal control, fresh-plaster pools and saltwater pools. The correct product depends on the pool surface, sanitizer system, known metal content and staining concern. Important: A standard pool or spa test kit does not measure sequestrant residual and should not be presented as a direct replacement for the TK044. Tests for iron, copper, calcium hardness or phosphates measure different water conditions and cannot provide the same reading as the discontinued Jack's Magic Sequest Test Kit. Recommended Maintenance Approach Confirm the pool's water volume before calculating treatment doses. Test and balance pH, total alkalinity, sanitizer and calcium hardness. Identify whether iron, copper, manganese or scale is the primary concern. Select a sequestrant that is appropriate for the pool surface and sanitation system. Apply the initial dose according to the chemical manufacturer's instructions. Record each treatment date and maintenance dose. Watch for discoloration, scale formation or recurring surface stains. Have the water professionally tested when the metal source or treatment need is uncertain. Frequently Asked Questions Is the Jack's Magic TK044 Sequest Test Kit discontinued? Yes. Jack's Magic has discontinued the TK044 Sequest Test Kit and the TK069 Sequest #1 tablets needed to perform the test. What replaced the Jack's Magic TK044? There is currently no confirmed complete direct replacement for the TK044. Pool owners and professionals may instead follow the sequestrant's maintenance schedule, test separately for dissolved metals and monitor the pool for recurring staining or scale. Can the TK019 Sequest #2 reagent be used by itself? No. The Sequest #2 reagent alone does not replace the complete test. The original procedure also required the discontinued Sequest #1 tablets and the proper titration equipment. Does a metal test measure the amount of sequestrant in the pool? No. A metal test measures metals such as iron or copper. It does not directly measure how much active sequestrant remains in the water. What is a pool sequestrant? A sequestrant is a water-treatment chemical that binds or controls dissolved metals and minerals to help reduce discoloration, scaling and surface staining. Sequestrants generally require periodic maintenance dosing because their effectiveness decreases over time. Can I use the Jack's Magic Stain ID Kit instead? The Stain ID Kit may help identify an appropriate treatment for an existing pool-surface stain, but it does not test the sequestrant level and is not a direct replacement for the TK044. How should I maintain sequestrant levels without the TK044? Follow the initial and maintenance dosage instructions for the specific sequestrant being used. Keep a written record of treatment dates, doses and pool volume, and periodically test the water for dissolved metals and other balance factors. Need help selecting the right metal or stain treatment? Contact Aqua Terra Backyard with your pool volume, surface type, sanitizer system, current water-test results and a description or photo of the staining concern. We can help narrow down the most appropriate treatment path. { "@context": "https://schema.org", "@type": "Product", "name": "Jack's Magic TK044 Sequest Test Kit", "description": "Discontinued Jack's Magic TK044 pool-water test kit formerly used to measure residual levels of compatible sequestering agents. The required TK069 Sequest #1 tablets have also been discontinued, and no complete direct replacement is currently confirmed.", "sku": "TK044", "mpn": "TK044", "gtin12": "734040080257", "brand": { "@type": "Brand", "name": "Jack's Magic" }, "category": "Pool Water Testing Kits", "additionalProperty": [ { "@type": "PropertyValue", "name": "Product Status", "value": "Discontinued" }, { "@type": "PropertyValue", "name": "Test Type", "value": "Sequestrant residual level" }, { "@type": "PropertyValue", "name": "Required Tablet", "value": "TK069 Sequest #1 Tablet, discontinued" } ], "offers": { "@type": "Offer", "availability": "https://schema.org/Discontinued", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "Aqua Terra Backyard" } } } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Is the Jack's Magic TK044 Sequest Test Kit discontinued?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Jack's Magic has discontinued the TK044 Sequest Test Kit and the TK069 Sequest #1 tablets needed to perform the test." } }, { "@type": "Question", "name": "What replaced the Jack's Magic TK044?", "acceptedAnswer": { "@type": "Answer", "text": "There is currently no confirmed complete direct replacement. Pool owners may instead follow the sequestrant manufacturer's maintenance schedule, test separately for dissolved metals and monitor for recurring staining or scale." } }, { "@type": "Question", "name": "Can the TK019 Sequest #2 reagent be used by itself?", "acceptedAnswer": { "@type": "Answer", "text": "No. The Sequest #2 reagent alone cannot perform the original test because the procedure also requires the discontinued Sequest #1 tablets and the proper titration equipment." } }, { "@type": "Question", "name": "Does a standard metal test replace the TK044?", "acceptedAnswer": { "@type": "Answer", "text": "No. A standard metal test may measure iron, copper or other metals, but it does not measure the amount of active sequestrant remaining in the pool water." } }, { "@type": "Question", "name": "Can the Jack's Magic Stain ID Kit replace the TK044?", "acceptedAnswer": { "@type": "Answer", "text": "No. The Stain ID Kit may help identify a treatment category for an existing pool-surface stain, but it does not measure sequestrant residual." } }, { "@type": "Question", "name": "How can sequestrant be maintained without the TK044?", "acceptedAnswer": { "@type": "Answer", "text": "Follow the initial and maintenance dosage instructions for the specific sequestrant, document each treatment and periodically test the pool for dissolved metals and general water balance." } } ] }
More you might like
Related
Jack's Magic Sequest Test Kit (TK044)
Related