docker: production image + Gitea Actions for monthly refresh
Image rebuild (skip scrape) / build (push) Failing after 1h37m12s
Image rebuild (skip scrape) / build (push) Failing after 1h37m12s
Dockerfile: self-contained image with corpus + Chroma + BM25 baked in. Drawbar's compose pulls + runs without volume mounts. Built from sources.json (labels schema), PRODUCT_NAME=crop_chem by default, HYBRID_SEARCH=true (always-on for production quality). RERANK_URL + OLLAMA_URL get set at compose time. .gitea/workflows/refresh.yml: monthly cron (1st @ 06:00 UTC) does full scrape → reindex → image push. Scrapes Bayer (~30 min) + EPA PPLS row-crop filtered (~7h). Skips reindex+push if no corpus diff. Tags pushed: :latest, :<sha12>, :corpus-<YYYY.MM.DD>. .gitea/workflows/image-only.yml: on-demand or auto on code-only pushes to main (paths: docs_mcp/, rag/, scrape/, requirements.txt, Dockerfile, sources.json). Reindexes from committed corpus, builds image, pushes. ~10 min vs ~9h full refresh. .gitignore: corpus/ now COMMITTED (4,159 labels, 265 MB of .md + sidecars). Lets image-only.yml rebuild indexes without re-scraping. chroma/ + bm25/ still gitignored (regenerable binary indexes). .dockerignore: drops venv, eval results, PLAN/README/CLAUDE.md, deploy/, .git/ — keeps the image lean. corpus + chroma + bm25 explicitly NOT in dockerignore (those go INTO the image). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1002",
|
||||
"epa_reg_no": "100-1002",
|
||||
"product_name": "GRAMOXONE SUPER HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Paraquat dichloride",
|
||||
"cas": "1910-42-5",
|
||||
"percent": 23.3,
|
||||
"pc_code": "061601"
|
||||
}
|
||||
],
|
||||
"signal_word": "Danger",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01002-20010427.pdf",
|
||||
"filename": "000100-01002-20010427.pdf",
|
||||
"accepted_date": "2001-04-27",
|
||||
"last_modified": "2011-04-13T17:38:00+00:00",
|
||||
"page_count": 60,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1002",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1002"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:14:37.917596+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1003",
|
||||
"epa_reg_no": "100-1003",
|
||||
"product_name": "FUSILADE 2000 HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Fluazifop-P-butyl",
|
||||
"cas": "79241-46-6",
|
||||
"percent": 13,
|
||||
"pc_code": "122809"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/010182-00104-19940228.pdf",
|
||||
"filename": "010182-00104-19940228.pdf",
|
||||
"accepted_date": "1994-02-28",
|
||||
"last_modified": "2011-04-19T18:09:14+00:00",
|
||||
"page_count": 63,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1003",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1003"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:14:46.482077+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1009",
|
||||
"epa_reg_no": "100-1009",
|
||||
"product_name": "CYCLONE HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Paraquat dichloride",
|
||||
"cas": "1910-42-5",
|
||||
"percent": 30.5,
|
||||
"pc_code": "061601"
|
||||
}
|
||||
],
|
||||
"signal_word": "Danger",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/010182-00111-20000214.pdf",
|
||||
"filename": "010182-00111-20000214.pdf",
|
||||
"accepted_date": "2000-02-14",
|
||||
"last_modified": "2011-04-19T18:09:31+00:00",
|
||||
"page_count": 61,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1009",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1009"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:15:01.442701+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1010",
|
||||
"epa_reg_no": "100-1010",
|
||||
"product_name": "SUREFIRE HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Diuron",
|
||||
"cas": "330-54-1",
|
||||
"percent": 10.68,
|
||||
"pc_code": "035505"
|
||||
},
|
||||
{
|
||||
"name": "Paraquat dichloride",
|
||||
"cas": "1910-42-5",
|
||||
"percent": 29.48,
|
||||
"pc_code": "061601"
|
||||
}
|
||||
],
|
||||
"signal_word": "Danger",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01010-20030917.pdf",
|
||||
"filename": "000100-01010-20030917.pdf",
|
||||
"accepted_date": "2003-09-17",
|
||||
"last_modified": "2011-04-13T17:38:04+00:00",
|
||||
"page_count": 25,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1010",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1010"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:15:05.975952+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,796 @@
|
||||
# SUREFIRE HERBICIDE
|
||||
|
||||
- EPA Reg No: **100-1010**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Danger
|
||||
- Active ingredients: Diuron (10.68%); Paraquat dichloride (29.48%)
|
||||
- Label accepted: 2003-09-17
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01010-20030917.pdf
|
||||
|
||||
---
|
||||
/00 - /0/0
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON. D.C. 20460
|
||||
SEP 17 2003
|
||||
Mr. Jerry Wells
|
||||
Syngenta Crop Protection, Inc.
|
||||
PO. Box 18300
|
||||
Greensboro, NC 27419-8300
|
||||
Dear Mr. Wells:
|
||||
Subject: Surefire Herbicide
|
||||
EP A Registration Number 100-10 I 0
|
||||
Application dated September 2, 2003
|
||||
OFFICE OF
|
||||
PREVENTION, PESTICIDES AND
|
||||
TOXIC SUBSTANCES
|
||||
The labeling referred to above, submitted in connection with registration under the Federal
|
||||
Insecticide, Fungicide, and Rodenticide Act as amended is acceptable, provided you make the
|
||||
following changes before you release the product for shipment.
|
||||
I. Under Conditions of Sale, specifY what manner of use or application, weather, crop condition,
|
||||
presence of other materials or other influencing factors in use of this product will cause crop injury,
|
||||
ineffectiveness, or other unintended consequences. Currently this Conditions of Sale statements is
|
||||
inappropriate for this product, particularly in the first paragraph.
|
||||
2. Change "waterproof gloves" to "chemical-resistant gloves made of any waterproof material" under
|
||||
PPE, Mixers and Loaders, and Agricultrual Use Requirements.
|
||||
3. Under STORAGE AND DISPOSAL, move the phrase "Do not contaminate water, food, or feed by
|
||||
storage and disposal" to directly following the heading STORAGE AND DISPOSAL, and before
|
||||
Pesticide Storage.
|
||||
Submit three (3) copies of final printed labeling incorporating the above changes before you
|
||||
release the product for shipment. Amended labeling will supercede all previously accepted ones. A
|
||||
stamped copy of labeling is enclosed for your records.
|
||||
J e It 0 ms, haj
|
||||
I
|
||||
;product Manager 25
|
||||
/ H,tbicide Branch
|
||||
lJ(egistration Division (7505C)
|
||||
|
||||
1
|
||||
RESTRICTED USE PESTICIDE
|
||||
Due to Acute Toxicity
|
||||
For retail sale to and use only by Certified Applicators or persons under their direct
|
||||
supervision and only for those uses covered by the Certified Applicator's certification.
|
||||
SUREFIRE® HERBICIDE
|
||||
ACTIVE INGREDIENT:
|
||||
Paraquat dichloride (1,1 '-dimethyl-4,4'-bipyridinium dichloride) ............................ 29.48%
|
||||
Diuron [3-(3,4-dichlorophenyl)-1, 1-dimethylurea] ................................................ 10.68%
|
||||
INERT INGREDIENTS: 59.84%
|
||||
TOTAL ................................................................................................................ 100.00%
|
||||
Contains 2.0 pounds paraquat cation per gallon as 2.762 pounds salt per gallon.
|
||||
Contains 1.0 pound diuron per gallon.
|
||||
Contains emetic.
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
:I:
|
||||
DANGER! POISON
|
||||
PELIGRO
|
||||
SI usted no entlende la etlqueta, busque a algulen para que se la expllque a usted
|
||||
en detalle. (If you do not understand the label, find someone to explain It to you
|
||||
in detail.)
|
||||
ONE SWALLOW CAN KILL!
|
||||
SYMPTOMS ARE PROLONGED AND PAINFUL. ONSET OF SYMPTOMS MAY BE
|
||||
DELAYED FOR UP TO 3 DAYS AFTER SWALLOWING.
|
||||
• DO NOT USE OR STORE IN OR AROUND THE HOME.
|
||||
• DO NOT REMOVE CONTENTS EXCEPT FOR IMMEDIATE USE.
|
||||
• NEVER PUT INTO FOOD, DRINK OR OTHER CONTAINERS.
|
||||
See additional precautionary statements and directions for use (inside booklet; on back
|
||||
panel; on side panel) ~~
|
||||
ill EPA LMW \lIIIId
|
||||
EPA Reg No. 100-1010
|
||||
EPA Est No. xxxx
|
||||
Product of USA
|
||||
SEP 17 2003 u
|
||||
Under the Federal lnal dl AI.
|
||||
Puntiolde. one! Rod, doldo ,.
|
||||
• imIoded. for the pIIIicIde ,.......s uadIr EPA __ No.
|
||||
\(;1).10 10
|
||||
|
||||
2
|
||||
SCP xxxx
|
||||
Net Weight/U.S. Standard Measure
|
||||
|
||||
3
|
||||
TABLE OF CONTENTS
|
||||
FIRST AID
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
Personal Protective Equipment (PPE)
|
||||
Engineering Controls
|
||||
Environmental Hazards
|
||||
DIRECTIONS FOR USE
|
||||
Agricultural Use Requirements
|
||||
Nonagricultural Use Requirements
|
||||
Storage and Disposal
|
||||
General Instructions and Information
|
||||
Aerial Drift Reduction Advisory Information
|
||||
General Information
|
||||
General Precautions and Restrictions
|
||||
Application Instructions
|
||||
Spot Spraying
|
||||
Preplant or Preemergence Uses
|
||||
Dormant Use
|
||||
Directed Sprays
|
||||
FaliowlandlFaliow Rotation
|
||||
Noncrop Uses
|
||||
Page
|
||||
|
||||
4
|
||||
FIRS+ Ale I
|
||||
If swaUowed $Call POison Control GBntor or doctor immodiatoly for troatmont
|
||||
advice.
|
||||
$Immediatoly indlJce vomitin§ l3y tOlJcAin§ l3ack of tAroat .... 'itA tin§er.
|
||||
blrinl( 1 or 2 §Iasses 01 water and indlJco tlJrtAor ¥omitin§.
|
||||
$It porson is lJnconsciolJs do not §ivo anythin§ by mOlJth and do not
|
||||
indlJco vomitin§.
|
||||
$Get to a medicallacility last and tal(o containor and lal3olin§ with
|
||||
~
|
||||
• Seo note to pAysicians.
|
||||
If inAalecl $Movo person to IresA air.
|
||||
$It person is not I3roatAin§, call 911 or an ambIJlanco, thon §ivo
|
||||
artilicial respiration, preleral3ly by mOIJth to mOIJth, if possil310.
|
||||
$Call a Poison Control Center or doctor for fIJrthor troatmont ad~'ico.
|
||||
• +he odor of this prodlJct is from tho stonchin§ a§ont which has
|
||||
l3eon added, not from paraElIJal.
|
||||
If-in-eyes $Hold eye open and rinse slowly and §ontly with wator for 15 20
|
||||
minlJtes.
|
||||
$Remove contact lonses, il pres~nt, aftor tho first 5 minIJtos, thon
|
||||
continlJe rinsin§ eye.
|
||||
• Call a Poison Control Contor or doctor for troatmont advico.
|
||||
If-on skin or nake olf contaminatod clothin§.
|
||||
s1GthlAg $IMMeblIA+eb¥ wash skin with soap ane wa10r for Hi 20 minIJtos.
|
||||
Prolon§ed contact wi!~ calJSO so~'oro irritation. Contact ' .... ith irritatod
|
||||
sl(in or a ClJt or repoated contact with intact skin may roslJlt in
|
||||
poisonin§.
|
||||
• Ge+ MebllCAb Ane~J+lml. Call a Poison Control Contor or
|
||||
doctor for treatmont ad~lice.
|
||||
NO+e +0 P~¥SIGIANS: GAbb S¥NGeN+A MeglGAb 6M6RG6NG¥ ASSIS+ANGe
|
||||
1 800 888 8a+:! al any AOIJr to ol3lain lo*icolo§y and modical mana§omont
|
||||
conslJllalion; and paraEllJat analyses. Prompt Iroatmont is ossontial and mIJst 130
|
||||
initiated immediatoly l3eloro si§ns and symploms appear. Symptoms aro prolon§od
|
||||
and painflJl and may l3e dolalled for days alter swallowin§. +roatmont may inclIJdo
|
||||
l3indin§ paraEllJat in tAe §lJt wit A slJspensions 01 clay or charcoal; anetor romoval of
|
||||
paraEllJat from Iho 13100d l3y prolon§ed charcoal homoporflJsion or continlJolJs , ..
|
||||
hemodialysis. Prol3al3le mlJcosal dama§o may contraindicato tho IJSO of §astrlo : , , "
|
||||
lalJa§o.
|
||||
Have tAe prodIJct container or lal3el wit A yOIJ whon callin§ a poison control conler ')f
|
||||
goctor or §loin§llor treatment. • , .. • • .
|
||||
J
|
||||
|
||||
5
|
||||
|
||||
6
|
||||
FIRST AID
|
||||
If swallowed i
|
||||
If in eyes
|
||||
available, give an adsorbent such as activated charcoal, bentonite or
|
||||
Fullers Earth,
|
||||
·Call a pOison control center or doctor immediately for treatment
|
||||
advice,
|
||||
if present. after the first 5 minutes, then
|
||||
If on skin or
|
||||
clothing
|
||||
Refer to the booklet 'Paraguat Poisoning, A Practical Guide to Diagnosis, First Aid
|
||||
and Hospital Treatment', (http://www.syngenta.com/pgmedguideD Administer either
|
||||
activated charcoal (100g for adults or 2g/kgbody weight in children) or Fuller's Earth
|
||||
(15% solution: 1 liter for adults or 15ml/kg body weight in children), NOTE: The use
|
||||
of gastric lavage without administration of an adsorbent has not shown any clinical
|
||||
benefit. Do not use supplemental oxygen, Eye splashes from concentrated material
|
||||
should be treated by an eye specialist after initial treatment. With the possibility of
|
||||
late onset corneal ulceration, it is advised that patients with paraquat eye injuries are
|
||||
reviewed by an eye specialist the day after first presentation, Use treatment that is
|
||||
appropriate for chemical burns, Intact skin is an effective barrier to paraquat. however
|
||||
contact with irritated or cut skin or repeated contact with intact skin may result in
|
||||
HOT LINE NUMBER
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal)
|
||||
Or Chemical Emergency Assistance (Spill, Leak, Fire or Accident)
|
||||
Call
|
||||
. " ,
|
||||
|
||||
7
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
DANGER!
|
||||
PELIGRO
|
||||
POISON
|
||||
FATAL IF SWALLOWED, INHALED OR ABSORBED THROUGH SKIN. CORROSIVE.
|
||||
CAUSES IRREVERSIBLE EYE DAMAGE OR SKIN BURNS. DO NOT BREATHE
|
||||
SPRAY MIST. DO NOT GET IN EYES, ON SKIN, OR ON CLOTHING. PROLONGED
|
||||
OR FREQUENTLY REPEATED SKIN CONTACT MAY CAUSE ALLERGIC REACTION
|
||||
IN SOME INDIVIDUALS.
|
||||
Personal Protective Equipment
|
||||
Some materials that are chemical-resistant to this product are listed below. If you want
|
||||
more options, follow the instructions for category A on an EPA chemical resistance
|
||||
category selection chart.
|
||||
Applicators and other handlers (other than Mixers and Loaders) must wear:
|
||||
• Coveralls OR long-sleeved shirt and long pants
|
||||
• Chemical resistant gloves (such as barrier laminate, butyl rubber, nitrile rubber,
|
||||
neoprene rubber, polyvinyl chloride, or viton
|
||||
• Shoes plus socks
|
||||
• Protective eyewear
|
||||
• Chemical-resistant headgear for overhead exposure
|
||||
• A dust mist NIOSH-approved respirator with any N, R, P, or HE filter
|
||||
Mixers and Loaders (pouring, loading and mixing concentrate, cleaning equipment, or
|
||||
when exposure to concentrate is possible) must wear:
|
||||
• Coveralls over long-sleeved shirt and long pants
|
||||
• Waterproof gloves
|
||||
• Chemical-resistant footwear plus socks ~ ,",
|
||||
• Protective eyewear plus a dust mist NIOSH-approved respirator with any N, R, P, or
|
||||
HE filter
|
||||
• Chemical-resistant headgear for overhead exposure
|
||||
• Chemical-resistant apron when cleaning equipment, mixing, or loading ..
|
||||
Discard clothing and other absorbent materials that have been drenched or heavily
|
||||
contaminated with this product's concentrate. Do not reuse them. Follow •
|
||||
manufacturer's instructions for cleaning/maintaining PPE. If no such instructiomdor .. " ,
|
||||
|
||||
8
|
||||
washables, use detergent and hot water. Keep and wash PPE separately from other
|
||||
laundry.
|
||||
Engineering Controls
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that meets
|
||||
the requirements listed in the Worker Protection Standard (WPS) for agricultural
|
||||
pesticides [40 CFR 170.240(d)(4-6)], the handler PPE requirements may be reduced or
|
||||
modified as specified in the WPS.
|
||||
User Safety Recommendations
|
||||
Users should:
|
||||
• Wash hands before eating, drinking, chewing gum, using tobacco or using the
|
||||
toilet.
|
||||
• Remove clothing immediately if pesticide gets inside. Then wash thoroughly and
|
||||
put on clean clothing.
|
||||
• Remove PPE immediately after handling this product. Wash the outside of gloves
|
||||
before removing. As soon as possible, wash thoroughly and change into clean
|
||||
clothing.
|
||||
ENVIRONMENTAL HAZARDS
|
||||
WILDLIFE: This product is toxic to wildlife. Birds and other wildlife in treated areas
|
||||
may be killed. Do not apply directly to water or to areas where surface water is present
|
||||
or to intertidal areas below the mean high water mark. Do not contaminate water when
|
||||
cleaning of equipment or disposing of equipment washwaters.
|
||||
DRIFT: SUREFIRE® herbicide is a contact herbicide that kills all green plant tissue.
|
||||
Paraquat dichloride is toxic to nontarget crops and plants if off-target movement occurs.
|
||||
Extreme care must be taken to ensure that off-target drift is minimized to the greatest
|
||||
extent possible. Do not apply under conditions involving possible drift to food, forage,
|
||||
or other plantings that might be damaged or the crops thereof rendered unfit for sale,
|
||||
use, or consumption. Do not apply when weather conditions favor drift from areas
|
||||
treated. For aerial applicators use, do not apply during periods of thermal inversion to
|
||||
avoid drift. Refer to the local state laws, regulations, guidelines, and spray drift
|
||||
information contained in the Directions for Use section for proper application to avoid
|
||||
Off-target movement. ; ,: , ..
|
||||
PHYSICAL AND CHEMICAL HAZARDS: This product reacts with aluminum to product
|
||||
hydrogen gas which may form a highly combustible gas mixture. Such gas could flash :
|
||||
or explode, causing serious personal injury, if ignited by open flame, spark, wek{~rs: .
|
||||
torch, lighted Cigarette, or other ignition source. Do not mix or store in containers, spray
|
||||
tanks, nurse tanks, or such systems made of aluminum or having aluminum fittings.
|
||||
After dilution with water to spray concentrations, spray systems made of, or con!~~'1ing
|
||||
aluminum parts, may be used but should not be used for extended (overnight) S~()rA!Je.
|
||||
|
||||
9
|
||||
EQUIPMENT/CONTAINER: Flush all spray equipment with water after use each day.
|
||||
This product is corrosive to aluminum. Aluminum spray equipment and aluminum
|
||||
aircraft structures that are exposed to spray solution or spray drift should be flushed
|
||||
thoroughly with water immediately after use.
|
||||
|
||||
r
|
||||
10
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not acceptable,
|
||||
return the product at once, unopened, and the purchase price will be refunded.
|
||||
The Directions for Use of this product should be followed carefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors as
|
||||
manner of use or application, weather or crop conditions, presence of other materials or
|
||||
other influencing factors in the use of the product, which are beyond the control of
|
||||
Syngenta Crop Protection, Inc. or Seller. All such risks shall be assumed by Buyer and
|
||||
User, and Buyer and User agree to hold Syngenta and Seller harmless for any claims
|
||||
relating to such factors.
|
||||
Syngenta warrants that this product conforms to the chemical description on the label and
|
||||
is reasonably fit for the purposes stated in the Directions for Use, subject to the inherent
|
||||
risks referred to above, when used in accordance with directions under normal use
|
||||
conditions. This warranty does not extend to the use of this product contrary to label
|
||||
instructions, or under abnormal conditions or under conditions not reasonably foreseeable
|
||||
to or beyond the control of Seller or Syngenta, and Buyer and User assume the risk of any
|
||||
such use. SYNGENTA MAKES NO WARRANTIES OF MERCHANTABILITY OR OF
|
||||
FITNESS FOR A PARTICULAR PURPOSE NOR ANY OTHER EXPRESS OR IMPLIED
|
||||
WARRANTY EXCEPT AS STATED ABOVE.
|
||||
In no event shall Syngenta or Seller be liable for any incidental, consequential or special
|
||||
damages resulting from the use or handling of this product. THE EXCLUSIVE REMEDY
|
||||
OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY OF SYNGENTA AND
|
||||
SELLER FOR ANY AND ALL CLAIMS, LOSSES,INJURIES OR DAMAGES (INCLUDING
|
||||
CLAIMS BASED ON BREACH OF WARRANTY, CONTRACT, NEGLIGENCE, TORT,
|
||||
STRICT LIABILITY OR OTHERWISE) RESULTING FROM THE USE OR HANDLING OF
|
||||
THIS PRODUCT, SHALL BE THE RETURN OF THE PURCHASE PRICE OF THE
|
||||
PRODUCT OR, AT THE ELECTION OF SYNGENTA OR SELLER, THE REPLACEMENT
|
||||
OF THE PRODUCT.
|
||||
Syngenta and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing conditions of sale and limitations of warranty and of liability, which may not be
|
||||
modified except by written agreement signed by a duly authorized represeritatlvc of
|
||||
Syngenta. . ...
|
||||
, .
|
||||
|
||||
r
|
||||
11
|
||||
DIRECTIONS FOR USE
|
||||
Restricted Use Pesticide
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
Do not apply this product in a way that will contact workers or other persons, either
|
||||
directly or through drift. Only protected handlers may be in the area during application.
|
||||
For any requirements specific to your State or Tribe, consult the agency responsible for
|
||||
pesticide regulation.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR part 170. This Standard contains requirements for the protection
|
||||
of agricultural workers on farms, forests, nurseries, and greenhouses, and handlers
|
||||
of agricultural pesticides. It contains requirements for training, decontamination,
|
||||
notification, and emergency assistance. It also contains specific instructions and
|
||||
exceptions pertaining to the statements on this label about personal protective
|
||||
equipment (PPE), notification to workers, and restricted-entry interval. The
|
||||
requirements in this box only apply to uses of this product that are covered by the
|
||||
Worker Protection Standard.
|
||||
For Preplant or Preemergence (Broadcast or Banded), Chemical Fallow,
|
||||
Postemergence Directed and Broadcast, and Dormant Season Applications:
|
||||
Do not enter or allow worker entry into treated areas during the restricted entry
|
||||
interval (REI) of 12 hours.
|
||||
PPE required for early entry to treated areas that is permitted under the Worker
|
||||
Protection Standard and that involves contact with anything that has been treated,
|
||||
such as plants, soil, or water, is:
|
||||
• Coveralls over long-sleeved shirt and long pants
|
||||
• Waterproof gloves
|
||||
• Chemical-resistant footwear plus socks
|
||||
• Protective eyewear
|
||||
• Chemical-resistant headgear for overhead exposure
|
||||
Notify workers of the application by warning them orally and by posting warning signs
|
||||
at entrances to treated areas.
|
||||
|
||||
12
|
||||
NON-AGRICULTURAL USE REQUIREMENTS
|
||||
The requirements in this box apply to uses of this product that are NOT within the
|
||||
scope of the Worker Protection Standard for agricultural pesticides (40 CFR Part
|
||||
170). The WPS applies when this product is used to produce agricultural plants on
|
||||
farms, forests, nurseries, or greenhouses.
|
||||
NOTE: DO NOT USE AROUND HOME GARDENS, SCHOOLS, RECREATIONAL
|
||||
PARKS, GOLF COURSES, OR PLAYGROUNDS.
|
||||
DO NOT APPLY THIS PRODUCT THROUGH ANY TYPE OF IRRIGATION
|
||||
SYSTEM.
|
||||
DO NOT enter or allow others to enter the treated area until sprays have dried.
|
||||
AVOID working in spray mist. If there is risk of exposure, wear goggles and approved
|
||||
face mask capable of filtering spray droplets.
|
||||
KEEP ALL UNPROTECTED PERSONS OUT OF OPERATING AREAS OR
|
||||
VICINITY WHERE THERE MAY BE DANGER OF DRIFT.
|
||||
Certain states may require more restrictive reentry intervals; consult your State
|
||||
Department of Agriculture for further information.
|
||||
Written or oral warnings regarding use of protective clothing and accidental exposure
|
||||
must be given to workers who are expected to be in treated areas or in areas about
|
||||
to be treated.
|
||||
IMPORTANT: The effect of swallowing SUREFIRE is far more severe than that
|
||||
which usually results from skin contact or inhalation of spray mist. This product
|
||||
should not cause injury if used according to label instructions. Follow the label as If
|
||||
your life depends on It.
|
||||
STORAGE AND DISPOSAL
|
||||
PESTICIDE STORAGE: Do not contaminate water, food, or feed by storage and
|
||||
disposal. Open dumping is prohibited. Store at temperature above 322F. Do not
|
||||
contaminate feed, foodstuffs or drinking water. Do not store next to feed or foot), (II
|
||||
transport in or on vehicles containing foodstuffs or feeds. For help with any spill, leaK,
|
||||
fire or exposure involving this material, call 1-800-888-8372.
|
||||
|
||||
13
|
||||
PESTICIDE DISPOSAL: This product is acutely hazardous. Improper disposal of
|
||||
excess pesticide, spray mixture, or rinsate is a violation of Federal law. If these wastes
|
||||
cannot be disposed of by use according to label instructions, contact your State
|
||||
Pesticide or Environmental Control Agency, or the Hazardous Waste representative at
|
||||
the nearest EPA Regional Office for guidance.
|
||||
CONTAINER DISPOSAL: Triple rinse (or equivalent). Do not reuse container. Offer
|
||||
for recycling or reconditioning, or puncture and dispose of in a sanitary landfill, or
|
||||
dispose of by other procedures allowed by state and local authorities.
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED OR DRINKING WATERI
|
||||
GENERAL INSTRUCTIONS AND INFORMATION
|
||||
DO NOT APPLY THIS PRODUCT THROUGH ANY TYPE OF IRRIGATION SYSTEM.
|
||||
SPRAY DRIFT
|
||||
Avoiding spray drift at the application site is the responsibility of the applicator. The
|
||||
interaction of many equipment-and-weather-related factors determine the potential for
|
||||
spray drift. The applicator and the grower are responsible for considering all these
|
||||
factors when making decisions. The following drift management requirements must be
|
||||
followed to avoid off-target drift movement from aerial applications to agricultural field
|
||||
crops. These requirements do not apply to forestry applications, public health uses or
|
||||
to applications using dry formulations.
|
||||
1. The distance of the outer most nozzles on the boom must not exceed 3/4 the length
|
||||
of the wingspan or rotor.
|
||||
2. Nozzles must always point backward parallel with the air stream and never be
|
||||
pointed downwards more than 45 degrees.
|
||||
Where states have more stringent regulations, they shall be observed.
|
||||
The applicator should be familiar with and take into account the information covered in
|
||||
the Aerial Drift Reduction Advisory Information.
|
||||
AERIAL DRIFT REDUCTION ADVISORY INFORMATION , '
|
||||
(This section is advisory in nature and does not supersede the mandatory label "
|
||||
requirements.)
|
||||
Information on Droplet Size
|
||||
The most effective way to reduce drift potential is to apply large droplets. The best drift
|
||||
management strategy is to apply the largest droplets that provide sufficient coverage
|
||||
and control. Applying larger droplets reduces drift potential, but will not prevent,iJtih if
|
||||
|
||||
",I.,""","""'''""",,,,,,,,,,,,~- ,_- _""""'""""m""",
|
||||
14
|
||||
applications are made improperly, or under unfavorable environmental conditions (see
|
||||
Wind, Temperature and Humidity, and Temperature Inversions).
|
||||
Controlling Droplet Size
|
||||
• Volume - Use high flow rate nozzles to apply the highest practical spray volume.
|
||||
Nozzles with higher rated flows produce larger droplets.
|
||||
• Pressure - Do not exceed the nozzle manufacturer's recommended pressures. For
|
||||
many nozzle types lower pressure produces larger droplets. When higher flow rates
|
||||
are needed, use higher flow rate nozzles instead of increasing pressure.
|
||||
• Number of nozzles - Use the minimum number of nozzles that provide uniform
|
||||
coverage.
|
||||
• Nozzle Orientation - Orienting nozzles so that the spray is released parallel to the
|
||||
airstream produces larger droplets than other orientations and is the recommended
|
||||
practice. Significant deflection from horizontal will reduce droplet size and increase
|
||||
drift potential.
|
||||
• Nozzle Type - Use a nozzle type that is designed for the intended application. With
|
||||
most nozzle types, narrower spray angles produce larger droplets. Consider using
|
||||
low-drift nozzles. Solid stream nozzles oriented straight back produce the largest
|
||||
droplets and the lowest drift.
|
||||
Boom Length
|
||||
For some use patterns, reducing the effective boom length to less than 3/4 of the
|
||||
wingspan or rotor length may further reduce drift without reducing swath width.
|
||||
Application Height
|
||||
Applications should not be made at a height greater than 10 feet above the top of the
|
||||
largest plants unless a greater height is required for aircraft safety. Making applications
|
||||
at the lowest height that is safe reduces exposures of droplets to evaporation and wind.
|
||||
Swath Adjustment
|
||||
When applications are made with a crosswind, the swath will be displaced downwind.
|
||||
Therefore, on the up and downward edges of the field, the applicator must compe'lsate
|
||||
for this displacement by adjusting the path of the aircraft upwind. Swath adjustr.1e~t
|
||||
distance should increase, with increasing drift potential (higher wind, smaller dro~s,
|
||||
etc.).
|
||||
|
||||
15
|
||||
Wind
|
||||
Drift potential is lowest between wind speeds of 2-10 mph. However, many factors,
|
||||
including droplet size and equipment type determine drift potential at any given speed.
|
||||
Application should be avoided below 2 mph due to variable wind direction and high
|
||||
inversion potential. NOTE: Local terrain can influence wind patterns. Every applicator
|
||||
should be familiar with local wind patterns and how they affect spray drift.
|
||||
Temperature and Humidity
|
||||
When making applications in relative humidity, set up equipment to produce larger
|
||||
droplets to compensate for evaporation. Droplet evaporation is most severe when
|
||||
conditions are both hot and dry.
|
||||
Temperature Inversions
|
||||
Applications should not occur during temperature inversion because drift potential is
|
||||
high. Temperature inversions restrict vertical air mixing, which causes small suspended
|
||||
droplets to remain in a concentrated cloud. This cloud can move in unpredictable
|
||||
directions due to the light variable winds common during inversions. Temperature
|
||||
inversions are characterized by increasing temperatures with altitude and are common
|
||||
on nights with limited cloud cover and light to no wind. They begin to form as the sun
|
||||
sets and often continue into the morning. Their presence can be indicated by ground
|
||||
fog; however, if fog is not present, inversions can also be identified by the movement of
|
||||
smoke from a ground source or an aircraft smoke generator. Smoke that layers and
|
||||
moves laterally in a concentrated cloud (under low wind conditions) indicates an
|
||||
inversion, while smoke that moves upward and rapidly dissipates indicates good vertical
|
||||
air mixing.
|
||||
Sensitive Areas
|
||||
The pesticide should only be applied when the potential for drift to adjacent sensitive
|
||||
areas (e.g. residential areas, bodies of water, known habitat for threatened or
|
||||
endangered species, non-target crops) is minimal (e.g. when wind is blowing away from
|
||||
the sensitive areas).
|
||||
GENERAL INFORMATION
|
||||
SUREFIRE Herbicide and SUREFIRE tankmixes may be applied in liquid nitrogen
|
||||
and/or complete liquid fertilizer solutions as a spray carrier (follow label
|
||||
recommendations for crop involved) when 20 to 60 gals. of dilute solution are applied
|
||||
per acre in combination with 1 to 2 pts. of spreader (nonionic) per 100 gals. Equipment
|
||||
must be adjusted and calibrated to obtain thorough coverage of undesirable vegetation.
|
||||
Inadequate coverage and/or the absence of spreader (nonionic) will result in a severe
|
||||
|
||||
-~ .--------------------
|
||||
16
|
||||
reduction of SUREFIRE activity. Phosphate containing liquid fertilizer solutions will
|
||||
reduce the activity of SUREFIRE. When liquid fertilizer solutions containing
|
||||
phosphorus are used with SUREFIRE and a more rapid kill is desired, use the high
|
||||
SUREFIRE label rate.
|
||||
Surfactant
|
||||
Always use a non ionic surfactant (spreader) approved for agricultural use and which
|
||||
contains at least 75% surface-active ingredient. Non-use of a surfactant will result in
|
||||
incomplete spray coverage and reduced control of weeds. Use the higher rate of
|
||||
surfactant if weeds are difficult to wet or if tankmixes with additional herbicides are
|
||||
used.
|
||||
Spray Coverage
|
||||
Apply using flat-fan nozzles using adequate total spray per acre to ensure complete
|
||||
coverage of weeds. Total weed coverage is essential for good control. For broadcast
|
||||
applications of SUREFIRE with backpack sprayers, the application rate should not
|
||||
exceed 0.50 Ibs ai/A in a minimum of 30 gallons of spray solution per acre.
|
||||
Spray Nozzles
|
||||
Flat-fan nozzles of size 3 to 8 and maximum 20-inch spacing are preferred for ground
|
||||
application of SUREFIRE. If spray volumes used will be in the 10- to 20-gallon-per-acre
|
||||
range, twin-orifice flat-fan nozzles (example: Twinjet 2-60-8004) will improve droplet
|
||||
size and spray distribution characteristics. If flood-type nozzles must be used, use a
|
||||
minimum of 20 gallons of finished spray per acre and select nozzle sizes to produce
|
||||
medium-fine droplets. Flood-type nozzle spacing should not exceed 40 inches. Flood
|
||||
type nozzle size should not exceed size 10. Screen size in nozzle or line strainers
|
||||
should be no finer than 50 mesh.
|
||||
Spray Pressures
|
||||
Operate spray equipment so that pressure at the nozzle is between 30 and 50 psi.
|
||||
Operating nozzles below or above this range will often result in inadequate or uneven
|
||||
spray coverage.
|
||||
Boom Height
|
||||
Spray booms should be adjusted so that recommended spray pattern overlap is
|
||||
obtained at the top of the weed or cover crop canopy. Flat-fan nozzle spray patterns
|
||||
should overlap 30% on each edge, while flood-type nozzle spray patterns should
|
||||
overlap 50% on each edge.
|
||||
Spray Carrier
|
||||
Use only clean water or nitrogen solutions as a spray carrier. Suspension-type
|
||||
fertilizers containing clay will reduce the activity of SUREFIRE herbicide and therefore
|
||||
should not be used.
|
||||
|
||||
----- .~--'",="",,~-~~~~~~-~~~~~~~-
|
||||
17
|
||||
Tankmlxes
|
||||
The addition of Banvel® or 2,4-0 may aid in the suppression of perennial broad leaf
|
||||
weeds and annual broad leaf weeds that have made excessive growth before
|
||||
application. Weeds and grasses emerging after application will not be controlled.
|
||||
Refer to the Banvel or 2,4-0 labels for directions, limitations and cautions.
|
||||
For extended weed control during the fallow period, tank mix with a registered residual
|
||||
herbicide (examples: Glean®, Kerb®, AATREX®, BladeX®, etc.) or herbicide
|
||||
combinations. Refer to residual herbicide label(s) for directions, limitations, cautions,
|
||||
and for a list of weeds controlled by preemergence activity of the residual herbicide(s).
|
||||
Add wettable powder herbicide(s) to spray tank first, mixing thoroughly in carrier. Then
|
||||
add liquid herbicide(s), SUREFIRE herbicide and nonionic surfactant (spreader).
|
||||
Constant agitation is recommended at all times.
|
||||
GENERAL PRECAUTIONS AND RESTRICTIONS
|
||||
READ ENTIRE LABEL. USE STRICTLY IN ACCORDANCE WITH DANGER
|
||||
STATEMENTS AND DIRECTIONS, AND WITH APPUCABLE STATE AND FEDERAL
|
||||
REGULATIONS. READ STATEMENT OF PRACTICAL TREATMENT AND
|
||||
PRECAUTIONARY STATEMENTS ON PAGES ___ _
|
||||
IMPORTANT: The effect of swallowing SUREFIRE is far more severe than that which
|
||||
usually results from skin contact or inhalation of spray mist. This product should not
|
||||
cause injury if used according to label instructions. Follow the label as If your life
|
||||
depends on It.
|
||||
DO NOT USE AROUND HOME GARDENS, SCHOOLS, RECREATIONAL PARKS,
|
||||
GOLF COURSES, OR PLAYGROUNDS.
|
||||
DO NOT use dirty or muddy water for SUREFIRE dilution because SUREFIRE will be
|
||||
inactivated.
|
||||
DO NOT combine SUREFIRE herbicide with liquid fertilizer solutions except as noted in
|
||||
the General Information section.
|
||||
DO NOT combine with suspension-type liquid fertilizers because the activity of
|
||||
SUREFIRE will be reduced.
|
||||
|
||||
18
|
||||
APPLICATION INSTRUCTIONS
|
||||
SPOT SPRAYING
|
||||
When only small areas are to be sprayed with labeled applications, it is advantageous
|
||||
to mix small quantities of SUREFIRE. To aid in mixing small quantities, the following
|
||||
table should be considered.
|
||||
Add the Following Amount of
|
||||
If the Broadcast Rate Per SUREFIRE to 1 Gallon of
|
||||
Acre for Surefire Is: Water:
|
||||
1ptorWqt 3/8 fl oz
|
||||
2ptor1qt 3/4 fl oz
|
||||
3 pt or 1-1/2 qt 1-1/8 fI oz
|
||||
Always add 1/3 to 1/2 fluid ounce of a nonionic surfactant for each gallon of spray.
|
||||
When spot spraying in this manner, spray to thoroughly wet the foliage, but not to the
|
||||
point of runoff.
|
||||
PREPLANT OR PREEMERGENCE USES
|
||||
Preplant or Preemergence Use - For Kill of Emerged Annual Broadleaf Weeds and
|
||||
Grasses and for Top Kill and Suppression of Perennials - Apply when the weeds
|
||||
and grasses are succulent and growth is from 1" to 6" high (larger plants are less
|
||||
affected by this treatment). Note: To prevent injury to germinating crop seedlings, do
|
||||
not apply preplant or preemergence to soils lacking clay minerals, i.e., peat, muck, pure
|
||||
sand, or artificial planting media.
|
||||
Preplant or Preemergence use In CORN, COTTON, WHEAT - Apply 1 to 2 qts. of
|
||||
SUREFIRE per sprayed acre as a band treatment over the crop row, or as a broadcast
|
||||
treatment, prior to, during, or after planting, but before emergence of the crop. Aerial
|
||||
Application - 5 to 10 gals. of water per acre. Ground Application - Use 10 to 60 gals.
|
||||
diluted spray. Add spreader (non ionic) at 16 to 32 fl. oz. per 100 gals. of diluted spray.
|
||||
Seedbeds should be formed as far ahead of planting and treatment as possible to
|
||||
permit maximum weed and grass emergence. Seeding should be done with a minimum
|
||||
amount of soil disturbance. Weeds and grasses emerging after application will not be
|
||||
controlled. Crop plants emerged at time of application will be killed.
|
||||
For Kill of Emerged Volunteer Barley (California Only) - Preplant in Cotton - Apply 1/2
|
||||
to 1 pt. SUREFIRE Herbicide per acre broadcast as a preplant treatment to preformed
|
||||
seedbeds. Aerial Application - Use 5 to 10 gals. water per acre. Add spreader
|
||||
(nonionic) at 16 to 32 fl. oz. per 100 gals. diluted spray.
|
||||
|
||||
19
|
||||
DORMANT USE
|
||||
PEPPERMINT: For Suppression of Weeds Such as Italian Ryegrass, Prickly Lettuce,
|
||||
Groundsel, Chickweed, Downy Brome and Bluegrasses During the Dormant Season -
|
||||
Apply 1-1/2 to 3 pts. SUREFIRE per acre as a broadcast spray in 10 to 65 gals. spray
|
||||
mix. Use the higher rate with heavier weed infestations. Add spreader (nonionic) at 16
|
||||
fl. oz. per 100 gals. spray mix. Apply when peppermint or spearmint is dormant and
|
||||
before spring growth begins. Do not apply to weeds which are greater than 6" tall. Do
|
||||
not apply more than 3 pts. per acre per dormant season as injury or excessive residues
|
||||
may result. For Improved Contact Activity and Residual Control of Italian Rye
|
||||
grass, Prickly Lettuce and Groundsel - Add 1 to 2 Ibs. of Sinbar® (Terbacil) Weed
|
||||
Killer as a tankmix. Use the higher tankmix rate with heavier weed infestations. Apply
|
||||
tankmix treatment no more than once per season. Use a minimum of 25 gals. spray
|
||||
mix per acre. Refer to the Sinbar label for specific recommendations and cautions.
|
||||
DIRECTED SPRAYS
|
||||
ORCHARDS, VINEYARDS, WINDBREAK, SHADE AND ORNAMENTAL TREES: For
|
||||
Kill of Annual Broadleaf Weeds and Grasses and For Top Kill and Suppression of
|
||||
Perennials in the Interspaces and Around the Base of Trees and Vines: Apples,
|
||||
Bananas, Citrus, Grapes, Macadamia Nuts, Olives, Papayas, Peaches, Pears, Pecans,
|
||||
Walnuts and other Trees such as Arborvitae, Ash, Elm, Fir, Oak and Pine - Apply as a
|
||||
directed spray at 1 to 2 qts. SUREFIRE per sprayed acre in 10 to 150 gals. water (use
|
||||
10 to 50 gals. water for pecans) to thoroughly cover the weeds and grasses. Add
|
||||
spreader (nonionic) at 16 to 32 fl. oz. per 100 gals. Apply when the weeds and grasses
|
||||
are succulent and the new growth is from 1 to 6 inches high. For mature woody weeds,
|
||||
green suckers, late-germinating weeds and grasses and for perennials, retreatment or
|
||||
spot treatment may be necessary.
|
||||
CAUTION: Do not allow spray to contact green stems, fruit or fOliage because injury
|
||||
may result. Do not spray under windy conditions and use a shield for young trees or
|
||||
vines. Do not allow animals to graze on treated areas. Do not apply when nuts or
|
||||
olives to be harvested are on the ground. For Pistachios, do not harvest within 7 days
|
||||
of treatment and do not exceed two applications after shells split. For olives, do not
|
||||
harvest within 13 days of treatment and do not exceed 4 applications per season.
|
||||
GRAPES AND WALNUTS (California Only); ORANGES (California and Florida Only);
|
||||
APPLES, PEACHES, PEARS: Tank mix with PRINCEP® 80W Simazine Weed Killer -
|
||||
For Top Kill and Residual Control of Annual Broadleaf Weeds and Grasses and for
|
||||
Suppression of Perennial Weeds - For Broadcast application, apply 1 to 2 qts.
|
||||
SUREFIRE per acre and PRINCEP BOW at the following rates per acre:
|
||||
|
||||
20
|
||||
Crop Rate PRINCEP SOW
|
||||
Per Sprayed Acre Precautions
|
||||
Almonds and Peaches 1-1/4 - 2-1/2 Ibs. in Do not treat trees established less
|
||||
(California Only) 2-4 ft. band on each than 3 years. Do not treat Mission
|
||||
side of tree row. 1- variety of almonds. Do not apply
|
||||
1/4 Ibs. provides to almond trees propagated on
|
||||
residual control of plum root stalks. Do not replant
|
||||
burclover, common almonds or peaches in treated
|
||||
chickweed, wild soil. Do not apply on gravelly
|
||||
mustard and sand or loamy sand soil or on soil
|
||||
shepherd's-purse. with less than 1 % organic matter.
|
||||
Do not treat areas where water
|
||||
will accumulate.
|
||||
Apples 2-1/2 - Sibs Do not apply to sandy soil.
|
||||
Pears Leveling and furrowing operations
|
||||
after application will lessen
|
||||
Walnuts effectiveness of weed control.
|
||||
(California Only)
|
||||
Peaches 2-5Ibs. Do not apply to sandy or gravelly
|
||||
(Arkansas, Louisiana, soil.
|
||||
Missouri, Oklahoma,
|
||||
Texas and states East
|
||||
of the Mississippi River)
|
||||
Grapes 2-1/2 - 6 Ibs. Do not use in vineyards
|
||||
(California Only) established less than 3 years.
|
||||
Oranges 2-1/2 - Sibs. Do not use in nurseries. To avoid
|
||||
(California Only) Except possible injury, do not apply to
|
||||
Imperial, Coachella and trees under stress from freeze
|
||||
Palo Verde Valleys damage for one year following the
|
||||
(Florida Only) - Bedded 4lbs. freeze.
|
||||
Use the low rate of PRINCEP BOW on coarse-textured soils and low organic matter
|
||||
soils. Use the high rate on fine-textured soils and high organic matter soils. Apply as a
|
||||
tankmix in 50 to 200 gals. of water per acre to the orchard floor, avoiding contact with
|
||||
fruit, foliage or stems. Add spreader (nonionic) at 16 to 32 fl. oz. per 100 gals diluted
|
||||
spray. Apply when weeds and grasses are succulent and the new growth is from 1 to 6
|
||||
inches tall. For band applications or spot applications around trees, reduce the
|
||||
broadcast rate and the amount of water in proportion to the area actually sprayed.
|
||||
|
||||
r
|
||||
---_."""""." ",,,,,,,,,._-
|
||||
21
|
||||
Make only one application per year. Apply in orchards where trees have been
|
||||
established one year or more. Do not spray under windy conditions and use a shield
|
||||
for young trees. Do not apply to almonds and walnuts when nuls are on the ground
|
||||
during the harvest period. Do not allow animals to graze treated areas.
|
||||
Refer to the PRINCEP 80W Simazine label for general information, caution, and
|
||||
warning statements.
|
||||
PINEAPPLES: For Kill of Annual Broadleaf Weeds and Grasses and Top Kill and
|
||||
Suppression of Perennials - Apply as a directed spray using 1 to 2 qts. SUREFIRE in
|
||||
100 to 200 gals. water per sprayed acre to thoroughly cover the weeds and grasses.
|
||||
Add spreader (nonionic) at 16 to 32 fl. oz. per 100 gals. Apply when weeds and
|
||||
grasses are succulent and new growth is from 1 to 6 inches high. Retreatment may be
|
||||
necessary on more mature weeds. Do not apply within 20 days of harvest, and do not
|
||||
exceed 3 applications per season.
|
||||
BERRIES (Blackberries, Blueberries, Boysenberries, Currant, Elderberry, Gooseberry,
|
||||
Huckleberry, Loganberry, Raspberries): For Kill of Annual Broadleaf Weeds and
|
||||
Grasses and for Top Kill and Suppression of Perennial Weeds in the Interspaces and
|
||||
Around the Base of Bushes - Apply as a coarse directed spray at 1 to 2 qts. SUREFIRE
|
||||
per sprayed acre in 50 to 200 gals. water to thoroughly wet the weeds and grasses.
|
||||
Add spreader (non ionic) at 16 to 32 fl. oz. per 100 gals. water. Apply before
|
||||
emergence of new canes or shoots since injury to those canes or shools can result.
|
||||
Apply as a coarse spray to avoid drift injury from fine-spray mist.
|
||||
GRAIN SORGHUM: Postemergence Directed Spray - For Kill of Emerged Crabgrass
|
||||
and Pigweed 3 Inches or Less in Height - 1 to 2 pts. SUREFIRE in 20 to 40 gals. water
|
||||
per sprayed acre. Use higher gallonage of water for larger weeds. For band
|
||||
applications, 1 pt. SUREFIRE will cover 2 land or crop acres when a 20-inch band is
|
||||
treated in 40-inch rows. Treat when grain sorghum is naturally standing 12 inches tall
|
||||
or more. Add spreader (non ionic) at 1 qt. per 100 gals. of spray. Do not exceed 30 psi;
|
||||
high pressure contributes to spray drift. Do not apply within 48 (grain) and 20 (forage)
|
||||
days of harvest.
|
||||
For best results, apply SUREFIRE at 1 pt. per sprayed acre to grass and weeds less
|
||||
than 2 inches tall. Grass and weeds 2 to 3 inches tall should be sprayed with 2 pis. of
|
||||
SUREFIRE per sprayed acre. Use precision application equipment with spray nozzles
|
||||
mounted on skid shoes, oiling shoes, fenders, or cultivators with gauge wheels and
|
||||
adjusted so that only the lower 3 inches or less of the sorghum stalk is sprayed.
|
||||
For best coverage on single rows, use 4 flat-fan nozzles per row, 2 nozzles on each
|
||||
side of the row. The 2 forward nozzles should point forward and downward, and rear
|
||||
nozzles should point to the rear and downward. For double row sorghum use one skid
|
||||
between the two rows with one nozzle spraying backward and downward.
|
||||
|
||||
----,--,---
|
||||
22
|
||||
Some sheath and lower-leaf spotting and desiccation will occur. Basal spotting does
|
||||
not penetrate beneath outer sheath. Degree of injury is related to precision of
|
||||
application and wind velocity. Do not spray under windy conditions. Do not harvest for
|
||||
forage, fodder, silage or hay before the soft dough stage of the grain. Do not make
|
||||
more than 2 postemergence-directed applications per season or exceed a total of 8
|
||||
pints of SUREFIRE per season.
|
||||
FIELD CORN: Postemergence Directed Spray - For Control of Emerged Annual
|
||||
Broadleaf Weeds and Annual Grasses Less than 4 Inches Tall. Apply 1 pt. SUREFIRE
|
||||
Herbicide per acre in 10 to 40 gals. of spray mix. Apply when corn plants are at least
|
||||
10 inches tall. Corn plants shorter than 10 inches may be injured and not recover.
|
||||
Corn height measured from soil surface to top of whorl. Apply with directed spray
|
||||
application equipment. Arrange nozzles to spray no higher than the lower 3 inches of
|
||||
corn stalks to provide for maximum contact of weeds, with minimum contact of corn
|
||||
plants to prevent excessive sheath and lower-leaf spotting and desiccation. For corn
|
||||
greater than 20 inches tall, arrange the nozzles to spray no higher than the lower 1/3 of
|
||||
the corn stalks. To avoid excessive phytotoxicity, use a shielded sprayer with skids or
|
||||
wheels on the spray boom to maintain spray height. Corn foliage sprayed will be
|
||||
injured, but the crop will recover and develop normally. Add 1 qt. of spreader (nonionic)
|
||||
per 100 gals. of spray. Do not mix with liquid fertilizer.
|
||||
CORN: For use in the USDA Witchweed eradication program to kill grassy weeds.
|
||||
Apply 1 qt. SUREFIRE in 10 to 20 gals. spray per acre. Add spreader (nonionic) at 16
|
||||
fl. oz. per 100 gals. spray mix. Apply as a spray directed onto the grassy weeds at the
|
||||
base of the corn stalks in the hills or row. Initiate sprays in early July and repeat in
|
||||
early August if regrowth of grassy weeds occurs. For corn greater than 20 inches tall,
|
||||
arrange the nozzles to spray no higher than the lower 1/3 of the corn stalks. To avoid
|
||||
excessive phytotoxicity, use a shielded sprayer with skids or wheels on the spray boom
|
||||
to maintain spray height. Corn foliage sprayed will be injured, but the crop will recover
|
||||
and develop normally.
|
||||
SUGARCANE: Directed Spray - For Kill of Emerged Annual Broadleaf Weeds and
|
||||
Grasses and for Top Kill of Perennials - Apply as a shielded or directed spray when
|
||||
weeds are 2 to 6 inches high. Avoid contact with cane foliage to prevent serious leaf
|
||||
burn and reduced yields. Make a second and final application, if necessary, when new
|
||||
weed growth is 2 to 6 inches high. Add spreader (nonionic) at 16 fl. oz. per 100 gals.
|
||||
spray mix. Do not graze treated areas or feed treated forage to livestock.
|
||||
Florida Only - Apply 1 qt. in 50 to 100 gals. of water per acre. For optimum results,
|
||||
apply early in the season (March-April) when weeds are small. Do not apply after
|
||||
June 1 st because cane growth may be stunted and yields reduced.
|
||||
Hawaii Only - Apply 1 qt. SUREFIRE in 20 to 200 gals. of water per acre. Do not
|
||||
apply after cane rows have closed in.
|
||||
|
||||
23
|
||||
Louisiana Only - Apply 1/2 to 1 qt. SUREFIRE in 20 to 200 gals. of water per acre.
|
||||
For tiller control, apply when tillers are less than 18" high. Use the higher rate of
|
||||
SUREFIRE with heavier weed infestations or tiller growth. Do not apply within 30
|
||||
days of harvest.
|
||||
FALLOWLAND APPLICATION IN WHEAT/BARLEY/MILO/CORN:
|
||||
FALLOW ROTATION SYSTEMS:
|
||||
For control of most emerged annual broadleaf weeds and grasses during the fallow
|
||||
period(s). Apply SUREFIRE as a broadcast spray to weeds 1 to 6 inches tall. Weeds
|
||||
taller than 6 inches may not be controlled. As density of stubble, crop residues, or
|
||||
weeds increases, spray gallonage should be increased within the recommended range
|
||||
for complete coverage. Weeds and grasses emerging after applications, and regrowth
|
||||
from perennial weeds will not be controlled.
|
||||
Nonlonlc Surfactant Per
|
||||
Rate/Acre of SUREFIRE 100 gals Spray Mixture Total Spray/Acre
|
||||
1.5-2 pints 1-3 pints Ground: 10-30 gals
|
||||
Air: 3-10 gals
|
||||
NONCROP USES
|
||||
NONCROP AREAS (Public Airports, Electric Transformer Stations and
|
||||
Substations, Pipeline Pumping Stations, Around Commercial Buildings, Storage
|
||||
Yards and Other Installations, Fence Lines, and Similar Noncrop Areas): For the
|
||||
Control of Annual Broadleaf Weeds and Grasses (such as Burclover, Chickweed,
|
||||
Filaree, Groundsel, Nettle, Pigweed, Plantain, Puncturevine, Purslane, Red Clover,
|
||||
Shepherd's-purse, Thistle, Wild Mustard, Wild Radish, Wild Oats, Bluegrass,
|
||||
Cheatgrass, Crabgrass) and Top Kill and Suppression of Perennial Weeds (such as
|
||||
Bermudagrass, Johnsongrass, and Morningglory) - 1 qt SUREFIRE per acre. Apply for
|
||||
full coverage and thorough weed contact (10 to 100 gals. diluted spray per acre). Best
|
||||
results are obtained when applications are made to young, succulent weeds and
|
||||
grasses. Mature, woody weeds are less susceptible. Repeat as needed. Add
|
||||
spreader (nonionic) at 16 oz. per 100 gals. SUREFIRE is compatible with many
|
||||
residual herbicides. Avoid spray contact with foliage or fruit of food crops and
|
||||
ornamentals.
|
||||
|
||||
--- --- -- -"'"""
|
||||
24
|
||||
© XXX)( Syngenta
|
||||
AATREX®, PRINCEP®, and SUREFIRE®trademarks of a Syngenta Group Company.
|
||||
Banvel® trademark of BASF Corporation.
|
||||
BladeX®, Glean®, and Sinbar® trademarks of E. I. du Pont de Nemours & Co. (Inc.)
|
||||
Kerb® trademark of Rohm and Haas Company.
|
||||
Please consult each appropriate label for specific use recommendations.
|
||||
© XXX)( Syngenta
|
||||
For non-emergency (e.g., current product information) call
|
||||
Syngenta Crop Protection at 1-800-334-9481
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.syngenta-us.com
|
||||
SCP XXX
|
||||
SUREFIRE 1010 FIRSTAID - pd - 08·26·03
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1012",
|
||||
"epa_reg_no": "100-1012",
|
||||
"product_name": "FORCE 1.5G INSECTICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Tefluthrin",
|
||||
"cas": "79538-32-2",
|
||||
"percent": 1.5,
|
||||
"pc_code": "128912"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/010182-00130-20001107.pdf",
|
||||
"filename": "010182-00130-20001107.pdf",
|
||||
"accepted_date": "2000-11-07",
|
||||
"last_modified": "2011-04-19T18:09:39+00:00",
|
||||
"page_count": 10,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1012",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1012"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:15:11.686597+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,434 @@
|
||||
# FORCE 1.5G INSECTICIDE
|
||||
|
||||
- EPA Reg No: **100-1012**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Tefluthrin (1.5%)
|
||||
- Label accepted: 2000-11-07
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/010182-00130-20001107.pdf
|
||||
|
||||
---
|
||||
c
|
||||
/0/ 't.:l- )30 1/- ?-JOOO
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON, D.C. 20460
|
||||
NOV - 1 2.000
|
||||
Mr. Andrew A. Davidson
|
||||
Zeneca Ag Products
|
||||
1800 Concord Pike
|
||||
P.O. Box 15458
|
||||
Wilmington, DE 19850-5458
|
||||
Subject:
|
||||
Dear Mr. Davidson:
|
||||
Amendment - Response to PRN 2000-3
|
||||
Force 1.50 Insecticide
|
||||
EPA Reg. No. 10182-130
|
||||
Force 30 Insecticide
|
||||
EPA Reg. No. 10182-373
|
||||
Your Submission Dated October 24,2000
|
||||
OFFICE OF
|
||||
PREVENTION, PESTICIDES
|
||||
AND TOXIC SUBSTANCES
|
||||
The labeling referred to above, submitted in connection with registration under the
|
||||
Federal Insecticide, Fungicide and Rodenticide Act, as amended, are acceptable, provided you
|
||||
make the labeling changes indicated below prior to release for shipment of the products bearing
|
||||
the amended labeling:
|
||||
I. Under FIRST AID, IF SWALLOWED; remove the second and third bullet. Insert, "Have
|
||||
person sip a glass of water if able to swallow. Do not induce vomiting unless told to do
|
||||
so by a poison control center or doctor".
|
||||
Submit two copies of your final printed labeling before you release this product for
|
||||
shipment. A stamped copy of the labeling is enclosed for your records. If you require any
|
||||
further correspondence on this matter, please contact Linda Werre!! Oerber (703-308-8033) of
|
||||
my staff.
|
||||
Enclosure
|
||||
Sincerely , J I I ~L-ld. L~vJ!}r;H'vJ-t .' --" ~rge T. LaRocca .
|
||||
Product Manager 13
|
||||
Insecticide Branch
|
||||
Registration Division (7505C)
|
||||
|
||||
(
|
||||
(
|
||||
Page 1 of 9
|
||||
FORCE 1.5G - Container
|
||||
FOR130MAS-102000
|
||||
RESTRICTED USE PESTICIDE
|
||||
Toxic to Fish and Aquatic Organisms
|
||||
For retail sale to and use only by Certified Applicators, or persons under their direct
|
||||
supervision, and only for those uses covered by the Certified Applicator's certification.
|
||||
FORCE® 1.SG Insecticide
|
||||
For Use to Control Insects on Field Corn, Popcorn, Seedcorn and Sweet Corn
|
||||
ACTIVE INGREDIENT:
|
||||
Tefluthrin
|
||||
(2,3,5,6-tetrafluoro-4-methylphenyl)methyl-(1a,3a)-(Z)-(±)-3-(2-chloro-3,3,3-trifluoro-
|
||||
1-propenyl)-2,2-dimethylcyclopropanecarboxylate ....... . . . . . . . . . . . . . . . . . . . . . .. 1.5%
|
||||
INERT INGREDIENTS: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 98.5%
|
||||
Total. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 100.0%
|
||||
Contains 1.5 Ibs. active ingredient per 100 Ibs. of granular insecticide
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
CAUTION
|
||||
See Back Panel for Statement of Practical Treatment
|
||||
and Precautionary Statements
|
||||
EPA Reg. No. 10182-130
|
||||
EPA Est. No. 10182-NB-1
|
||||
Net Contents: 50 Ibs.
|
||||
· ... ~ . •
|
||||
." ,
|
||||
Active Ingredient Made in United Kingdom; Formulated and Packaged in U.S.A
|
||||
ACCE~lI'ED ZENECA Ag Products .
|
||||
V.1~1 COMMENTS ZENECA Ag Products Inc.
|
||||
i:" E?A LcUei" Dated: Wilmington, DE 19850-5458
|
||||
· . · .
|
||||
< "
|
||||
......
|
||||
· .. ,
|
||||
· ... • • •••
|
||||
~/ID
|
||||
|
||||
! '-
|
||||
Page 2
|
||||
FORCE 1.5G - Container
|
||||
FOR 130MAS-1 02000
|
||||
STATEMENT OF PRACTICAL TREATMENT
|
||||
IF SWALLOWED: Sail a physieiaR or POiSOR GORIteI SeRter. DriRk 1 or 2 glasses of ,,'ater
|
||||
aRe! iRe!tlee von,itiRg b~ totlehiRg back of throat with fi'1ger. Do Rot iRe!tlee vomitiRg or gi~e
|
||||
8F1~ttljng to 8n uneonseious person.
|
||||
IF ON SI{IN: Wash · .... ilh pleRty of soap aRe! waler. Gel meelieal alleRlioR.
|
||||
IF IN EYES: Fltlsh eyes wilh pleR~ of "'ater. Gall a physieiaR if irrilalioR persists.
|
||||
FOR 24-HOUR EMERGENCY MEDICAL ASSISTANCE, CALL 1-800-F-A-S-T-M-E-D
|
||||
(327-8633) • •
|
||||
FOR CHEMICAL EMERGENCY: Spill, leak, fire, exposure, or accident call
|
||||
CHEMTREC 1-800-424-9300.
|
||||
, ,
|
||||
c ~ ......
|
||||
•
|
||||
.. " :.
|
||||
• ( t (
|
||||
" , , , "
|
||||
• I I I
|
||||
· .... • • · ....
|
||||
|
||||
(
|
||||
(
|
||||
PRECAUTIONARY STATEMENTS
|
||||
HAZARDS TO HUMANS AND DOMESTIC ANIMALS
|
||||
CAUTION
|
||||
Page 3
|
||||
FORCE 1.5G - Container
|
||||
FOR 130MAS-1 02000
|
||||
HARMFUL IF SWALLOWED, INHALED OR ABSORBED THROUGH SKIN. CAUSES
|
||||
MODERATE EYE IRRITATION. Avoid contact with eyes, skin, or clothing. Wash thoroughly
|
||||
with soap and water after handling. Remove contaminated clothing and wash before reuse.
|
||||
Prolonged or frequently repeated skin contact may cause allergic reactions in some
|
||||
individuals.
|
||||
Skin exposure may result in a transient sensation described as a tingling, itching, burning or
|
||||
prickly feeling. Onset may occur immediately to 4 hours after exposure and may last 2-30
|
||||
hours, without apparent skin damage. Wash exposed areas once with soap and water. Relief
|
||||
from the skin sensation may be obtained by applying an oil-based cream.
|
||||
Personal Protective Equipment
|
||||
Applicators and other handlers must wear:
|
||||
• Long-sleeved shirt and long pants
|
||||
• Waterproof gloves
|
||||
• Shoes plus socks
|
||||
Follow manufacturer's instructions for cleaning/maintaining PPE. If no such instructions for
|
||||
washables, use detergent and hot water. Keep and wash PPE separately from other laundry.
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that meets the
|
||||
requirements listed in the Worker Protection Standard (WPS) for agricultural pesticides [40
|
||||
CFR 170.240(d)(4-6)], the handler PPE requirements may be reduced or modified as specified
|
||||
in the WPS.
|
||||
User Safety Recommendations
|
||||
Users should:
|
||||
Remove PPE immediately after handling this product. Wash the outside of gloves
|
||||
before removing. As soon as pOSSible, wash thoroughly and change into clean clothing.
|
||||
• • , .. , ~ ~ . • ENVIRONMENTAL HAZARDS
|
||||
.. '\ (
|
||||
This pesticide is very highly toxic to freshwater and estuarine fish and invE;li.e4J1G<tes. Drift and
|
||||
runoff may be hazardous to aquatic organisms in neighboring areas. Do ~?~ ~p''ply d~ec!ly.to
|
||||
water or to areas where surface water is present orto intertidal areas below':t1~ mean.hig,11
|
||||
water mark. Do not contaminate water when disposing of equipment WaSh\'ll3~rs. . ,
|
||||
ENDANGERED SPECIES RESTRICTIONS
|
||||
.....
|
||||
This product may pose a hazard to endangered aquatic species. Follow all use directiAM.·
|
||||
|
||||
(
|
||||
CONDITIONS OF SALE
|
||||
Page 4
|
||||
FORCE 1.SG - Container
|
||||
FOR 130MAS-1 02000
|
||||
AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not acceptable,
|
||||
return the product at once, unopened, and the purchase price will be refunded.
|
||||
The Directions for Use of this product should be followed carefully. It is impossible to eliminate
|
||||
all risks inherently associated with the use of this product. Crop injury, ineffectiveness or other
|
||||
unintended consequences may result because of such factors as manner of use or
|
||||
application, weather or crop conditions, presence of other materials or other influencing factors
|
||||
in the use of the product, which are beyond the control of ZEN ECA or Seller. All such risks
|
||||
shall be assumed by Buyer and User, and Buyer and User agree to hold ZENECA and Seller
|
||||
harmless for any claims relating to such factors.
|
||||
ZENECA warrants that this product conforms to the chemical description on the label and is
|
||||
reasonably fit for the purposes stated in the Directions for Use, subject to the inherent risks
|
||||
referred to above, when used in accordance with directions under normal use conditions. This
|
||||
warranty does not extend to the use of this product contrary to label instructions, or under
|
||||
abnormal conditions or under conditions not reasonably foreseeable to or beyond the control
|
||||
of Seller or ZENECA, and Buyer and User assume the risk of any such use. ZENECA MAKES
|
||||
NO WARRANTIES OF MERCHANTABILITY OR OF FITNESS FOR A PARTICULAR
|
||||
PURPOSE NOR ANY OTHER EXPRESS OR IMPLIED WARRANTY EXCEPT AS STATED
|
||||
ABOVE.
|
||||
In no event shall ZENECA or Seller be liable for any incidental, consequential or special
|
||||
damages resulting from the use or handling of this product. THE EXCLUSIVE REMEDY OF
|
||||
THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY OF ZENECA AND SELLER FOR
|
||||
ANY AND ALL CLAIMS, LOSSES, INJURIES OR DAMAGES (INCLUDING CLAIMS BASED
|
||||
ON BREACH OF WARRANTY, CONTRACT, NEGLIGENCE, TORT, STRICT LIABILITY OR
|
||||
OTHERWISE) RESULTING FROM THE USE OR HANDLING OF THIS PRODUCT, SHALL BE
|
||||
THE RETURN OF THE PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION OF
|
||||
ZENECA OR SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
ZENECA and Seller offer this product, and Buyer and User accept it, subject to the foregoing
|
||||
conditions of sale and limitations of warranty and of liability, which may not be modified except
|
||||
by written agreement signed by a duly authorized representative of ZENECA.
|
||||
(, ( , (I
|
||||
. ,
|
||||
• • · , . , . ,
|
||||
•
|
||||
"
|
||||
c • , •
|
||||
• • , , , .. . , . ,
|
||||
, t ••
|
||||
• • • • • ••••
|
||||
|
||||
(
|
||||
(
|
||||
Page 5
|
||||
FORCE 1.5G - Container
|
||||
FOR130MAS-102000
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its labeling.
|
||||
Do not apply this product in a way that will contact workers or other persons, either directly or
|
||||
through drift. Only protected handlers may be in the area during application. For any
|
||||
requirements specific to your State or Tribe, consult the agency responsible for pesticide
|
||||
regulation.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR part 170. This Standard contains requirements for the protection of
|
||||
agricultural workers on farms, forests, nurseries, and greenhouses, and handlers of
|
||||
agricultural pesticides. It contains requirements for training, decontamination, notification,
|
||||
and emergency assistance. It also contains specific instructions and exceptions pertaining
|
||||
to the statements on this label about personal protective equipment (PPE), notification to
|
||||
workers, and restricted-entry interval. The requirements in this box only apply to uses of this
|
||||
product that are covered by the Worker Protection Standard.
|
||||
The REI for this product is zero hours.
|
||||
STORAGE AND DISPOSAL
|
||||
PROHIBITIONS: Do not contaminate water, food, or feed by storage or disposal.
|
||||
STORAGE: Do not store or use in or around the home. Store in original containers only. In
|
||||
case of spill on floor or paved surfaces, sweep up and remove to chemical waste area.
|
||||
PESTICIDE DISPOSAL Waste resulting from the use of this product may be disposed of on
|
||||
site or at an approved waste disposal facility.
|
||||
CONTAINER DISPOSAL: Completely empty bag into application equipment. When bag is
|
||||
empty dispose of in a sanitary landfill, by incineration or, if allowed by State and local
|
||||
authorities, by burning. If burned, stay out of smoke.
|
||||
GENERAL INSTRUCTIONS · ..... ,
|
||||
• ...
|
||||
Runoff from treated areas may be hazardous to aquatic organisms in adjacent aquatic's.it'?~:
|
||||
Do not apply this product within 20 yards of water (lakes, reservoirs, rivers, pCrF."l3nent
|
||||
streams, marshes, estuaries, natural ponds, or ponds used for commercial i;shi'ng). : ' ,
|
||||
· "
|
||||
Cover or incorporate spills (including end row spillage).
|
||||
" <. <
|
||||
Rotational crops may be planted no sooner than 30 days after application.
|
||||
· , , . · ...
|
||||
• •••
|
||||
|
||||
Page 6
|
||||
FORCE 1.5G - Container
|
||||
FOR130MAS-102000
|
||||
DIRECTIONS FOR APPLICATION
|
||||
At Planting Band Treatment
|
||||
Apply FORCE 1.5G at planting time. Place the granules in a 7-inch wide band over the row
|
||||
behind the planter shoe, and in front of or behind the press wheel.
|
||||
GRANULES MUST BE INCORPORATED INTO THE TOP ONE INCH OF SOIL USING TINES,
|
||||
CHAINS OR OTHER SUITABLE EQUIPMENT.
|
||||
DO NOT apply this product as either a band or T-band treatment unless you can incorporate
|
||||
the granules as directed above. This will improve insect control and reduce the potential for
|
||||
adverse effects to aquatic organisms.
|
||||
Highly Erodible Land (HELl
|
||||
( When used on erodible soils, best management practices for minimizing runoff should be
|
||||
employed. On highly erodible land draining to water bodies, ZENECA recommends
|
||||
consultation with the Natural Resources Conservation Service (NRCS) and/or other agricultural
|
||||
agencies to ensure that effective efforts are made to minimize soil erosion as well as runoff of
|
||||
herbicides and insecticides. In particular, where highly erodible land (HEL) is adjacent to
|
||||
aquatic bodie:;, the 20 yard buffer/setback area should be left in grass or other natural
|
||||
vegetation.
|
||||
For NO-TILL corn where runoff drains into adjacent or neighboring aquatic sites (ponds,
|
||||
streams, lakes), apply FORCE 1.5G as an in-furrow treatment only. See in-furrow directions
|
||||
below.
|
||||
At Planting In-Furrow Treatment
|
||||
Apply FORCE 1.5G at planting time as an in-furrow treatment for control of corn rootworms,
|
||||
wireworms, and seedcorn maggots. In-furrow applications may be made by (1) directing the
|
||||
granules into the planter shoe with the seed, or (2) placing the applicator tube directly behind
|
||||
the planter shoe so that the granules drop into the seed furrow.
|
||||
" .. , , , "
|
||||
• • · , ~ ~ .. •
|
||||
'" , .. , ,
|
||||
. ..
|
||||
"" (
|
||||
· . · .. ... , . •
|
||||
, . , .
|
||||
• " .. l
|
||||
• • • • • •
|
||||
|
||||
(
|
||||
FORCE 1.5G RATE RECOMMENDATIONS
|
||||
Time of Insects Rate:
|
||||
Application Controlled (OZ/1000 ft of row)
|
||||
At Planting Western Corn Rootworm 8-10 Banded, T-banded
|
||||
Northern Corn Rootworm or In-Furrow
|
||||
Southern Corn
|
||||
Rootworm
|
||||
Mexican Corn Rootworm
|
||||
Cutworm
|
||||
Seedcorn Maggot
|
||||
Seedcorn Beetle
|
||||
Lesser Cornstalk Borer
|
||||
White Grub '2
|
||||
Wireworm 1.2
|
||||
8-10 Banded, T-banded
|
||||
Chinch Bug'
|
||||
Billbug'
|
||||
Red Imported Fire Ant'
|
||||
Cutworm 6 Banded or T-banded
|
||||
Only
|
||||
First year corn only
|
||||
At cullivation Mexican Corn Rootworn 8-10
|
||||
within 30 days Northern Corn Rootworm
|
||||
of seedling Southern Corn
|
||||
emergence Rootworm
|
||||
Western Corn Rootworm
|
||||
'Use 10 ozl1000 ft. of row for severe infestations
|
||||
Page 7
|
||||
FORCE 1.5G - Container
|
||||
FOR130MAS-102000
|
||||
Application
|
||||
BANDED - Place granules in a
|
||||
7-inch band directly behind
|
||||
planter shoe in front of or
|
||||
behind the press wheel.
|
||||
IN-FURROW - Place granules
|
||||
directly in the seed furrow
|
||||
behind the planter shoe.
|
||||
Apply FORCE 1.5G by placing
|
||||
the granules at the base of the
|
||||
plant on both sides of the row
|
||||
(split boot). Cover the treated
|
||||
bands wtth 2-3 inches of soil by
|
||||
making the application ahead
|
||||
of cultivation equipment. Apply
|
||||
FORCE 1.5G when activity of
|
||||
rootworm larvae is first
|
||||
observed. Make this
|
||||
application within 30 days of
|
||||
seedling emergence. Do Not
|
||||
apply this product unless you
|
||||
can incorporate the granules as
|
||||
directed above. DO NOT
|
||||
FOLLOW A FORCE AT-
|
||||
PLANT APPLICATION WITH A
|
||||
LAY-BY APPLICATION. USE
|
||||
FORCE ONLY ONCE PER
|
||||
CROP. 0 0
|
||||
-
|
||||
0
|
||||
· , -,
|
||||
• • < ,
|
||||
'For best wireworm andlor white grub control, apply the granules as an in-furrow treatment
|
||||
'Suppression only
|
||||
, .. " , , " " ..
|
||||
'Suppression only for 28 days , "" , •
|
||||
~ , t < ,
|
||||
o
|
||||
" . , ,
|
||||
• •• I
|
||||
••••
|
||||
~/()
|
||||
|
||||
Amount of FORCE
|
||||
1.5G/1000 ft of row
|
||||
60z
|
||||
80z
|
||||
100z
|
||||
CALIBRATION TABLE
|
||||
Page 8
|
||||
FORCE 1.5G - Container
|
||||
FOR 130MAS-1 02000
|
||||
Pounds of FORCE 1.5G Re( uired Per Acre for Various Row Spacings
|
||||
13,068 13,756 14,520 15,374 16,335
|
||||
40" 38" 36" 34" 32"
|
||||
5.0 5.2 5.5 5.8 6.1
|
||||
6.5 6.9 7.3 7.7 82
|
||||
8.2 8.6 9.1 9.6 10.2
|
||||
17,424
|
||||
30"
|
||||
6.5
|
||||
8.7
|
||||
10.9
|
||||
"" (. , , ,
|
||||
.", .
|
||||
Linear
|
||||
Ft.lA
|
||||
Row
|
||||
Spacing
|
||||
· . · " ...... •
|
||||
• ( " A
|
||||
, , , ..
|
||||
" , , , ,
|
||||
.. . , .
|
||||
.. .. .. .. • • ••••
|
||||
|
||||
v ,--,Jage 9
|
||||
FORCE 1.50 - Container
|
||||
FOR 130MAS-1 02000
|
||||
--
|
||||
GAUGE SETTINGS FOR FORCE 1.5G INSECTICIDE APPLICATION
|
||||
Speed MPH 4 5 6 7 8
|
||||
APPLICATION RATE/1000 Row Feet
|
||||
(Ozl1000 Row Feet) 6 8 10 6 8 10 6 8 10 6 8 10 6 8 10
|
||||
Applicator
|
||||
Kinze 11 14 17 13 16 20 15 19 23 17 22 25 19 24 27
|
||||
Allis Chalmers (new, with noble metering · 13 15 . . · · 17 20 · · · · 21 24
|
||||
unit)
|
||||
Buffalo 110-20-30-40) · 13 16 . . · · 19 22 · · · · 23 27
|
||||
Buffalo (nuted-roU feed-revolutions on · hex"!!onal adiusUno nut) .
|
||||
8 10 UNIFORM FLOW AT ALL SPEEDS
|
||||
Gandv Isnap-on and boH-on bottom models) 19 22 24 21 24 27 23 27 30 25 29 32 27 31 34
|
||||
Intemational Harvester (one gauge per 1fT 211 216 210 216 3/1 213 218 3/6 217 312 411 3/0 3/6 416
|
||||
hopper' Gate/Dial) - Old
|
||||
Intematlonal Harvester (two gauges per 1/3 115 119 115 119 213 1fT 211 217 1/9 215 312 212 218 3/6
|
||||
hopper' Gate/Dial) - New
|
||||
John Deere 7200fl300
|
||||
17 22 27 21 27 34 25 32 40 29 38 45 32 42 48
|
||||
1760 Conservation Planter
|
||||
John Deere 7000 MaxEmerge (Even) 12 15 18 14 17 21 16 20 24 18 23 26 20 25 28
|
||||
10-10-20-30-40)
|
||||
John Deere 7000 MaxEmerge (Odd) 11 14 16 13 16 18 15 18 20 17 19 22 18 21 24
|
||||
15-15-25-35-45)
|
||||
John Deere MaxEmerge (adjustable dial 0- 17 22 27 21 27 34 25 32 40 29 38 45 32 42 48
|
||||
7!JL
|
||||
John Deere (metal box with 3 ran~e settings 1/30 215 2110 212 2112 2116 218 2115 2120 2113 2119 2124 2115 2123 2129
|
||||
and dial' Ranoe/Notch):: " - :
|
||||
.
|
||||
"' .. '" ,- -
|
||||
NobleN\lhite Planter (rec1a~u!'ar : - .
|
||||
· 10 12 . . · · 14 17 · · · · 18 22 ,
|
||||
opening) - New _ .. ---
|
||||
! Noble (round opening) - Old · 15 18 . . · · 21 25 · · · · 26 31
|
||||
- - , --, . .. -
|
||||
White 5100: - - - - , , - r :9 11 14 20 .. ".. ... .. .. r 11 14 16 13 16 18 14 18 21 16 23 - ~ .. ..-..~------~--~--
|
||||
White6100~',,- "w" .... : .... - - .. r ~2 14 16 14 16 19 16 18 21 17 20 23 18 22 24
|
||||
NOTE: These settings should be used as starting points only. Continually check the amount of FORCE 1.5G used against a known length of row or acreage and make further adjustments accordingly. Also, check
|
||||
calibration occasionally to make sure equipment wear, changing conditions, etc., have not caused a change in flow rate.
|
||||
FORCE® is a trademark of a Zeneca company.
|
||||
MaxEmerge® is a trademark of Deere and Company.
|
||||
,
|
||||
I
|
||||
I
|
||||
I
|
||||
--~
|
||||
'"
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1043",
|
||||
"epa_reg_no": "100-1043",
|
||||
"product_name": "GRAMOXONE EXTRA HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Paraquat dichloride",
|
||||
"cas": "1910-42-5",
|
||||
"percent": 37.3,
|
||||
"pc_code": "061601"
|
||||
}
|
||||
],
|
||||
"signal_word": "Danger",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01043-20010521.pdf",
|
||||
"filename": "000100-01043-20010521.pdf",
|
||||
"accepted_date": "2001-05-21",
|
||||
"last_modified": "2011-04-13T17:38:16+00:00",
|
||||
"page_count": 73,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1043",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1043"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:15:41.503358+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1048",
|
||||
"epa_reg_no": "100-1048",
|
||||
"product_name": "TOUCHDOWN (R) 6 HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Sulfosate",
|
||||
"cas": "81591-81-3",
|
||||
"percent": 57.6,
|
||||
"pc_code": "128501"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01048-20031208.pdf",
|
||||
"filename": "000100-01048-20031208.pdf",
|
||||
"accepted_date": "2003-12-08",
|
||||
"last_modified": "2011-04-13T17:38:17+00:00",
|
||||
"page_count": 35,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1048",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1048"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:15:52.195118+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1059",
|
||||
"epa_reg_no": "100-1059",
|
||||
"product_name": "FUSION HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Fluazifop-P-butyl",
|
||||
"cas": "79241-46-6",
|
||||
"percent": 24.15,
|
||||
"pc_code": "122809"
|
||||
},
|
||||
{
|
||||
"name": "Fenoxaprop-p-ethyl",
|
||||
"cas": "71283-80-2",
|
||||
"percent": 6.76,
|
||||
"pc_code": "129092"
|
||||
}
|
||||
],
|
||||
"signal_word": "Warning",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01059-20240416.pdf",
|
||||
"filename": "000100-01059-20240416.pdf",
|
||||
"accepted_date": "2024-04-16",
|
||||
"last_modified": "2024-04-18T17:45:02+00:00",
|
||||
"page_count": 31,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1059",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1059"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:16:02.514334+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1061",
|
||||
"epa_reg_no": "100-1061",
|
||||
"product_name": "REGLONE DESICCANT",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Diquat dibromide",
|
||||
"cas": "85-00-7",
|
||||
"percent": 37.3,
|
||||
"pc_code": "032201"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01061-20251030.pdf",
|
||||
"filename": "000100-01061-20251030.pdf",
|
||||
"accepted_date": "2025-10-30",
|
||||
"last_modified": "2025-10-31T05:45:03+00:00",
|
||||
"page_count": 25,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1061",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1061"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:16:05.617577+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1069",
|
||||
"epa_reg_no": "100-1069",
|
||||
"product_name": "FUSILADE 4 EC HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Fluazifop-P-butyl",
|
||||
"cas": "79241-46-6",
|
||||
"percent": 43.8,
|
||||
"pc_code": "122809"
|
||||
}
|
||||
],
|
||||
"signal_word": "Warning",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01069-20031009.pdf",
|
||||
"filename": "000100-01069-20031009.pdf",
|
||||
"accepted_date": "2003-10-09",
|
||||
"last_modified": "2011-04-13T17:38:30+00:00",
|
||||
"page_count": 45,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1069",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1069"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:16:23.001544+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1070",
|
||||
"epa_reg_no": "100-1070",
|
||||
"product_name": "FUSILADE DX HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Fluazifop-P-butyl",
|
||||
"cas": "79241-46-6",
|
||||
"percent": 24.5,
|
||||
"pc_code": "122809"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01070-20250917.pdf",
|
||||
"filename": "000100-01070-20250917.pdf",
|
||||
"accepted_date": "2025-09-17",
|
||||
"last_modified": "2025-09-17T17:45:03+00:00",
|
||||
"page_count": 65,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1070",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1070"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:16:26.895404+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1071",
|
||||
"epa_reg_no": "100-1071",
|
||||
"product_name": "TYPHOON HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Fluazifop-P-butyl",
|
||||
"cas": "79241-46-6",
|
||||
"percent": 5.3,
|
||||
"pc_code": "122809"
|
||||
},
|
||||
{
|
||||
"name": "Sodium salt of fomesafen",
|
||||
"cas": "108731-70-0",
|
||||
"percent": 11.03,
|
||||
"pc_code": "123802"
|
||||
}
|
||||
],
|
||||
"signal_word": "Warning",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01071-20031007.pdf",
|
||||
"filename": "000100-01071-20031007.pdf",
|
||||
"accepted_date": "2003-10-07",
|
||||
"last_modified": "2011-04-13T17:38:31+00:00",
|
||||
"page_count": 22,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1071",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1071"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:16:31.488627+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,921 @@
|
||||
# TYPHOON HERBICIDE
|
||||
|
||||
- EPA Reg No: **100-1071**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Warning
|
||||
- Active ingredients: Fluazifop-P-butyl (5.3%); Sodium salt of fomesafen (11.03%)
|
||||
- Label accepted: 2003-10-07
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01071-20031007.pdf
|
||||
|
||||
---
|
||||
/10-10 1/
|
||||
TYPHOON® Herbicide
|
||||
Page 1 of22
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 09/18103
|
||||
For Control of Grass and Broadleaf Weeds in Soybeans
|
||||
COMPLETE DIRECTIONS FOR USE
|
||||
ACTIVE INGREDIENTS:
|
||||
Fluazifop-P-butyl
|
||||
butyl (R)-2-[4[[5-(trifluoromethyl)-2-pyridinyl)oxy)phenoxy) propanoate ................... 5.30%
|
||||
Sodium salt of fomesafen
|
||||
5-[2-chloro-4-(trifluoromethyl)phenoxy)N-(methylsulfony1)-2-nitrobenzamide ........ 11.03%
|
||||
INERT INGREDIENTS: 83.67%
|
||||
TOTAL ................................................................................................................ 100.00%
|
||||
Contains 0.47Ibs. (+) isomer of fluazifop-P-butyl and the equivalent of 10.5% fomesafen
|
||||
or 0.94 lb. fomesafen active ingredient per gallon.
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
WARNING / AVISO
|
||||
51 usted no entiende la etiqueta, busque a algulen para que se la expJique a usted
|
||||
en detalle. (If you do not understand the label, find someone to explain it to you
|
||||
in detail.)
|
||||
EPA Reg. No. 100-1071
|
||||
EPA Est. No.
|
||||
Made in U.S.A.
|
||||
SCP 100-xxxx
|
||||
A CEPTED
|
||||
OCT 7 am
|
||||
UodM \be -..u -loIde,
|
||||
lunCIoIde, and llA>deoIlDode Act,
|
||||
as am-. for \be "",,oIde
|
||||
reeI-_
|
||||
IPA Rog. 110. -
|
||||
NET WEIGHT/U.S. Standard Measure
|
||||
|
||||
TABLE OF CONTENTS
|
||||
STATEMENT OF PRACTICAL TREATMENT
|
||||
PRECAUTIONARY STATEMENTS
|
||||
DIRECTIONS FOR USE
|
||||
Agricultural Use Requirements
|
||||
Storage and Disposal
|
||||
General Information
|
||||
Application Directions
|
||||
General Use Precautions
|
||||
Rotational Crop Restrictions
|
||||
TYPHOON Use Regions
|
||||
Rates and Weed Growth Stages
|
||||
Tankmix and Sequential Applications for Soybeans
|
||||
Scientific Names of Weeds (Appendix)
|
||||
Page 2
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110/01
|
||||
Page
|
||||
|
||||
If in eyes •
|
||||
•
|
||||
•
|
||||
If on skin or •
|
||||
clothing •
|
||||
•
|
||||
If Inhaled •
|
||||
•
|
||||
•
|
||||
If swallowed •
|
||||
•
|
||||
•
|
||||
•
|
||||
FIRST AID
|
||||
Page 3
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110/01
|
||||
Hold eye open and rinse slowly and gently with water for 15-20
|
||||
minutes.
|
||||
Remove contact lenses, if present, after the first 5 minutes, then
|
||||
continue rinsing eye.
|
||||
Call a Doison control center or doctor for treatment advice.
|
||||
Take off contaminated clothlng_
|
||||
Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
Call a poison control center or doctor for treatment advice.
|
||||
Move person to fresh air.
|
||||
If person is not breathing, call 911 or an ambulance, then give
|
||||
artificial respiration, preferably by mouth-to-mouth, if possible.
|
||||
Call a Doison control center or doctor for treatment advice.
|
||||
Call a poison control center or doctor immediately for treatment
|
||||
advice.
|
||||
Have person Sip a glass of water if able to swallow.
|
||||
Do not induce vomiting unless told to do so by a pOison control
|
||||
center or doctor.
|
||||
Do not aive anvthina bv mouth to an unconscious person.
|
||||
Have the product container or label with you when calling a poison control center or
|
||||
doctor or aoina for treatment. •
|
||||
HOTLINE NUMBER
|
||||
For 24 Hour Medical Emergency Assistance (Human or Animal)
|
||||
Or Chemical Emergency Assistance (Spill, Leak, Fire or Accident)
|
||||
Call
|
||||
1·800-888-8372
|
||||
PRECAUTIONARY STATEMENTS
|
||||
HAZARDS TO HUMANS AND DOMESTIC ANIMALS
|
||||
WARNING
|
||||
This product contains fomesafen which has been determined to cause tumors in
|
||||
laboratory animals (mice). Risks can be reduced by closely following use directions' aM
|
||||
precautions and by wearing the protective clothing specified elsewhere on this labei'. ' , ,
|
||||
CAUSES SUBSTANTIAL, BUT TEMPORARY, EYE INJURY. HARMF4l'lf.
|
||||
ABSORBED THROUGH SKIN OR INHALED. MAY CAUSE ALLERGIC SKIN
|
||||
RESPONSE. •• : .. :
|
||||
......
|
||||
Do not get in eyes, on skin or on clothing. Avoid breathing vapors or spray. mist.
|
||||
|
||||
Page 4
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110/01
|
||||
PERSONAL PROTECTIVE EQUIPMENT
|
||||
Some materials that are chemical-resistant to this product are listed below. If you want
|
||||
more options, follow the instructions for category C on an EPA chemical resistance
|
||||
category selection chart.
|
||||
Applicators and other handlers (other than mixers and loaders) must wear:
|
||||
• Long-sleeved shirt and long pants.
|
||||
• Chemical-resistant gloves, such as Barrier Laminate or Butyl Rubber or Nitrile
|
||||
Rubber or Neoprene Rubber or Polyvinyl Chloride (PVC) or Viton.
|
||||
• Shoes plus socks.
|
||||
• Protective eyewear.
|
||||
Mixers and Loaders must wear:
|
||||
• Long-sleeved shirt and long pants.
|
||||
• Chemical-resistant gloves, such as Barrier Laminate or Butyl Rubber or Nitrile
|
||||
Rubber or Neoprene Rubber or Polyvinyl Chloride (PVC) or Viton.
|
||||
• Shoes plus socks.
|
||||
• Protective eyewear.
|
||||
• Chemical-resistant apron when mixing or loading.
|
||||
Discard clothing and other absorbent materials that have been drenched or heavily
|
||||
contaminated with this product's concentrate. Do not reuse them. Follow
|
||||
manufacturer's instructions for cleaning/maintaining PPE. If no such instructions for
|
||||
wash ables, use detergent and hot water. Keep and wash PPE separately from other
|
||||
laundry.
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that meets
|
||||
the requirements listed in the Worker Protection Standard (WPS) for agricultural
|
||||
pesticides [40 CFR 170.240(d)(4-6)), the handler PPE requirements may be reduced or
|
||||
modified as specified in the WPS.
|
||||
• • • " ~ 'I
|
||||
• • ••
|
||||
••••• • • •••••
|
||||
Co " , l
|
||||
, t ( t
|
||||
, .
|
||||
..
|
||||
• I"
|
||||
• • . .
|
||||
|
||||
r
|
||||
User Safety Recommendations
|
||||
Users should:
|
||||
PageS
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08/10101
|
||||
• Wash hands before eating, drinking, chewing gum, using tobacco or using the
|
||||
toilet.
|
||||
• Remove clothing immediately if pesticide gets inside. Then wash thoroughly and
|
||||
put on clean clothing.
|
||||
• Remove PPE immediately after handling this product. Wash the outside of gloves
|
||||
before removing. As soon as possible, wash thoroughly and change into clean
|
||||
clothing.
|
||||
ENVIRONMENTAL HAZARDS
|
||||
This product is toxic to fish. Do not apply directly to water, or to areas where surface
|
||||
water is present, or to intertidal areas below the mean high water mark. Do not
|
||||
contaminate water when disposing of equipment washwaters. Do not apply when
|
||||
weather conditions favor drift from target area.
|
||||
This product contains the active ingredient fomesafen which is known to leach through
|
||||
soil into ground water under certain conditions as a result of label use. Use of this
|
||||
product in areas where soils are permeable, particularly where the water table is
|
||||
shallow, may result in ground-water contamination. •
|
||||
PHYSICAL AND CHEMICAL HAZARDS
|
||||
Do not use or store near heat or open flame.
|
||||
|
||||
r
|
||||
--------- .. _-
|
||||
Page 6
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08/10101
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. Ifthe terms are not acceptable,
|
||||
return the oroduct at once, unopened, and the purchase price will be refunded_
|
||||
The Directions for Use of this product should be followed carefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors as
|
||||
manner of use or application, weather or crop conditions, presence of other materials or
|
||||
other influencing factors in the use of the product, which are beyond the control of
|
||||
Syngenta Crop Protection, Inc. or Seller. All such risks shall be assumed by Buyer and
|
||||
User, and Buyer and User agree to hold Syngenta and Seller harmless for any claims
|
||||
relating to such factors.
|
||||
Syngenta warrants that this product conforms to the chemical description on the label and
|
||||
is reasonably fit for the purposes stated in the Directions for Use, subject to the inherent
|
||||
risks referred to above, when used in accordance with directions under normal use
|
||||
conditions. This warranty does not extend to the use of this product contrary to label
|
||||
instructions, or under abnormal conditions or under conditions not reasonably foreseeable
|
||||
to or beyond the control of Seller or Syngenta, and Buyer and User assume the risk of any
|
||||
such use. SYNGENTA MAKES NO WARRANTIES OF MERCHANTABILI,TY OR OF
|
||||
FITNESS FOR A PARTICULAR PURPOSE NOR ANY OTHER EXPRESS OR IMPLIED
|
||||
WARRANTY EXCEPT AS STATED ABOVE.
|
||||
In no event shall Syngenta or Seller be liable for any incidental, consequential or special
|
||||
damages resulting from the use or handling of this product. THE EXCLUSIVE REMEDY
|
||||
OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY OF SYNGENTA AND
|
||||
SELLER FOR ANY AND ALL CLAIMS, LOSSES, INJURIES OR DAMAGES
|
||||
(INCLUDING CLAIMS BASED ON BREACH OF WARRANTY, CONTRACT,
|
||||
NEGLIGENCE, TORT, STRICT LIABILITY OR OTHERWISE) RESULTING FROM THE
|
||||
USE OR HANDLING OF THIS PRODUCT, SHALL BE THE RETURN OF THE
|
||||
PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION OF SYNGENTA OR
|
||||
SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
Syngenta and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing conditions of sale and limitations of warranty and of liability, which may not be
|
||||
modified except by written agreement signed by a duly authorized representati'vb uf
|
||||
Syngenta.
|
||||
|
||||
DIRECTIONS FOR USE
|
||||
Page 7
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110/01
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
Do not apply this product through any type of irrigation system.
|
||||
Do not apply this product in a way that will contact workers or other persons. either
|
||||
directly or through drift. Only protected handlers may be in the area during application.
|
||||
For any requirements specific to your State or Tribe. consult the agency responsible for
|
||||
pesticide regulation.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard. 40 CFR part 170. This Standard contains requirements for the protection of
|
||||
agricultural workers on farms, forests, nurseries, and greenhouses, and handlers of
|
||||
agricultural pesticides. It contains requirements for training, decontamination,
|
||||
notification, and emergency assistance. It also contains specific instructions and
|
||||
exceptions pertaining to the statements on this label about personal protective
|
||||
equipment (PPE) and restricted-entry interval. The requirements in this box only apply
|
||||
to uses of this product that are covered by the Worker Protection Standard.
|
||||
Do not enter or allow worker entry into treated areas during the restricted entry interval
|
||||
(REI) of 24 hours.
|
||||
PPE required for early entry to treated areas that is permitted under the Worker
|
||||
Protection Standard and that involves contact with anything that has been treated,
|
||||
such as plants, soil, or water, is:
|
||||
• Coveralls.
|
||||
• Chemical-resistant gloves, such as Barrier Laminate or Butyl Rubber or Nitrile
|
||||
Rubber or Neoprene Rubber or Polyvinyl Chloride (PVC) or Viton.
|
||||
• Shoes plus socks.
|
||||
• Protective eyewear.
|
||||
STORAGE AND DISPOSAL
|
||||
e, • ,
|
||||
o
|
||||
• (' r
|
||||
. .'
|
||||
PROHIBITIONS: Do not contaminate water, food or feed by storage or disposal. Gptlil
|
||||
dumping is prohibited. Do not reuse empty container. : ' • ; . ~ • . , . ' . •• • .,. . . .. . .. .. ~
|
||||
STORAGE: Store above 32°F in original containers only. If product freetas; return to ..
|
||||
room temperature and agitate to reconstitute. Keep container closed whep npt in use: :
|
||||
••••• •
|
||||
• I • ,
|
||||
•
|
||||
|
||||
Page 8
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110/01
|
||||
Do not store near food or feed. In case of spill or leak on floor or paved surfaces, soak
|
||||
up with sand, earth or synthetic absorbent. Remove to chemical waste area.
|
||||
PESTICIDE DISPOSAL: Pesticide wastes are toxic. Improper disposal of excess
|
||||
pesticide, spray mixture or rinsate is a violation of Federal law. If these wastes cannot
|
||||
be disposed of by use according to label instructions, contact your State Pesticide or
|
||||
Environmental Control Agency or the Hazardous Waste Representative at the nearest
|
||||
EPA Regional Office for guidance.
|
||||
CONTAINER DISPOSAL:
|
||||
Metal Containers: Triple rinse (or equivalent). Then offer for recycling or
|
||||
reconditioning or puncture and dispose of in a sanitary landfill or by other procedures
|
||||
approved by state and local authorities.
|
||||
Plastic Containers: Triple rinse (or equivalent). Then offer for recycling or
|
||||
reconditioning or puncture and dispose of in a sanitary landfill by incineration or, if
|
||||
allowed by state and local authorities, by burning. If burned, stay out of smoke.
|
||||
Glass Containers: Triple rinse (or equivalent). Then dispose of in a sanitary landfill or
|
||||
by other approved state and local procedures.
|
||||
FOR BULK AND MINI-BULK CONTAINERS:
|
||||
Container Disposal: Reseal container and offer for reconditioning, or triple rinse (or
|
||||
equivalent) and offer for recycling or reconditioning, or clean in accordance with
|
||||
manufacturer's instructions.
|
||||
Container Precautions: Before refilling, inspect thoroughly for damage, such as
|
||||
cracks, punctures, bulges, dents, abrasions and damaged or worn thread on closure
|
||||
devices.
|
||||
REFILL ONLY WITH TYPHOON®. The contents of this container cannot be
|
||||
completely removed by cleaning. Refilling with materials other than TYPHOON
|
||||
herbicide will result in contamination and may weaken container. After filling and before
|
||||
transporting, check for leaks. Do not refill or transport damaged or leaking container.
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED OR DRINKING WATER.
|
||||
|
||||
GENERAL INFORMATION
|
||||
Read all label directions before using.
|
||||
Page 9
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08/10101
|
||||
TYPHOON herbicide is a selective early postemergence herbicide for control of grass
|
||||
and broad leaf weeds in soybeans.
|
||||
TYPHOON herbicide has systemic activity moving from the treated foliage into the
|
||||
shoots, roots, rhizomes, stolons, and growing points (meristematic regions) of treated
|
||||
grass weeds and contact activity for broad leaf weeds. Thorough coverage of all weed
|
||||
plant foliage is important for good activity. Optimum weed control is achieved when
|
||||
young actively growing weeds are treated that are not under stress from moisture,
|
||||
temperature, low soil fertility, mechanical or chemical injury.
|
||||
Certain germinating broad leaf weeds, grasses and sedges may be controlled or
|
||||
suppressed by soil residual activity from postemergent applications if rainfall occurs
|
||||
shortly after application. The extent and consistency of soil activity is dependent upon
|
||||
soil type, ground cover at time of application, amount of rainfall and the rate of
|
||||
TYPHOON used.
|
||||
Control Symptoms: Growth of treated grass weeds stops soon after application.
|
||||
Symptoms include loss of vigor, yellowing and/or reddening, and eventual death to the
|
||||
treated grass plant. Symptoms on grass weeds are generally observed within one
|
||||
week, depending on species and environmental conditions.
|
||||
Symptoms on broad leaf weeds occur within 3 days and appear as browning and
|
||||
crinkling.
|
||||
Soybean plants are tolerant to TYPHOON herbicide when it is applied at the
|
||||
recommended rate. There may be slight bronzing, crinkling or spotting of soybean
|
||||
leaves but soybeans soon outgrow these effects and develop normally.
|
||||
Information on Weed Resistance
|
||||
Naturally occurring biotypes of certain grass species with resistance to this herbicide
|
||||
and related products (same mode of action) are known to exist. Selection of resistant
|
||||
biotypes, through repeated use of these herbicides, may result in control failures.
|
||||
If poor performance cannot be attributed to adverse weather conditions or improper
|
||||
application methods, a resistant biotype may be present. In such a case, additionc-I
|
||||
treatments with this herbicide or related products is not recommended. Consult your
|
||||
local company representative or agricultural advisor for assistance.
|
||||
|
||||
_______ =====-----c:==--==cc-c-c== --~ __ -
|
||||
APPLICATION DIRECTIONS
|
||||
Page 10
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110101
|
||||
Timing - Best broad spectrum postemergence control of susceptible weeds is obtained
|
||||
when TYPHOON herbicide is applied to actively growing young weeds before they
|
||||
exceed the recommended growth stages shown on this label. Refer to the weed tables
|
||||
for specific recommendations on weed growth stages. Generally, the application should
|
||||
occur 10 to 21 days after soybean emergence.
|
||||
Spray Additives - Only spray additives cleared for use on growing crops under 40 CFR
|
||||
180.1001 may be used in spray mixture.
|
||||
For best broad spectrum postemergence control of susceptible weeds in Region 2 (see
|
||||
Regional Use Maps), TYPHOON can be used with a minimum of 2.5% vlv liquid
|
||||
nitrogen (28% or similar) or a minimum of 10 pounds ammonium sulfate per 100 gallons
|
||||
of spray volume.
|
||||
Always Add One of the Following:
|
||||
Crop Oil Concentrate (COG) - Use a non-phytotoxic COC, or a once-refined vegetable
|
||||
oil concentrate (VOC, MSO) containing 15-20% approved emulsifier at 0.5-1% (1-2
|
||||
pints per 25 gallons) of the finished spray volume. COC can improve weed control but
|
||||
may slightly reduce crop tolerance.
|
||||
Nonlonlc Surfactant (NIS) - Use NIS containing at least 75% surface active agent, at
|
||||
0.25 - 0.5% (1/2 - 1 pint per 25 gallons) of the finished spray volume (Region 1 and
|
||||
Region 2 East of Interstates 79 and 77 only).
|
||||
Other Adjuvants - Adjuvants other than COC or NIS may be used providing the
|
||||
product meets the following criteria:
|
||||
1. Contains only EPA exempt ingredients.
|
||||
2. Is non phytotoxic to the target crop.
|
||||
3. Is compatible in mixture. (May be established through a jar test).
|
||||
4. Is supported locally for use with TYPHOON on the target crop through proven
|
||||
field trials and through university and extension recommendations.
|
||||
Recommended Mixing Order:
|
||||
1. Half required amount of water, begin agitation.-
|
||||
2. Dry pesticide formulations.
|
||||
3. TYPHOON herbicide.
|
||||
4. Liquid pesticide formulations.
|
||||
5. Adjuvant (COC or NIS) and fertilizer. . ....... • • ••
|
||||
{ t , ,
|
||||
, .' · , 0;. ~ ;: •
|
||||
, '
|
||||
· , · .. . .... • •• .... , ... • • .... '"
|
||||
., ,
|
||||
, . , ...
|
||||
|
||||
---""~-
|
||||
Page 11
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110/01
|
||||
'Compatibilityagent, 1 gallon/500 gallons of water or 0.2% v/v, may be added as
|
||||
needed.
|
||||
GROUND APPLICATION - Use sufficient spray volume and pressure to ensure
|
||||
complete coverage of the target weeds. A spray volume of 10-20 gallons per acre at
|
||||
30-60 psi at the nozzle tip is recommended. On large weeds and/or dense foliage, use
|
||||
60 PSI and a minimum of 20 gallons per acre to ensure coverage of weed foliage.
|
||||
Use only hollow cone or flat fan nozzles. The sprayer must be calibrated to provide the
|
||||
proper volume and rate per acre. In addition, the boom and nozzle height must be
|
||||
adjusted to provide complete coverage of all weeds.
|
||||
DO NOT USE FLOOD TYPE OR OTHER SPRAY NOZZLE TIPS WHICH DELIVER
|
||||
COARSE, LARGE DROPLET SPRAYS.
|
||||
DO NOT APPLY TYPHOON WITH RECIRCULATING SPRAYERS, ROPEWICK
|
||||
APPLICATORS, CONTROLLED DROPLET APPLICATORS (CDA) OR ANY SIMILAR
|
||||
DEVICE.
|
||||
DO NOT APPLY THIS PRODUCT THROUGH ANY TYPE OF IRRIGATION SYSTEM.
|
||||
BAND APPLICATION - Adjust band application equipment to provide thorough weed
|
||||
coverage. Best coverage is obtained by using a minimum of two nozzles, one directed
|
||||
to each side of the planted row. A single nozzle directed over the top of the row will not
|
||||
provide adequate coverage and is not recommended. Cultivation of untreated areas
|
||||
may be needed following band applications. When making band applications and
|
||||
cultivating in the same operation, position nozzles in advance of the cultivation device.
|
||||
This will reduce dust in the spray area. Dust can intercept the spray, reducing weed
|
||||
coverage resulting in less than adequate weed control.
|
||||
Calculate the amount of herbicide and water volume needed for band treatment by the
|
||||
following formulas:
|
||||
Band width in inches X broadcast rate = Band herbicide rate
|
||||
row width in inches per acre per acre
|
||||
Band width in inches X broadcast volume = Band water volume
|
||||
row width in inches per acre per acre
|
||||
AERIAL APPLICATION - Use sufficient spray volume and pressure to ensure corr,plet.)
|
||||
coverage of the target weeds. A minimum of 5 gallons per acre of spray mixture Sh011llJ
|
||||
be applied with a maximum of 40 PSI pressure. When broad leaf weed 0r !:jress foliage
|
||||
is dense, use a minimum of 10 gallons per acre to ensure coverage of vup,p.d foliag~.
|
||||
|
||||
r
|
||||
Page 12
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 ·08/10/01
|
||||
CULTIVATION - Cultivation within 7 days prior to or within 7 days after application is not
|
||||
recommended as weeds may be put under stress reducing weed control. Timely
|
||||
cultivation 1-3 weeks after applying TYPHOON may assist weed control.
|
||||
GENERAL USE PRECAUTIONS
|
||||
TYPHOON herbicide can be applied only in the states or part of states listed under
|
||||
TYPHOON USE REGIONS.
|
||||
A maximum of 1.6 quarts of TYPHOON herbicide (or a maximum of 0.375 Ib aliA of
|
||||
fomesafen from any product containing fomesafen) may be applied per acre per
|
||||
year in Region 1 (see Regional Use Map).
|
||||
A maximum of 1.6 quarts of TYPHOON herbicide (or a maximum of 0.375 Ib ailA of
|
||||
fomesafen from any product containing fomesafen) may be applied per acre in
|
||||
ALTERNATE years in Region 2 (see Regional Use Map).
|
||||
• Apply TYPHOON herbicide before soybeans bloom.
|
||||
• Apply postemergence to actively growing weeds. Avoid applying TYPHOON to
|
||||
weeds or soybeans which are under stress from moisture, temperature, low soil
|
||||
fertility;mechanical or chemical injury, as reduced weed control andlor increased
|
||||
crop injury may result
|
||||
• For mixed weed populations, apply when the first weed species reaches the
|
||||
recommended growth stage for treatment.
|
||||
• Where irrigation is used as part of normal cropping practice, best results are usually
|
||||
obtained when TYPHOON herbicide is applied within 7 days after irrigation.
|
||||
• Thoroughly clean the TYPHOON spray system with water and a commercial tank
|
||||
cleaner before and after each use. TYPHOON herbicide spray mixture may
|
||||
resuspend any tank residues from previous products and result in crop damage.
|
||||
• Tankmixes of TYPHOON herbicide with other pesticides, fertilizers or any other
|
||||
additives except as specified on this label or other approved Syngenta supplemental
|
||||
labels may result in tankmix incompatibility, unsatisfactory performance and/or
|
||||
unsatisfactory crop injury.
|
||||
• TYPHOON herbicide requires a 1-hour rain-free period for best results.
|
||||
• Avoid overlapping spray swaths, as injury may occur to rotational crops.
|
||||
|
||||
Page 13
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110101
|
||||
• Avoid drift to all other crops and nontarget areas. Crops other than soybeans may
|
||||
be severely injured by drift. Do not apply when wind velocity exceeds 15 MPH. Do
|
||||
not make ground or aerial application during temperature inversions.
|
||||
• To provide adequate coverage, it is recommended that ground speed not exceed 10
|
||||
MPH during application.
|
||||
• Do not graze treated areas or harvest for forage or hay.
|
||||
ROTATIONAL CROP RESTRICTIONS
|
||||
The following rotational crops may be planted after applying TYPHOON herbicide at
|
||||
recommended rates in soybeans:
|
||||
Minimum Rotational Interval
|
||||
Cro[1s To Be Planted (Months After Last TYPHOON
|
||||
Aoolicatioll )
|
||||
Small grains such as wheat, barley, 4
|
||||
rye
|
||||
Beans and peas, corn, cotton, 10
|
||||
~eanuts, rice .
|
||||
To avoid crop injury do not plant 18
|
||||
alfalfa, seed corn,
|
||||
sunflowers, sugar beets, sorghum"or
|
||||
any other crop within
|
||||
Do not graze rotated small grain crops or harvest for livestock forage or straw. In the
|
||||
event of a crop loss due to weather conditions soybeans can be replanted.
|
||||
"Sorghum may be planted back after 10 months in Region 1.
|
||||
TYPHOON USE REGIONS
|
||||
REGION 1 .. ,
|
||||
(Maximum Rate 1.6 quarts per acre per year) ,
|
||||
<., t.. (
|
||||
, .'
|
||||
REGION 1 - Includes the following states or portion of states where TYPHOON may jje
|
||||
applied: Alabama, Arkansas, Georgia, Louisiana, MiSSissippi, Missourl:~0upties pf ,
|
||||
Bollinger, Butler, Cape Giradeau, Dunklin, Madison, Mississippi, New ~t;lrid. Pemis.:ot,
|
||||
Perry, Ripley, Scott, Stoddard and Wayne), North Carolina, Oklahoma (East hf U .. S.
|
||||
. . .......
|
||||
|
||||
Page 14
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110/01
|
||||
Highway 75 and East of Indian Nation Parkway), South Carolina, Tennessee and Texas
|
||||
(all areas East of U.S. Highway 77 to State Road 239, including all of Calhoun County).
|
||||
REGION 2
|
||||
(Maximum Rate 1.6 quarts per acre, alternate years)
|
||||
REGION 2 - Includes the following states or portion of states where TYPHOON may be
|
||||
applied: Delaware, Kentucky, Maryland, Virginia and West Virginia, South of Interstate
|
||||
70 in the following states: Illinois, Indiana and Ohio and Pennsylvania (all areas South of
|
||||
Interstate 80 to the intersection of U.S. Highway 15 and East of U.S. Highway 15 and
|
||||
U.S. Highway 522).
|
||||
RATES AND WEED GROWTH STAGES
|
||||
TYPHOON USE RATE -1.6 QUARTS/ACRE
|
||||
WEEDS CONTROLLED" MAXIMUM GROWTH STAGE
|
||||
NO. OF LEAVES)"
|
||||
BROAD LEAF WEEDS
|
||||
Anoda, Spurred 2
|
||||
Carpetweed Unlimited Size
|
||||
Citron (Wild Watermelon) 2-4
|
||||
Cocklebur, Common' 2-4
|
||||
Copperleaf, Hophornbeam 2-4
|
||||
Copperleaf, Virginia 2-4
|
||||
Crotalaria, Showy 4-6
|
||||
Croton, Tropic 2-4
|
||||
Cucumber, Volunteer 4-6
|
||||
Eclipta 2-4
|
||||
Groundcherry, Cutleaf 4
|
||||
Hemp 4-6 Suppression Only
|
||||
Horsenettle 2-4 Suppression Only
|
||||
Jimsonweed 4-8
|
||||
Ladysthumb 2-4
|
||||
-~ Lambsquarters, Common 2 Suppression Only
|
||||
Mexicanweed 2
|
||||
|
||||
Page 15
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 ·08110/01
|
||||
TYPHOON USE RATE - 1-6 QUARTS/ACRE
|
||||
WEEDS CONTROLLED' MAXIMUM GROWTH STAGE
|
||||
NO. OF LEAVES)·
|
||||
Morningglory spp.
|
||||
Cypressvine 4-6
|
||||
Entireleaf var. integriuscula 2-3
|
||||
Ivyleaf var. hederacea 2-3
|
||||
Purple Moonflower 2-4
|
||||
Scarlet 2-4
|
||||
Smallflower 2-4
|
||||
Smallwhite (pitted) 2-4
|
||||
Tall (Common) 2-4
|
||||
Willowleaf (Palmleaf) 2-4
|
||||
Mustard, Wild 4-8
|
||||
Nightshade, Black 4
|
||||
Nutsedge, Yellow Suppression Only
|
||||
Pigweed, spp.
|
||||
Amaranth, Palmer 4-6
|
||||
Amaranth, Spiny 2
|
||||
Redroot 4-6
|
||||
Smooth 4-6
|
||||
Waterhemp, Tall 2-4
|
||||
Poinsettia, Wild 2-3
|
||||
Purslane, Common 6"-8" Diameter
|
||||
Pus ley , Florida 2
|
||||
Ragweed, Common 4-6
|
||||
Ragweed, Giant 2-4
|
||||
Redweed 2-3 Suppression Only
|
||||
Sesbania, Hemp 6-12
|
||||
Sicklepod Suppression Only
|
||||
Cotyledon ... -
|
||||
Sida, Prickly Suppression Onl~
|
||||
Cotyledon
|
||||
-Smartweed, Pennsylvania 4
|
||||
Smellmelon 2
|
||||
~---
|
||||
|
||||
r
|
||||
--_ ....... ""._- ..
|
||||
Page 16
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110/01
|
||||
TYPHOON USE RATE - 1.6 QUARTS/ACRE
|
||||
WEEDS CONTROLLED" MAXIMUM GROWTH STAGE
|
||||
NO. OF LEAVES)·
|
||||
Spurge, Prostrate Suppression Only
|
||||
1" Diameter
|
||||
Spurge, Spotted 2 Suppression Only
|
||||
Starbur, Bristly 2-4
|
||||
Velvetleaf 2 Suppression Only
|
||||
Venice Mallow 4-6
|
||||
Witchweed Multi-leaf
|
||||
Up to 10"
|
||||
Yellow Rocket 4-6
|
||||
SEDGES
|
||||
Nutsedge, Yellow Suppression Only
|
||||
TYPHOON USE RATE -1.6 QUARTS/ACRE
|
||||
WEEDS CONTROLLED" MAXIMUM HEIGHT MAXIMUM GROWTH STAGE
|
||||
, (INCHES) . (NO. OF LEAVES)·
|
||||
ANNUAL GRASSES
|
||||
Barnyardgrass 2-3 3
|
||||
Broadleaf signalgrass 2-4 5
|
||||
Crabgrass
|
||||
Large crabgrass 1-2 4
|
||||
Smooth crabgrass 1-2 4
|
||||
Southern crabgrass 1-2 4
|
||||
Tropical crabgrass 1-2 4
|
||||
Downy Brome 2-6 4
|
||||
Fall panicum 2-6 6
|
||||
Field Sandbur 2-4 4
|
||||
Foxtails
|
||||
Giant foxtail 2-6 4
|
||||
I,; C' < ,
|
||||
Green foxtail 2-4 4 · .
|
||||
t ( ( ,
|
||||
Yellow foxtail 2-4 4 · .. • • ,
|
||||
" ,
|
||||
Goosegrass 2-4 6. \C It.
|
||||
•
|
||||
Italian Ryegrass 2-4 ~ • · ", • • • .
|
||||
Itchgrass 4-24 6' • •• · .....
|
||||
Johnsongrass, Seedling 2-8 fI- ..... · . 1 • •
|
||||
· , , ,
|
||||
|
||||
Page 17
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110101
|
||||
TYPHOON USE RATE -1.6 QUARTS/ACRE
|
||||
WEEDS CONTROLLED" MAXIMUM HEIGHT MAXIMUM GROWTH STAGE
|
||||
(INCHES) (NO. OF LEAVES)"
|
||||
Junglerice 2-3 3
|
||||
Shattercane 6-12 8
|
||||
Sorghum 6-12 8
|
||||
Southern sandbur 2-6 6
|
||||
Texas panicum 2-8 8
|
||||
Volunteer cereals
|
||||
V. Barley 2-6 6
|
||||
V.Corn 12-24 10
|
||||
V.Milo 6-12 4
|
||||
V. Oats 2-6 6
|
||||
V. Rye 2-6 6
|
||||
V. Wheat 2-6 6
|
||||
Wild Oats 2-6 6
|
||||
Wild Proso Millet 4-8 6
|
||||
Witchgrass 2-4 6
|
||||
Wooly cupgrass 2-4 6
|
||||
a Scientific names for weeds are listed in the Appendix (Page ).
|
||||
b Do not apply TYPHOON to cotyledon stage.
|
||||
C USE DIRECTIONS FOR SPECIAL RATE
|
||||
The rates of TYPHOON herbicide/acre can be reduced to 1.3 qts under the following
|
||||
conditions:
|
||||
• Application under favorable soil moisture and humidity conditions, normally within a
|
||||
few days after rainfall or irrigation. Avoid extreme air temperatures.
|
||||
• Application at earliest growth stages indicated on rate tables.
|
||||
• Application in highly competitive crop stands such as narrow row or drilled
|
||||
soybeans, or where cultivation is planned.
|
||||
• Application to light or moderate weed densities.
|
||||
• Application with 1 % v/v crop oil concentrate only.
|
||||
• Application alone, avoiding tank mixes with other pesticides.
|
||||
TYPHOON can be used for the control of rhizome johnsongrass (height 8-18 inches)
|
||||
and berrnudagrass (runner length 4-8 inches) and should be used at a rate of 1.6 quarts
|
||||
per acre. In case a second application needs to be made, use FUSILADE DX at a rc;te
|
||||
of 8 oz. per acre and apply before johnsongrass reaches a height of 12 ;n-::"95 or before
|
||||
berrnudagrass reaches a runner length of 8 inches.
|
||||
|
||||
r
|
||||
Page 18
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110101
|
||||
TANKMIX AND SEQUENTIAL APPLICATIONS FOR SOYBEANS
|
||||
TYPHOON can be used sequentially or in tankmix with one or more of the following
|
||||
products: FUSILAOE® OX·, FUSION®· Basagran®, ButyraC®, ClassiC®, Concert®,
|
||||
Pinnacie®, Pursuit®' Reliance 1M STS® SP, Raptor®, Rescource®, Scepter®,
|
||||
Synchrony® STS®.
|
||||
Under certain conditions, the mixture of TYPHOON with one or more of the above
|
||||
mentioned broadleaf herbicides may cause a reduction in activity of any postemergence
|
||||
grass herbicide in the mixture.
|
||||
For sequential applications allow 2-3 days after the application of the grass herbicide
|
||||
before applying TYPHOON or TYPHOON mixtures. In case TYPHOON or the
|
||||
TYPHOON mixture is applied first apply the grass herbicide when the grass weeds
|
||||
begin to develop new leaves (generally around 7 days).
|
||||
Always read and follow the recommendations, restrictions and limitations for all
|
||||
products whether used alone, sequentially or in a tankmix. The most restrictive labeling
|
||||
of any product used applies.
|
||||
*00 not apply more than a total of 0.5 pounds of the active ingredient f1uazifop-p-butyl
|
||||
per acr~ per year to soybeans.
|
||||
NOTE: Tankmix applications can result in increases in crop injury as compared to
|
||||
either product used alone.
|
||||
NOTE: Tankmix applications sometimes have resulted in reduced grass weed control.
|
||||
A tank mix application is not recommended if perennial grass weeds are the
|
||||
predominant grasses to be controlled. If grass regrowth occurs following an application
|
||||
ofthe tankmix or an additional flush of grasses emerges, make an application of
|
||||
FUSILADE OX or FUSION herbicide to actively growing grass weeds according to label
|
||||
recommendations.
|
||||
|
||||
r
|
||||
APPENDIX
|
||||
Page 19
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 ·08110101
|
||||
Scientific names are listed for annual grass and broad leaf weeds referred to in the
|
||||
TYPHOON labet
|
||||
COMMON NAME
|
||||
BROADLEAF WEEDS
|
||||
Amaranth, Palmer
|
||||
Amaranth, Spiny
|
||||
Anoda, Spurred
|
||||
Carpetweed
|
||||
Citron (Wild Watermelon)
|
||||
Cocklebur, Common
|
||||
Copperleaf, Hophornbeam
|
||||
Copperleaf, Virginia
|
||||
Crotalaria, Showy
|
||||
Croton, Tropic
|
||||
Cucumber, Volunteer
|
||||
Eclipta
|
||||
Groundcherry, Calleaf
|
||||
Hemp
|
||||
Horsenettle
|
||||
Jimsonweed
|
||||
Ladysthumb
|
||||
Lambsquarters, Common
|
||||
Mexicanweed
|
||||
Momingglory spp.
|
||||
Cypressvine
|
||||
Entireleaf var. integriuscula
|
||||
Ivyleaf var. hederacea
|
||||
Purple Moonflower
|
||||
Scarlet
|
||||
Smallflower
|
||||
Smallwhite (Pitted)
|
||||
Tall (Common)
|
||||
Willowleaf (Palmleat)
|
||||
Mustard, Wild
|
||||
Nightshade, Black
|
||||
Nutsedge, Yellow
|
||||
SCIENTIFIC NAME
|
||||
Amaranthus palmeri
|
||||
Amaranthus spinosus
|
||||
Anoda cristata
|
||||
Molfugo verticil/ata
|
||||
Citrulfus vulgaris
|
||||
Xanthlum pennsy/vanicum
|
||||
Acalypha ostryaefo/ia
|
||||
Acalypha virginica
|
||||
Crotalaria spectabilis
|
||||
Croton glandulosus
|
||||
Cucumis sativas
|
||||
Ec/ipta prostrata
|
||||
Physalis angulata
|
||||
Cannabis sativa
|
||||
Solanum carolinense
|
||||
Datura stramonium
|
||||
Polygonum persicaria
|
||||
Chenopodium album
|
||||
Caperonia castanaefolla
|
||||
Ipomoea quamoclit
|
||||
Ipomoea hederacea
|
||||
lpomoee hederacea
|
||||
Ipomoea turbinate
|
||||
Ipomoea coccinea
|
||||
Jacquemontia tamnifo/ia
|
||||
Ipomoea lacunosa
|
||||
lpomoeapur,puraa
|
||||
Ipomoea wrightii • I (. .. , •
|
||||
• • •
|
||||
Brassica kaber ••••••
|
||||
Solanum nigrum • ..
|
||||
Cyperus esculentus · ..... • •
|
||||
, ., t
|
||||
-' G • ,
|
||||
-~-' . • · .. ~ ~
|
||||
•
|
||||
: ..... · .". .. •
|
||||
· .. " • ..... .
|
||||
• . " · ... '
|
||||
|
||||
COMMON NAME
|
||||
Piaweed. Redroot
|
||||
Pigweed, Smooth
|
||||
Poinsettia, Wild
|
||||
Purslane, Common
|
||||
Pusley, Florida
|
||||
Ragweed, Common
|
||||
Ragweed, Giant
|
||||
Redweed
|
||||
Sesbania, Hemp
|
||||
Sicklepod
|
||||
Sida, Prickly
|
||||
Smartweed, Pennsylvania
|
||||
Smellmelon
|
||||
Spurge, Prostrate
|
||||
Spurge, Spotted
|
||||
Starbur, Bristly
|
||||
Velvetleaf
|
||||
Venice Mallow
|
||||
Waterhemp, Tall
|
||||
Witchweed
|
||||
Yellow Rocket
|
||||
GRASS WEEDS
|
||||
Bamyardgrass
|
||||
Bermudagrass
|
||||
Broadleaf signalgrass
|
||||
Crabgrass
|
||||
Large
|
||||
Smooth
|
||||
Southem
|
||||
Tropical
|
||||
Downy Brome
|
||||
Fall Panicum
|
||||
Field Sand bur
|
||||
Foxtails
|
||||
Giant
|
||||
Green
|
||||
Yellow
|
||||
Page 20
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110/01
|
||||
SCIENTIFIC NAME
|
||||
Amaranthus retroflexus
|
||||
Amaranthus hybridus
|
||||
Euphorbia heterophylla
|
||||
Portulaca o/eracea
|
||||
Richardia scabra
|
||||
Ambrosia artemisiifolia
|
||||
Ambrosia trifida
|
||||
Me/ochia corchorifolia
|
||||
Sesbania exaltata
|
||||
Cassia obtusifolia
|
||||
Sida spinosa
|
||||
Polygonum pensylvanicum
|
||||
Cucumis me/o
|
||||
Euphorbia supina
|
||||
Euphorbia maculata
|
||||
Acanthospermum hispidum
|
||||
Abutilon theophrasti
|
||||
Hibiscus trionum
|
||||
Amaranthus tuberculatos
|
||||
Striga asiatica
|
||||
Barbarea vulgaris
|
||||
Echinochloa crus-galli
|
||||
Cynodon dactylon
|
||||
Brachiaria platyphylla
|
||||
Digitaria sanguinalis
|
||||
Digitaria ischaemum
|
||||
Digitaria cl/iaris
|
||||
Digitaria bicomis
|
||||
Bromus tectorum
|
||||
Panicum dichotomiflorum ----Cenchrus incertus
|
||||
Setaria faberi
|
||||
Setaria viridis
|
||||
Setaria lutescens - .
|
||||
|
||||
COMMON NAME
|
||||
Goosearass
|
||||
Italian Ryegrass
|
||||
Itchgrass
|
||||
Johnsongrass. rhizome
|
||||
Johnsongrass.seedling
|
||||
Junglerice
|
||||
Shattercane
|
||||
Sorghum
|
||||
Southern sandbur
|
||||
Texas panicum
|
||||
Volunteer Cereals
|
||||
\
|
||||
V. Barley
|
||||
V. Corn
|
||||
V.Milo
|
||||
V. Oats
|
||||
V.Rye
|
||||
V. Wheat
|
||||
Wild Oats
|
||||
Wild Proso Millet
|
||||
Witchgrass
|
||||
Wooly cupgrass
|
||||
SEDGES
|
||||
Nutsedge. Yellow
|
||||
.
|
||||
Page 21
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110101
|
||||
SCIENTIFIC NAME
|
||||
E/eusine indica
|
||||
Lo/ium mu/tiflorum
|
||||
Rottboe/lia exaltata
|
||||
Sorghum ha/epense
|
||||
Sorghum ha/epense
|
||||
Echinoch/oa c%num
|
||||
Sorghum bic%r
|
||||
Sorghum a/mum
|
||||
Cenchrus echinatus
|
||||
Panicum texanum
|
||||
Hordeum vulgare
|
||||
Zelft.mays
|
||||
Sorghum bicolor
|
||||
Avena sativa
|
||||
Seca/e cerea/e
|
||||
Triticum aestivum
|
||||
Avena tawa
|
||||
Pan/cum miliaceum
|
||||
Pan/cum cap/llare
|
||||
Eriochloa villosa
|
||||
Cyperus esculentus
|
||||
,-, '
|
||||
|
||||
Page 22
|
||||
TYPHOON Booklet
|
||||
TYPHOON Herbicide 1071 - 08110101
|
||||
FUSILADE DX®, FUSION® and TYPHOON® trademarks of a Syngenta Group
|
||||
Company.
|
||||
Basagran® trademark of BASF AG.
|
||||
ButyraC® trademark of Rhone Poulenc Ag Company.
|
||||
ClassiC® Concert®, Reliance 1M STS® SP, Pinnacle® and Synchrony® STS®
|
||||
trademarks of E. I. duPont de Nemours & Co.
|
||||
Pursuit®, Raptor® and Scepter® trademarks of American Cyanamid Company.
|
||||
Resource® trademark of Valent Chemical Co.
|
||||
© xxxx Syngenta
|
||||
For non-emergency (e.g., current product information) call
|
||||
Syngenta Crop Protection at 1-800-334-9481
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.syngenta-us.com
|
||||
SCPXXX
|
||||
TYPHOON 1071 FIRSTAID CLEAN - pd - 09/18103
|
||||
0001 ()()'()1071.20030919.TYPHOON.1 071.FIRSTAID.pdf
|
||||
• -elt ••
|
||||
• •• • •
|
||||
•••••• • • ..
|
||||
••••• • • •••••
|
||||
.864:
|
||||
• • a(.(.
|
||||
, H
|
||||
•• • ••••
|
||||
• •• • •• • • •• . .-. • •• •• •
|
||||
• •••• • • ... ~
|
||||
• • • •• .......
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1074",
|
||||
"epa_reg_no": "100-1074",
|
||||
"product_name": "CYCLONE CONCENTRATE HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Paraquat dichloride",
|
||||
"cas": "1910-42-5",
|
||||
"percent": 43.8,
|
||||
"pc_code": "061601"
|
||||
}
|
||||
],
|
||||
"signal_word": "Danger",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01074-20040412.pdf",
|
||||
"filename": "000100-01074-20040412.pdf",
|
||||
"accepted_date": "2004-04-12",
|
||||
"last_modified": "2011-04-13T17:38:34+00:00",
|
||||
"page_count": 34,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1074",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1074"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:16:40.913473+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1087",
|
||||
"epa_reg_no": "100-1087",
|
||||
"product_name": "FORCE ST INSECTICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Tefluthrin",
|
||||
"cas": "79538-32-2",
|
||||
"percent": 26.8,
|
||||
"pc_code": "128912"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01087-20090831.pdf",
|
||||
"filename": "000100-01087-20090831.pdf",
|
||||
"accepted_date": "2009-08-31",
|
||||
"last_modified": "2011-04-13T17:38:43+00:00",
|
||||
"page_count": 11,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1087",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1087"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:16:56.841958+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,480 @@
|
||||
# FORCE ST INSECTICIDE
|
||||
|
||||
- EPA Reg No: **100-1087**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Tefluthrin (26.8%)
|
||||
- Label accepted: 2009-08-31
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01087-20090831.pdf
|
||||
|
||||
---
|
||||
100-lOB7 os /3J J~OOq Ci
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON, D.C. 20460
|
||||
Mr. Pat Dinnen
|
||||
Product Registration
|
||||
Syngenta Crop Protection
|
||||
P.O. Box 18300
|
||||
Greensboro, NC 27419
|
||||
OFFICE OF
|
||||
PREVENTION, PESTICIDES AND
|
||||
TOXIC SUBSTANCES
|
||||
AUG 3 1 2009
|
||||
Subject: Label Notification for Pesticide Registration Notice 2007-4
|
||||
(Storage & Disposal Changes)
|
||||
Dear Registrant:
|
||||
The Agency is in receipt of your Application(s) for Pesticide Notification under
|
||||
Pesticide Registration Notice (PRN) 2007-4 dated August 6, 2009 for:
|
||||
EPA Registration 100-1087 "FORCE ST INSECTICIDE"
|
||||
The Registration Division (RD) has conducted a review ofthis request for applicability
|
||||
under PRN 2007-4 and finds that the label change(s) requested falls within the scope of
|
||||
PRN 2007-4. The label has been date-stamped "Notification" and will be placed in our
|
||||
records.
|
||||
Please be reminded that 40 CFR Part 156. 140(a)(4) requires that a batch code, lot
|
||||
number, or other code identifying the batch of the pesticide distributed and sold be placed on
|
||||
nonrefillable containers. The code may appear either on the label (and can be added by non
|
||||
notificationiPR Notice 98-10) or durably marked on the container itself.
|
||||
If you have any questions, please contact me directly at 703-305-6249 or Owen F.
|
||||
Beeder of my staff at 703-308-8899.
|
||||
'Sincerely,
|
||||
Linda Arrington
|
||||
Notifications & Minor Formulations Team Leader
|
||||
Registration Division (7505P)
|
||||
Office of Pesticide Programs
|
||||
|
||||
Please read instructions on reverse bef(}re completing form. a -
|
||||
B~ ( 'nited States F. ;tration OPP Identifier Number
|
||||
\,
|
||||
&EPA Environmental Protection Agency Amendment Notification
|
||||
Washington, DC 20460 x Other
|
||||
Application for Pesticide - Section I
|
||||
1. Company/Product Number 2. EPA Product Manager 3. Proposed Classification
|
||||
100-1087 Richard Gebken
|
||||
4. Company/Product (Name) PM# W None D Restricted
|
||||
Force ST Insecticide 10
|
||||
5. Name and Address of Applicant (Include ZIP Code) 6. Expedited Review. In accordance with FIFRA Section 3(c)(3) (b)(i),
|
||||
Syngenta Crop Protection, Inc. my product is similar or identical in compositipn and labeling to:
|
||||
P. O. Box 18300
|
||||
Greensboro, NC 27419 EPA Reg. No.
|
||||
[=:=J Check if this is a new address Product Name
|
||||
Section - II
|
||||
D Amendment - Explain below. D Final printed labels in response to
|
||||
D Resubmission in response to Agency letter dated
|
||||
. Agency letter dated
|
||||
D "Me Too" Application. Nu IU-I\;AIIUN
|
||||
[KJ Notification - Explain below. D Other - Explain below. AUG 3 t 2009
|
||||
Explanation: Use additional page(s) if necessary. (For Section I and Section 11.).
|
||||
Notification of label change per PR Notice 2007-4 .. This Notification is consistent with the guidance of PR Notice 2007-4 and the
|
||||
requirements of EPA's regulations at 40 CFR §§156.1O, 156.140, 156.144 156.146, and 156.156. No other changes have been made
|
||||
to the labeling or the Confidential Statement of Formula for this product. I understand that it is a violation of 18 U.S.C. Sec. 1001 to
|
||||
willfully make any false statement to EPA. I further understand that if the amended label is not consistent with the requirements of 40
|
||||
CFR §§156.1O, 156.140, 156.144, 156.146, and 156.156, this product may be in violation of FIFRA and I may be subject to
|
||||
enforcement action and penalties under sections 12 and 14 ofFIFRA.
|
||||
Syngenta is amending the Storage and Disposal section of the label by Notification according to the directions stated in PR Notice
|
||||
2007-4.
|
||||
Section - III
|
||||
1. Material This Product Will Be Packaged In:
|
||||
Child-Resistant Packaging Unit Packaging Water Soluble Packaging 2. T~Co"ta;"e, BYes. 5j Yes 5j Yes Metal
|
||||
No x No x No x Plastic
|
||||
Glass
|
||||
*Certification must If "Yes" No. per If "Yes" No. per Paper
|
||||
be submitted Unit Packaging wgt. Container Unit Packaging wgt. container Other (Specify)
|
||||
3. Location of Net Contents Information 4. Size(s) Retail Container 5. Location of Label Directions
|
||||
47.566 gallon E3 On Label
|
||||
W Label D Container On Labeling accompanying product
|
||||
6. Manner in Which Label is Affixed to Product § Uthog"'ph o Other Pressure Sensitive
|
||||
Paper glued
|
||||
Stenciled
|
||||
r', ,
|
||||
Section -IV
|
||||
(
|
||||
" t. (. (. (,
|
||||
1. Contact Point (Complete items directly below for identification of individual to be contacted, if necessary, to process this applicctio:1.)
|
||||
Name I Title I Telephone No. '(lorlure Area Code)
|
||||
Pat Dinnen Label Group Leader ~_~~:6,;3?-2494 ,
|
||||
Certification \ ( l 6. c. Datf! Application
|
||||
I certify that the statements I have made on this form and all attachments thereto are true, accurate and compiet~.
|
||||
(
|
||||
'- \ r.€.c.3i ,led
|
||||
I acknowledge that any knowingly false or misleading statement may be punishable by fine or imprisonment 0' .. ( ~ ( ( ~
|
||||
(
|
||||
(Stamped)
|
||||
both under applicable law:
|
||||
( \ ~ ( l (
|
||||
\ \
|
||||
2. Signature 3. Title t l l r t I ~ { I
|
||||
Regulatory Specialist , (
|
||||
PtU~
|
||||
l l ( ~ '.
|
||||
,
|
||||
, , , ,
|
||||
5. Date
|
||||
' • I I
|
||||
4. Typed Name
|
||||
August6,2009
|
||||
( , ,
|
||||
Pat Dinnen , ( l
|
||||
~----.~
|
||||
|
||||
Certification with Respect to Label Integrity
|
||||
Version: 9/11/02
|
||||
I certify that the information (including, but not limited to, text, tables, and
|
||||
graphics) contained in the electronic file identified below by file name and
|
||||
submitted with this certification is the same information as that on the paper
|
||||
copies of these documents included with this submission.
|
||||
PROPOSED LABEL
|
||||
EPA Registration # Date Submitted Electronic file name
|
||||
to EPA
|
||||
100-1087 8/7/2009 000100-01087.20090807. FORCE-ST _PRN2007 -4_AUG2009.pdf
|
||||
I certify that the statements that I have made on this form are true, accurate,
|
||||
and complete. I acknowledge that any knowingly false or misleading
|
||||
statements may be punishable by fine or imprisonment or both under
|
||||
applicable law.
|
||||
August7,2009
|
||||
Signature Date
|
||||
Pat Dinnen
|
||||
Name (typed)
|
||||
Label Group Leader
|
||||
Title
|
||||
C (. lit {
|
||||
( «
|
||||
l (
|
||||
«( (. l (. (
|
||||
, l
|
||||
, (
|
||||
l f.. {l'
|
||||
l
|
||||
({.( (l.
|
||||
{ ~ t (
|
||||
t C. ( (.
|
||||
l l <
|
||||
l l
|
||||
« (
|
||||
t l <- !
|
||||
<- (l t
|
||||
{l ( (
|
||||
t t ( l
|
||||
( l I·
|
||||
t (
|
||||
{{ II
|
||||
3/n
|
||||
|
||||
·synienta
|
||||
FedEx
|
||||
August 6, 2009
|
||||
Document Processing Desk (NOTIF)
|
||||
Office of Pesticide Programs (7504P)
|
||||
U.S. Environmental Protection Agency
|
||||
Room S-4900, One Potomac Yard
|
||||
2777 South Crystal Drive
|
||||
Arlington, VA 22202-4501
|
||||
Attention: Ms. Linda Arrington
|
||||
SUBJECT: FORCE® ST INSECTICIDE
|
||||
EPA REG. NO.IOO-IOS7
|
||||
(
|
||||
Syngenta Crop Prot\ ,n, Inc.
|
||||
P.O. Box 18300 -
|
||||
Greensboro, NC 27419-8300
|
||||
www.syngentacom
|
||||
NOTIFICATION OF LABEL CHANGE PER PR NOTICE 2007-4
|
||||
Syngenta Crop Protection, Inc. is submitting Notification for Force ST Insecticide, EPA Reg. No. 100-1087.
|
||||
Syngenta is amending the Storage and Disposal section of the label by Notification according to the
|
||||
directions stated in PR Notice 2007-4.
|
||||
Attached are:
|
||||
• One copy of the label with the changes clearly marked
|
||||
• One unmarked copy of the label
|
||||
• A CD of the unmarked copy of the label for "Electronic Comparison and Review"
|
||||
• Certificate with Respect to Label Integrity Form
|
||||
• Completed EPA Form 8570-1 .
|
||||
Thank you in advance for approving this Notification. If you have any questions, please contact me at 336-
|
||||
632-2494.
|
||||
Sincerely,
|
||||
Pat Dinnen
|
||||
Label Group Leader
|
||||
Regulatory Affairs
|
||||
Enclosures
|
||||
( <. l. ( C (
|
||||
l l
|
||||
l (
|
||||
It. .. \.
|
||||
« (
|
||||
( ,
|
||||
(l (
|
||||
(.l \
|
||||
\ I (l
|
||||
~ i. I.. <
|
||||
l {' l
|
||||
,
|
||||
, l
|
||||
t I ~ (
|
||||
|
||||
I
|
||||
'"
|
||||
Force® ST
|
||||
Insecticide
|
||||
( Page 1 of 7
|
||||
FORCE ST
|
||||
FORCE ST Insecticide 1087 - 02/02/02
|
||||
NonFiCATION
|
||||
AUG 3 1 20U9
|
||||
For Commercial Seed Treatment of Field Corn, Popcorn,
|
||||
Seed corn, and Sweet Corn
|
||||
(Not for Use on Agricultural Establishments in Hopper-box, Planter-box, Slurry-box, or
|
||||
Other Seed Treatment Applications at or Immediately Before Planting)
|
||||
Active Ingredient:
|
||||
Tefluthrin
|
||||
(2,3,5,6-tetrafluoro-4-methylphenyl)methyl-(1 a,3a)-(Z)-(±)-3-(2-chloro-3,3,3-trifluoro- .
|
||||
1-propenyl)-2,2-d imethylcyclopropanecarboxylate .................................................. 26.8 %
|
||||
*Inert Ingredients: 73.2%
|
||||
Total 100.0%
|
||||
*Contains Petroleum Distillates
|
||||
Contains 2.5 Ibs. active ingredient per gal.
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use (inside booklet; 00 back
|
||||
panel; on side panel)
|
||||
EPA Reg No.1 00-1 087
|
||||
EPA Est No.
|
||||
Product of the United Kingdom
|
||||
Formulated in USA
|
||||
SCP 1087A-M
|
||||
Product 10
|
||||
U.S. Standard Measure
|
||||
I", (~( (,
|
||||
L ,
|
||||
( (
|
||||
l (, f ' {
|
||||
l (
|
||||
. II t (.
|
||||
( (f..
|
||||
(
|
||||
( ( ( L
|
||||
(t. (
|
||||
( (
|
||||
(' ,
|
||||
(f t {
|
||||
(,. t I.
|
||||
( (C
|
||||
( ,
|
||||
I. ( I.'
|
||||
SIn
|
||||
|
||||
If on skin or •
|
||||
clothing •
|
||||
•
|
||||
If inhaled •
|
||||
•
|
||||
•
|
||||
If swallowed •
|
||||
•
|
||||
•
|
||||
•
|
||||
If in eyes •
|
||||
•
|
||||
•
|
||||
( ( Page 2 of 7
|
||||
FORCE ST
|
||||
FORCE ST Insecticide 1087 - 02/02/02
|
||||
FIRST AID
|
||||
Take off contaminated clothing.
|
||||
Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
Call a poison control center or doctor for treatment advice.
|
||||
Remove person to fresh air.
|
||||
If person is not breathing, call 911 or an ambulance, then give
|
||||
artificial respiration, preferably mouth-to-mouth, if possible.
|
||||
Call a poison control center or doctor for further treatment advice.
|
||||
Call a poison control center or doctor immediately for treatment
|
||||
advice.
|
||||
Do not give any liquid to the person.
|
||||
Do not induce vomiting unless told to do so by a poison control
|
||||
center or doctor.
|
||||
Do not give anything by mouth to an unconscious person.
|
||||
Hold eye open and rinse slowly and gently with water for 15-20
|
||||
minutes.
|
||||
Remove contact lenses, if present, after the first 5 minutes, then
|
||||
continue rinsing eye.
|
||||
Call a poison control center or doctor for treatment advice.
|
||||
Have the product container or label with you when calling a poison control center or
|
||||
doctor or going for treatment.
|
||||
HOTLINE NUMBER
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal)
|
||||
or Chemical Emergency Assistance (Spill, Leak, Fire, or Accident),
|
||||
Call
|
||||
1-800-888-8372
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
Harmful if absorbed through skin or inhaled. Avoid contact with skin or clothing.
|
||||
Avoid breathing spray mist. Wash thoroughly with soap and water after handling and
|
||||
before eating, smoking or using toilet facilities. Remove contaminated clothing and
|
||||
wash before reuse.
|
||||
G/u
|
||||
|
||||
c--
|
||||
Page 3 of 7
|
||||
FORCE ST
|
||||
FORCE ST Insecticide 1087 - 02/02/02
|
||||
Skin exposure may result in a transient sensation described as a tingling, itching,
|
||||
burning, or prickly feeling. Onset may occur immediately to 4 hours after exposure and
|
||||
may last 2-30 hours, without apparent skin damage. Wash exposed areas once with
|
||||
soap and water. Relief from the skin sensation may be obtained by applying an
|
||||
oil-based cream.
|
||||
Environmental Hazards
|
||||
This pesticide is very highly toxic to freshwater and estuarine fish and invertebrates.
|
||||
Exposed treated seeds may be hazardous to birds and other wildlife. Do not apply
|
||||
directly to water, or to areas where surface water is present, or to intertidal areas below
|
||||
the mean high water mark. Do not contaminate water when disposing of equipment
|
||||
washwaters. Dispose of all excess treated seeds by burial away from bodies of water.
|
||||
In the event that treated seeds are spilled and cannot be salvaged, completely cover
|
||||
them with soil.
|
||||
Runoff from exposed treated seed is very highly toxic to freshwater fish and estuarine
|
||||
fish and invertebrates. Runoff may be hazardous to aquatic organisms in neighboring
|
||||
areas. Dispose of all excess treated seed by burial away from bodies of water.
|
||||
Note: Seed commercially treated with this product must be adequately dyed with a
|
||||
suitable color to prevent its accidental use as food for man or feed for animals. Refer to
|
||||
21 CFR, Part 2.25. Any dye added to treated seed must be cleared for use under 40 .
|
||||
CFR, Part 180.1001. Labels attached to the treated seed must read: "Treated seed
|
||||
should not be used for or mixed with food or animal feed or processed for oil".
|
||||
|
||||
Page 4 of 7
|
||||
FORCE ST
|
||||
FORCE ST Insecticide 1087 - 02/02/02
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not acceptable,
|
||||
return the product at once, unopened, and the ~urchase price will be refunded.
|
||||
The Directions for Use of this product should be followed c'arefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors as
|
||||
manner of use or application, weather or crop conditions, presence of other materials or
|
||||
other influencing factors in the use of the product, which are beyond the control of
|
||||
Syngenta Crop Protection, Inc. or Seller. All such risks shall be assumed by Buyer and
|
||||
User, and Buyer and User agree to hold Syngenta and Seller harmless for any claims
|
||||
relating to such factors.
|
||||
Syngenta warrants that this product conforms to the chemical description on the label and
|
||||
is reasonably fit for the purposes stated in the Directions for Use, subject to the inherent
|
||||
risks referred to above, when used in accordance with directions under normal use
|
||||
conditions. This warranty does not extend to the use of this product contrary to label
|
||||
instructions, or under abnormal conditions or-,under conditions not reasonably foreseeable
|
||||
to or beyond the control of Seller or Syngenta, and Buyer and User assume the risk of any
|
||||
such use. SYNGENTA MAKES NO WARRANTIES OF MERCHANTABILITY OR OF
|
||||
FITNESS FOR A PARTICULAR PURPOSE NOR ANY OTHER EXPRESS OR IMPLIED
|
||||
WARRANTY EXCEPT AS STATED ABOVE.
|
||||
In no event shall Syngenta or Seller be liable for any incidental, consequential or special
|
||||
damages resulting from the use or handling of this product. THE EXCLUSIVE REMEDY
|
||||
OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY OF SYNGENTA AND
|
||||
SELLER FOR ANY AND ALL CLAIMS, LOSSES, INJURIES OR DAMAGES
|
||||
(INCLUDING CLAIMS BASED ON BREACH OF WARRANTY, CONTRACT,
|
||||
NEGLIGENCE, TORT, STRICT LIABILITY OR OTHERWISE) RESULTING FROM THE
|
||||
USE OR HANDLING OF THIS PRODUCT, SHALL BE THE RETURN OF THE
|
||||
PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION OF SYNGENTA OR
|
||||
SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
Syngenta and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing Conditions of Sale and Limitations of Warranty and Liability, which may not be
|
||||
modified except by written agreement signed by a duly authorized representative of
|
||||
Syngenta.
|
||||
|
||||
Page 5 of 7
|
||||
FORCE ST
|
||||
FORCE ST Insecticide 1087 - 02/02/02
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
This product is to be used in liquid slurry seed treaters and seed coating equipment.
|
||||
Not for use on agricultural establishments in hopper-box, planter-box, slurry-box, or
|
||||
other seed treatment applications at or immediately before planting.
|
||||
The Environmental Protection Agency has established tolerances under the Federal
|
||||
Food, Drug, and Cosmetic Act for certain pesticide residues. In order that residues of
|
||||
food and forage crops will not exceed established tolerances, use only at the
|
||||
recommended rates.
|
||||
Treated seed must not be used for or mixed with food or animal feed or processed for
|
||||
oil. Seed commercially treated with Force® ST insecticide must be labeled in
|
||||
accordance with all applicable requirements of the Federal Seed Act.
|
||||
Do not follow seed treatment with a lay-by application of Force 3G insecticide.
|
||||
Force ST insecticide, when used at labeled rates, will protect germinating seeds and
|
||||
seedlings against injury by seed corn maggots and wireworms. Use the following rates
|
||||
on the crop listed:
|
||||
CROP'
|
||||
Field Corn, Popcorn, Seedcorn, Sweet Corn
|
||||
USE
|
||||
RATE/CWT
|
||||
3-4 fl. oz.
|
||||
Force ST insecticide, when used at labeled rates, will protect germinating seeds and
|
||||
seedlings against injury by cutworm 1, northern corn rootworm, seedcorn maggot,
|
||||
southern corn rootworm, western corn rootworm, white grub, and wireworms. Use the
|
||||
following rates on the ,crop listed:
|
||||
CROP
|
||||
Field Corn, Seedcorn, Sweet Corn
|
||||
1suppression only
|
||||
USE
|
||||
RATE/CWT
|
||||
'24-27 fl. oz.
|
||||
|
||||
Page 6 of 7
|
||||
FORCE ST
|
||||
FORCE ST Insecticide 1087 - 02/02/02
|
||||
Force ST insecticide may be applied in combination with other seed protectant products
|
||||
such as Apron®, Captan, Maxim® XL, and Thiram. It is always recommended to check
|
||||
the compatibility of these mixtures before large-scale mixing and seed treatment take
|
||||
place.
|
||||
STORAGE AND DISPOSAL
|
||||
. Prohibitions
|
||||
Do not contaminate water, food, or feed by storage or disposal. Open dumping is
|
||||
prohibited.
|
||||
Pesticide Storage
|
||||
Store in a dry place. Protect from freezing temperatures. Do not store at temperatures
|
||||
above 40°C (104°F). .
|
||||
Pesticide Disposal
|
||||
Pesticide wastes are toxic. Improper disposal of excess pesticide, spray mixtures, or
|
||||
rinsate is a violation of Federal law. If these wastes cannot be disposed of by use
|
||||
according to the label instructions, contact your State pesticide or environmental control
|
||||
agency, or the Hazardous Waste representative at the nearest EPA regional office for
|
||||
guidance.
|
||||
Container DisposalHandling [non-refillable bulk/mini-bulk]
|
||||
Non-refillable container. Do not reuse or refill this container. Offer for recycling if
|
||||
available. Triple rinse container (or equivalent) promptly after emptying. o;Triple rinse as
|
||||
follows: Empty the remaining contents into application equipment or mix tank. Fill the
|
||||
container ~ full with water. Replace and tighten closures. Tip container on its side and
|
||||
roll it back and forth. ensuring at least one complete revolution. for 30 seconds. Stand
|
||||
the container on its end and tip it back and forth several times. Turn the container over
|
||||
onto its other end and tip it back and forth several times. Empty the rinsate into·
|
||||
application equipment or mix tank or store rinsate for later use or disposal. Repeat this
|
||||
procedure two more times. Then offer for recycling if availableor reconditioning, or
|
||||
dispose of in a sanitary landfill, or by incineration~ if allowed by state and local
|
||||
authorities. by burning. If burned, stay out of smoke. Use caution when moving,
|
||||
opening, closing, or pouring. .
|
||||
For 8ulk Containers
|
||||
|
||||
(-'J
|
||||
'- Page 7 of 7
|
||||
FORCE ST
|
||||
FORCE ST Insecticide 1087 - 02/02/02
|
||||
Container DisposalHandling [refillable bulk/mini-bulk]
|
||||
Reseal container and offer for reconditioning, or triple rinse (or equivalent) and offer for
|
||||
recycling or reconditioning, or clean in accordance with manufacturer's instructions.
|
||||
Container Precautions
|
||||
Refillable container. Refill this container with pesticide only. Do not use the container
|
||||
for any other purpose. Cleaning the container before final disposal is the responsibility
|
||||
of the person disposing of the container. Cleaning before refilling is the responsibility of
|
||||
the refiller. To clean container before final disposal. empty the remaining contents from
|
||||
container into application equipment or mix tank. Fill container about 10 percent full
|
||||
with water. Agitate vigorously or recirculate water with the pump for 2 minutes. Pour or
|
||||
pump rinsate into application equipment or rinsate collection system. Repeat this
|
||||
rinsing procedure two more times. Then offer for recycling if available or puncture and
|
||||
dispose of in a sanitary landfill. or by incineration. or, if allowed by state and local
|
||||
authorities. by burning. If burned. stay out of smoke.Before refilling, inspect thoroughly
|
||||
for damage such as cracks, punctures, bulges, dents, abrasions, and damaged or VJorn
|
||||
threads on closure devices.
|
||||
©·2002 Syngenta
|
||||
Apron®, Force®, Maxim® XL and the Syngenta logo are trademarks of a Syngenta
|
||||
Group Company
|
||||
For non-emergency (e.g., current product information) call
|
||||
Syngenta Crop Protection at 1-800-334-9481
|
||||
Product of the United Kingdom
|
||||
Formulated in the USA
|
||||
Syngenta Crop Protection,' Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.syngenta-us.com
|
||||
SCP 1087A-M
|
||||
FOR ST 1087MAS PRN2007-4 NOTIF-AUG2009 - pl-8/7/09
|
||||
HI (\
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1093",
|
||||
"epa_reg_no": "100-1093",
|
||||
"product_name": "HERITAGE FUNGICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Azoxystrobin",
|
||||
"cas": "131860-33-8",
|
||||
"percent": 50,
|
||||
"pc_code": "128810"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01093-20250728.pdf",
|
||||
"filename": "000100-01093-20250728.pdf",
|
||||
"accepted_date": "2025-07-28",
|
||||
"last_modified": "2025-07-29T05:45:02+00:00",
|
||||
"page_count": 71,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1093",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1093"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:17:06.822711+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1098",
|
||||
"epa_reg_no": "100-1098",
|
||||
"product_name": "ABOUND FLOWABLE FUNGICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Azoxystrobin",
|
||||
"cas": "131860-33-8",
|
||||
"percent": 22.9,
|
||||
"pc_code": "128810"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01098-20181219.pdf",
|
||||
"filename": "000100-01098-20181219.pdf",
|
||||
"accepted_date": "2018-12-19",
|
||||
"last_modified": "2019-01-30T18:46:43+00:00",
|
||||
"page_count": 80,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1098",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1098"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:17:14.489888+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1101",
|
||||
"epa_reg_no": "100-1101",
|
||||
"product_name": "FLEXSTAR",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Sodium salt of fomesafen",
|
||||
"cas": "108731-70-0",
|
||||
"percent": 22.1,
|
||||
"pc_code": "123802"
|
||||
}
|
||||
],
|
||||
"signal_word": "Warning",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01101-20181217.pdf",
|
||||
"filename": "000100-01101-20181217.pdf",
|
||||
"accepted_date": "2018-12-17",
|
||||
"last_modified": "2019-07-26T05:46:13+00:00",
|
||||
"page_count": 37,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1101",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1101"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:17:20.303374+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1105",
|
||||
"epa_reg_no": "100-1105",
|
||||
"product_name": "ACHIEVE 40DG HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Tralkoxydim",
|
||||
"cas": "87820-88-0",
|
||||
"percent": 40,
|
||||
"pc_code": "121000"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01105-20020503.pdf",
|
||||
"filename": "000100-01105-20020503.pdf",
|
||||
"accepted_date": "2002-05-03",
|
||||
"last_modified": "2011-04-13T17:39:07+00:00",
|
||||
"page_count": 4,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1105",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1105"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:17:27.540181+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,170 @@
|
||||
# ACHIEVE 40DG HERBICIDE
|
||||
|
||||
- EPA Reg No: **100-1105**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Tralkoxydim (40%)
|
||||
- Label accepted: 2002-05-03
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01105-20020503.pdf
|
||||
|
||||
---
|
||||
ItJV-/IOS- s-- 3 - ;;)-DO.;L I I
|
||||
PiellSe ,etIiI instructiOIU Oft mente bdore completing form.
|
||||
UnltedS_. ~ Registration opp Identifier Number
|
||||
&EPA Environmental Protection Agency Amendment Notification
|
||||
Wsshlngton, DC 20460 x other
|
||||
4
|
||||
Application for Pesticide - Section I
|
||||
1. CompanylProduct Number 2. EPA Product Manager 3. Proposed Classification
|
||||
100-1105 Jim Tompkins
|
||||
4. CompanylProduct (Name) PMtI [L] None o Restricted
|
||||
Achieve 40DG Herbicide 25
|
||||
5. Name and Address of Applicant (Include ZIP Code) 6. Expedited Revl_. In accordanoa with FIFRA Section 3(c)(3) (b)(i),
|
||||
Syngenta Crop Protection, Inc. my product is similar or tdentical in composition and labeling to:
|
||||
P. O. Box 18300
|
||||
Greensboro, NC 27419 EPA Reg. No.
|
||||
o Check if this is a new address Product Name
|
||||
Section -II
|
||||
D Amendment· Explain below. D Anal printed labels in response toNOTIFICATION
|
||||
Agency letter dated
|
||||
D Resubmission in response to Agency letter dated D "Me Too" Application. MAY 3 2002
|
||||
m Notification· Explain below. D Other· Explain below.
|
||||
explanation: Use additional pagels) if necessary. (For Section I and Section II.).
|
||||
This notIftcation is consistent with the provisions of PR Notice 98-10 and EPA regulations at 40 CFR 152.46, and no other changes have been made to
|
||||
the labeling or the conftdential statement of formula of this produd. I undefatand Ulat It is a viotatlon of 18 U.S.C. Sec. 1001 to """Ilfulty make any false statement to EPA. I
|
||||
further understand that I1thts notIftcation is not consistentwtth the terms of PR Notice 9s..10 and 40 CFR 152.46, this product may be In violation of FIFRA and I may be subject
|
||||
to enforcement action and penalties under sections 12 and 14 of FIFRA.
|
||||
Syngenta Crop Protection, Inc. is herein providing a notification and copy of Achieve 40DG Supplemental labeling. This Supplemental
|
||||
label is consistent with the current EPA stamped label dsted July 2, 200 I and further defines the Directions for Use for tank mixes,
|
||||
adjuvant recommendstions, and limit of application in certain areas ofMN, ND, and SD on spring wheat. Please note that in
|
||||
sccordance with the provisions of the transfer letter dsted Febl1llll)' 23, 200 I transferring Zeneca Ag Products registrations to Syngenta
|
||||
Crop Protection, Inc., this supplemental label is being submitted as a Zeneca label (fonnerly Zeneca EPA Reg. No. 10182-426) for the
|
||||
follOwing reason.
|
||||
• As Syngenta has 18 months (August 23, 2002) to use Zeneca psckaging, we have elected to keep this product under the Zeneca
|
||||
name since product in the channel of trade is in Zeneca packaging and the supplemental label must match what is on the container.
|
||||
Section - III
|
||||
1. M""'rial This Product Will Be Packaaed In:
|
||||
Child·Resistant Packaging Un~ Packaging Water Soluble Packaging 2.
|
||||
~r~'
|
||||
B Ves'" Bves Bves Metal
|
||||
No No No Plastic
|
||||
Glass
|
||||
*Certl1fcatlon must If "Yes" No. per If "Ves" No. per Paper
|
||||
besubm_ Unn Packaging wgt. Container Unn Packaging wgt. container Other (Specify)
|
||||
3. Location of Net Contents Information 4. Size(s) Retail Container 5. Location of Label Directions
|
||||
B On Label
|
||||
D Label D Container On Labeling accompanying product
|
||||
6. Manner in Which Label is Affixed to Product § Lithograph o Other
|
||||
Paper glued ..
|
||||
Stenciled
|
||||
Section -IV
|
||||
1. Contact Point (Complete items dil8CUy below for identifies/ion of indivldusllo be contected if necessety, 10 p'P'.!.!s.!'.lhis SeE,;;;';;on.)
|
||||
Name I Tille I rele~h~ne No. p~clu~e Area Code)
|
||||
Dan Camobell Regulatorv Product Manaaer Herbicides 336-632·7627. •
|
||||
Certification " 6. Date Application
|
||||
I oartily that the statementa I have made on this form and all attachments thereto are true, accurate and complete. ; Rbt.eived
|
||||
I acknowledge that any knowingly false or misleading slstement may be punishable by fine or imprisonment co·· .. ;Stamped)
|
||||
both under aoolicable law. .
|
||||
2. Signature 3. Trtle
|
||||
Ragulatol)' Product Manager, Herbicides
|
||||
P'a- ;7~
|
||||
4. Typed Name 5. Date
|
||||
Dan Camobell April 25, 2002
|
||||
|
||||
ZENECA
|
||||
---- •........ --.. ---~.
|
||||
PRODUCT INFORMATION
|
||||
410 Swing Road
|
||||
Greensboro, NC 27409
|
||||
NOTIFIC~"\ON
|
||||
SUPPLEMENTAL LABEL FOR ACHIEVE® 40DG HERBICIDE FOR
|
||||
TANK MIXES WITH BROADLEAF HERBICIDES, ADJUVANT
|
||||
RECOMMENDATIONS AND RECOMENDATIONS TO LIMIT
|
||||
APPLICATION IN CERTAIN GEOGRAPHIC AREAS OF MINNESOTA,
|
||||
NORTH DAKOTA AND SOUTH DAKOTA ON SPRING WHEAT
|
||||
Active Ingredient:
|
||||
Tralkoxydim
|
||||
2-Cyclohexen-1-one,2[1-( ethoxyimino )propyl]-3-hydroxy-
|
||||
5-(2.4,6-trimethylphenyll-(9CIl ... "" .. , ... " ... ".",,,,,,., .. ,, .. ,, ... ,, .40.0%
|
||||
Other Ingredients: 60.0%
|
||||
Total: 100.0%
|
||||
EPA Reg. No. 10182-426
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
All applicable directions, restrictions and precautions on the EPA
|
||||
registered label are to be followed.
|
||||
This labeling must be in the possession of the user at the time 'Of
|
||||
pesticide application.
|
||||
SCP 10182-426A-S1 0402
|
||||
MAY 3 2002
|
||||
|
||||
-2-
|
||||
DIRECTIONS FOR APPLICATIONS
|
||||
Spray Adjuvants
|
||||
Always add Supercharge® adjuvant to the spray solution at a rate of 4
|
||||
pints per 100 gallons of water (0.5% v/v). Use of incorrect Supercharge
|
||||
rates or alternative adjuvants may result in unacceptable weed control
|
||||
or crop injury. In addition, always add ammonium sulfate to the spray
|
||||
solution at a rate of 7 to 15 pounds per 100 gallons when spray water
|
||||
contains more than 400 ppm bicarbonate ions. Only use granular or
|
||||
liquid ammonium sulfate formulations which do not contain additional
|
||||
wetters or surfactants. Water from deep wells is more likely to require
|
||||
addition of ammonium sulfate compared to surface water sources.
|
||||
Addition of ammonium sulfate can also provide enhanced weed control
|
||||
under low moisture or high temperature stress conditions as well as
|
||||
when tank mixing with broad leaf weed herbicides.
|
||||
Tank Mixes with Broadleaf Herbicides
|
||||
Follow the recommendations on the tank mix products for all use
|
||||
directions and restrictions.
|
||||
For broad spectrum control of both annual and many broad leaf weeds,
|
||||
Achieve 40DG can be tank mixed with MCPA ester, bromoxynillMCPA
|
||||
esters (such as Bronate®), bromoxynil ester (such as Buctril®),
|
||||
Curtail® M, and Stinger®. Do not exceed 1 pint per acre for Bronate
|
||||
and 2 pints per acre for Curtail M when tank mixed with Achieve 40DG
|
||||
in Minnesota, Montana, North Dakota, and South Dakota.
|
||||
In Minnesota, Montana, North Dakota, and South Dakota, Achieve
|
||||
40DG may also be tank mixed with 2,4-0 ester when ammonium
|
||||
sulfate is also used. When tank mixing Achieve 40DG with 2,4-0 ester
|
||||
or bromoxynil ester, green and yellow foxtail control may be reduced
|
||||
with adverse growing conditions. Do not exceed 8 ounces active
|
||||
ingredient per acre of MCPA ester or 2,4-0 ester as reduced weed
|
||||
control may occur.
|
||||
Achieve 40DG may be tank mixed with Starane®, either with or without
|
||||
2,4-D ester" or MCPA ester. A tank mix of Achieve 40DG and
|
||||
Harmony® GT is recommended only for wild oats control. Note:
|
||||
Green foxtail, Persian darnel, volunteer tame oats, yellow foxtail, and
|
||||
other grass weeds will not be controlled by this tank mix, and the wild
|
||||
oats control may be reduced. To minimize the reduction in wild oats
|
||||
control, use the higher rate of Achieve 40DG when using rates of
|
||||
Harmony GT greater than 0.3 ounce per acre. Do not exceed 0.5
|
||||
ounce per acre rate of Harmony GT with this tank mix. For greater
|
||||
|
||||
• .
|
||||
-3-
|
||||
spectrum of broad leaf weed control, this tank mix may also include 2,4-
|
||||
o ester", MCPA ester, bromoxynil, or bromoxynillMCPA.
|
||||
"Addition of 2,4-0 ester to Achieve 40DG with either the Starane or
|
||||
Harmony GT tank mixes is recommended only in Minnesota, Montana,
|
||||
North Dakota, and South Dakota.
|
||||
Read and strictly adhere to the use directions and precautions on
|
||||
the label of the product tank mixed with Achieve 4ODG.
|
||||
Geographic Restriction on Spring Wheat
|
||||
Do not apply Achieve 40DG on spring wheat in Minnesota, East of
|
||||
Highway 281 in North Dakota, or in South Dakota. In addition, do not
|
||||
apply Achieve 40DG in the following counties in North Dakota: Dickey,
|
||||
LaMoure, Stutsman, Foster, Eddy, Ramsey, and Towner. Use of
|
||||
Achieve 40DG in these areas may result in crop injury to spring wheat.
|
||||
Syngenta Crop Protection, Inc. will not be liable for injury to spring
|
||||
wheat if Achieve is used in these areas.
|
||||
Achieve® and Supercharge® are trademarks of a Syngenta Group
|
||||
Company.
|
||||
Bronate® and Buctril® are trademarks of Aventis CropScience.
|
||||
Curtail®, Stinger®, and Starane® are trademarks of Dow
|
||||
AgroSciences
|
||||
Harmony® is a trademark of E. I. duPont de Nemours & Co., Inc.
|
||||
© 2002 Syngenta
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.svngenta-us.com
|
||||
SCP 10182-426A-S1 0402
|
||||
USUPPLEMENTAL LABELS/ACHIEVE 40DG Sl 0402 - pd - 4124102
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1106",
|
||||
"epa_reg_no": "100-1106",
|
||||
"product_name": "ACHIEVE 80DG HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Tralkoxydim",
|
||||
"cas": "87820-88-0",
|
||||
"percent": 80,
|
||||
"pc_code": "121000"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01106-20030818.pdf",
|
||||
"filename": "000100-01106-20030818.pdf",
|
||||
"accepted_date": "2003-08-18",
|
||||
"last_modified": "2011-04-13T17:39:08+00:00",
|
||||
"page_count": 15,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1106",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1106"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:17:31.064755+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,514 @@
|
||||
# ACHIEVE 80DG HERBICIDE
|
||||
|
||||
- EPA Reg No: **100-1106**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Tralkoxydim (80%)
|
||||
- Label accepted: 2003-08-18
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01106-20030818.pdf
|
||||
|
||||
---
|
||||
/00-/106 8'" It 6 /ePoo3 pcyz-e / t IS
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON. D.C. 20460
|
||||
August 18, 2003
|
||||
Dan Campbell
|
||||
Syngenta Crop Protection, Inc ..
|
||||
PO Box 18300
|
||||
Greensboro, NC 27419-8300
|
||||
Dear Mr. Campbell:
|
||||
Subject: First Aid Revisions Per PR Notice 200 I-I
|
||||
Achieve 80DG Herbicide
|
||||
Registration Number: 100-1106
|
||||
Your Submission Dated: 08/08/03
|
||||
OFFICE OF
|
||||
PREVENTION, PESTICIDES AND
|
||||
TOXIC SUBSTANCES
|
||||
The labeling referred to above, submitted in connection with registration under the Federal Insecticide,
|
||||
Fungicide and Rodenticide Act, as amended is acceptable, provided you make the following changes
|
||||
before you release the product for shipment.
|
||||
I. The order of the First Aid statements and the order of the Hazards to Humans and Domestic Animals
|
||||
statements should correspond, with the most severe routes of exposure listed first. Switch the order of
|
||||
the first sentence of the Precautionary Statements to read, "Harmful if adsorbed through skin or
|
||||
swallowed. "
|
||||
2. Add "Pesticide" in front of the Storage subheading.
|
||||
3. In the Personal Protection Equipment section and Early Entry PPE in the Agricultural Use
|
||||
Requirements box, change "Waterproof gloves" to "Chemical resistant gloves made of any waterproof
|
||||
material. "
|
||||
Submit three (3) copies of final printed labeling incorporating the above changes before you release the
|
||||
product for shipment. Amended labeling will supercede all previously accepted labels. A stamped copy
|
||||
of labeling is enclosed for your records.
|
||||
-::nclosure
|
||||
|
||||
ACHIEVE® 80DG Herbicide
|
||||
A Postemergence Herbicide for Control of Wild Oats, Green Foxtail, Yellow
|
||||
Foxtail, Annual Ryegrass (Italian) and Persian Darnel In Wheat and Barley
|
||||
Active Ingredient:
|
||||
Tralkoxydim
|
||||
2-Cyclohexen-1-one, 2-[1-(ethoxyimino )propyl]-3-hydroxy-
|
||||
5-12.4.6-trimethylphenyl}-{9CI) ................................................................................ 80.0%
|
||||
Other Ingredients: 20.0%
|
||||
Total: 100.0%
|
||||
Contains 8lbs. of active ingredient per 10 Ibs.
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for
|
||||
use (Inside booklet; on back panel; on side panel).
|
||||
EPA Reg No. 100-1106
|
||||
EPA Est No. XXXX
|
||||
Product of UK
|
||||
Formulated in xxxx
|
||||
SCPxxxx
|
||||
NET WEIGHT I U.S. Standard Measure
|
||||
ACCEPTED
|
||||
with COMMENTS
|
||||
in EPA Letter Dalcd
|
||||
AUG 1 8 2003
|
||||
Under the Federal Insecticide.
|
||||
Fungicide, and Rndenlicide Act
|
||||
as amended, for the pesticide
|
||||
registered under EPA Reg. No.
|
||||
fM-f/Oh
|
||||
|
||||
..
|
||||
-2-
|
||||
.3 1-/.5'
|
||||
FIRST AID
|
||||
If on skin or • Take off contaminated clothing.
|
||||
-'
|
||||
clothing • Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
• Call a poison control center or doctor for treatment advice.
|
||||
If swallowed • Call a poison control center or doctor immediately for
|
||||
treatment advice.
|
||||
• Have person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by a poison
|
||||
control center or doctor.
|
||||
• Do not give anything by mouth to an unconscious person.
|
||||
If In elles • Hold eye open and rinse slowly and gently with water for 15-
|
||||
20 minutes.
|
||||
• Remove contact lenses, if present, after the first 5 minutes,
|
||||
then continue rinsing eye.
|
||||
• Call a poison control center or doctor for treatment advice.
|
||||
If Inhaled • Move person to fresh air.
|
||||
• If person is not breathing, call 911 or an ambulance, then give
|
||||
artificial respiration, preferably mouth-ta-mouth if possible.
|
||||
• Call a poison control center or doctor for further treatment
|
||||
advice.
|
||||
Have the product container or label with you when calling a poison control center or
|
||||
doctor, or going for treatment.
|
||||
HOT LINE NUMBER
|
||||
For 24 Hour Medical Emergency Assistance (Human or Animal) or Chemical
|
||||
Emergency Assistance (Spill, Leak, Fire, or Accident), Call
|
||||
1-800-888-8372
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
Harmful if swallowed or absorbed through skin. Causes eye irritation. Avoid breathing
|
||||
dust. Avoid contact with skin, eyes, or clothing.
|
||||
, '"
|
||||
Personal Protective Equipment
|
||||
Applicators and other handlers must wear:
|
||||
• Long-sleeved shirt and long pants
|
||||
• Waterproof gloves ..
|
||||
• Shoes plus socks
|
||||
|
||||
-3-
|
||||
Follow manufacturer's instructions for cleaning/maintaining PPE. If no such instructions
|
||||
for washables, use detergent and hot water. Keep and wash PPE separately from other
|
||||
laundry.
|
||||
Engineering Control Statements
|
||||
When handlers use dosed systems, endosed cabs, or aircraft in a manner that meets
|
||||
the requirements listed in the Worker Protection Standard (WPS) for agricultural
|
||||
pesticides [40 CFR 170.240{d){4-6»), the handler PPE requirements may be reduced or
|
||||
modified as specified in the WPS.
|
||||
User Safety Recommendations
|
||||
Users should:
|
||||
• Wash hands before eating, drinking, chewing gum, using tobacco or using the
|
||||
toilet.
|
||||
• Remove PPE immediately after handling this product. Wash the outside of gloves
|
||||
before removing. As soon as possible, wash thoroughly and change into clean
|
||||
clothing.
|
||||
Environmental Hazards
|
||||
Do not apply directly to water or to areas where surface water is present or to intertidal
|
||||
areas below the mean high water mark. Drift and runoff may be hazardous to aquatic
|
||||
organisms in neighboring areas. Do not contaminate water when disposing of
|
||||
equipment washwater or rinsate.
|
||||
Spray Drift
|
||||
Do not make aerial applications under conditions involving possible drift to nontarget
|
||||
plants. Refer to the local state laws, regulations, and guidelines for proper application
|
||||
to avoid off-target movement.
|
||||
Physical and Chemical Hazards
|
||||
Do not use or store near heat or open flame.
|
||||
|
||||
51/0
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not acceptable,
|
||||
return the product at once, unopened, and the purchase price will be refunded.
|
||||
The Directions for Use of this product should be followed carefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors as
|
||||
manner of use or application, weather or crop conditions, presence of other materials or
|
||||
other influencing factors in the use of the product, which are beyond the control of
|
||||
SYNGENTA CROP PROTECTION, Inc. or Seller. All such risks shall be assumed by
|
||||
Buyer and User, and Buyer and User agree to hold SYNGENTA and Seller harmless for
|
||||
any claims relating to such factors.
|
||||
SYNGENT A warrants that this product conforms to the chemical description on the label
|
||||
and is reasonably fit for the purposes stated in the Directions for Use, subject to the
|
||||
inherent risks referred to above, when used in accordance with directions under normal use
|
||||
conditions. This warranty does not extend to the use of this product contrary to label
|
||||
instructions, or under abnormal conditions or under conditions not reasonably foreseeable
|
||||
to or beyond the control of Seller or SYNGENTA, and Buyer and User assume the risk of
|
||||
any such use. SYNGENTA MAKES NO WARRANTIES OF MERCHANTABILITY OR OF
|
||||
FITNESS FOR A PARTICULAR PURPOSE NOR ANY OTHER EXPRESS OR IMPLIED
|
||||
WARRANTY EXCEPT AS STATED ABOVE.
|
||||
In no event shall SYNGENTA or Seller be liable for any incidental, consequential or special
|
||||
damages resulting from the use or handling of this product. THE EXCLUSIVE REMEDY
|
||||
OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY OF SYNGENTA AND
|
||||
SELLER FOR ANY AND ALL CLAIMS, LOSSES, INJURIES OR DAMAGES
|
||||
(INCLUDING CLAIMS BASED ON BREACH OF WARRANTY, CONTRACT,
|
||||
NEGLIGENCE, TORT, STRICT LIABILITY OR OTHERWISE) RESULTING FROM THE
|
||||
USE OR HANDLING OF THIS PRODUCT, SHALL BE THE RETURN OF THE
|
||||
PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION OF SYNGENTA OR
|
||||
SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing conditions of sale and limitations of warranty and of liability, which may not litl
|
||||
modified except by written agreement signed by a duly authorized representative of ".
|
||||
SYNGENT A. ' , ..
|
||||
· . · ,
|
||||
·
|
||||
|
||||
-5-
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of F~derallaw to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
b 1 /~
|
||||
Do not apply this product in a way that will contact workers or other persons, either
|
||||
directly or through drift. Only protected handlers may be in the area during application.
|
||||
For any requirements specific to your State or Tribe, consult the agency responsible for
|
||||
pesticide regulation.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR part 170. This Standard contains requirements for the protection
|
||||
of agricultural workers on farms, forests, nurseries, and greenhouses, and handlers of
|
||||
agricultural pesticides. It contains requirements for training, decontamination,
|
||||
notification, and emergency assistance. It also contains specific instructions and
|
||||
exceptions pertaining to the statements on this label about personal protective
|
||||
equipment (PPE) and restricted-entry interval. The requirements in this box only
|
||||
apply to uses of this product that are covered by the Worker Protection Standard.
|
||||
Do not enter or allow worker entry into treated areas during the restricted entry
|
||||
interval (REI) of 12 hours. Exception: If the product is soil-injected or soil
|
||||
incorporated, the Worker Protection Standard, under certain circumstances, allows
|
||||
workers to enter the treated area if there will be no contact with anything that has
|
||||
been treated.
|
||||
PPE required for early entry to treated areas that is permitted under the Worker
|
||||
Protection Standard and that involves contact with anything that has been treated,
|
||||
such as plants, soil, or water, is:
|
||||
• Coveralls
|
||||
• Waterproof gloves
|
||||
• Shoes plus socks
|
||||
STORAGE AND DISPOSAL
|
||||
Prohibitions
|
||||
Do not contaminate water, food, or feed by storage or disposal. Open ct.;rT.j:.i:1g is
|
||||
prohibited. Keep away from heat and flame.
|
||||
|
||||
Storage
|
||||
Keep container tightly closed when not in use. Do not store near seed, fertilizers, or
|
||||
foodstuffs. Can be stored at temperatures as low as minus 50°F.
|
||||
Pesticide Disposal
|
||||
Waste resulting from the use of this product may be disposed of on site or at an
|
||||
approved waste disposal facility.
|
||||
Container Disposal
|
||||
Completely empty bag into application equipment. Then dispose of empty box in a
|
||||
sanitary landfi" or by incineration, or, if allowed by State and local authorities, by
|
||||
burning. If burned, stay out of smoke.
|
||||
GENERAL INFORMATION AND INSTRUCTIONS
|
||||
7 "j-/s-
|
||||
Achieve® 80DG herbicide is a systemic, postemergence herbicide for the selective
|
||||
control of wild oats, green foxtail, yellow foxtail, annual ryegrass (Italian) and Persian
|
||||
darnel in a" wheat and barley varieties. Perennial grasses such as quackgrass will not
|
||||
be controlled. Although susceptible grassy weeds treated with Achieve 80DG cease
|
||||
growth soon after application, complete die-back of the weeds could take up to 4 weeks.
|
||||
Achieve .80DG does not control broad leaf weeds; however, some broad leaf weed
|
||||
herbicides can be tank mixed with Achieve 80DG to provide broad spectrum weed
|
||||
control in cereals (see appropriate section of label for this information).
|
||||
Achieve 80DG is not affected by rain falling one hour or more after application.
|
||||
Spray Drift
|
||||
Avoid spray drift. Do not apply when weather conditions may cause drift. Do not allow
|
||||
this product to drift onto non-target areas. Drift may result in illegal residues or injury to
|
||||
adjacent crops and vegetation. To avoid spray drift, DO NOT apply aerially when wind
|
||||
speed is greater than 10 mph or during periods of temperature inversions. Use of larger
|
||||
droplet size will also reduce spray drift.
|
||||
AVOIDING SPRAY DRIFT AT THE APPLICATION SITE IS THE RESPONSIBILITY OF
|
||||
THE APPLICATOR.
|
||||
"." ,
|
||||
The interaction of many equipment and weather related factors determine the potential
|
||||
for spray drift. The applicator is responsible for considering a" these factors when
|
||||
making decisions. ' :
|
||||
.. . , ' .. . . .
|
||||
|
||||
-7-
|
||||
The following drift management requirements must be followed to avoid off-target
|
||||
movement from aerial applications to agricultural field crops. These requirements do
|
||||
not apply to forestry applications, public health uses, or to applications using dry
|
||||
formulations.
|
||||
8" 1- IS
|
||||
The distance of the outer most nozzles on the boom must not exceed : the length of the
|
||||
wingspan or rotor.
|
||||
Nozzles must always point backward parallel with the air stream and never be pointed
|
||||
downwards more than 45 degrees.
|
||||
Where states have more stringent regulations, they should be observed.
|
||||
The applicator should be familiar with and take into account the information covered in
|
||||
the Aerial Drift Reduction Advisory below.
|
||||
Aerial Drift Reduction AdviSOry
|
||||
(This section is advisory in nature and does not supersede the mandatory label
|
||||
requirements. )
|
||||
Infonnatlon on Droplet Size
|
||||
• The most effective way to reduce drift potential is to apply large droplets. The best drift
|
||||
management strategy is to apply the largest droplets that provide sufficient coverage
|
||||
and control. Applying larger droplets reduces drift potential, but will not prevent drift if
|
||||
applications are made improperly, or under unfavorable environmental conditions (see
|
||||
Wind, Temperature and Humidity, and Temperature Inversions).
|
||||
Controlling Droplet Size
|
||||
• Volume
|
||||
Use high flow rate nozzles to apply the highest practical spray volume.
|
||||
Nozzles with higher rated flows produce larger droplets.
|
||||
• Pressure
|
||||
Do not exceed the nozzle manufacturer's recommended pressures. For
|
||||
many nozzle types, lower pressure produces larger droplets. When higher
|
||||
flow rates are needed, use higher flow rate nozzles instead of increasing
|
||||
pressure.
|
||||
• Number of Nozzles
|
||||
Use the minimum number of nozzles that provide uniform covE'rarf!.
|
||||
|
||||
-8-
|
||||
• Nozzle Orientation
|
||||
Orienting nozzles so that the spray is released para"el to the airstream
|
||||
produces larger droplets than other orientations and is the recommended
|
||||
practice. Significant deflection from horizontal will reduce droplet size and
|
||||
increase -drift potential.
|
||||
• Nozzle Type
|
||||
Use a nozzle type that is designed for the intended application. With most
|
||||
nozzle types, narrower spray angles produce larger droplets. Consider using
|
||||
low-drift nozzles. Solid stream nozzles oriented straight back produce the
|
||||
largest droplets and the lowest drift.
|
||||
Boom Length
|
||||
For some use patterns, reducing the effective boom length to less than 3/4 of the
|
||||
wingspan or rotor length may further reduce drift without reducing swath width.
|
||||
Application Height
|
||||
Applications should not be made at a height greater than 10ft. above the top of the
|
||||
target plants unless a greater height is required for aircraft safety. Making applications
|
||||
at the lowest height that is safe reduces exposure of droplets to evaporation and wind.
|
||||
Swath ACljustment
|
||||
When applications are made with a cross wind, the swath will be displaced downwind.
|
||||
Therefore, on the up and downwind edges of the field, the applicator should
|
||||
compensate for this displacement by adjusting the path of the aircraft upwind. Swath
|
||||
adjustment distance should increase, with increasing drift potential (higher wind, smaller
|
||||
drops, etc.).
|
||||
Wind
|
||||
Drift potential is lowest between wind speeds of 2-10 mph. However, many factors,
|
||||
including droplet size and equipment type determine drift potential at any given speed.
|
||||
Application should be avoided below 2 mph due to variable wind direction and high
|
||||
inversion potential. Note: Local terrain can influence wind pattems. Every applicator
|
||||
should be familiar with local wind pattems and how they affect spray drift.
|
||||
Temperature and Humidity . ,
|
||||
When making applications in low relative humidity, set up equipment to.prcauce larger
|
||||
droplets to compensate for evaporation. Droplet evaporation is most severe yvhen
|
||||
conditions are both hot and dry.
|
||||
|
||||
-9-
|
||||
Temperature Inversions
|
||||
Applications should not occur during a temperature inversion because drift potential is
|
||||
high. Temperature inversions restrict vertical air mixing, which causes small suspended
|
||||
droplets to remainfil a concentrated cloud. This cloud can move in unpredictable
|
||||
directions due to the light variable winds common during inversions. Temperature
|
||||
inversions are characterized by increasing temperatures with altitude and are common
|
||||
on nights with limited cloud cover and light to no wind. They begin to form as the sun
|
||||
sets and often continue into the morning. Their presence can be indicated by ground
|
||||
fog; however, if fog is not present, inversions can also be identified by the movement of
|
||||
smoke from a ground source or an aircraft smoke generator. Smoke that layers and
|
||||
moves laterally in a concentrated cloud (under low wind conditions) indicates an
|
||||
inversion, while smoke that moves upward and rapidly dissipates, indicates good
|
||||
vertical air mixing.
|
||||
Sensitive Areas
|
||||
The pesticide should only be applied when the potential for drift to adjacent sensitive
|
||||
areas (e.g., residential areas, bodies of water, known habitat for threatened or
|
||||
endangered species, nontarget crops) is minimal (e.g., when wind is blowing away from
|
||||
the sensitive areas).
|
||||
Where states have more stringent regulfltions, they should be observed. ,
|
||||
Information On Weed Resistance
|
||||
Naturally occurring biotypes of certain grass species with resistance to this herbicide
|
||||
and related products (same mode of action) are known to exist. Selection of resistant
|
||||
biotypes through repeated use of these herbicides may result in control failures. If poor
|
||||
performance cannot be attributed to adverse weather conditions or improper application
|
||||
methods, a resistant biotype may be present. In such a case, additional treatments with
|
||||
this herbicide or related products is not recommended. Consult your local Syngenta
|
||||
Crop Protection representative or agricultural advisor for assistance.
|
||||
General Use Precautions
|
||||
Achieve aOOG is to be used as a postemergence herbicide in wheat and barley. 00
|
||||
not use in tame oat crops. Avoid drift onto tame oat and com crops. Cereal crops
|
||||
which are exposed to temperatures below 40°F up to 48 hours before or after , , , ,
|
||||
application of Achieve aOOG may incur unacceptable crop injury. Unacceptable crop
|
||||
injury could also occur when Achieve 800G is applied to crops under stress due to t;ig:-J
|
||||
temperatures, drought, foliar diseases, insect damage, or lack of fertility.
|
||||
When weeds are stressed due to drought, heat, lack of fertility, flooding o. prvlonged
|
||||
cool temperatures, control can be reduced or delayed since the grassest>r'E.' not active'y
|
||||
growing. Grass escapes or re-tillering may occur when application is rr.;:;do under
|
||||
|
||||
-10--
|
||||
1/ r/~
|
||||
prolonged stress conditions. Optimum weed control will be obtained if application of
|
||||
Achieve 800G is delayed until the stress conditions have ended and weeds are once
|
||||
again actively growing.
|
||||
00 not apply Achieiie 800G to crops or weeds that have heavy dew cover.
|
||||
Rotational crops of cereal grains and leafy crop groups may be planted 30 days after
|
||||
application of Achieve 800G. All other rotational crops may be planted 106 days
|
||||
after application of Achieve 800G.
|
||||
00 not apply this product through any type of irrigation system.
|
||||
Flood or sprinkler irrigation can cause subsequent germination of wild oats and other
|
||||
grassy weeds. For optimum weed control in irrigated crops, apply Achieve 800G after
|
||||
irrigation when new weed germination is complete.
|
||||
Harvesting Intervals:
|
||||
Minimum interval to harvest is 60 days after treatment with Achieve 800G.
|
||||
Immature crops (forage) may be grazed or cut for hay 30 days after treatment.
|
||||
Mature straw and grain may be fed to livestock 45. days after treatment. .
|
||||
Crops
|
||||
Achieve 800G can be used in all varieties of wheat and all 2- or 6-row varieties of
|
||||
barley (malting and general-purpose varieties including semidwarf and hulless).
|
||||
Weeds Controlled and Use Rates:
|
||||
A maximum seasonal application rate is 0.25 lb. a.i.lA. For control of wild oats, green
|
||||
foxtail, yellow foxtail, annual ryegrass (Italian) and Persian damel, apply Achieve 800G
|
||||
at 0.22-0.30 Ibs.lA (0.18-0.24 lb. a.i.lA). Use the high rate when soil is dry, weeds are
|
||||
large, weed population is high or crop canopy is dense. Apply by ground sprayers in a
|
||||
spray volume of 10 gallons water per acre. For aerial applications, a minimum of 5 gals.
|
||||
water per acre should be used.
|
||||
Always add SUPERCHARGE7 adjuvant to the spray solution at a rate of 4 pts. pel J:QQ
|
||||
gals. of water (0.5% v/v). Use of incorrect SUPERCHARGE rates or alternative ,,'
|
||||
adjuvants may result in unacceptable weed control or crop injury. In addition, alwa}'s' .
|
||||
add ammonium sulfate to the spray solution at a rate of 151bs. per 100 9&1~. 'when
|
||||
spray water contains more than 400 ppm bicarbonate ions. Only use granular or 1i:;L:i::!
|
||||
ammonium sulfate formulations which do not contain additional wetters or sl.hfactants ..
|
||||
Water from deep wells is more likely to require addition of ammonium sulh~e compared
|
||||
to surface water sources. Addition of ammonium sulfate can also providc:cnhanced
|
||||
|
||||
-11-
|
||||
weed control under low moisture or high temperature stress conditions as well as when
|
||||
tank mixing with broadleaf weed herbicides.
|
||||
Apply Achieve 80DG to actively growing weeds for best results. Weeds emerging after
|
||||
application of Achieve 80DG will not be controlled. Achieve 80DG will not control
|
||||
broadleaf weeds. See APPLICATION DIRECTIONS section of label for information on
|
||||
approved tankmixes.
|
||||
Apply Achieve 80DG to wild oats at the 1-6 leaf stage of growth (total leaves including
|
||||
tillers). Wild oats will be controlled up to the emergence of the third tiller.
|
||||
For control of green foxtail and yellow foxtail, apply Achieve 80DG at 1-5 leaf stage of
|
||||
growth (total leaves including tillers).
|
||||
For control of annual ryegrass (Italian) and Persian darnel, apply Achieve 80DG at the
|
||||
1-4 leaf stage of growth (total leaves including tillers). Best control of ryegrass is
|
||||
obtained when application is made in the fall, prior to the dormancy period.
|
||||
Optimum weed control and crop yield response occurs when wild oats and Persian
|
||||
darnel are removed before they begin to tiller.
|
||||
APPLICATION DIRECTIONS
|
||||
For broad spectrum control of both annual grasses and many broad leaf weeds, Achieve
|
||||
80DG can be tank mixed with MCPA ester, bromoxynil/MCPA esters (such as
|
||||
Bronate®), bromoxyil ester (such as Buctril®), Curtail® M, and Stinger®. In North
|
||||
Dakoka, South Dakota and Minnesota, Achieve BODG may also be tank mixed with 2,4-
|
||||
D ester when ammonium sulfate is also used. When tank mixing Achieve 80DG with
|
||||
2,4-D ester or bromoxynil ester, green and yellow foxtail control may be reduced with
|
||||
adverse growing conditions. Do not exceed 8 oz. ailA of MCPA ester or 2,4-D ester as
|
||||
reduced weed control may occur. Read and strictly adhere to the use directions and
|
||||
precautions on the label of the product tank mixed with Achieve 80DG.
|
||||
Do not tank mix with amine formulations of labeled herbicides or any other herbicide,
|
||||
insecticide, fungicide, fertilizer solution or adjuvant not recommended on the label as
|
||||
poor grass control andlor unacceptable crop injury may result.
|
||||
Weed control can be reduced when Achieve 80DG is applied to fields which receive::! a
|
||||
soil residual sulfonylurea herbicide treatment the previous year.
|
||||
Temporary crop injury may occur with registered tankmixes under extrem'e ...... eather
|
||||
conditions or when the crop is suffering from stress due to inadequate or '3b~orm&liy
|
||||
high moisture levels or extreme temperatures. •
|
||||
|
||||
/3
|
||||
-12-
|
||||
Herbicides not approved on this label for tank mixing with Achieve 80DG may be
|
||||
applied separately in sequence. Always apply Achieve 80DG first and allow at least 5
|
||||
days after the application of Achieve 80DG before applying other herbicides. If other
|
||||
herbicides have been applied, wait at least 15 days before Achieve 80DG application.
|
||||
Reduced grass con1rol should be expected if Achieve 80DG is not applied first.
|
||||
Unacceptable weed control may be obtained when Achieve 80DG is applied with spray
|
||||
eqUipment containing residual spray solution or other spray residues from a previous
|
||||
sulfonylurea herbicide application. Ensure such sprayers are thoroughly cleaned before
|
||||
adding Achieve 80DG to the spray tank.
|
||||
Sprayer Loading And Mixing Instructions
|
||||
Follow the mixing instructions below for adding Achieve 80DG to the spray tank.
|
||||
1. Only use sprayers in good running condition with high agitation. Ensure the sprayer
|
||||
is cleaned according to instructions on label of the product used prior to Achieve
|
||||
80DG. Use only clean water for the spray solution. Ensure that all in-line strainer
|
||||
and nozzle screens in the sprayer are 50 mesh or coarser. Screens of 80 mesh size
|
||||
or finer should not be used.
|
||||
2. Begin to fill sprayer tank or premix tank with clean water, and engage agitator.
|
||||
Agitation must be continued throughout the entire mixing and spraying procedure.
|
||||
3. When the sprayer or premix tank is three-quart~rs full of water, add" ammonium
|
||||
sulfate and agitate until completely dissolved. Then add Achieve 80DG slowly.
|
||||
Remove straining screen from filler opening of spray tank before adding Achieve
|
||||
80DG. (Note: Achieve 80DG must be added directly into the sprayer through the
|
||||
tank opening and not through injector or hopper systems, for sprayers so equipped.)
|
||||
For shallow spray tanks where water depth is 24 inches or less, add Achieve 80DG
|
||||
towards agitator unit and away from outlet in the bottom of the tank to enhance
|
||||
dispersion.
|
||||
4. Wait at least one minute after the last of the Achieve 80DG has been added to the
|
||||
tank to allow for complete dispersion of the granules. A longer agitation period may
|
||||
be required to disperse Achieve 80DG when using cold water from sources such as
|
||||
deep drilled wells.
|
||||
5. If tank mixing, add the recommended product next.
|
||||
6. Lastly, add adjuvant and then continue to fill tank to desired level with water.
|
||||
Spraying Instructions
|
||||
Achieve 80DG may be applied by either ground sprayers or by aerial ap~Ii('.cltion.
|
||||
1 /S
|
||||
|
||||
..
|
||||
-13-
|
||||
For ground sprayers, apply in a minimum spray volume of 10 gallons per acre. Apply
|
||||
at a pressure of 30 PSI to 40 PSI to ensure proper dispersion, spraying characteristics
|
||||
and performance of Achieve 80DG.
|
||||
Flat fan nozzles oNio o or 1100 are recommended for optimum coverage. Do not use
|
||||
floodjet nozzles or controlled droplet application equipment. Nozzles may be angled
|
||||
forward 450 to enhance penetration of the crop and provide better coverage. Ensure
|
||||
that all in-line strainer and nozzle screens in the sprayer are 50 mesh or coarser.
|
||||
Screens of 80 mesh size or finer should not be used.
|
||||
Always ensure that agitation is maintained until spraying is completed, even if stopped
|
||||
for brief periods of time. If the agitation is stopped for more than 5 minutes, re-suspend
|
||||
the spray solution by running on full agitation prior to spraying. Achieve 80DG must be
|
||||
sprayed within the same day of mixing.
|
||||
For aerial applications, a minimum of 5 gals. water per acre should be applied. When
|
||||
grass foliage is dense, higher water volumes should be used. Use sufficient spray
|
||||
volume to ensure complete dispersion of Achieve 80DG in the spray tank when mixing
|
||||
and during applications to target grass weeds. When making aerial applications, care
|
||||
should be taken to avoid drift to crops other than wheat or barley. Avoid drift to non
|
||||
target areas. Do not spray when conditions are favorable for drift or when wind velocity
|
||||
exceeds 10 mph.
|
||||
When spraying is completed and prior to using other products, ensure the sprayer tank
|
||||
is thoroughly rinsed with clean water to remove any remaining Achieve 80DG residues.
|
||||
Using a pressure washer and the addition of a detergent or a nonionic surfactant to the
|
||||
rinse water will enhance removal of residues.
|
||||
(Note: A weed leaf-stage diagram will be placed at end of text on printed label.)
|
||||
Achieve® and Supercharge® and the Syngenta logo are trademarks of a Syngenta
|
||||
Group Company
|
||||
Bronate® and Buctrii® registered trademarks of Rhone-Poulenc
|
||||
Curtail® and Stinger® registered trademarks of Dow AgroSciences
|
||||
©2001 Syngenta
|
||||
For non-emergency (e.g. current product information), call
|
||||
Syngenta Crop Protection 1-800-334-9481
|
||||
I •• ,
|
||||
Product of UK
|
||||
'" '
|
||||
.. .
|
||||
.' .
|
||||
|
||||
, .
|
||||
Fonnulated in xxxx
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.syngenta-us.60m
|
||||
SCPXXXX
|
||||
ACH 80DG AMEND 0803 FIRSTAID - pd - 08105103
|
||||
-14-
|
||||
0001 ()()'{)1196.20030808.ACHIEVE-80DG-AMEN[)'()303-FIRSTAID.pdf
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1108",
|
||||
"epa_reg_no": "100-1108",
|
||||
"product_name": "TOUCHDOWN 5 HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Sulfosate",
|
||||
"cas": "81591-81-3",
|
||||
"percent": 48.6,
|
||||
"pc_code": "128501"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01108-20031110.pdf",
|
||||
"filename": "000100-01108-20031110.pdf",
|
||||
"accepted_date": "2003-11-10",
|
||||
"last_modified": "2011-04-13T17:39:09+00:00",
|
||||
"page_count": 47,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1108",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1108"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:17:38.952284+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1116",
|
||||
"epa_reg_no": "100-1116",
|
||||
"product_name": "TYPHOON D HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Fluazifop-P-butyl",
|
||||
"cas": "79241-46-6",
|
||||
"percent": 1.02,
|
||||
"pc_code": "122809"
|
||||
},
|
||||
{
|
||||
"name": "Sodium salt of fomesafen",
|
||||
"cas": "108731-70-0",
|
||||
"percent": 2.12,
|
||||
"pc_code": "123802"
|
||||
}
|
||||
],
|
||||
"signal_word": "Warning",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/010182-00447-19990525.pdf",
|
||||
"filename": "010182-00447-19990525.pdf",
|
||||
"accepted_date": "1999-05-25",
|
||||
"last_modified": "2011-04-19T18:13:04+00:00",
|
||||
"page_count": 26,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1116",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1116"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:17:49.930992+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,915 @@
|
||||
# TYPHOON D HERBICIDE
|
||||
|
||||
- EPA Reg No: **100-1116**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Warning
|
||||
- Active ingredients: Fluazifop-P-butyl (1.02%); Sodium salt of fomesafen (2.12%)
|
||||
- Label accepted: 1999-05-25
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/010182-00447-19990525.pdf
|
||||
|
||||
---
|
||||
----""-------------
|
||||
,
|
||||
I
|
||||
010182-00447-052599
|
||||
Printed: 07:48:06 Tuesday, 08 Jun, 1999
|
||||
Systems Integration Group, Inc.
|
||||
# 20 / 3232
|
||||
|
||||
)
|
||||
/0/ ~0.2- 447
|
||||
U S. ENVIRONMENTAL PROTECTION AGENCY
|
||||
Office of Pesticide Programs
|
||||
Registration Division (7505C)
|
||||
401 HM" St., S.W.
|
||||
Washington, D.C. 20460
|
||||
NOTICE OF PESTICIDE:
|
||||
_X_
|
||||
(under FIFRA, as amended)
|
||||
Registration
|
||||
Reregistration
|
||||
Name and Address of Registrant (include ZIP Code) :
|
||||
Zeneca Ag Products
|
||||
P.O. Box 15458
|
||||
Wilmington, DE 19850-5458
|
||||
EPA Reg.
|
||||
Number:
|
||||
10182-
|
||||
447
|
||||
Term of Issuance:
|
||||
Date of Issuance:
|
||||
MAY 25 1999
|
||||
Expiration D;'Ite:
|
||||
November 1, 199)
|
||||
Conditional
|
||||
Name of Pesticide Product:
|
||||
Typhoon®D Herbicide
|
||||
Note: Changes in labeling differing in substance from that accepted in COnnection with this registration must
|
||||
be submitted to and accepted by the Registration Division prior to use of the label in commerce. In any
|
||||
correspondence on this product always refer to the above ~PA registration number.
|
||||
On the basis of information furnished by the registrant, ~he above named pesticide is hereby
|
||||
registered/reregistered under the federal Insecticide, fungicide and Fodenticide Act.
|
||||
Registra~ion is in no way to be construed as an endorseme;,t or recommendation of this product by the Agenc~'.
|
||||
In order to protect healtr, and the environment, the Admin':'strator, on his motion, may at any time suspend c::
|
||||
cancel tr,e registration of a pesticide in accordance with the P.ct. The acceptance of any name in connectic~l
|
||||
with the registration of a product under this Act is not :0 be construed as giving the registrant a right tc
|
||||
exclusi\'~ use of the name or to its use if it has been cC7ered by ot.hers.
|
||||
This product is conditionally registered in accordance with
|
||||
FIFRA sec. 3(c) (7) (A) provided that you:
|
||||
1. Submit and/or cite all data required for registration of
|
||||
your product under FIFRA sec. 3(c) (5) when the Agency requires all
|
||||
registrants of similar products to submit such data; and submit
|
||||
acceptable responses required for reregistration of your product
|
||||
under FIFRA section 4.
|
||||
2. Make the following label change before you release the
|
||||
product for shipment:
|
||||
a. Revise the EPA Registration Number to read "EPA Reg. No.
|
||||
10182-447".
|
||||
3. Submit one copy of the revised final printed label before
|
||||
you release the product for shipment
|
||||
Signature of Approving Official: Dat.e:
|
||||
MAY 25 1999
|
||||
.
|
||||
EPA f"orm 8570 b
|
||||
~~ .. ' ,
|
||||
______ oI·.t.tliltli.'~.:i., __ ....... ____ .... _____ .. tl;l*iiI .... I"":II··Ii1.I;'I.o..I!iII"~I\;~.::.."':I!i"';;""~' __ -,-"",-J;.:~~
|
||||
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
page 2
|
||||
EPA Reg. No. 10182-447
|
||||
If these conditions are not complied with, the registration
|
||||
will be subject to cancellation in accordance with FIFRA sec.
|
||||
6(e). Your release for shipment of the product constitutes
|
||||
acceptance of these conditions.
|
||||
A stamped copy of the label is enclosed for your records.
|
||||
) Enclosure
|
||||
Joanne I. Miller
|
||||
Product Manager (23)
|
||||
Herbicide Branch
|
||||
Registration Division (7S0SC)
|
||||
RD:STANTON:PM Team 23:Rm. 237:CM·2:305·5218:Disk #10:1 0182·447.REG
|
||||
CONCURRENCES
|
||||
SYMBOL'" 7505C
|
||||
...... ", .................................... ,,, ........................... "',, .......... II ....................................................... , ......................................................... ,' ... ' .............. .
|
||||
SURNAME ... . .. ~: .. ~~.~_~~!-?~ .....
|
||||
DATE" May 25. 1999
|
||||
EPA Form 1320·1112.70) OFFICIAL FILE COPY
|
||||
|
||||
)
|
||||
TYPHOON® D Herbicide
|
||||
Page 1 of 23
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
For Control of Grass and Broadleaf Weeds in Soybeans
|
||||
COMPLETE DIRECTIONS FOR USE
|
||||
ACTIVE INGREDIENTS:
|
||||
Fluazifop-P-butyl
|
||||
butyl (R)-2-[4[[5-(trifluoromethyl)-2-pyridinyIJoxyJphenoxyJ propanoate . . . . . . . . . . . . .. 1.02%
|
||||
Sodium salt of fomesafen
|
||||
5-[2-chloro-4-(trifluoromethyl)phenoxyJN-(methylsulfonyl)-2-nitrobenzamide ......... 2.12%
|
||||
INERT INGREDIENTS: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 96.86%
|
||||
TOTAL .................................................. 100.00%
|
||||
Contains 0.086 lb. (+) isomer of fluazifop-P-butyl and the equivalent of 2.03% fomesafen or
|
||||
0.171 lb. fomesafen active ingredient per gallon.
|
||||
EPA Reg. No. 10182-
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
WARNING
|
||||
AVISO
|
||||
Si usted no entiende la etiqueta, busque a alguien para que se la explique a usted en detalle.
|
||||
(If you do not understand the label, find someone to explain it to you in detail.)
|
||||
Made in U.S.A.
|
||||
ZENECA Ag Products
|
||||
ZENECAlnc.
|
||||
Wilmington, DE 19850-5458
|
||||
ACCEPTED
|
||||
with COMMEln'S
|
||||
In EPA Loiter DOled
|
||||
MAY 25 1900
|
||||
1I....... !he Federal lneeetieId ..
|
||||
Frmdidde, and RodeJdidde Act
|
||||
B& amended. (or the pe8lidde
|
||||
regi.etered onder EPA ReS- No.
|
||||
lOt rp- lfifZ
|
||||
|
||||
)
|
||||
)
|
||||
CONDITIONS OF SALE
|
||||
Page 2
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5124199
|
||||
AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not acceptable,
|
||||
The Directions for Use of this product should be followed carefully. It is impossible to eliminate
|
||||
all risks inherently associated with the use of this product. Crop injury, ineffectiveness or other
|
||||
unintended consequences may result because of such factors as manner of use or application,
|
||||
weather or crop conditions, presence of other materials or other influencing factors in the use of
|
||||
the product, which are beyond the control of ZENECA or Seller. All such risks shall be
|
||||
assumed by Buyer and User, and Buyer and User agree to hold ZENECA and Seller harmless
|
||||
for any claims relating to such factors.
|
||||
ZENECA warrants that this product conforms to the chemical description on the label and is
|
||||
reasonably fit for the purposes stated in the Directions for Use, subject to the inherent risks
|
||||
referred to above, when used in accordance with directions under normal use conditions. This
|
||||
warranty does not extend to the use of this product contrary to label instructions, or under
|
||||
abnormal conditions or under conditions not reasonably foreseeable to or beyond the control of
|
||||
Seller or ZENECA, and Buyer and User assume the risk of any such use. ZENECA MAKES
|
||||
NO WARRANTIES OF MERCHANTABILITY OR OF FITNESS FOR A PARTICULAR
|
||||
PURPOSE NOR ANY OTHER EXPRESS OR IMPLIED WARRANTY EXCEPT AS STATED
|
||||
ABOVE.
|
||||
In hO event shall ZENECA or Seller be liable for any incidental, consequential or special
|
||||
damages resulting from the use or handling of this product. THE EXCLUSIVE REMEDY OF
|
||||
THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY OF ZENECA AND SELLER FOR
|
||||
ANY AND ALL CLAIMS, LOSSES, INJURIES OR DAMAGES (INCLUDING CLAIMS BASED
|
||||
ON BREACH OF WARRANTY, CONTRACT, NEGLIGENCE, TORT, STRICT LIABILITY OR
|
||||
OTHERWISE) RESULTING FROM THE USE OR HANDLING OF THIS PRODUCT, SHALL
|
||||
BE THE RETURN OF THE PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION
|
||||
OF ZENECA OR SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
ZENECA and Seller offer this product, and Buyer and User accept it, subject to the foregoing
|
||||
conditions of sale and limitations of warranty and of liabiliiy, which may not be modified except
|
||||
by written agreement signed by a duly authorized representative of ZENECA.
|
||||
|
||||
)
|
||||
TABLE OF CONTENTS
|
||||
Page 3
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
Page
|
||||
STATEMENT OF PRACTICAL TREATMENT ...................................... .
|
||||
PRECAUTIONARY STATEMENTS ............................................. .
|
||||
DIRECTIONS FOR USE ...................................................... .
|
||||
Agricultural Use Requirements .............................................. .
|
||||
Storage and Disposal ..................................................... .
|
||||
General Information ...................................................... .
|
||||
Application Directions ..................................................... .
|
||||
General Use Precautions .................................................. .
|
||||
Rotational Crop Restrictions ................................................ .
|
||||
TYPHOON D Use Regions ................................................. .
|
||||
Rates and Weed Growth Stages ............................................. .
|
||||
Tankmix and Sequential Applications for Soybeans .............................. .
|
||||
Scientific Names of Weeds (Appendix) ........................................ .
|
||||
|
||||
)
|
||||
Page 4
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
STATEMENT OF PRACTICAL TREATMENT
|
||||
IF IN EYES: Hold eyelids open and flush with a steady, gentle stream of water for 15 minutes.
|
||||
Get medical attention.
|
||||
IF ON SKIN: Wash with plenty of soap and water. Get medical attention.
|
||||
IF INHALED: Remove victim to fresh air. If not breathing, give artificial respiration, preferably
|
||||
mouth-to-mouth. Get medical attention.
|
||||
FOR 24-HOUR EMERGENCY MEDICAL ASSISTANCE, CALL 1-800-F-A-S-T-M-E-D (327-
|
||||
8633).
|
||||
FOR CHEMICAL EMERGENCY: Spill, leak, fire, exposure, or accident call CHEMTREC
|
||||
1-800-424-9300.
|
||||
|
||||
)
|
||||
PRECAUTIONARY STATEMENTS
|
||||
HAZARDS TO HUMANS AND DOMESTIC ANIMALS
|
||||
WARNING
|
||||
Page 5
|
||||
TYPHOON 0 Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
This product contains fomesafen which has been determined to cause tumors in laboratory
|
||||
animals (mice). Risks can be reduced by closely following use directions and precautions and
|
||||
by wearing the protective clothing specified elsewhere on this label.
|
||||
CAUSES SUBSTANTIAL, BUT TEMPORARY, EYE INJURY. HARMFUL IF ABSORBED
|
||||
THROUGH SKIN OR INHALED. MAY CAUSE ALLERGIC SKIN RESPONSE.
|
||||
Do not get in eyes, on skin or on clothing. Avoid breathing vapors or spray mist.
|
||||
PERSONAL PROTECTIVE EQUIPMENT
|
||||
Some materials that are chemical-resistant to this product are listed below. If you want more
|
||||
options, follow the instructions for category C on an EPA chemical resistance category selection
|
||||
chart.
|
||||
Applicators and other handlers (other than mixers and loaders) must wear:
|
||||
• Long-sleeved shirt and long pants.
|
||||
• Chemical-resistant gloves, such as Barrier Laminate or Butyl Rubber or Nitrile Rubber or
|
||||
Neoprene Rubber or Polyvinyl Chloride (PVC) or Viton.
|
||||
• Shoes plus socks.
|
||||
• Protective eyewear.
|
||||
Mixers and Loaders must wear:
|
||||
• Long-sleeved shirt and long pants.
|
||||
• Chemical-resistant gloves, such as Barrier Laminate or Butyl Rubber or Nitrile Rubber or
|
||||
Neoprene Rubber or Polyvinyl Chloride (PVC) or Viton.
|
||||
• Shoes plus socks.
|
||||
• Protective eyewear.
|
||||
• Chemical-resistant apron when mixing or loading.
|
||||
Discard clothing and other absorbent materials that have been drenched or heavily
|
||||
contaminated with this product's cOllcentrate. Do not reuse them. Follow manufacturer's
|
||||
instructions for cleaning/maintaining PPE. If no such instructions for washables, use detergent
|
||||
and hot water. Keep and wash PPE separately from other laundry.
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that meets the
|
||||
requirements listed in the Worker Protection Standard (WPS) for agricultural pesticides [40 CFR
|
||||
170.240(d)(4-6»), the handler PPE requirements may be reduced or modified as specified in the
|
||||
WPS.
|
||||
|
||||
)
|
||||
~~--~-----
|
||||
User Safety Recommendations
|
||||
Users should:
|
||||
Page 6
|
||||
TYPHOON 0 Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
• Wash hands before eating, drinking, chewing gum, using tobacco or using the toilet.
|
||||
• Remove clothing immediately if pesticide gets inside. Then wash thoroughly and put on
|
||||
clean clothing.
|
||||
• Remove PPE immediately after handling this product. Wash the outside of gloves before
|
||||
removing. As soon as possible, wash thoroughly and change into clean clothing.
|
||||
ENVIRONMENTAL HAZARDS
|
||||
This product is toxic to fish. Do not apply directly to water, or to areas where surface water is
|
||||
present, or to intertidal areas below the mean high water mark. Do not contaminate water
|
||||
when disposing of equipment washwaters. Do not apply when weather conditions favor drift
|
||||
from target area.
|
||||
This product contains the active ingredient fomesafen which is known to leach through soil into
|
||||
ground water under certain conditions as a result of label use. Use of this product in areas
|
||||
where soils are permeable, particularly where the water table is shallow, may result in ground
|
||||
water contamination.
|
||||
PHYSICAL AND CHEMICAL HAZARDS
|
||||
Do not use or store near heat or open flame.
|
||||
|
||||
DIRECTIONS FOR USE
|
||||
Page 7
|
||||
TYPHOON 0 Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its labeling.
|
||||
Do not apply this product through any type of irrigation system.
|
||||
Do not apply this product in a way that will contact workers or other persons, either directly or
|
||||
through drift. Only protected handlers may be in the area during application. For any
|
||||
requirements specific to your State or Tribe, consult the agency responsible for pesticide
|
||||
regulation.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker Protection Standard,
|
||||
40 CFR part 170. This Standard contains requirements for the protection of agricultural
|
||||
workers on farms, forests, nurseries, and greenhouses, and handlers of agricultural pesticides.
|
||||
It contains requirements for training, decontamination, notification, and emergency assistance.
|
||||
It also contains specific instructions and exceptions pertaining to the statements on this label
|
||||
about personal protective equipment (PPE) and restricted-entry interval. The requirements in
|
||||
this box only apply to uses of this product that are covered by the Worker Protection Standard.
|
||||
Do not enter or allow worker entry into treated areas during the restricted entry interval (REI) of
|
||||
24 hours.
|
||||
PPE required for early entry to treated areas that is permitted under the Worker Protection
|
||||
Standard and that involves contact with anything that has been treated, such as plants, soil, or
|
||||
water, is:
|
||||
• Coveralls.
|
||||
• Chemical-resistant gloves, such as Barrier Laminate or Butyl Rubber or Nitrile Rubber or
|
||||
Neoprene Rubber or Polyvinyl Chloride (PVC) or Viton.
|
||||
• Shoes plus socks.
|
||||
• Protective eyewear.
|
||||
STORAGE AND DISPOSAL
|
||||
PROHIBITIONS: Do not contaminate water, food or feed by storage or disposal. Open
|
||||
dumping is prohibited. Do not reuse empty container.
|
||||
STORAGE: Store above 32°F in original containers only. If product freezes, return to room
|
||||
temperature and agitate to reconstitute. Keep container closed when not in use. Do not store
|
||||
near food or feed. In case of spill or leak on floor or paved surfaces, soak up with sand, earth
|
||||
or synthetic absorbent. Remove to chemical waste area.
|
||||
Q ,9.0 .. 2S 7 1
|
||||
|
||||
)
|
||||
Page 8
|
||||
TYPHOON 0 Booklet
|
||||
TYPHOONO.RSA - 5/24/99
|
||||
PESTICIDE DISPOSAL: Pesticide wastes are toxic. Improper disposal of excess pestiCide,
|
||||
spray mixture or rinsate is a violation of Federal law. If these wastes cannot be disposed of by
|
||||
use according to label instructions, contact your State Pesticide or Environmental Control
|
||||
Agency or the Hazardous Waste Representative at the nearest EPA Regional Office for
|
||||
guidance.
|
||||
CONTAINER DISPOSAL:
|
||||
Metal Containers: Triple rinse (or equivalent). Then offer for recycling or reconditioning or
|
||||
puncture and dispose of in a sanitary landfill or by other procedures approved by state and local
|
||||
authorities.
|
||||
Plastic Containers: Triple rinse (or equivalent). Then offer for recycling or reconditioning or
|
||||
puncture and dispose of in a sanitary landfill by incineration or, if allowed by state and local
|
||||
authorities, by burning. If burned, stay out of smoke.
|
||||
Glass Containers: Triple rinse (or equivalent). Then dispose of in a sanitary landfill or by
|
||||
other approved state and local procedures.
|
||||
FOR BULK AND MINI-BULK CONTAINERS:
|
||||
Container Disposal: Reseal container and offer for reconditioning, or triple rinse (or
|
||||
equivalent) and offer for recycling or reconditioning, or clean in accordance with manufacturer's
|
||||
instructions.
|
||||
Container Precautions: Before refilling, inspect thoroughly for damage, such as cracks,
|
||||
punctures, bulges, dents, abrasions and damaged or worn thread on closure devices.
|
||||
REFILL ONLY WITH TYPHOON" D. The contents of this container cannot be completely
|
||||
removed by cleaning. Refilling with rnaterials other than TYPHOON 0 herbicide will result in
|
||||
contamination and may weaken container. After filling and before transporting, check for leaks.
|
||||
Do not refill or transport damaged or leaking container.
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED OR DRINKING WATER.
|
||||
GENERAL INFORMATION
|
||||
Read all label directions before using.
|
||||
TYPHOON D herbicide is a selective early postemergence herbicide for control of grass and
|
||||
broadleaf weeds in soybeans.
|
||||
TYPHOON 0 herbicide has systemic activity moving from the treated foliage into the shoots,
|
||||
roots, rhizomes, stolons, and growing points (meristematic regions) of treated grass weeds and
|
||||
contact activity for broad leaf weeds. Thorough coverage of all weed plant foliage is important
|
||||
for good activity. Optimum weed control is achieved when young actively growing weeds are
|
||||
treated that are not under stress from moisture, temperature, low soil fertility, mechanical or
|
||||
chemical injury.
|
||||
|
||||
)
|
||||
Page 9
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
Certain germinating broadleaf weeds, grasses and sedges may be controlled or suppressed by
|
||||
soil residual activity from postemergent applications if rainfall occurs shortly after application.
|
||||
The extent and consistency of soil activity is dependent upon soil type, ground cover at time of
|
||||
application, amount of rainfall and the rate of TYPHOON D used.
|
||||
Control Symptoms: Growth of treated grass weeds stops soon after application. Symptoms
|
||||
include loss of vigor, yellowing and/or reddening, and eventual death to the treated grass plant.
|
||||
Symptoms on grass weeds are generally observed within one week, depending on species and
|
||||
environmental conditions.
|
||||
SYmptoms on broadleaf weeds occur within 3 days and appear as browning and crinkling.
|
||||
Soybean plants are tolerant to TYPHOON D herbicide when it is applied at the recommended
|
||||
rate. There may be slight bronzing, crinkling or spotting of soybean leaves but soybeans soon
|
||||
outgrow these effects and develop normally.
|
||||
Information on Weed Resistance
|
||||
Naturally occurring biotypes of certain grass species with resistance to this herbicide and
|
||||
related products (same mode of action) are known to exist. Selection of resistant biotypes,
|
||||
through repeated use of these herbicides, may result in control failures.
|
||||
If poor performance cannot be attributed to adverse weather conditions or improper application
|
||||
methods, a resistant biotype may be present. In such a case, additional treatments with this
|
||||
herbicide or related products is not recommended. Consult your local company representative
|
||||
or agricultural advisor for assistance.
|
||||
APPLICATION DIRECTIONS
|
||||
Timing - Best broadspectrum postemergence control of susceptible weeds is obtained when
|
||||
TYPHOON 0 herbicide is applied to actively growing young weeds before they exceed the
|
||||
recommended growth stages shown on this label. Refer to the weed tables for specific
|
||||
recommendations on weed growth stages. Generally, the application should occur 10 to 21
|
||||
days after soybean emergence.
|
||||
Spray Additives - Only spray additives cleared for use on growing crops under 40 CFR
|
||||
180.1001 may be used in spray mixture.
|
||||
For best broadspectrum postemergence control of susceptible weeds in Region 2 (see
|
||||
Regional Use Maps), TYPHOON D can be used with a minimum of 2.5% v/v liquid nitrogen
|
||||
(28% or similar) or a minimum of 10 pounds ammonium sulfate per 100 gallons of spray
|
||||
volume.
|
||||
Always Add One of the Following:
|
||||
/I~
|
||||
• ;
|
||||
|
||||
)
|
||||
)
|
||||
Page 10
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
Crop Oil Concentrate (COC) - Use a non-phytotoxic COC, or a once-refined vegetable oil
|
||||
concentrate (VOC, MSO) containing 15-20% approved emulsifier at 0.5-1% (1-2 pints per 25
|
||||
gallons) of the finished spray volume. COC can improve weed control but may slightly reduce
|
||||
crop tolerance.
|
||||
Nonionic Surfactant (NIS) - Use NIS containing at least 75% surface active agent, at 0.25 -
|
||||
0.5% (1/2 - 1 pint per 25 gallons) of the finished spray volume (Region 1 and Region 2 East of
|
||||
Interstates 79 and 77 only).
|
||||
Other Adjuvants - Adjuvants other than COC or NIS may be used providing the product meets
|
||||
the following criteria:
|
||||
1. Contains only EPA exempt ingredients.
|
||||
2. Is nonphytotoxic to the target crop.
|
||||
3. Is compatible in mixture. (May be established through a jar test).
|
||||
4. Is supported locally for use with TYPHOON D on the target crop through proven field
|
||||
trials and through university and extension recommendations.
|
||||
Recommended Mixing Order:
|
||||
1. Half required amount of water, begin agitation:
|
||||
2. Dry pesticide formulations.
|
||||
3. TYPHOON D herbicide.
|
||||
4. Liquid pesticide formulations.
|
||||
5. Adjuvant (COC or NIS) and fertilizer.
|
||||
'Compatibilityagent, 1 gallon/500 gallons of water or 0.2% v/v, may be added as needed.
|
||||
GROUND APPLICATION - Use sufficient spray volume and pressure to ensure complete
|
||||
coverage of the target weeds. A spray volume of 10-20 gallons per acre at 30-60 psi at the
|
||||
nozzle tip is recommended. On large weeds and/or dense foliage, use 60 PSI and a minimum
|
||||
of 20 gallons per acre to ensure coverage of weed foliage.
|
||||
Use only hollow cone or flat fan nozzles. The sprayer must be calibrated to provide the proper
|
||||
volume and rate per acre. In addition, the boom and nozzle height must be adjusted to provide
|
||||
complete coverage of all weeds.
|
||||
DO NOT USE FLOOD TYPE OR OTHER SPRAY NOZZLE TIPS WHICH DELIVER COARSE,
|
||||
LARGE DROPLET SPRAYS.
|
||||
DO NOT APPLY TYPHOON 0 WITH RECIRCULATING SPRAYERS, ROPEWICK
|
||||
APPLICATORS, CONTROLLED DROPLET APPLICATORS (CDA) OR ANY SIMILAR
|
||||
DEVICE.
|
||||
DO NOT APPLY THIS PRODUCT THROUGH ANY TYPE OF IRRIGATION SYSTEM.
|
||||
|
||||
)
|
||||
13~
|
||||
Page i i
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
BAND APPLICATION - Adjust band application equipment to provide thorough weed coverage.
|
||||
Best coverage is obtained by using a minimum of two nozzles, one directed to each side of the
|
||||
planted row. A single nozzle directed over the top of the row will not provide adequate
|
||||
coverage and is not recommended. Cultivation of untreated areas may be needed following
|
||||
band applications. When making band applications and cultivating in the same operation,
|
||||
position nozzles in advance of the cultivation device. This will reduce dust in the spray area.
|
||||
Dust can intercept the spray, reducing weed coverage resulting in less than adequate weed
|
||||
control.
|
||||
Calculate the amount of herbicide and water volume needed for band treatment by the following
|
||||
formulas:
|
||||
Band width in inches
|
||||
row width in inches
|
||||
Band width in inches
|
||||
row width in inches
|
||||
x
|
||||
x
|
||||
broadcast rate
|
||||
per acre
|
||||
broadcast volume
|
||||
per acre
|
||||
=
|
||||
=
|
||||
Band herbicide rate
|
||||
per acre
|
||||
Band water volume
|
||||
per acre
|
||||
AERIAL APPLICATION - Use sufficient spray volume and pressure to ensure complete
|
||||
coverage of the target weeds. A minimum of 5 gallons per acre of spray mixture should be
|
||||
applied with a maximum of 40 PSI pressure. When broad leaf weed or grass foliage is dense,
|
||||
use a minimum of i 0 gallons per acre to ensure coverage of weed foliage.
|
||||
CULTIVATION - Cultivation within 7 days prior to or within 7 days after application is not
|
||||
recommended as weeds may be put under stress reducing weed control. Timely cultivation i-3
|
||||
weeks after applying TYPHOON D may assist weed control.
|
||||
GENERAL USE PRECAUTIONS
|
||||
TYPHOON D herbicide can be applied only in the states or part of states listed under
|
||||
TYPHOON D USE REGIONS.
|
||||
A maximum of 8.8 quarts of TYPHOON D herbicide (or a maximum of 0.375 Ib ai/A of
|
||||
fomesafen from any product containing fomesafen) may be applied per acre per year in
|
||||
Region i (see Regional Use Map).
|
||||
A maximum of 8.8 quarts of TYPHOON D herbicide (or a maximum of 0.375 Ib ai/A of
|
||||
fomesafen from any product containing fomesafen) may be applied per acre in
|
||||
ALTERNATE years in Region 2 (see Regional Use Map).
|
||||
• Apply TYPHOON D herbicide before soybeans bloom.
|
||||
• Apply postemergence to actively growing weeds. Avoid applying TYPHOON D to weeds or
|
||||
soybeans which are under stress from moisture, temperature, low soil fertility, mechanical
|
||||
or chemical injury, as reduced weed control and/or increased crop injury may result.
|
||||
:-"fitft ¢'; . tt?5ttfMt %t if
|
||||
|
||||
)
|
||||
Page 12
|
||||
TYPHOON 0 Booklet
|
||||
TYPHOONO.RSA - 5/24/99
|
||||
• For mixed weed populations, apply when the first weed species reaches the recommended
|
||||
growth stage for treatment.
|
||||
• Where irrigation is used as part of normal cropping practice, best results are usually
|
||||
obtained when TYPHOON D herbicide is applied within 7 days after irrigation.
|
||||
• Thoroughly clean the TYPHOON D spray system with water and a commercial tank cleaner
|
||||
before and after each use. TYPHOON D herbicide spray mixture may resuspend any tank
|
||||
residues from previous products and result in crop damage.
|
||||
• Tankmixes of TYPHOON 0 herbicide with other pesticides, fertilizers or any other additives
|
||||
except as specified on this label or other approved ZENECA supplemental labels may result
|
||||
in tankmix incompatibility, unsatisfactory performance and/or unsatisfactory crop injury.
|
||||
• TYPHOON 0 herbicide requires a 1-hour rain-free period for best results.
|
||||
• Avoid overlapping spray swaths, as injury may occur to rotational crops.
|
||||
• Avoid drift to all other crops and nontarget areas. Crops other than soybeans may be
|
||||
severely injured by drift. Do not apply when wind velocity exceeds 15 MPH. Do not make
|
||||
ground or aerial application during temperature inversions.
|
||||
• To provide adequate coverage, it is recommended that ground speed not exceed 10 MPH
|
||||
during application.
|
||||
• Do not graze treated areas or harvest for forage or hay.
|
||||
ROTATIONAL CROP RESTRICTIONS
|
||||
The following rotational crops may be planted after applying TYPHOON 0 herbicide at
|
||||
recommended rates in soybeans:
|
||||
Minimum Rotational Interval
|
||||
Crops To Be Planted (Months After Last TYPHOON D Application)
|
||||
Small grains such as wheat, barley, rye 4
|
||||
Beans and peas, corn, cotton, peanuts, rice . . . . . . . . . . . . . . . . 10
|
||||
To avoid crop injury do not plant alfalfa, seed corn, sunflowers,
|
||||
sugar beets, sorghum'or any other crop within ............. 18
|
||||
Do not graze rotated small grain crops or harvest for livestock forage or straw. In the event of a
|
||||
crop loss due to weather conditions soybeans can be replanted.
|
||||
|
||||
)
|
||||
'Sorghum may be planted back after 10 months in Region 1.
|
||||
TYPHOON D USE REGIONS
|
||||
REGION 1
|
||||
Page 13
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
(Maximum Rate 8.8 quarts per acre per year)
|
||||
REGION 1 - Includes the following states or portion of states where TYPHOON D may be
|
||||
applied: Alabama, Arkansas, Georgia, Louisiana, Mississippi, Missouri (Counties of Bollinger,
|
||||
Butler, Cape Giradeau, Dunklin, Madison, Mississippi, New Madrid, Pemiscot, Perry, Ripley,
|
||||
Scott, Stoddard and Wayne), North Carolina, Oklahoma (East of U. S. Highway 75 and East of
|
||||
Indian Nation Parkway), South Carolina, Tennessee and Texas (all areas East of U.S. Highway
|
||||
77 to State Road 239, including all of Calhoun County).
|
||||
REGION 2
|
||||
(Maximum Rate 8.8 quarts per acre, alternate years)
|
||||
REGION 2 - Includes the following states or portion of states where TYPHOON D may be
|
||||
applied: Delaware, Kentucky, Maryland, Virginia and West Virginia, South of Interstate 70 in
|
||||
the following states: Illinois, Indiana and Ohio and Pennsylvania (all areas South of Interstate
|
||||
80 to the intersection of U.S. Highway 15 and East of U.S. Highway 15 and U.s. Highway 522) .
|
||||
•
|
||||
|
||||
I
|
||||
)
|
||||
Ibu/ ,:;s-
|
||||
Page 14
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
RATES AND WEED GROWTH STAGES
|
||||
TYPHOON D USE RATE - 8.8 QUARTS/ACRE I
|
||||
MAXIMUM GROWTH STAGE
|
||||
WEEDS CONTROLLED" (NO. OF LEAVES)"
|
||||
BROADLEAF WEEDS
|
||||
Anoda, Spurred 2
|
||||
Carpetweed Unlimited Size
|
||||
Citron (Wild Watermelon) 2-4
|
||||
Cocklebur, Commonb 2-4
|
||||
Copperleaf, Hophornbeam 2-4
|
||||
Copperleaf, Virginia 2-4
|
||||
Crotalaria, Showy 4-6
|
||||
Croton, Tropic 2-4
|
||||
Cucumber, Volunteer 4-6
|
||||
Eclipta 2-4
|
||||
Groundcherry, Cutleaf 4
|
||||
Hemp 4-6 Suppression Only
|
||||
Horsenettle 2-4 Suppression Only
|
||||
Jimsonweed 4-8
|
||||
Ladysthumb 2-4
|
||||
Lambsquarters, Common 2 Suppression Only
|
||||
Mexicanweed 2
|
||||
Morningglory spp.
|
||||
Cypressvine . 4-6
|
||||
Entireleaf var. inlegriuscula 2-3
|
||||
Ivy leaf var. hederacea 2-3
|
||||
Purple Moonflower 2-4
|
||||
Scarlet 2-4
|
||||
SmalJflower 2-4
|
||||
SmalJwhite (pitted) 2-4
|
||||
Tall (Common) 2-4
|
||||
|
||||
I
|
||||
)
|
||||
Page 15
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
TYPHOON D USE RATE - 8.8 QUARTS/ACRE I
|
||||
MAXIMUM GROWTH STAGE
|
||||
WEEDS CONTROLLED" (NO. OF LEAVES)'
|
||||
Willowleaf (Palm leaf) 2-4
|
||||
Mustard, Wild 4-8
|
||||
Nightshade, Black 4
|
||||
Nutsedge, Yellow Suppression Only
|
||||
Pigweed, spp.
|
||||
Amaranth, Palmer 4-6
|
||||
Amaranth, Spiny 2
|
||||
Redroot 4-6
|
||||
Smooth 4-6
|
||||
Waterhemp, Tall 2-4
|
||||
Poinsettia, Wild 2-3
|
||||
Purslane, Common 6"-8" Diameter
|
||||
Pusley, Florida 2
|
||||
Ragweed, Common 4-6
|
||||
Ragweed, Giant 2-4
|
||||
Redweed 2-3 Suppression Only
|
||||
Sesbania, Hemp 6-12
|
||||
Sickle pod Suppression Only
|
||||
Cotyledon
|
||||
Sida, Prickly Suppression Only
|
||||
Cotyledon
|
||||
Smartweed, Pennsylvania 4
|
||||
Smellmelon 2
|
||||
Spurge, Prostrate Suppression Only
|
||||
1" Diameter
|
||||
Spurge, Spotted 2 Suppression Only
|
||||
Starbur, Bristly 2-4
|
||||
Velvetleaf 2 Suppression Only
|
||||
Venice Mallow 4-6
|
||||
|
||||
I
|
||||
)
|
||||
Page 16
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
TYPHOON 0 USE RATE - 8.8 QUARTS/ACRE I
|
||||
MAXIMUM GROWTH STAGE
|
||||
WEEDS CONTROLLED' (NO. OF LEAVES)"
|
||||
Witchweed Multi-leaf
|
||||
Up to 10"
|
||||
Yellow Rocket 4-6
|
||||
SEDGES
|
||||
Nutsedge, Yellow Suppression Only
|
||||
TYPHOON D USE RATE - 8.8 QUARTS/ACRE
|
||||
MAXIMUM HEIGHT MAXIMUM GROWTH STAGE
|
||||
WEEDS CONTROLLED' (INCHES) (NO. OF LEAVES)C
|
||||
ANNUAL GRASSES
|
||||
Barnyardgrass 2-3 3
|
||||
Broadleaf signalgrass 2-4 5
|
||||
Crabgrass
|
||||
Large crabgrass 1-2 4
|
||||
Smooth crabgrass 1-2 4
|
||||
Southern crabgrass 1-2 4
|
||||
Tropical crabgrass 1-2 4
|
||||
Downy Brome 2-6 4
|
||||
Fall panicum 2-6 6
|
||||
Field Sandbur 2-4 4
|
||||
Foxtails
|
||||
Giant foxtail 2-6 4
|
||||
Green foxtail 2-4 4
|
||||
Yellow foxtail 2-4 4
|
||||
Goosegrass 2-4 6
|
||||
Italian Ryegrass 2-4 4
|
||||
Itchgrass 4-24 6
|
||||
Johnsongrass, Seedling 2-8 4
|
||||
|
||||
)
|
||||
Page 17
|
||||
TYPHOON 0 Booklet
|
||||
TYPHOONO.RSA - 5/24/99
|
||||
TYPHOON D USE RATE - S.S QUARTS/ACRE
|
||||
MAXIMUM HEIGHT MAXIMUM GROWTH STAGE
|
||||
WEEDS CONTROLLED" (INCHES) (NO. OF LEAVES)C
|
||||
Junglerice 2-3 3
|
||||
Shattercane 6-12 8
|
||||
Sorghum 6-12 8
|
||||
Southern sandbur 2-6 6
|
||||
Texas panicum 2-8 8
|
||||
Volunteer cereals
|
||||
V. Barley 2-6 6
|
||||
V. Corn 12-24 10
|
||||
V. Milo 6-12 4
|
||||
V. Oats 2-6 6
|
||||
V. Rye 2-6 6
|
||||
V. Wheat 2-6 6
|
||||
Wild Oats 2-6 6
|
||||
Wild Proso Millet 4-8 6
|
||||
Witchgrass 2-4 6
|
||||
Wooly cupgrass 2-4 6
|
||||
" Scientific names for weeds are listed in the Appendix (Page, ___ ..J)'
|
||||
b Do not apply TYPHOON 0 to cotyledon stage.
|
||||
C USE DIRECTIONS FOR SPECIAL RATE
|
||||
The rates of TYPHOON 0 herbicide/acre can be reduced to 7.15 qts under the following
|
||||
conditions:
|
||||
• Application under favorable soil moisture and humidity conditions, normally within a few
|
||||
days after rainfall or irrigation. Avoid extreme air temperatures.
|
||||
• Application at earliest growth stages indicated on rate tables.
|
||||
• Application in highly competitive crop stands such as narrow row or drilled soybeans, or
|
||||
where CUltivation is planned.
|
||||
• Application to light or moderate weed densities.
|
||||
• Application with 1 % vlv crop oil concentrate only.
|
||||
• Application alone, avoiding tank mixes with other pesticides.
|
||||
TYPHOON 0 can be used for the control of rhizome johnsongrass (height 8-18 inches) and
|
||||
bermudagrass (runner length 4-8 inches) and should be used at a rate of 8.8 quarts per acre.
|
||||
In case a second application needs to be made, use FUSILAOE OX at a rate of 8 oz. per acre
|
||||
|
||||
)
|
||||
Page 18
|
||||
TYPHOON 0 Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
and apply before johnsongrass reaches a height of 12 inches or before bermudagrass reaches
|
||||
a runner length of 8 inches.
|
||||
, '. ·'r _,_'- ,0'
|
||||
|
||||
)
|
||||
Page 19
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
TANKMIX AND SEQUENTIAL APPLICATIONS FOR SOYBEANS
|
||||
TYPHOON D can be used sequentially or in tankmix with one or .more of the following products:
|
||||
FUSILAOE'" OX', FUSION®> Basagran"', Butyrac"', Classic", Concert", PinnaCle", Pursuit"'·
|
||||
Reliance™ STS'" SP, Raptor", Rescource", Scepter", Synchrony'" STS"'.
|
||||
Under certain conditions, the mixture of TYPHOON 0 with one or more of the above mentioned
|
||||
broad leaf herbicides may cause a reduction in activity of any postemergence grass herbicide in
|
||||
the mixture.
|
||||
For sequential applications allow 2-3 days after the application of the grass herbicide before
|
||||
applying TYPHOON D or TYPHOON D mixtures. In case TYPHOON D or the TYPHOON D
|
||||
mixture is applied first apply the grass herbicide when the grass weeds begin to develop new
|
||||
leaves (generally around 7 days).
|
||||
Always read and follow the recommendations, restrictions and limitations for all products
|
||||
whether used alone, sequentially or in a tankmix. The most restrictive labeling of any product
|
||||
used applies.
|
||||
*Do not apply more than a total of 0.5 pounds of the active ingredient f1uazifop-p-butyl per acre
|
||||
per year to soybeans.
|
||||
NOTE: Tankmix applications can result in increases in crop injury as compared to either
|
||||
product used alone.
|
||||
NOTE: Tankmix applications sometimes have resulted in reduced grass weed control. A
|
||||
tankmix application is not recommended if perennial grass weeds are the predominant grasses
|
||||
to be controlled. If grass regrowth occurs following an application of the tankmix or an
|
||||
additional flush of grasses emerges, make an application of FUSILADE DX or FUSION
|
||||
.) herbicide to actively growing grass weeds according to label recommendations.
|
||||
>i,~ '., ' ''', "",." ,
|
||||
|
||||
)
|
||||
? ?ulh'
|
||||
APPENDIX
|
||||
Page 20
|
||||
TYPHOON 0 Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
Scientific names are listed for annual grass and broadleaf weeds referred to in the TYPHOON
|
||||
D label.
|
||||
COMMON NAME SCIENTIFIC NAME
|
||||
BROAD LEAF WEEDS
|
||||
Amaranth, Palmer Amaranthus palmeri
|
||||
Amaranth, Spiny Amaranthus spinosus
|
||||
Anoda, Spurred Anoda cristata
|
||||
Carpetweed MolJugo verticillata
|
||||
Citron (Wild Watermelon) CitrulJus vulgaris
|
||||
Cocklebur, Common Xanthium pennsylvanicum
|
||||
Copperleaf, Hophornbeam Acalypha ostryaefolia
|
||||
Copperleaf, Virginia Acalypha virginica
|
||||
Crotalaria, Showy Crotalaria spectabilis
|
||||
Croton, Tropic Croton glandulosus
|
||||
Cucumber, Volunteer Cucumis sativas
|
||||
EClipta Eclipta prostrata
|
||||
Groundcherry, Cutieaf Physalis angulata
|
||||
Hemp Cannabis sativa
|
||||
Horsenettle Solanum carolinense
|
||||
Jimsonweed Datura stramonium
|
||||
Ladysthumb Polygonum persicaria
|
||||
Lambsquarters, Common Chenopodium album
|
||||
Mexicanweed Caperonia castanaefolia
|
||||
Morningglory spp.
|
||||
Cypress vine Ipomoea quamoclit
|
||||
Entireleaf var. integriuscula Ipomoea hederacea
|
||||
Ivyleaf var. hederacea Ipomoea hederacea
|
||||
Purple Moonflower Ipomoea turbinata
|
||||
Scarlet Ipomoea coccinea
|
||||
Smallflower Jacquemontia tamnifolia
|
||||
Smallwhite (Pitted) Ipomoea lacunosa
|
||||
|
||||
"
|
||||
I COMMON NAME
|
||||
Tall (Common)
|
||||
Willowleaf (Palm leaf)
|
||||
Mustard, Wild
|
||||
Nightshade, Black
|
||||
Nutsedge, Yellow
|
||||
Pigweed, Redroot
|
||||
Pigweed, Smooth
|
||||
Poinsettia, Wild
|
||||
) Purslane, Common
|
||||
Pusley, Florida
|
||||
Ragweed, Common
|
||||
Ragweed, Giant
|
||||
Redweed
|
||||
Sesbania, Hemp
|
||||
Sicklepod
|
||||
Sida, Prickly
|
||||
Smartweed, Pennsylvania
|
||||
Smellmelon
|
||||
Spurge, Prostrate
|
||||
Spurge, Spotted
|
||||
Starbur,
|
||||
Bristly
|
||||
Velvetleaf
|
||||
Venice Mallow
|
||||
Waterhemp, Tall
|
||||
Witchweed
|
||||
Yellow Rocket
|
||||
GRASS WEEDS
|
||||
Barnyardgrass
|
||||
Bermudagrass
|
||||
Broadleaf signalgrass
|
||||
Crabgrass
|
||||
I
|
||||
Page 21
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
SCIENTIFIC NAME I
|
||||
Ipomoea purpurea
|
||||
Ipomoea wrightii
|
||||
Brassica kaber
|
||||
Solanum nigrum
|
||||
Cyperus esculentus
|
||||
Amaranthus retroflexus
|
||||
Amaranthus hybridus
|
||||
Euphorbia heterophylla
|
||||
Portulaca oleracea
|
||||
Richardia scabra
|
||||
Ambrosia artemisiifolia
|
||||
Ambrosia trifida
|
||||
Melochia corchorifolia
|
||||
Sesbania exaltata
|
||||
Cassia obtusifolia
|
||||
Sida spinosa
|
||||
Polygonum pensylvanicum
|
||||
Cucumis melD
|
||||
Euphorbia supina
|
||||
Euphorbia maculata
|
||||
Acanthospermum hispidum
|
||||
Abutilon theophrasti
|
||||
Hibiscus trionum
|
||||
Amaranthus tuberculatos
|
||||
Striga asiatica
|
||||
Barbarea vulgaris
|
||||
Echinochloa crus-galli
|
||||
Cynodon dactylon
|
||||
Brachiaria platyphylla
|
||||
.. ' " ,",,~, .
|
||||
|
||||
"
|
||||
I COMMON NAME I
|
||||
Large
|
||||
Smooth
|
||||
Southern
|
||||
Tropical
|
||||
Downy Brome
|
||||
Fall Panicum
|
||||
Field Sandbur
|
||||
Foxtails
|
||||
) Giant
|
||||
Green
|
||||
Yellow
|
||||
Goosegrass
|
||||
Italian Ryegrass
|
||||
Itchgrass
|
||||
Johnsongrass, rhizome
|
||||
Johnsongrass, seedling
|
||||
Junglerice
|
||||
Shattercane
|
||||
) Sorghum
|
||||
Southern sandbur
|
||||
Texas panicum
|
||||
Volunteer Cereals
|
||||
V. Barley
|
||||
V. Corn
|
||||
V. Milo
|
||||
V. Oats
|
||||
V. Rye
|
||||
V. Wheat
|
||||
Wild Oats
|
||||
Wild Proso Millet
|
||||
Witchgrass
|
||||
Page 22
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
SCIENTIFIC NAME I
|
||||
Digitaria sanguinatis
|
||||
Digitaria ischaemum
|
||||
Digitaria ci/iaris
|
||||
Digitaria bicomis
|
||||
Bromus tectorum
|
||||
Panicum dichotomiflorum
|
||||
Cenchrus incertus
|
||||
Setaria faberi
|
||||
Setaria viridis
|
||||
Setaria lutescens
|
||||
EJeusine indica
|
||||
Lotium multiflorum
|
||||
Rotlboellia exaltata
|
||||
Sorghum halepense
|
||||
Sorghum halepense
|
||||
Echinochloa colonum
|
||||
Sorghum bicolor
|
||||
Sorghum a/mum
|
||||
Cenchrus echinatus
|
||||
Panicum texanum
|
||||
Hordeum vulgare
|
||||
Zea mays
|
||||
Sorghum bicolor
|
||||
Avena sativa
|
||||
Secale cereale
|
||||
Triticum aestivum
|
||||
Avena fatua
|
||||
Panicum mitiaceum
|
||||
Panicum capillare
|
||||
",','" ".',","
|
||||
|
||||
)
|
||||
Page 23
|
||||
TYPHOON D Booklet
|
||||
TYPHOOND.RSA - 5/24/99
|
||||
I COMMON NAME I SCIENTIFIC NAME
|
||||
Wooly cupgrass Eriochloa viI/os a
|
||||
SEDGES
|
||||
Nutsedge, Yellow Cyperus esculentus
|
||||
FUSILADE DX", FUSION'" and TYPHOON" are trademarks of a ZENECA Group Company.
|
||||
Basagran" is a trademark of BASF AG.
|
||||
Butyrac" is a trademark of Rhone Poulenc Ag Company.
|
||||
Classic" Concert", Reliance™ STS" SP, Pinnacle'" and Synchrony'" STS" are trademarks of E.
|
||||
I. duPont de Nemours & Co.
|
||||
Pursuit", Raptor" and Scepter" are trademarks of American Cyanamid Company.
|
||||
Resource" is a trademark of Valent Chemical Co.
|
||||
I
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1117",
|
||||
"epa_reg_no": "100-1117",
|
||||
"product_name": "TOUCHDOWN HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Glyphosate",
|
||||
"cas": "1071-83-6",
|
||||
"percent": 28.3,
|
||||
"pc_code": "417300"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01117-20021010.pdf",
|
||||
"filename": "000100-01117-20021010.pdf",
|
||||
"accepted_date": "2002-10-10",
|
||||
"last_modified": "2011-04-13T17:39:20+00:00",
|
||||
"page_count": 5,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1117",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1117"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:17:53.058326+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,134 @@
|
||||
# TOUCHDOWN HERBICIDE
|
||||
|
||||
- EPA Reg No: **100-1117**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Glyphosate (28.3%)
|
||||
- Label accepted: 2002-10-10
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01117-20021010.pdf
|
||||
|
||||
---
|
||||
/0 -/0 -d-IJt;c:J...
|
||||
INlnD STITU mlllNMENTIl PlmCnllllGEliCY
|
||||
Mr. Jerry WeDs
|
||||
Syngenta Crop Protection, Inc.
|
||||
P.O. Box 18300
|
||||
Greensboro, NC 27418
|
||||
WASHI\GTO\. D.C. 20460
|
||||
OCT I 0 Lro2
|
||||
Subj ect : Touchdown Herbicide
|
||||
EPA Registration No. 100-1117
|
||||
OfFiCEOf
|
||||
PREVENTION. PESTICIDES
|
||||
,A,Nl) TOXIC SUBSTANCES
|
||||
Your supplemental labeling submitted as a notification on July 15,2002
|
||||
Dear Mr. WeDs:
|
||||
The supplemental labeling referred to above is acceptable provided you adhere to
|
||||
the following conditions:
|
||||
1. Incorporate the changes in this supplemental label into the master label at the next
|
||||
label revision or within 18 months of receipt of this letter, whichever occurs first.
|
||||
2. Submit and/or cite all data required for registration/reregistration of your product
|
||||
under FIFRA sec. 3(c)(5) when the Agency requires all registrants of similar products to
|
||||
submit such data; and submit acceptable responses required for reregistration of your
|
||||
product under FIFRA section 4.
|
||||
If these conditions are not complied with, the registration will be subject to
|
||||
cancellation in accordance with FIFRA section 6(e). Your release for shipment of the
|
||||
product constitutes acceptance of these conditions.
|
||||
A stamped copy of the label is enclosed for your records.
|
||||
|
||||
(
|
||||
If you have any questions about this letter, you may call Tobi Colvin-Snyder at
|
||||
703-305-780 I.
|
||||
|
||||
\
|
||||
(
|
||||
PRODUCT INFORMATION
|
||||
syngenta
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, NC 27409
|
||||
WWN.syngenta-us.com
|
||||
SUPPLEMENTAL LABEL FOR TOUCHDOWN® HERBICIDE FOR
|
||||
SUGARCANE RIPENER - FLORIDA ACCEPTED
|
||||
wltb COMMENTS
|
||||
In EPA Leiter Dated
|
||||
EPA Reg. No. 100-1117 OCT I 0 2002
|
||||
v ..... Lh ........... 1 1 .... 1icioIo
|
||||
f\uocteid., .. 4 rc...t..lleid. 4oe;
|
||||
..... lI4ed. f3r ala .... ticW-e
|
||||
:-lOG .!rtr,lfA Rot· ......
|
||||
Active Ingredient
|
||||
*Glyphosate, N-(phosphonomethy!) glycine .................................. 28.3%
|
||||
Other Ingredients: 71.0%
|
||||
Total: 100.0%
|
||||
*Contains 3 pounds of glyphosate acid in each gallon, in the
|
||||
diammonium sail form.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
All applicable directions, restrictions and precautions on the EPA
|
||||
registered label are to be followed.
|
||||
This labeling must be in the possession of the user at the time of
|
||||
pesticide application. :'. : • : , . . .
|
||||
SCP 1117 A-56 0702 ,,' {'
|
||||
. ..... • .. .. . ,
|
||||
.. , & ~
|
||||
. , ..
|
||||
|
||||
(
|
||||
c
|
||||
-2-
|
||||
DIRECTIONS FOR USE
|
||||
Refer to directions listed in the Application Directions sections of the
|
||||
Touchdown section 3 label.
|
||||
SUGARCANE RIPENER
|
||||
Method of Application: Preharvest ripener applied by ground or air.
|
||||
Drift Control Agents: Drift control agents may be used with
|
||||
Touchdown.
|
||||
SUGARCANE RIPENING
|
||||
To hasten ripening and extend the period of high sucrose levels in
|
||||
sugarcane see the following recommended use rates and application
|
||||
tiTling for each state listed.
|
||||
FL - Apply 8-18.5 fl. oz./A 3-5 weeks before harvest of last ratoon cane
|
||||
only.
|
||||
Use of this product may not increase sucrose content under conditions
|
||||
of good natural ripening.
|
||||
GENERAL USE PRECAUTIONS FOR SUGARCANE
|
||||
Do not apply to vegetation in or around ditches, canals, or ponds
|
||||
containing water.
|
||||
APPLICATION TECHNIQUES
|
||||
Broadcast Applications
|
||||
Ground - Applications should be made in 3 to 40 gallons of water per
|
||||
acre.
|
||||
Air - Applications should be made in 3 to 15 gallons of water per acre.
|
||||
Spray should be released at the lowest height consistent with effective
|
||||
weed control and flight safety. ApprlC8tions more than 10 feet above ••• • •• the canopy should be avoided. • • .. . . . . ,
|
||||
• ••• • • • • • •
|
||||
• • • • • • ..
|
||||
• • • • ••••• •
|
||||
•••• • •• .. .
|
||||
I. •••
|
||||
• t ....
|
||||
• , .
|
||||
,;; , .
|
||||
|
||||
(
|
||||
_m"""",,
|
||||
-3-
|
||||
Refer to Application Equipment and Techniques section of
|
||||
Touchdown section 3 label for information on proper application
|
||||
procedures.
|
||||
Touchdown® and the Syngenta logo are trademarks of a Syngenta
|
||||
Group Company
|
||||
C2002 Syngenta
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.syngenta-us.com
|
||||
SCP 1117A-S60702
|
||||
L:ISUPPLEMENTAL LABELs\Touchdown S6 0702 - pel - 07/12102
|
||||
• ••
|
||||
• c ••
|
||||
• ••••
|
||||
• • • t
|
||||
• • ..
|
||||
• • • • · ... , . · . . . .. . . • • . . ,. , . ,
|
||||
, ,
|
||||
• t t.'
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1130",
|
||||
"epa_reg_no": "100-1130",
|
||||
"product_name": "ACHIEVE SC HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Tralkoxydim",
|
||||
"cas": "87820-88-0",
|
||||
"percent": 35,
|
||||
"pc_code": "121000"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01130-20100908.pdf",
|
||||
"filename": "000100-01130-20100908.pdf",
|
||||
"accepted_date": "2010-09-08",
|
||||
"last_modified": "2011-04-13T14:27:12+00:00",
|
||||
"page_count": 27,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1130",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1130"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:18:05.214589+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,949 @@
|
||||
# ACHIEVE SC HERBICIDE
|
||||
|
||||
- EPA Reg No: **100-1130**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Tralkoxydim (35%)
|
||||
- Label accepted: 2010-09-08
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01130-20100908.pdf
|
||||
|
||||
---
|
||||
(
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON, D.C. 20460
|
||||
SEP - 8 2010
|
||||
OFFICE OF CHEMICAL SAFETY
|
||||
AND POLLUTION PREVENTION
|
||||
Syngenta Crop Protection, Inc.
|
||||
Pat Dinnen
|
||||
P.O. Box 18300
|
||||
Greensboro, NC 27419-8300
|
||||
Subject: Achieve SC Herbicide
|
||||
EPA Reg. No. 100-1130
|
||||
Revision to Container Disposal Instructions per PRN 2007-4
|
||||
Dear Ms. Dinnen,
|
||||
The Agency is in receipt of your Application for Pesticide Notification under Pesticide
|
||||
Registration Notice (PRN) 98-10 for Achieve SC Herbicide (EPA Reg. No.1 00-1130) dated
|
||||
August 16,2010. The Registration Division (RD) has conducted a review of this request for its
|
||||
applicability under PRN .98-1 0 and finds that the action requested falls within the scope of PRN
|
||||
98-10. The label submitted with the application has been stamped "Notification" and will be
|
||||
placed in our records .
|
||||
. If you have any questions, please call me directly at 703 305 5697.
|
||||
Sibc'erelY'~
|
||||
! \ .
|
||||
~
|
||||
. \, . i~ '. ,Pro ct Manager 25
|
||||
erblcide Branch
|
||||
~e~stration Division (7505P)
|
||||
Office of Pesticide Programs
|
||||
l
|
||||
-J1
|
||||
|
||||
Tu;u;:,e reuu "Q·,r"c,;"u~ Uff. reyer;:,e veJure c,;umpu:u"u urm.
|
||||
( United States . ~ ( ;stration OPP Identifier Number
|
||||
oEPA Environmental Protection Agency Alnendment Notification
|
||||
Washington, DC 20460 x Other
|
||||
Application for Pesticide - Section I
|
||||
1. Company/Product Number 2. EPA Product Manager 3. Proposed Classification
|
||||
100-1130 Jim Tompkins
|
||||
4. Company/Product (Name) PM# W None D Restricted
|
||||
Achieve SC Herbicide 25
|
||||
5. Name and Address of Applicant (Include ZIP Code) 6. Expedited Review. In accordance with FIFRA Section 3(c)(3) (b)(i),
|
||||
Syngenta Crop Protection, Inc. my product is similar or identical in composition and labeling to:
|
||||
P. O. Box 18300
|
||||
Greensboro, NC 27419 EPA Reg. No.
|
||||
c=J Check if this is a new address Product Name
|
||||
Section -II
|
||||
o Amendment - Explain below. o Final printed labels in response to
|
||||
o Resubmission in response to Agency letter dated
|
||||
Agency letter dated
|
||||
o "Me Too" Application.
|
||||
m Notification - Explain below. o Other - Explain below.
|
||||
Explanation: Use additional page(s) if necessary. (For Section I and Section 11.).
|
||||
Notification oflabel change per PR Notice 2007-4. This Notification is consistent with the guidance of PR Notice 2007-4 and the
|
||||
requirements of EPA's regulations at 40 CFR §§156.10, 156.140, 156.144 156.146, and 156.156. No other changes have been made
|
||||
to the labeling or the Confidential Statement of Formula for this product. I understand that it is a violation of 18 U.S.C. Sec. 1001 to
|
||||
willfully make any false statement to EPA. I further understand that if the amended label is not consistent with the requirements of 40
|
||||
CFR §§156.10, 156.140, 156.144, 156.146, and 156.156, this product may be in violation of FIFRA and I may be subject to
|
||||
enforcement action and penalties under sections 12 and 14 ofFIFRA.
|
||||
Syngenta is amending the Storage and Disposal section of the label by Notification according to the directions stated in PR Notice
|
||||
2007-4.
|
||||
Section - III
|
||||
1. Material This Product Will Be Packaged In:
|
||||
Child-Resistant Packaging Unit Packaging Water Soluble Packaging 2.
|
||||
rTnrn;ne, BYes. Ea Yes Ea Yes Metal
|
||||
No x No x No x Plastic
|
||||
Glass
|
||||
·Certification must If "Yes" No. per If "Yes" No. per Paper
|
||||
be submitted Unit Packaging wgt. Container Unit Packaging wgt. container Other (Specify)
|
||||
3. Location of Net Contents Information 4. Size(s) Retail Container 5. Location of Label Directions
|
||||
W Label D Container
|
||||
2.16 gal. ~ On Label
|
||||
On Labeling accompanying product
|
||||
6. Manner in Which Label is Affixed to Product § Lilho,",ph GJ Other Pressure Sensitive
|
||||
Paper glued
|
||||
Stenciled
|
||||
Section -IV
|
||||
1. Contact Point (Complete items directly below for identification of individual to be contacted, if necessary, to process this applicati~.;.)
|
||||
Name I Title I Telephone No. (In::~'Jdc Area Code)
|
||||
Pat Dinnen Label Group Leader 3~R-I)~?-~494 .
|
||||
Certification 6. Dat~ Application
|
||||
I certify that the statements I have made on this form and all attachments thereto are true, accurate and complde. Received
|
||||
I acknowledge that any knowingly false or misleading statement may be punishable by fine or imprisonment or :!:t.lmped)
|
||||
both under applicable law.
|
||||
2. Signature 3. Title
|
||||
p~~ Regulatory Specialist
|
||||
4. Typed Name 5. Date
|
||||
Pat Dinnen August 16, 2010
|
||||
---
|
||||
|
||||
syn~nta
|
||||
FedEx
|
||||
August 16, 2010
|
||||
Document Processing Desk (NOTIF)
|
||||
Office of Pesticide Programs (7504P)
|
||||
U.S. Environmental Protection Agency
|
||||
Room S-4900, One Potomac Yard
|
||||
2777 South Crystal Drive
|
||||
Arlington, VA 22202-4501
|
||||
Attention: Ms. Linda Arrington
|
||||
SUBJECT: . ACHIEVE® SC HERBICIDE
|
||||
EPA REG. NO. 100-1130
|
||||
Syngenta Crop Protection, Inc.
|
||||
P.O. Box 18300
|
||||
Greensboro, NC 27419-8300
|
||||
www.syngenta.com
|
||||
NOTIFICATION OF LABEL CHANGE PER PR NOTICE 2007-4
|
||||
Syngenta Crop Protection, Inc. is submitting Notification for Achieve SC Herbicide, EPA Reg. No. 100-
|
||||
1130. Syngenta is amending the Storage and Disposal section of the label by Notification according to the
|
||||
directions stated in PR Notice 2007-4.
|
||||
Attached are:
|
||||
• One copy of the label with the changes clearly marked
|
||||
• One unmarked copy of the label
|
||||
• A CD of the unmarked copy of the label for "Electronic Comparison and Review"
|
||||
• Certificate with Respect to Label Integrity Form
|
||||
• Completed EPA Form 8570-1
|
||||
Thank you in advance for approving this Notification. If you have any questions, please contact me at 336-
|
||||
632-2494.
|
||||
Sincerely,
|
||||
Pat Dinnen
|
||||
Label Group Leader
|
||||
Regulatory Affairs
|
||||
Enclosures
|
||||
3
|
||||
--21
|
||||
|
||||
Certification with Respect to Label Integrity
|
||||
Version: 9/11/02
|
||||
I certify that the information (including, but not limited to, text, tables, and graphics)
|
||||
contained in the electronic file identified below by file name and submitted with this
|
||||
certification is the same information as that on the paper copies of these documents
|
||||
included with this submission.
|
||||
~
|
||||
, P~QPQ$EP:LABEL,
|
||||
EPA Registration # Date Submitted Electronic file name
|
||||
to EPA
|
||||
100-1130 8/16/2010 000100-01130.20100816.ACHIEVE-SC_NOTIF _AUG2010.pdf
|
||||
I certify that the statements that I have made on this form are true, accurate, and
|
||||
complete. I acknowledge that any knowingly false or misleading statements may be
|
||||
punishable by fine or imprisonment or both under applicable law.
|
||||
August 16, 2010
|
||||
Signature Date
|
||||
Pat Dinnen
|
||||
Name (typed)
|
||||
Label Group Leader
|
||||
Title
|
||||
g
|
||||
.t1
|
||||
|
||||
•
|
||||
Achieve® SC Herbicide
|
||||
Booklet
|
||||
(2.16 gal.)
|
||||
•
|
||||
Postemergence Herbicide for Control of Annual Grass Weeds in Wheat, Barley, and
|
||||
Triticale
|
||||
Active Ingredient:
|
||||
Tralkoxydim
|
||||
2-Cyclohexen-1-one, 2-[1-( ethoxyimino )propyl]-3-hydroxy-
|
||||
5-(2,4,6-trimethylphenyl)-(9CI) ...................................... ; ......................................... 35.0%
|
||||
Other Ingredients: 65.0%
|
||||
Total: 100.0%
|
||||
Contains 3.33 Ibs. active ingredient per gallon or 400 grams a.i.lL.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use inside booklet.
|
||||
EPA Reg No.1 00-1130
|
||||
EPA Est 100-NE-001 .
|
||||
Product of United Kingdom
|
||||
Formulated in the USA
|
||||
SCP 1130
|
||||
2.16 gallons
|
||||
Net Contents
|
||||
NOTIFICATION
|
||||
SEP 08 2010
|
||||
5
|
||||
Y1
|
||||
|
||||
•
|
||||
-2-
|
||||
•
|
||||
FIRST AID
|
||||
If swallowed • Call a poison control center or doctor immediately for treatment
|
||||
advice.
|
||||
• Have person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by a poison control
|
||||
center or doctor.
|
||||
• Do not give anything by mouth to an unconscious person.
|
||||
If in eyes • Hold eye open and rinse slowly and gently with water for 15-20
|
||||
minutes.
|
||||
• Remove contact lenses, if present, after the first 5 minutes, then
|
||||
continue rinsing eye.
|
||||
• Call a poison control center or doctor for treatment advice.
|
||||
If on skin or • Take off contaminated clothing.
|
||||
clothing • Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
• Call a poison control center or doctor for treatment advice.
|
||||
If inhaled • - Move person to fresh air.
|
||||
• If person is not breathing, call 911 or an ambulance, then give
|
||||
artificial respiration, preferably mouth-to mouth if possible.
|
||||
• Call a poison control center or doctor for further treatment advice.
|
||||
Have the product container or label with you when calling a pOison control center or
|
||||
doctor or going for treatment.
|
||||
HOTLINE NUMBER
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal)
|
||||
or Chemical Emergency Assistance (Spill, Leak, Fire, or Accident)
|
||||
Call
|
||||
1-800-888-8372
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
Harmful if swallowed. Causes moderate eye irritation. Avoid contact with eyes or
|
||||
clothing.
|
||||
|
||||
•
|
||||
-3-
|
||||
•
|
||||
Personal Protective Equipment (PPE)
|
||||
Applicators and other handlers must wear:
|
||||
• Chemical-resistant gloves - Category A (e.g., barrier. laminate, butyl rubber, nitrile
|
||||
rubber, neoprene rubber, natural rubber, polyethylene, polyvinyl chloride (PVC), or
|
||||
viton)
|
||||
• Long-sleeved shirt and long pants
|
||||
• Shoes plus socks
|
||||
Follow manufacturer's instructions for cleaning/maintaining PPE. If no such instructions
|
||||
for washables, use detergent and hot water. Keep and wash PPE separately from
|
||||
other laundry.
|
||||
Engineering Control Statements
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that meets
|
||||
the requirements listed in the Worker Protection Standard (WPS) for agricultural
|
||||
pesticides [40 CFR 170.240(d)(4-6)], the handler PPE requirements may be reduced or
|
||||
modified as specified in the WPS.
|
||||
User Safety Recommendations
|
||||
Users should: I
|
||||
• Wash hands before eating, drinking, chewing gum, using tobacco, or using the
|
||||
toilet.
|
||||
• Remove PPE immediately after handling this product. Wash the outside of gloves
|
||||
before removing. As soon as possible, wash thoroughly and change into clean
|
||||
clothing.
|
||||
Environmental Hazards
|
||||
Do not apply directly to water or to areas where surface water is present or to intertidal
|
||||
areas below the mean high water mark. Drift and runoff may be hazardous to aquatic
|
||||
organisms in neighboring areas. Do not contaminate water when disposing of
|
||||
equipment wash water or rinsate.
|
||||
Spray Drift
|
||||
Do not make aerial applications under conditions involving possible drift to nontarget
|
||||
plants. Refer to the local state laws, regulations, and guidelines for proper application
|
||||
to avoid off-target movement.
|
||||
Physical and Chemical Hazards
|
||||
Do not use or store near heat or open flame.
|
||||
1 -11
|
||||
|
||||
•
|
||||
-4-
|
||||
•
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not
|
||||
acceptable, return the product at once, unopened, and the purchase price will be
|
||||
refunded.
|
||||
The Directions for Use of this product should be followed carefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors
|
||||
as manner of use or application, weather or crop conditions, presence of other
|
||||
materials or other influencihg factors in the use of the product, which are beyond the
|
||||
control of SYNGENTA CROP PROTECTION, Inc. or Seller. All such risks shall be
|
||||
assumed by Buyer and User, and Buyer and User agree to hold SYNGENTA and Seller
|
||||
harmless for any claims relating to such factors.
|
||||
SYNGENTA warrants that this product conforms to the chemical description on the
|
||||
label and is reasonably fit for the purposes stated in the Directions for Use, subject to
|
||||
the inherent risks referred to above, when used in accordance with directions under
|
||||
normal use conditions. This warranty does not extend to the use of this product
|
||||
contrary to label instructions, or under abnormal conditions or under conditions not
|
||||
reasonably foreseeable to or beyond the control of Seller or SYNGENTA, and Buyer
|
||||
and User assume the risk of any such use. SYNGENTA MAKES NO WARRANTIES
|
||||
OF MERCHANTABILITY OR OF FITNESS FOR A PARTICULAR PURPOSE NOR
|
||||
ANY OTHER EXPRESS OR IMPLIED WARRANTY EXCEPT AS STATED ABOVE.
|
||||
In no event shall SYNGENTA or Seller be liable for any incidental, consequential or
|
||||
special damages resulting from the use or handling of this product. TO THE EXTENT
|
||||
PERMITTED BY LAW, THE EXCLUSIVE REMEDY OF THE USER OR-BUYER, AND
|
||||
THE EXCLUSIVE LIABILITY OF SYNGENTA AND SELLER FOR ANY AND ALL
|
||||
CLAIMS, LOSSES, INJURIES OR DAMAGES (INCLUDING CLAIMS BASED ON
|
||||
BREACH OF WARRANTY, CONTRACT, NEGLIGENCE, TORT, STRICT LIABILITY
|
||||
OR OTHERWISE) RESULTING FROM THE USE OR HANDLING OF THIS
|
||||
PRODUCT, SHALL BE THE RETURN OF THE PURCHASE PRICE OF THE
|
||||
PRODUCT OR, AT THE ELECTION OF SYNGENTA OR SELLER, THE
|
||||
REPLACEMENT OF THE PRODUCT.
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing Conditions of Sale and Limitations of Warranty and Liability, which may not
|
||||
be modified except by written agreement signed by a duly authorized representative of
|
||||
SYNGENTA.
|
||||
|
||||
•
|
||||
-5-
|
||||
•
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
Do not apply this product in a way that will contact workers or other persons, either
|
||||
directly or through drift. Only protected handlers may be in the area during application.
|
||||
For any requirements specific to your State or Tribe, consult the agency responsible for
|
||||
pesticide regulation.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR part 170. This Standard contains requirements for the protection of
|
||||
agricultural workers on farms, forests, nurseries, and greenhouses, and handlers of
|
||||
agricultural pesticides. It contains requirements for training, decontamination, notification,
|
||||
and emergency assistance. It also contains specific instructions and exceptions pertaining
|
||||
to the statements on this label about personal protective equipment (PPE) and restricted
|
||||
entry interval. The requirements in this box only apply to uses of this product that are·
|
||||
covered by the Worker Protection Standard.
|
||||
Do not enter or allow worker entry into treated areas during the restricted-entry interval
|
||||
(REI) of 12 hours. Exception: If the product is soil-injected or soil-incorporated, the
|
||||
Worker Protection Standard, under certain circumstances, allows workers to enter the
|
||||
treated area if there will be no contact with anything that has been treated.
|
||||
PPE required for early entry to treated areas that is permitted under the Worker Protection
|
||||
Standard and that involves contact with anything that has been treated, such as plants,
|
||||
soil, or water, is:
|
||||
• Chemical-resistant gloves - Category A (e.g., barrier laminate, butyl rubber, nitrile
|
||||
rubber, neoprene rubber, natural rubber, polyethylene, polyvinyl chloride (PVC), or
|
||||
viton)
|
||||
• Coveralls
|
||||
• Shoes plus socks·
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food, or feed by storage or disposal.
|
||||
Pesticide Storage
|
||||
Keep container tightly closed when not in use. Keep away from heat and flame. Do not
|
||||
store near seed, fertilizers, or·foodstuffs. Store above 23°F. Shake well before use.
|
||||
3
|
||||
.21
|
||||
|
||||
•
|
||||
-6-
|
||||
•
|
||||
PestiGide Disposal
|
||||
Open dumping is prohibited. '!Vasts resulting from the use ofthis product may be
|
||||
disposed of on site or at an approved I/ylaste disposal facility.
|
||||
Container Disposal
|
||||
Triple rinse (or equivalent); Then offer for recycling or reconditioning, or puncture and
|
||||
dispose of in a sanitary landfill, or by other procedures approved by state and local
|
||||
authorities.
|
||||
GENERAL INFORMATION
|
||||
Achieve SC Herbicide is a systemic, postemergence herbicide for the selective control
|
||||
of wild oats, volunteer tame oats, green foxtail, yellow foxtail, annual (Italian) ryegrass,
|
||||
and Persian darnel in all wheat and barley varieties. Perennial grasses such as
|
||||
quackgrass will not be controlled. Although susceptible grass weeds treated with
|
||||
Achieve SC Herbicide cease growth soon after application, complete die-back of the
|
||||
weeds could take up to 4 weeks.
|
||||
Achieve SC Herbicide does not control broad leaf weeds; however, several broad leaf
|
||||
weed herbicides can be tank mixed with Achieve SC Herbicide to provide broad
|
||||
spectrum weed control in cereals (see appropriate section of label for this information).
|
||||
Achieve SC Herbicide is not affected by rain falling one hour or more after application.
|
||||
INFORMATION ON WEED RESISTANCE
|
||||
Naturally occurring biotypes of certain grass species with resistance to this herbicide
|
||||
and related products (same mode of action) are known to exist. Selection of resistant
|
||||
biotypes through repeated use of these herbicides may result in control failures. If
|
||||
poor performance cannot be attributed to adverse weather conditions or improper .
|
||||
application methods, a resistant biotype may be present. In such a case, additional
|
||||
treatments with this herbicide or related products is not recommended. Consult your
|
||||
local Syngenta Crop Protection representative or agricultural advisor for assistance.
|
||||
Do not apply Achieve SC Herbicide on spring wheat in Minnesota, East of Highway 281
|
||||
in North Dakota, or in South Dakota. In addition, do not apply Achieve SC Herbicide in
|
||||
the following counties in North Dakota: Dickey, LaMoure, Stutsman, Foster, Eddy,
|
||||
Ramsey, and Towner. Use of Achieve SC Herbicide in these areas may result in crop
|
||||
injury to spring wheat. Syngenta Crop Protection, Inc., will not be liable for injury to
|
||||
s rin wheat if Achieve SC Herbicide is used in these areas.
|
||||
|
||||
•
|
||||
-7-
|
||||
•
|
||||
GENERAL USE PRECAUTIONS
|
||||
Achieve SC Herbicide is a postemergence herbicide for use in wheat and barley. Do
|
||||
not use in tame oat crops. Avoid drift onto tame oat and corn crops. Tillered cereal
|
||||
crops may incur injury if applications are made within 48 hours of freezing
|
||||
temperatures. Nontillering cereal crops which are exposed to temperatures of less than
|
||||
40°F up to 48 hours either before or after application, may incur injury. Unacceptable
|
||||
crop injury could also occur when Achieve SC Herbicide is applied to crops under stress
|
||||
due to high temperatures, drought, excess soil moisture, foliar diseases, insect
|
||||
damage, or lack of fertility.
|
||||
When weeds are stressed due to drought, heat, lack of fertility, flooding, or prolonged
|
||||
cool temperatures, control can be reduced or delayed since the grasses are not actively
|
||||
growing. Grass escapes or re-tillering may occur when application is made under
|
||||
prolonged stress conditions. Optimum weed control will be obtained if application of
|
||||
Achieve SC Herbicide is delayed until the stress conditions have ended and weeds are
|
||||
once again actively growing.
|
||||
Do not apply Achieve SC Herbicide to crops or weeds that have heavy dew cover.
|
||||
Tank mixing Achieve SC Herbicide with amine formulations of labeled herbicides or any
|
||||
other herbicide, insecticide, fungicide, fertilizer solution, or adjuvant not recommended
|
||||
on this label or other Syngenta labeling may result in poor grass control and/or
|
||||
unacceptable crop injury.
|
||||
Crop injury may occur with registered tank mixes under extreme weather conditions or
|
||||
when the crop is suffering from stress due to inadequate or abnormally high moisture
|
||||
levels, extreme temperature, or from spray overlaps.
|
||||
Weed control can be reduced when Achieve SC Herbicide is applied to fields which
|
||||
received a soil residual sulfonylurea herbicide treatment the previous year.
|
||||
Unacceptable weed control may be obtained when Achieve SC Herbicide is applied
|
||||
with spray equipment containing residual spray solution or other spray residues from a
|
||||
previous sulfonylurea herbicide application. Ensure such sprayers are thoroughly
|
||||
cleaned before adding Achieve SC Herbicide to the spray tank.
|
||||
Do not apply this product through any type of irrigation system.
|
||||
Flood or sprinkler irrigation can cause subsequent germination of wild oats and other
|
||||
grass weeds. For optimum weed control in· irrigated crops, apply Achieve SC Herbicide
|
||||
after irrigation when new weed germination is complete. .
|
||||
ROTATIONAL CROPS
|
||||
The following crops may be planted at the specified interval following application of
|
||||
|
||||
•
|
||||
-8-
|
||||
•
|
||||
Achieve SC Herbicide.
|
||||
Crop Rotational Interval
|
||||
Cereal Grains and Leaf Crop Groups I 30 days
|
||||
All Other Crops 106 days
|
||||
APPLICATION PROCEDURES
|
||||
WEEDS CONTROLLED AND USE RATES
|
||||
The maximum seasonal application rate for tralkoxydim is 0.25 lb. a.i.lA (9.6 fl. oz'/A
|
||||
Achieve SC Herbicide).
|
||||
Weed
|
||||
Wild Oats
|
||||
Volunteer Tame Oats
|
||||
Green Foxtail
|
||||
Yellow Foxtail
|
||||
Annual (Italian) Ryegrass
|
||||
Persian Darnel
|
||||
Achieve SC Rate
|
||||
6.9-9.2 fl. oz'/A (0.18-0.24 lb. a.i.lA)
|
||||
Use the high rate when soil is dry, weeds are large, weed population is high or crop
|
||||
canopy is dense.
|
||||
Note: In Minnesota, Montana, North Dakota, and South Dakota, apply Achieve SC
|
||||
Herbicide only at 6.9 fl. oz'/A (0.18 lb. a.i.lA). Do not apply Achieve SC Herbicide on
|
||||
spring wheat in Minnesota, East of Highway 281 in North Dakota, or in South Dakota.
|
||||
In addition, do not apply Achieve SC Herbicide in the following counties in North
|
||||
Dakota: Dickey, LaMoure, Stutsman, Foster, Eddy, Ramsey, and Towner. Use of
|
||||
Achieve SC Herbicide in these areas may result in crop injury to spring wheat.
|
||||
Syngenta Crop Protection, Inc. will not be liable for injury to spring wheat if Achieve SC
|
||||
Herbicide is used in these areas.
|
||||
|
||||
•
|
||||
-9-
|
||||
•
|
||||
Apply Achieve SC Herbicide to actively growing grasses for best results. Grasses
|
||||
emerging after application of Achieve SC Herbicide will not be controlled. Achieve SC
|
||||
Herbicide will not control broad leaf weeds. See Tank Mixing Recommendations
|
||||
section of label for information on recommended tank mixes for broad spectrum weed
|
||||
control.
|
||||
APPLICATION TIMING
|
||||
Weed
|
||||
Wild Oats
|
||||
Volunteer Tame Oats
|
||||
Green Foxtail, Yellow Foxtail
|
||||
Annual (Italian) Ryegrass
|
||||
Persian Darnel
|
||||
SPRAY ADDITIVES
|
||||
Weed Growth Stage
|
||||
1-6 leaf (total leaves including tillers). Wild oats will be
|
||||
controlled up to the emergence of the third tiller.
|
||||
1-6 leaf (total leaves including tillers).
|
||||
1-5 leaf (total leaves including tillers).
|
||||
1-4 leaf (total leaves including tillers). Best control of
|
||||
annual (Italian) ryegrass is obtained when application is
|
||||
made in the fall, prior to the dormancy period.
|
||||
1-4 leaf (total leaves including tillers).
|
||||
Always add Supercharge® Adjuvant to the spray solution at a rate of 4 pts.l100 gals. of
|
||||
water (0.5% v/v). Use of incorrect Supercharge rates or alternative adjuvants may
|
||||
result in unacceptable weed control or crop injury.
|
||||
In addition, always add ammonium sulfate to the spray solution at a rate of 7-15
|
||||
Ibs.l100 gals. when spray water contains more than 400 ppm bicarbonate ions. Only
|
||||
use granular or liquid ammonium sulfate formulations which do not contain additional
|
||||
wetters or surfactants. Water from deep wells is more likely to require addition of
|
||||
ammonium sulfate compared to surface water sources. Addition of ammonium sulfate
|
||||
can also provide enhanced weed control under low moisture or high temperature stress
|
||||
conditions as well as when tank mixing with broad leaf weed herbicides.
|
||||
Note: Refer to the Mixing Procedures section for the correct order of addition of spray
|
||||
additives.
|
||||
SPRAY EQUIPMENT
|
||||
APPLICATION INSTRUCTIONS
|
||||
Achieve SC Herbicide may be applied by either ground sprayers or by aerial
|
||||
application.
|
||||
Ground: Apply in a spray volume of 10-15 gals.lA. Use the higher end of water
|
||||
volume range when grass foliage is dense. Apply at a pressure of 30-40 psi to ensure
|
||||
proper dispersion, spraying characteristics, and performance of Achieve SC Herbicide.
|
||||
13
|
||||
2r
|
||||
|
||||
•
|
||||
-10-
|
||||
•
|
||||
Flat fan nozzles of 80° or 110° are recommended for optimum coverage. Do not use
|
||||
floodjet nozzles or controlled droplet application equipment. Ensure that all in-line
|
||||
strainer and nozzle screens in the sprayer are 50 mesh or coarser. Screens of 80
|
||||
mesh size or finer should not be used.
|
||||
Always ensure that agitation is maintained until spraying is completed, even if stopped
|
||||
for brief periods of time. If the agitation is stopped for more than 5 minutes, resuspend
|
||||
the spray solution by running on full agitation prior to spraying. Achieve SC Herbicide
|
||||
must be sprayed within the same day of mixing.
|
||||
Aerial: Apply in a spray volume of 3-5 gals'/A. When grass foliage is dense, use the
|
||||
higher end of water volume range. Use sufficient spray water volume to ensure
|
||||
complete dispersion of Achieve SC Herbicide in the spray tank when mixing and during
|
||||
application. When making aerial applications, care should be taken to avoid drift to
|
||||
crops other than wheat or barley. Avoid drift to nontarget areas. Do not spray when
|
||||
conditions are favorable for drift or when wind velocity exceeds 10 mph.
|
||||
When spraying is completed and prior to using other products, ensure the spray system
|
||||
is thoroughly rinsed with clean water to remove any remaining Achieve SC Herbicide
|
||||
residues. Using a pressure washer and the addition of a detergent or a nonionic
|
||||
surfactant to the rinse water will enhance removal of residues.
|
||||
SPRAY DRIFT
|
||||
Avoid spray drift. Do not apply when weather conditions may cause drift. Do not allow
|
||||
this product to drift onto nontarget areas. Drift may result in illegal residues or injury to
|
||||
adjacent crops and vegetation. To avoid spray drift, DO NOT apply aerially when wind
|
||||
speed is greater than 10 mph or during periods of temperature inversions. Use of
|
||||
larger droplet size will also reduce spray drift.
|
||||
AVOIDING SPRAY DRIFT AT THE APPLICATION SITE IS THE RESPONSIBILITY OF
|
||||
THE APPLICATOR AND GROWER.
|
||||
The interaction of many equipment and weather related factors determine the potential
|
||||
for spray drift. The applicator and grower are responsible for considering all these
|
||||
factors when making decisions.
|
||||
The following drift management requirements must be followed to avoid off-target
|
||||
movement from aerial applications to agricultural field crops. These requirements do
|
||||
not apply to forestry applications, public health uses, or to applications using dry
|
||||
formulations.
|
||||
The distance of the outer most nozzles on the boom must not exceed % the length of
|
||||
the wingspan.or rotor.
|
||||
14
|
||||
021
|
||||
|
||||
•
|
||||
-11-
|
||||
•
|
||||
Nozzles must always point backward parallel with the air stream and never be pointed
|
||||
downwards more than 45°.
|
||||
Where states have more stringent regulations, they must be observed.
|
||||
The applicator should be familiar with and take into account the information covered in
|
||||
the Aerial Drift Reduction Advisory.
|
||||
AERIAL DRIFT REDUCTION ADVISORY
|
||||
(This section is advisory in nature and does not supersede the mandatory label
|
||||
requirements. )
|
||||
Information on Droplet Size
|
||||
The most effective way to reduce drift potential is to apply large droplets. The best drift
|
||||
management strategy is to apply the largest droplets that provide sufficient coverage
|
||||
and control. Applying larger droplets reduces drift potential, but will not prevent drift if
|
||||
applications are made improperly, or under unfavorable environmental conditions (see
|
||||
Wind, Temperature and Humidity, and Temperature Inversions).
|
||||
Controlling Droplet Size
|
||||
• Volume - Use high flow rate nozzles to apply the highest practical spray volume.
|
||||
Nozzles with higher rated flows produce larger droplets.
|
||||
• Pressure - Do not exceed the nozzle manufacturer's recommended pressures. For
|
||||
many nozzle types, lower pressure produces larger droplets. When higher flow
|
||||
rates are needed, use higher flow rate nozzles instead of increasing pressure.
|
||||
• Number of Nozzles - Use the minimum number of nozzles that provide uniform
|
||||
coverage.
|
||||
• Nozzle Orientation - Orienting nozzles so 'that the spray is released parallel to the
|
||||
airstream produces larger droplets than other orientations and is the recommended
|
||||
practice. Significant deflection from horizontal will reduce droplet size and increase
|
||||
drift potential.
|
||||
• Nozzle Type - Use a nozzle type that is designed for the intended application. With
|
||||
most nozzle types, narrower spray angles produce larger droplets. Consider using
|
||||
low-drift nozzles. Solid stream nozzles oriented straight back produce the largest
|
||||
droplets and the lowest drift.
|
||||
Boom Length
|
||||
For some use patterns, reducing the effective boom length to less than 3/4 of the
|
||||
wingspan or rotor length may further reduce drift'without reducing swath width.
|
||||
15
|
||||
.21
|
||||
|
||||
•
|
||||
-12-
|
||||
••
|
||||
Application Height
|
||||
Applications should not be made at a height greater than 10 feet above the top of the
|
||||
target plants unless a greater height is required for aircraft safety. Making applications
|
||||
at the lowest height that issafe reduces exposure of droplets to evaporation and wind.
|
||||
Swath Adjustment
|
||||
When applications are made with a cross wind, the swath wifl be displaced downwind.
|
||||
Therefore, on the up and downWind edges of the field, the applicator should
|
||||
compensate for this displacement by adjusting the path of the aircraft upwind. Swath
|
||||
adjustment distance should increase, with increasing drift potential (higher wind, smaller
|
||||
drops, etc).
|
||||
Wind
|
||||
Drift potential is lowest between wind speeds of 2-10 mph. However, many factors,
|
||||
including droplet size and equipment type determine drift potential at any given speed.
|
||||
Application should be avoided below 2 mph due to variable wind direction and high
|
||||
inversion potential. Note: Local terrain can influence wind patterns. Every applicator
|
||||
should be familiar with local wind patterns and how they affect spray drift.
|
||||
Temperature and Humidity
|
||||
When making applications in low relative humidity, set up equipment to produce larger
|
||||
droplets to compensate for evaporation. Droplet evaporation is most severe when
|
||||
conditions are both hot and dry.
|
||||
Temperature Inversions
|
||||
Applications should not occur during a temperature inversion because drift potential is
|
||||
high. Temperature inversions restrict vertical air mixing, which causes small suspended
|
||||
droplets to remain in a concentrated cloud. This cloud can move in unpredictable
|
||||
directions due to the light variable winds common during inversions. Temperature
|
||||
inversions are characterized by increasing temperatures with altitude and are common
|
||||
on nights with limited cloud cover and light to no wind. They begin to form as the sun.
|
||||
sets and often continue into the morning. Their presence can be indicated by ground
|
||||
fog; however, if fog is not present, inversions can also be identified by the movement of
|
||||
smoke from a ground source or an aircraft smoke generator. Smoke that layers and .
|
||||
moves laterally in a concentrated cloud (under low wind conditions) indicates an
|
||||
inversion, while smoke that moves upward and rapidly dissipates; indicates good
|
||||
vertical air mixing.
|
||||
|
||||
•
|
||||
-13-
|
||||
•
|
||||
Sensitive Areas
|
||||
The pesticide should only be applied when the potential for drift to adjacent sensitive
|
||||
areas (e.g., residential areas, bodies of water, known habitat for threatened or
|
||||
endangered species, nontarget crops) is minimal (e.g., when wind is blowing away from
|
||||
the sensitive areas).
|
||||
Where states have more stringent regulations, they must be observed.
|
||||
MIXING PROCEDURES
|
||||
MIXING INSTRUCTIONS
|
||||
. Follow the mixing instructions below for adding Achieve SC Herbicide to the spray tank.
|
||||
1. Ensure the sprayer is cleaned according to instructions on label of the product
|
||||
used prior to Achieve SC Herbicide.
|
||||
2. Fill spray tank % full with clean water. ,
|
||||
3. Begin tank agitation and continue throughout mixing and spraying operations.
|
||||
4. . Add ammonium sulfate (if used).
|
||||
5. Add dry (WP, DF, WDG, etc.) broadleaf herbicide products (if used) .
|
||||
. 6. Add Achieve SC Herbicide.
|
||||
7. Add liquid (EC, SC, L, F, etc.) broad leaf herbicide products (if used).
|
||||
8. Add Supercharge Adjuvant.
|
||||
9. Fill spray tank to desired level with water.
|
||||
CROP USE DIRECTIONS
|
||||
CROPS
|
||||
Achieve SC Herbicide can be used in all varieties of wheat and all 2- or 6-row varieties
|
||||
of barley (malting and general-purpose varieties including semidwarf and hulless) and
|
||||
triticale. Achieve SC Herbicide may be applied to wheat or barley and triticale up to the
|
||||
flag leaf stage.
|
||||
HARVESTING INTERVALS
|
||||
Minimum interval to harvest is 60 days after treatment with Achieve SC Herbicide.
|
||||
Immature crops (forage) may be grazed or cut for hay 30 days after treatment.
|
||||
Mature straw and grain may be fed to livestock 45 days after treatment.
|
||||
11
|
||||
21
|
||||
|
||||
•
|
||||
-14-
|
||||
•
|
||||
TANK MIXING INSTRUCTIONS
|
||||
Unless otherwise noted, tank mixes are limited to wheat and barley only_
|
||||
For broad spectrum control of annual grasses and broad leaf weeds, tank mix Achieve SC
|
||||
Herbicide with one of the broad leaf herbicides or broad leaf herbicide combinations listed
|
||||
in the following tables. Consult the label of the tank mix partner for a list of broad leaf
|
||||
weeds controlled, rates, timing, re-cropping restrictions, grazing interval restrictions,
|
||||
directions for use, and precautions. Use in accordance with the most restrictive of label
|
||||
limitations and precautions. No label dosage rates may be exceeded. This product
|
||||
cannot be mixed with any other product whose label prohibits such a mixture.
|
||||
|
||||
•
|
||||
-15-
|
||||
•
|
||||
Table 1: For control of wild oats, green foxtail, yellow foxtail, annual (Italian)
|
||||
ryegrass, Persian darnel and broad leaf weeds (refer to tank mix partner label for
|
||||
sp-ecific weeds controlled), tank mix Achieve SC Herbicide at 6.9 to 9.2 fl. oz./A
|
||||
plus only one of the following broadleaf herbicides.
|
||||
SELECT ONLY ONE BROADLEAF HERBICIDE TANK MIX COMBINATION LISTED
|
||||
IN THE TABLE BELOW
|
||||
Broadleaf Herbicide Rate Remarks
|
||||
2,4-0 ester (assume 4Ibs./gal.) 0.5-1 pt./A • This tank mix is recommended only in
|
||||
Minnesota, Montana, North Dakota,
|
||||
and South Dakota.
|
||||
• Ammonium sulfate must be added to
|
||||
this tank mix.
|
||||
• Control of green foxtail and yellow
|
||||
foxtail may be reduced under adverse
|
||||
growing conditions with this tank mix.
|
||||
Bronate Advanced TM 1 0.6-1.2 pts.lA • Do not exceed 0.8 pt.lA of Bronate
|
||||
Advanced in a tank mix with Achieve
|
||||
SC Herbicide in Minnesota, Montana,
|
||||
North Dakota, and South Dakota.
|
||||
Buctril®'·.) 0.75-1.5 pts.lA • Control of green foxtail and yellow
|
||||
foxtail may be reduced under adverse
|
||||
growing conditions with this tank mix.
|
||||
Curtail™ M 1.75-2 pts.lA
|
||||
MCPA ester (assume 4 0.5-1 pt.lA
|
||||
Ibs./gal.)
|
||||
Starane™ 0.5-0.66 pt.lA
|
||||
Starane + 2,4-0 ester 0.5-0.66 pt.lA + • This tank mix is recommended only in
|
||||
0.5-1 pUA Minnesota, Montana, North Dakota,
|
||||
and South Dakota.
|
||||
• Ammonium sulfate must be added to
|
||||
this tank mix.
|
||||
• Control of green foxtail and yellow
|
||||
foxtail may be reduced under adverse
|
||||
growing conditions with this tank mix.
|
||||
Starane + MCPA ester 0.5-0.66 pUA +
|
||||
0.5-1 pt.lA
|
||||
Starane + Sword® 1.12-1.5 pts.lA
|
||||
Stinger™ 0.25-0.33 pt.lA
|
||||
1 .. Other eqUivalent products containing the active Ingredients bromoXYnll/MCPA esters may be
|
||||
used.
|
||||
20ther equivalent products containing the active ingredient bromoxynil ester may be used.
|
||||
3Wheat, barley, and triticale. .
|
||||
|
||||
•
|
||||
-16-
|
||||
•
|
||||
Table 2: For control of wild oats and broadleaf weeds (refer to tank mix partner
|
||||
label for specific weeds controlled), tank mix Achieve SC Herbicide at 6.9 to 9.2 flo
|
||||
oz.lA plus only one of the following single or two-way broad leaf herbicide
|
||||
combinations
|
||||
SELECT ONLY ONE BROAD LEAF HERBICIDE TANK MIX COMBINATION LISTED
|
||||
IN THE TABLE BELOW
|
||||
Broadleaf Herbicide Rate Remarks
|
||||
Harmony®GT1,2,3,6 0.3-0.5 ot..lA
|
||||
Harmony GT"Z,;i + 2,4-D ester 0.3-0.5 oz.lA + • This tank mix is recommended only in
|
||||
0.5-1 pt.lA Minnesota, Montana, North Dakota,
|
||||
and South Dakota. -
|
||||
• Ammonium sulfate must be added to
|
||||
this tank mix.
|
||||
Harmony GT ' ,':,-',0+ Bronate 0.3-0.5 oz.lA + • Do not exceed 0.8 pt./A of Bronate
|
||||
Advanced 4 0.6-1.2 pts.lA Advanced in a tank mix with Achieve
|
||||
SC Herbicide in Minnesota, Montana,
|
||||
North Dakota, and South Dakota.
|
||||
Harmony GT1,z,;i,O + Buctril::>'o 0.3-0.50z.lA +
|
||||
0.75-1.5 pts.lA
|
||||
Harmony GTo + StaraneZ,;i 0.3 oz.lA + 0-0.5-
|
||||
0.66 pt.lA
|
||||
Harmony GT1,.:,.:l,O + MCPA 0.3-0.5 oz.lA +
|
||||
ester 0.5-1 pt.lA
|
||||
l' . . Wild oat control may be reduced when Achieve SC Herbicide IS tank mixed with Harmony GT .
|
||||
To minimize the reduction in wild oat control, use the higher rate of Achieve SC Herbicide when
|
||||
using rates of Harmony GT greater than 0.3 oz.lA.
|
||||
2Addition of a surfactant other than Supercharge Adjuvant is not required.
|
||||
3Harmony GT XP may be substituted for Harmony GT.
|
||||
40ther equivalent products containing the active ingredients bromoxynil/MCPA esters may be
|
||||
used.
|
||||
SOther equivalent products containing the active ingredient bromoxynil ester may be used.
|
||||
6Wheat, barley, and triticale.
|
||||
Achieve SC Herbicide may be tank mixed with other herbicides registered for use
|
||||
on wheat and barley provided that this label does not prohibit such mixing. Follow
|
||||
the most restrictive label directions, precautions, and prohibitions for all products
|
||||
used.
|
||||
Herbicides not specified on this label for tank mixing with Achieve SC Herbicide may be
|
||||
applied separately in sequence. For best results, always apply Achieve SC Herbicide
|
||||
first and allow at least 7 days after the application of Achieve SC Herbicide before
|
||||
applying other herbicides. Reduced grass control should be expected if Achieve SC
|
||||
Herbicide is not applied first.
|
||||
|
||||
•
|
||||
-17-
|
||||
•
|
||||
TANK MIX APPLICATION WITH WARRIOR® INSECTICIDE
|
||||
Achieve SC Herbicide may be applied in combination with Warrior Insecticide for wild
|
||||
oat control and insect control. Apply Achieve SC Herbicide at 6.9-9.2 fl. oz.lA in a tank
|
||||
mix with Warrior Insecticide at recommended use rates. Add Warrior to the tank first,
|
||||
followed by Achieve SC Herbicide. Refer to the Warrior label for specific use directions,
|
||||
application rates, restrictions and a list of insects controlled.
|
||||
TANK MIXTURES WITH LIQUID NITROGEN FERTILIZERS
|
||||
Achieve SC Herbicide may be tank mixed in a spray solution with liquid nitrogen
|
||||
fertilizers. Liquid nitrogen fertilizers may be used at rates up to 5 gallons per acre but
|
||||
must be diluted at a minimum of 1:1 ratio of water. These N-based tank mixtures may
|
||||
be used in conjunction with ammonium sulfate. AMS should be maintained in the tank
|
||||
mix when using water with high bicarbonate levels (greater than 400 ppm). Follow the
|
||||
mixing instructions below for adding liquid nitrogen fertilizer and Achieve SC Herbicide
|
||||
to the spray tank.
|
||||
1. Fill spray tank Y:z full with clean water.
|
||||
2. Begin tank agitation and continue throughout mixing and spraying operations.
|
||||
3. Add solid (OF, OG, etc.) broadleaf herbicides (if used).
|
||||
4. Add ammonium sulfate (if used).
|
||||
5. Add Achieve SC Herbicide.
|
||||
6. Add liquid nitrogen fertilizer.
|
||||
7. Add liquid broad leaf herbiCides (if used).
|
||||
8. Add Supercharge Adjuvant.
|
||||
9. Fill spray tank to desired level with water.
|
||||
When using Achieve SC Herbicide with approved herbicide tank mix partners, consult
|
||||
the label of the partner product and follow any additional instructions or restrictions on
|
||||
that Ipbel which relate to mixtures with liquid nitrogen fertilizers.
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food, or feed by storage andor disposal.
|
||||
Pesticide Storage
|
||||
Keep container tightly closed when not in use. Keep away from heat and flame. Do not·
|
||||
store near seed, fertilizers, or foodstuffs. Store above 23°F. Shake well before use.
|
||||
Pesticide Disposal
|
||||
Open dumping is prohibited. Waste resulting from the u~e of this product may be
|
||||
disposed of on site or at an approved waste disposal facility.
|
||||
-
|
||||
|
||||
•
|
||||
-18-
|
||||
•
|
||||
Container HandlingDisposal
|
||||
Non-refillable container. Do not reuse or refill this container. Offer for recycling if
|
||||
available. Triple rinse container (or equivalent) promptly after emptying . .;. Triple rinse
|
||||
as follows: . Empty the remaining contents into application equipment or a mix tank and
|
||||
drain for 10 seConds after the flow begins to drip. Fill the container % full with water
|
||||
and recap. Shake for 10 seconds. Pour rinsate into application equipment or a mix
|
||||
tank or store rinsate for later use and disposal. Drain for 10 seconds after the flow
|
||||
begins to drip. Repeat this procedure two more times. Then offer for recycling!!
|
||||
availableor reconditioning, or puncture and dispose of in a sanitary landfill,or by
|
||||
incinerationother procedures approved by state and local authorities.
|
||||
WEED LEAF STAGES
|
||||
ONE LEAF II TWO LEAf II THREE LEAF II FOUR LEAF
|
||||
IFIVE LEAF (1 TILLER" I SIX LEAF (2 TILLERS) IIIDliN LEAf (3 nLLERSll
|
||||
~
|
||||
4
|
||||
5(T)
|
||||
Gin
|
||||
' .•.• :7~ t:
|
||||
, 2
|
||||
. . ~.
|
||||
All Labeled Grass Weeds - Optimum Control Stages 1-4.
|
||||
Annual Ryegrass (Ilalian) and Persian Darnel - COntrolled ·Slages 1·4.
|
||||
Green and Yellow Foxlall-Controlled Slages 1·5.
|
||||
Wild Dais 8. Volllllleer Tame Oals- Controlled Slages 1-6.
|
||||
Achieve®, Supercharge®, Warrior®, and the Syngenta logo are trademarks of a
|
||||
Syngenta Group Company
|
||||
Bronate Advanced TM and Buctril® trademarks of Bayer CropScience
|
||||
Curtail®, Starane®, and Stinger® trademarks of Dow AgroSciences
|
||||
Harmony® trademark of E. I. duPont de Nemours & Co., Inc.
|
||||
Sword® trademark of Platte Chemical Co.
|
||||
©2005 Syngenta
|
||||
|
||||
•
|
||||
-19-
|
||||
•
|
||||
For nonemergency (e.g. current product information), call
|
||||
Syngenta Crop Protection 1-800-334-9481
|
||||
Product of United Kingdom
|
||||
Formulated in the USA
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.syngenta-us.com
|
||||
SCP 1130
|
||||
13
|
||||
Xl
|
||||
|
||||
•
|
||||
Achieve®SC Herbicide
|
||||
-20-
|
||||
Base Label
|
||||
(2.16 gal.)
|
||||
•
|
||||
Postemergence Herbicide for Control of Annual Grass Weeds in Wheat, Barley, and
|
||||
Triticale
|
||||
Active Ingredient:
|
||||
Tralkoxydim
|
||||
2-Cyclohexen-1-one, 2-[1-( ethoxyimino )propyl]-3-hydroxy-
|
||||
5-(2,4,6-trimethylphenyl)-(9CI) ................................................................................ 35.0%
|
||||
Other Ingredients: 65.0%
|
||||
Total: 100.0%
|
||||
Contains 3.33 Ibs. active ingredient per gallon or 400 grams a.i.lL.
|
||||
See additional precautionary statements and directions for use inside booklet
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR part 170. Refer to supplemental labeling under "Agricultural Use
|
||||
Requirements" in the Directions for Use section for information about this standard.
|
||||
EPA Reg No.1 00-1130
|
||||
EPA Est. 100-NE-001
|
||||
Product of United Kingdom
|
||||
Formulated in the USA
|
||||
Achieve® SC and the Syngenta logo are trademarks of a Syngenta Group Company
|
||||
©2005 Syngenta
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.syngenta-us.com
|
||||
SCP 1130
|
||||
2.16 gallons
|
||||
Net Contents
|
||||
|
||||
-------------------------------
|
||||
•
|
||||
-21-
|
||||
•
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
. Precautionary Statements
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
Harmful if swallowed. Causes moderate eye irritation. Avoid contact with eyes or
|
||||
clothing.
|
||||
FIRST AID
|
||||
If swallowed. • Call a poison control center or doctor immediately for treatment
|
||||
advice.
|
||||
• Have person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by a pOison control
|
||||
center or doctor.
|
||||
• Do not give anything by mouth to an unconscious person.
|
||||
If in eyes • Hold eye open and rinse slowly and gently with water for 15-20
|
||||
minutes.
|
||||
• Remove contact lenses, if present, after the first 5 minutes, then
|
||||
continue rinsing eye.
|
||||
• Call a poison control center or doctor for treatment advice.
|
||||
If on skin or • Take off contaminated clothing.
|
||||
. clothing • Rinse skin immediately with plenty of water for 15-20 minutes .
|
||||
• Call a poison control center or doctor for treatment advice.
|
||||
If inhaled • Move person to fresh air.
|
||||
• If person is not breathing, call 911 or an ambulance, then give
|
||||
artificial respiration, preferably mouth-to mouth if possible.
|
||||
• Call a poison control center or doctor for further treatment advice.
|
||||
Have the product container or label with you when calling a poison control center or
|
||||
doctor or going for treatment.
|
||||
. HOTLINE NUMBER
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal)
|
||||
or Chemical Emerge~cy Assistance (Spill, Leak, Fire, or Accident)
|
||||
Call
|
||||
1-800-888-8372
|
||||
|
||||
•
|
||||
-22-
|
||||
Engineering Control Statements
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that meets
|
||||
the requirements listed in the Worker Protection Standard (WPS) for agricultural
|
||||
pesticides [40 CFR 170.240(d)(4-6)], the handler PPE requirements may be reduced or
|
||||
modified as specified in the WPS.
|
||||
Environmental Hazards
|
||||
Do not apply directly to water or to areas where surface water is present or to intertidal
|
||||
areas below the mean high water mark. Drift and runoff may be hazardous to aquatic
|
||||
organisms in neighboring areas. Do not contaminate water when disposing of
|
||||
equipment wash water or rinsate.
|
||||
Spray Drift
|
||||
Do not make aerial applications under conditions involving possible drift to nontarget
|
||||
plants. Refer to the local state laws, regulations, and guidelines for proper application
|
||||
to avoid off-target movement.
|
||||
Physical and Chemical Hazards
|
||||
Do not use or store near heat or open flame.
|
||||
Storage and Disposal
|
||||
Do not contaminate water, food, or feed by storage or disposal.
|
||||
Pesticide Storage
|
||||
Keep container tightly closed when not in use. Keep away from heat and flame. Do not
|
||||
store near seed, fert!lizers, or foodstuffs. Store above 23°F. Shake well before use.
|
||||
Pesticide Disposal
|
||||
Open dumping is prohibited. Waste resulting from the use of this product may be
|
||||
disposed of on site or at an approved waste disposal facility. .
|
||||
Container HandlingDisposal
|
||||
Non-refillable container. • Do not reuse or refill this container; Offer for recycling if
|
||||
available. Triple rinse container (or equivalent) promptly afteremptyirig. r Triple rinse
|
||||
as follows: Empty the remaining contents into application equipment or a mix tank and
|
||||
drain for 10 seconds after the flow begins to drip. Fill the container % full with water ..
|
||||
and recap. Shake for 1,0 seconds. Pour rinsate into application equipment or a mix '
|
||||
tank or store rinsate for later use and disposal. Drain for 10 seconds after the flow
|
||||
begins to drip. Repeat this procedure two more times. Then offer for recycling if
|
||||
availableor reconditioning, or puncture and dispose of in a sanitary landfill, or by
|
||||
incinerationother procedures approved by state and local authorities.
|
||||
|
||||
•
|
||||
-23-
|
||||
•
|
||||
ACHIEVE SC 1130 MAS 06-12-06 - pd - 06/25/07
|
||||
ACHIEVE SC 1130 MAS 06-12-06 PRN 2007-4 NOTIF-AUG2010 - pl- 8/16/10
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1131",
|
||||
"epa_reg_no": "100-1131",
|
||||
"product_name": "CALLISTO HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Mesotrione",
|
||||
"cas": "104206-82-8",
|
||||
"percent": 40,
|
||||
"pc_code": "122990"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01131-20260409.pdf",
|
||||
"filename": "000100-01131-20260409.pdf",
|
||||
"accepted_date": "2026-04-09",
|
||||
"last_modified": "2026-04-14T17:45:03+00:00",
|
||||
"page_count": 50,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1131",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1131"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:18:08.376326+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1138",
|
||||
"epa_reg_no": "100-1138",
|
||||
"product_name": "THIOLUX JET",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Sulfur",
|
||||
"cas": "7704-34-9",
|
||||
"percent": 80,
|
||||
"pc_code": "077501"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01138-20040113.pdf",
|
||||
"filename": "000100-01138-20040113.pdf",
|
||||
"accepted_date": "2004-01-13",
|
||||
"last_modified": "2011-04-13T17:39:36+00:00",
|
||||
"page_count": 16,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1138",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1138"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:18:19.238061+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,579 @@
|
||||
# THIOLUX JET
|
||||
|
||||
- EPA Reg No: **100-1138**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Sulfur (80%)
|
||||
- Label accepted: 2004-01-13
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01138-20040113.pdf
|
||||
|
||||
---
|
||||
Please read Instruct!n.lS on reverse berore comoletinq form. 011,3/ EI{)O/f I /(0
|
||||
100-1/38 Un ited States § Registration opp Identifier Number
|
||||
&EPA Environmental Protection Agency Amendment \:
|
||||
• ' ••• -. I ... .•. .. ',.',' < -" "
|
||||
Washington, DC 20460 x Other
|
||||
Application for Pesticide - Section I
|
||||
1. CompanyfProdul,: "':~j:r::.;er 2. EPA Product Manager 3. Proposed Classification
|
||||
100·1138 MarvWalier
|
||||
4. Company/Produ'~; ";,UnG) PM# D None D Restricted
|
||||
ThioluX® Jet 21
|
||||
5. Name and Addw2 S .)[ ,\pplicant (Include ZIP Code) 6. Expedited Review. In accordance with FIFRA Section 3(c)(3) (b)(i),
|
||||
Syngenta C, :~'l) Prctection, Inc. my product is similar or identical in composition and labeling to:
|
||||
P. O. Box 183 '>J
|
||||
Greensboro, ~;C 27419 EPA Reg. No.
|
||||
o Che',',>( if this is a new address Product Name
|
||||
Section -II
|
||||
D Amendment - E,\piain below. D Final printed labels in response to r'C~'-• '!,-J'-;ATf( N Agency letter dated
|
||||
D
|
||||
Resubmissiol' ,'1 '8sponse to Agency letter dated ___ . ____ D "Me Too" Application. JAN ! 3 20L ~
|
||||
GJ Notification . E;'~Dlain below. D Other ~ Explain below.
|
||||
Explanation: Use 3cciltional pagels) if necessary, (For Section I and Section 11,).
|
||||
Syngenta Crop Protection, Inc., is adding via notification under PR Notice 98·10 to the subject label the following items.
|
||||
Page 14
|
||||
• Added "Washington State Only"
|
||||
• Added "Information regarding the contents and levels of metals in this product is available on the internet at
|
||||
http://www.ae: ·;:l.q:YJ/."
|
||||
This notification is consistent with the provisions of PR Notice 98~10 and EPA regulations at 40 CFA 152.46, and no other changes have been made to
|
||||
the labeling or the confidc;ntial statement of formula of this product. I understand that it is a violation of 18 U.S.C. Sec. 1001 to willfully make any false
|
||||
statement to EPA. I fUI~:~'I'.:H understand that if this notification is not consistent with the terms of PR Notice 98·10 and 40 CFR 152.46, this product may
|
||||
be in violation of FIFRA and I may be subiect to enforcement action and penalties under sections 12 and 14 of FIFRA.
|
||||
Section - III
|
||||
1, Material This Product Will Be Packaaed In:
|
||||
Child-Resistant Packaging Unit Paokaging WatDr Soluble Packaging 2.
|
||||
'~,oo.'. B Ves' Bves BYes Metal
|
||||
No No No Plastic
|
||||
Glass
|
||||
·Certlflcatfon must If UYes" No. per If "Yes" No. per Paper
|
||||
besubmlned Unit Packaging wgt. Container Unit Packaging wgt. container Other (Specify)
|
||||
3. Location of Net Contents Information 4. Size(s) Retail Container 5, Location of label Directions
|
||||
B On Label
|
||||
D Label D Container On Labeling accompanying product
|
||||
6. Manner in Which Lnbel is Affixed to Product § Lithograph D Other
|
||||
Paper glued
|
||||
Stenciled
|
||||
Section -IV
|
||||
1. Contact Point (Corne/ete items directlv below for identification of individual to be contacted, if necessary, to orocess this aO'Jlicatiof'.)
|
||||
Name Title Telephone No. (In(;llJde Area CO(I~)
|
||||
Senior Regulatory Product
|
||||
336.632.2146 Larry Zang Manaqer
|
||||
Certification 6. uate Application
|
||||
I certify that the statements I have made on this form and all attachments thereto are true, accurate and complete. F.&..::aived
|
||||
I acknowledge that any knowingly false or misleading statement may be punishable by fine or imprisonment or (Stamped)
|
||||
both under applicable lalV.
|
||||
2. Signat~/. 7 3. Title
|
||||
Senior Regulatory Product Manager
|
||||
. I (' 1./~'"Y"'L"/
|
||||
4. Typed Name , 5. Date I
|
||||
Larry Zang December 19, 2003
|
||||
EPA Form 8570~1 (RtN '-9'+1 PrevIous editions are obsolete.
|
||||
EPA·FPrft 'G . CA·DOC· REGAFFRSI5/5.97· bb
|
||||
|
||||
Thiolux® Jet
|
||||
Dry Flowable Micronized Sulfur
|
||||
Active Ingredient:
|
||||
Sulfur ........................................................................................................................ 80.0%
|
||||
Other Ingredients: 20.0%
|
||||
Total: 100.0%
|
||||
Guaranteed Analysis:
|
||||
Sulfur(s) .................................................................................................................... 80.0%
|
||||
Derived from elemental sulfur
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use printed on bag.
|
||||
EPA Reg. No. 100-1138
|
||||
EPA Est. 70992-FRA-002
|
||||
SCP 1138A-L 1
|
||||
SCP 1138A-L2
|
||||
Made in France
|
||||
30 pounds
|
||||
50 pounds
|
||||
Net Weight
|
||||
(30 pounds)
|
||||
(50 pounds)
|
||||
NOTIFICATION
|
||||
JAN 1 3 ZOD4
|
||||
• •
|
||||
~ " ( " I) •
|
||||
• .. . •• • · .. . . ~ . " ' .. • •• ••• • • •• • · . . . .. " ~ '. • • ... •• • · .. . "' ... ' "
|
||||
• • ... , • J
|
||||
• •
|
||||
• • · .. .. .'
|
||||
|
||||
"""""--"""""""'''''''''"''''''"''''''''''''
|
||||
-2-
|
||||
----,,--,--"
|
||||
FIRST AID --'" ..
|
||||
:. Ifon s.,; Take off contaminated clothing,
|
||||
or cia:> ~q
|
||||
!
|
||||
Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
t : Call a poison control center or doctor for treatment advice.
|
||||
HOT LINE NUMBER
|
||||
Fer2,l Hour Medical Emergency Assistance (Human or Animal) or Chemical
|
||||
Emergency Assistance (Spill, Leak, Fire, or Accident)
|
||||
Call
|
||||
1-800-888-8372 -"'--
|
||||
PREC'-\' .. :r:ONARY STATEMENTS
|
||||
HAZARr:3 TO HUMANS AND DOMESTIC ANIMALS
|
||||
CAUTION
|
||||
Harmfulf absorbed through skin, Avoid contact with skin, eyes, or clothing, Wear long
|
||||
sleeved shirt and long pants, socks, shoes and chemical resistant gloves made of
|
||||
waterproof material. Prolonged or frequently repeated skin contact may cause allergic
|
||||
reaction in some individuals,
|
||||
PersO!~ ... ,o:;::tcctive Equipment
|
||||
Applicamrs and other handlers must wear:
|
||||
• L: ng-sleeved shirt and long pants
|
||||
• Chemical resistant gloves made of waterproof material
|
||||
• SilOes plus socks
|
||||
• Protective eyewear
|
||||
Follow manufacturer's instructions for cleaning/maintaining PPE, If no such instructions
|
||||
for was!l;jbles, use detergent and hot water. Keep and wash PPE separately from other
|
||||
laundry
|
||||
|
||||
-3-
|
||||
Engineering Control Statements
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that meets
|
||||
the requirements listed in the Worker Protection Standard (WPS) for agricultural
|
||||
pesticides [40 CFR 170.240 (d)(4-6)], the handler PPE requirements may be reduced or
|
||||
modified as specified in the WPS.
|
||||
User Safety Recommendations:
|
||||
Users should:
|
||||
• Wash hands before eating, drinking, chewing gum, using tobacco, or using the
|
||||
toilet.
|
||||
Environmental Hazards
|
||||
For terrestrial uses, do not apply directly to water, or to areas where surface water is
|
||||
present, or to intertidal areas below the mean high water mark. Do not apply when
|
||||
weather conditions favor drift from treated areas. Do not contaminate water by cleaning
|
||||
of equipment and when disposing of equipment washwaters.
|
||||
Physical and Chemical Hazards
|
||||
Sulfur dust suspended in air ignites easily. Keep away from heat, sparks, and flame.
|
||||
Do not smoke while applying this product.
|
||||
• • C .. L .. t- •
|
||||
• ... •• • · .. • .. . •• • · .. .. . •• • · " •
|
||||
• " J J
|
||||
• •
|
||||
• • • ••
|
||||
.) ."
|
||||
· ., ....... · ., · .
|
||||
• oil • "
|
||||
•
|
||||
· " '
|
||||
|
||||
-4-
|
||||
.. '--::-c:::-::--::-:-,--,:-----::c-:--- ____ -:-=c=-:--:=-:--:-:-:=-:--:-=-:-:-:=_:__--
|
||||
CONC-::.;'S OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTIC ,::;,ead the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warrancy:na Liability before buying or using this product If the terms are not
|
||||
acceptz::s. return the product at once, unopened, and the purchase price will be
|
||||
refunde.'
|
||||
The Dires:'cns for Use of this product should be followed carefully, It is impossible to
|
||||
eliminate? III risks inherently associated with the use of this product Crop injury,
|
||||
ineffect\' "ness or other unintended consequences may result because of such factors
|
||||
as man:: _')f use or application, weather or crop conditions, presence of other materials
|
||||
or other.-fluencing factors in the use of the product, which are beyond the control of
|
||||
SYNGE ,~ CROP PROTECTION, Inc, or Seller. All such risks shall be assumed by
|
||||
Buyer 3n: User, and Buyer and User agree to hold SYNGENTA and Seller harmless for
|
||||
any clair;,s relating to such factors,
|
||||
SYNGE!',TA warrants that this product conforms to the chemical description on the label
|
||||
and is re,~sonably fit for the purposes stated in the Directions for Use, subject to the
|
||||
inheren: "sks referred to above, when used in accordance with directions under normal
|
||||
use conc::tions. This warranty does not extend to the use of the product contrary to
|
||||
label instructions, or under abnormal conditions or under conditions not reasonably
|
||||
foresee::;,,:o or beyond the control of Seller or SYNGENTA, and Buyer and User
|
||||
assume the risk of any such use, SYNGENTA MAKES NO WARRANTIES OF
|
||||
MERCnl:,NTABILITY OR OF FITNESS FOR A PARTICULAR PURPOSE NOR ANY
|
||||
OTHER::XPRESS OR IMPLIED WARRANTY EXCEPT AS STATED ABOVE,
|
||||
In no eVErl! shall SYNGENTA or Seller be liable for any incidental, consequential or
|
||||
special cbmages resulting from the use or handling of this product THE EXCLUSIVE
|
||||
REMEDY OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY OF
|
||||
SYNGE:.!T A AND SELLER FOR ANY AND ALL CLAIMS, LOSSES, INJURIES OR
|
||||
DAMAGES (INCLUDING CLAIMS BASED ON BREACH OF WARRANTY,
|
||||
CONTR,!\CT, NEGLIGENCE, TORT, STRICT LIABILITY OR OTHERWISE)
|
||||
RESULTING FROM THE USE OR HANDLING OF THIS PRODUCT, SHALL BE THE
|
||||
RETUR~l OF THE PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION
|
||||
OF SYNGErlTA OR SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
SYNGEi'lT f\ and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing Conditions of Sale and Limitation of Warranty and Liability, which may n')t bA
|
||||
modified 3xcept by written agreement signed by a duly authorized representative 01
|
||||
SYNGEi",
|
||||
|
||||
",,,,",,,,",,",,,,,,,,,,"",10""","","",,,,,,,,,,,,,,'" '
|
||||
-5-
|
||||
DIRECTIONS FOR USE
|
||||
It is a, .. >dicn of federal law to use this product in a manner inconsistent with its
|
||||
labelin'.l
|
||||
Do notiDply this product in a way that will contact workers or other persons, either
|
||||
directly:r :hrough drift. Only protected handlers may be in the area during application.
|
||||
For any 'equirements specific to your state or tribe, consult the agency responsible for
|
||||
pesticide regulation.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this Drcduct only in accordance with its labeling and with the Worker Protection
|
||||
Standarc!. 40 CFR Part 170. This Standard contains requirements for the protection of
|
||||
agricultural workers on farms, forests, nurseries, and greenhouses, and handlers of
|
||||
agriculturClI pesticides. It contains requirements for training, decontamination,
|
||||
notification, and emergency assistance. It also contains specific instructions and
|
||||
exceptions pertaining to the statements on this label about personal protective
|
||||
equipment (PPE) and restricted-entry interval. The requirements in this box only apply
|
||||
to uses ci this product that are covered by the Worker Protection Standard.
|
||||
Do not "'l-2f or allow worker entry into treated areas during the restricted-entry
|
||||
intervc:1 (REi) of 24 hours.
|
||||
PPE required for early entry to treated areas that is permitted under the Worker
|
||||
Protection Standard and that involves contact with anything that has been treated, such
|
||||
as plants. soil, or water is:
|
||||
Coveralls over long-sleeved shirt and long pants
|
||||
Chemical resistant gloves made of waterproof material
|
||||
Socks and chemical resistant footwear
|
||||
FAILURE TO FOLLOW THE DIRECTIONS FOR USE AND THE PRECAUTIONS ON
|
||||
THIS LABEL MAY RESULT IN CROP INJURY, POOR PEST CONTROL, OR
|
||||
ILLEGAL RESIDUES.
|
||||
Thiolu;( Jet !s recommended for control of listed plant diseases, insects and spider mites
|
||||
on fruits. vegetables, and ornamentals when used as directed. Additionally, Thiolux Jet
|
||||
is a readily available source of sulfur, a necessary plant nutrient.
|
||||
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food, or feed by storage or disposal.
|
||||
Pesticide Storage
|
||||
Must be stored under dry conditions.
|
||||
Pesticide Disposal
|
||||
Wastes resulting from the use of this product may be disposed of on site or at an
|
||||
approved waste disposal facility.
|
||||
Container Disposal
|
||||
Completely empty bag into application equipment. Then dispose of empty bag in a
|
||||
sanitary landfill or by incineration, or if allowed by state and local authorities, by burning.
|
||||
If burned, stay out of smoke.
|
||||
|
||||
-7-
|
||||
GENE:'.·!._ INFORMATION
|
||||
Some :;~,'j are susceptible to injury from sulfur under certain climatic conditions, The
|
||||
user is ,"(,"/ised not to use on any crop unless local use has proven sulfur to be safe in
|
||||
that loc'~;ity. Sulfur may burn foliage or cause fruit injury when temperatures are
|
||||
excessivQiy high, Do not apply at such times. Do not apply to or allow spray drift on
|
||||
sulfur sensitive plants such as apricots, cranberries, spinach, Apply only to dormant
|
||||
Anjou pears. Do not use within two (2) weeks of an oil treatment, except for dormant
|
||||
sprays on pears and apples, For citrus, do not apply within 21 days of an oil
|
||||
applb.iti:,.,n. Follow all other label directions or precautions as indicated, When growing
|
||||
crops fer IJrocessing, consult processor before applying sulfur.
|
||||
Nutrient Use
|
||||
Thiolu;: ,Jet applications will provide sulfur for the plant's nutrient requirements and
|
||||
should b:,o considered in the total plant nutrient applications, Thiolux Jet can be used as
|
||||
a micron utrient supplement by either foliar or soil application, Thiolux Jetcan be used
|
||||
on the fOllowing crops in addition to other crops listed on the label: alfalfa, almonds,
|
||||
avocados, apples, barley, all beans, broccoli, cabbage, cauliflower, carrots, citrus, corn,
|
||||
grapes, Grass grown for seed, melons, nectarines, pears, peaches, peppers, plums,
|
||||
prunes, potatoes, peanuts, sorghum, soybeans, sugar beets, strawberries, tomatoes,
|
||||
turnips, "I,,!nuts, watermelons, and wheat. Consult your State Agricultural Experimental
|
||||
Station or E:ctension Specialist for advice in selecting treatments to best fit local
|
||||
conditions.
|
||||
---,
|
||||
APPLlC.~ TION PROCEDURES
|
||||
Fill spra)' tank half full with water. Pour needed amount into spray tank under agitation,
|
||||
If necessary, add a few drops of oil to avoid foaming, Maintain agitation throughout
|
||||
spray oPQration,
|
||||
Use lower recommended rates on following host and pest recommendation table when
|
||||
using concentrate equipment. Use higher rates when using dilute applications,
|
||||
Dilute Application
|
||||
Ground I~pplication - Apply specified rate in 20-60 gals, of water per acre,
|
||||
Orchard ,'Ip:Jlication - Apply specified rate in 100-800 gals, of water per acre.
|
||||
|
||||
-8-
|
||||
Conc:}n:r:.te Application
|
||||
Grour:: :'p,:Jiication - Apply specified rate in 5 gals. or more water per acre.
|
||||
Orcha!,!'<pplication - Apply specified rate in 20-100 gals. of water per acre. Special
|
||||
concentrate equipment is necessary for these uses.
|
||||
Aerial.I,;Jplication
|
||||
Apply specified rate in 3-20 gals. of water per acre. Orchard rates should not be applied
|
||||
in less Ulan 10 gals. of water per acre.
|
||||
Chemi(Jation
|
||||
Thiolu;( ,;et may be applied through sprinkler systems including center pivot, lateral
|
||||
move, end tow. side wheel roll, traveler, big gun, solid set, and hand move. Do not
|
||||
apply Tlliolux Jet through any other type irrigation system. Do not apply Thiolux Jet
|
||||
through any irrigation system when wind speed favors drift beyond the area intended for
|
||||
treatmene
|
||||
Crop injury or lack of effectiveness can result from uneven distribution of treated
|
||||
irrigatior. water, For center pivot systems, apply during one full revolution of the system.
|
||||
For other systems listed above (I.e., portable or solid set systems), apply during the final
|
||||
15 minutes of the irrigation period. Do not operate irrigation system after application
|
||||
until deposit has thoroughly dried. If you have questions about system operation or
|
||||
calibration, contact State Extension Service specialists or chemigation equipment
|
||||
manufac:urers,
|
||||
THE FOLLOWING PRECAUTIONS MUST BE OBSERVED WHEN APPLYING
|
||||
PESTICIDES AND PLANT NUTRIENTS THROUGH IRRIGATION SYSTEMS:
|
||||
• A person knowledgeable of the chemigation system and responsible for its
|
||||
operation, or under the supervision of the responsible person, shall shut the
|
||||
system down and make necessary adjustments should the need arise. Do not
|
||||
connect an irrigation system (including greenhouse systems) used for pesticide
|
||||
application to a public water system unless the pesticide label-prescribed safety
|
||||
devices for public water systems are in place. Public water system means any
|
||||
system for provision to the public of piped water for human consumption if such
|
||||
system has at least 15 service connections or regularly serves an average of at
|
||||
least 25 individuals daily at least 60 days out of the year.
|
||||
• Chemigation systems connected to public water systems must contain a
|
||||
functional, reduced-pressure zone, backflow preventer (RPZ) or the functional
|
||||
equivalent in the water supply line upstream from the point of pesticide
|
||||
introduction. As an option to the RPZ, the water from the public water system
|
||||
should be discharged into a reservoir tank prior to pesticide introduction. There
|
||||
|
||||
-9-
|
||||
shall be a complete physical break (air gap) between the outlet end of the fill pipe
|
||||
and the top or overflow rim of the reservoir tank of at least twice the inside
|
||||
diameter of the fill pipe.
|
||||
• The pesticide injection system must contain a functional, automatic, quick-closing
|
||||
check valve to prevent the flow of fluid back toward the injection pump.
|
||||
• The pesticide injection pipeline must contain a functional, normally closed,
|
||||
solenoid-operated valve located on the intake side of the injection pump and
|
||||
connected to the system interlock to prevent fluid from being withdrawn from the
|
||||
supply tank when the irrigation system is either automatically or manually shut
|
||||
down.
|
||||
• The system must contain functional interlocking controls to automatically shut off
|
||||
the pesticide injection pump when the water pump motor stops, or in cases
|
||||
where there is no water pump, when the water pressure decreases to the point
|
||||
where pesticide distribution is adversely affected.
|
||||
• Systems must use a metering pump, such as a positive displacement injection
|
||||
pump (e.g., diaphragm pump) effectively designed and constructed of materials
|
||||
that are compatible with pesticides and capable of being fitted with a system
|
||||
interlock.
|
||||
• The system must contain a functional check valve, vacuum relief valve, and low
|
||||
pressure drain appropriately located on the irrigation pipeline to prevent water
|
||||
source contamination from backflow.
|
||||
• The irrigation line or water pump must include a functional pressure switch which
|
||||
will stop the water pump motor when the water pressure decreases to the point
|
||||
where pesticide distribution is adversely affected.
|
||||
|
||||
-10-
|
||||
THIOLclX JET APPLICATION RATES BY CROP AND PEST
|
||||
F' Id -Ie ~""j'OpS, o h d C rc ar rops, v ell eta bl es
|
||||
Crop Pest Ibs.lA
|
||||
alfalfa. cotton Atlantic mite, red spider mite 3-5
|
||||
Apply as needed.
|
||||
almonds cherries, nectarines, brown rot, blossom blight, cherry 10-30
|
||||
peaches. plums, prunes leafspot, powdery mildew, rust, scab,
|
||||
leafspot, silver mite, flat mite, red
|
||||
spider mite
|
||||
Apply at bloom or early petal fall. Repeat as necessary, usually 10-14 days after a penod of
|
||||
wet weather. For brown rot of fruit, apply when fruit starts to ripen. For rust of peaches and
|
||||
prunes, apply anytime from late spring to fall in a preventative program.
|
||||
apples, pears powdery mildew, scab, blister mite,
|
||||
red spider mite
|
||||
10-30
|
||||
Apply at pre, bloom and petal fall, Apply with cover sprays throughout the season. Dormant
|
||||
applications with oil may be made to apples and pears. Apply to Anjou pears only while
|
||||
dormant.
|
||||
asparagus I rust 10-30
|
||||
Apply after cutting stops.
|
||||
throughout the season.
|
||||
Irrigate and cultivate before applying; repeat at 7 to 10-day intervals
|
||||
avocados
|
||||
Apply as needed.
|
||||
barley, corn, oats, rye, sorghum,
|
||||
soybea n, wheat
|
||||
I brown mite
|
||||
suppression - red spider mite, two
|
||||
spotted mite, grass banks mite,
|
||||
Pacific mite; control - Atlantic mite
|
||||
(small grain only)
|
||||
powdery mildew (soybean only)
|
||||
10-30
|
||||
6
|
||||
7.5-12
|
||||
Apply when disease first appears and repeat as necessary or with the regularly scheduled
|
||||
insect control program.
|
||||
beans, peas, potatoes, rutabagas,
|
||||
turnips
|
||||
powdery mildew, rust, red spider mite 3-10
|
||||
Begin applications In early leaf stage, Repeat application every 10-14 days with or without
|
||||
pesticides immediately after rainfall.
|
||||
|
||||
-11-
|
||||
Crop Pest Ibs.lA
|
||||
broccoli, brussel sprouts, cabbage,
|
||||
caulifiower, collards, kale, peppers
|
||||
powdery mildew, rust, red spider mite 3-5
|
||||
Begin applications in early leaf stage,
|
||||
pesticides immediately after rainfall.
|
||||
Repeat application every 10-14 days with or without
|
||||
blackberries, boysenberries
|
||||
gooseberries, loganberries
|
||||
powdery mildew 6-15
|
||||
Begin application when new shoots are 6 inches long and before blossoms open or when
|
||||
disease first appears, Repeat at 7 to 10-day intervals or as necessary.
|
||||
blueberries, currants, dewberries,
|
||||
huckleberries
|
||||
powdery mildew 5-10
|
||||
Begin application when new shoots are 6 inches long and before blossoms open or when
|
||||
disease first appears. Repeat at 7 to 10-day intervals or as necessary.
|
||||
carrots, garlic, onions Petrobia mite, powdery mildew
|
||||
Apply when the disease first appears and repeat as needed.
|
||||
citrus fiat mite, aardvark mite, silver mite,
|
||||
rust mite, bud mite, red spider mite,
|
||||
six spotted mite, thrips, yuma spider
|
||||
mite
|
||||
Apply In any spray NOT CONTAINING OIL or 21 days following oil treatment.
|
||||
cucurbits - cucumbers
|
||||
melons
|
||||
squash
|
||||
powdery mildew
|
||||
powdery mildew
|
||||
powdery mildew
|
||||
Begin application when disease first appears. Repeat at 10 to 14-day intervals or as
|
||||
necessary throughout the growing season. Sulfur can injure plants, especially when
|
||||
temperatures reach 95"F. Do not use on sulfur sensitive varieties.
|
||||
grapes powdery mildew, bud mite, blister
|
||||
mite, red spider mite
|
||||
3-10
|
||||
8-20
|
||||
4-6
|
||||
6-15
|
||||
4-10
|
||||
6
|
||||
Begin application in late dormant stage or with cutworm spray in early shoot period, Repeat
|
||||
throughout season on 14-day schedule or with pesticides.
|
||||
|
||||
-12-
|
||||
Crop Pest Ibs.lA
|
||||
mangoes powdery mildew 10-30
|
||||
Begin applications before bloom, repeat in-bloom, after fruit set, and 3 weeks later or as
|
||||
necessary.
|
||||
peanuts rust, red spider mite, leafspot 3-5
|
||||
Begin application in early leaf stage. Repeat applications as necessary, usually in 10-24 days.
|
||||
peppermint, spearmint powdery mildew 4-6
|
||||
Apply when mint is 5-6 inches tall or when disease appears. Repeat twice at 30-day intervals.
|
||||
Do not apply within 30 days of harvest.
|
||||
pistachio I citrus flat mite, I 10-30
|
||||
Begin application when mites are first detected. Repeat applications as necessary.
|
||||
raspberries I powdery mildew I 6-15
|
||||
Apply weekly starting at first bloom color. Continue throughout fruit set; repeat as weather
|
||||
requires.
|
||||
strawberries owde mildew, red sider mite 5-10
|
||||
Begin application in early leaf stage, repeat application with or without pesticides. For powdery
|
||||
mildew, begin at first signs of disease and repeat as necessary. Do not use on sulfur sensitive
|
||||
varieties.
|
||||
su ar beets owde mildew, red sider mite 10-20
|
||||
Apply at 10 to 30-day intervals with or without other pesticides at first symptoms.
|
||||
table beets I powdery mildew, red spider mite I 3-5
|
||||
Apply at 10 to 30-day intervals with or without other pesticides at first symptoms.
|
||||
tomatoes I russet mite, powdery mildew 6-20
|
||||
Apply at first symptoms. Thorough coverage is required.
|
||||
|
||||
Crop
|
||||
walnuts
|
||||
-13-
|
||||
Pest
|
||||
Pacific mite. almond mite. two
|
||||
spotted mite. red spider mite
|
||||
Ibs.lA
|
||||
10-20
|
||||
Apply and repeat as necessary throughout season as necessary. Tank mix with chemical mite
|
||||
sprays to increase effectiveness. NOTE - Certain varieties of walnuts are sensitive to sulfur
|
||||
sprays under certain conditions. Do not apply unless the varieties are known to be tolerant of
|
||||
sulfur.
|
||||
Ornamentals, Grass Seed Production
|
||||
Ornamentals - all (see below for (ground)
|
||||
host and pest) (air)
|
||||
all --> 3-10 Ibs.lA
|
||||
all --> 3-20 Ibs.lA
|
||||
Apply as aqueous spray for complete plant coverage. Begin when disease first appears and
|
||||
repeat at 5 to 10-day intervals as necessary.
|
||||
asters. carnations. cosmos. crepe powdery mildew
|
||||
myrtle. dahlia. delphinium.
|
||||
gladiolus. ligustrum. sunflowers.
|
||||
sweet peas. violets. zinnias
|
||||
calendula. cherry laurels. leafspot. powdery mildew
|
||||
chrysanthemums. hollyhock. smilax
|
||||
clematis. columbine. English ivy. leafspot
|
||||
laurel. petunia. sage
|
||||
Roses black spot. powdery mildew
|
||||
grass grown for seed rust 3-51bs.lA
|
||||
Apply in tank mix with nlt® for enhanced control of rusts. Begin applications when rust
|
||||
pustules are evident and increasing in number from late spring through early summer. Do not
|
||||
exceed 12 Ibs.lA of Thiolux Jet per season. Read and follow all application rates and use
|
||||
precautions on companion fungicide label. Do not apply this tank mix through any
|
||||
irrigation system.
|
||||
Forestry Uses
|
||||
Crop
|
||||
Douglas Fir trees - For use in
|
||||
Oregon Only.
|
||||
Pest
|
||||
SwiSS Needle Cast
|
||||
(caused by Phaeocryptopus
|
||||
gaeumannil)
|
||||
Ibs.lA
|
||||
30-60
|
||||
|
||||
-14-
|
||||
Thiolux Jet may provide suppression of Swiss needle cast caused by Phaeocryptopus
|
||||
gaeumannii. For best results, make the first application in the spring where there is 1-2"
|
||||
of new growth. Repeat as necessary every 10-14 days. Do not exceed a total of 3
|
||||
applications per season. Use of a spreader-sticker is recommended to improve
|
||||
efficacy. Apply 30-60 Ibs. of product per acre in sufficient water to obtain thorough,
|
||||
uniform coverage of the foliage. If making only one aerial pass over timber, use a
|
||||
minimum water volume of 15 gallons per acre. To improve coverage, apply Y. of the
|
||||
recommended rate per acre in a minimum of 10 gallons of water per acre one direction
|
||||
and repeat in the opposite direction using the remaining Y. of the recommended rate in
|
||||
a minimum of 10 gallons of water per acre. Do not exceed a total of 180 Ibs. of Thiolux
|
||||
Jet per acre per year. Use the higher use rate under heavier disease pressure.
|
||||
Reapply the treatments the following year to protect the new foliage. Consult your local
|
||||
agricultural extension agent for correct timing of applications.
|
||||
Note: Aerial application only. For application only to trees intended for timber
|
||||
production. Do not apply to trees in seedling nurseries, or trees intended for Christmas
|
||||
tree, ornamental, or landscape usage.
|
||||
Oregon Only
|
||||
Information regarding the contents and levels of metals in this product is available at the
|
||||
Oregon Department of Agriculture internet site: http://oda.state.or.us/fertilizer
|
||||
inoton State Onlv)
|
||||
I Information reoardin( I the contents_and levels of metals in this product is available on
|
||||
the internet at http://WWW.agr.wa.gov/.)
|
||||
Thiolux® Jet, Tilt® and the Syngenta logo are trademarks of a Syngenta Group
|
||||
Company
|
||||
OMRI™ is a trademark of Organic Materials Review Institute
|
||||
©200X Syngenta
|
||||
For non-emergency (e.g. additional product information) call
|
||||
Syngenta Crop Protection at 1-800-334-9481.
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.syngenta-us.com
|
||||
SCP 1138A-L 1
|
||||
SCP 1138A-L2
|
||||
(30 pounds)
|
||||
(50 pounds)
|
||||
THI JET 1138A-L 1, L2 notification aa-12-19-03 clean
|
||||
|
||||
Syngenta Crop Protection, Inc.
|
||||
P.O. Box 18300
|
||||
Tel 336 632 6(XX)
|
||||
Greensboro, NC 27419-8300
|
||||
www.syngenta.com
|
||||
-syngenta
|
||||
FEDERAL EXPRESS
|
||||
December 19, 2003
|
||||
Document Processing Desk (NOTIF)
|
||||
Office of Pesticide Programs (H7504C)
|
||||
U.S. Environmental Protection Agency
|
||||
1921 Jefferson Davis Highway
|
||||
Crystal Mall 2 - Room 266A
|
||||
Arlington, VA 22202
|
||||
Attention: Ms. Joyce Edwards
|
||||
SUBJECT: Notification for Thiolux® Jet (EPA Reg. No. 100-1138)
|
||||
Dear Ms. Edwards:
|
||||
Syngenta Crop Protection, Inc., is adding via notification under PR Notice
|
||||
98-10 to the subject label the following items,
|
||||
Page 14
|
||||
• Added "Washington State Only"
|
||||
• Added "Information regarding the contents and levels of metals in
|
||||
this product is available on the internet at http://www,agr.wa.gov/,''
|
||||
Enclosed in support of this notification are:
|
||||
• • ••••••
|
||||
• One (1) copy of label with highlighted changes • •• • • Completed EPA Application for Pesticide Registration Form 8570-1 ~' •• '
|
||||
• Self-addressed, return postcard indicating your acceptance/rejection of •
|
||||
this notification • • • •• • · . ,
|
||||
Please contact me at 336.632.2146 or my Regulatory Assistant, Trina Brodie', '.
|
||||
at 336.632.2062, if you have any questions or comments. • :.
|
||||
Sincerely,
|
||||
/~ )~~~(~
|
||||
~a~ I
|
||||
Senior Regulatory Product Manager
|
||||
Enclosures
|
||||
" c " ..
|
||||
• · ",' .
|
||||
• • • •• · ~ ."
|
||||
• ••••• • •• • • ,. ..... • • ..
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1141",
|
||||
"epa_reg_no": "100-1141",
|
||||
"product_name": "DIVIDEND EXTREME FUNGICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Metalaxyl-M",
|
||||
"cas": "70630-17-0",
|
||||
"percent": 1.93,
|
||||
"pc_code": "113502"
|
||||
},
|
||||
{
|
||||
"name": "Difenoconazole",
|
||||
"cas": "119446-68-3",
|
||||
"percent": 7.73,
|
||||
"pc_code": "128847"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01141-20190319.pdf",
|
||||
"filename": "000100-01141-20190319.pdf",
|
||||
"accepted_date": "2019-03-19",
|
||||
"last_modified": "2019-03-20T17:46:34+00:00",
|
||||
"page_count": 16,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1141",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1141"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:18:24.901521+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,670 @@
|
||||
# DIVIDEND EXTREME FUNGICIDE
|
||||
|
||||
- EPA Reg No: **100-1141**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Metalaxyl-M (1.93%); Difenoconazole (7.73%)
|
||||
- Label accepted: 2019-03-19
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01141-20190319.pdf
|
||||
|
||||
---
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON, DC 20460
|
||||
|
||||
|
||||
|
||||
Fast Track Label Acceptable v.20150320
|
||||
OFFICE OF CHEMICAL SAFETY
|
||||
AND POLLUTION PREVENTION
|
||||
March 19, 2019
|
||||
Mr. Matthew Flanery
|
||||
Regulatory Specialist, Seedcare
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, NC 27419
|
||||
|
||||
Subject: Label Amendment – a dding use on oats and rye; other revisions and updates
|
||||
Product Name: Divide nd Extreme Fungicide
|
||||
EPA Registration Number: 100-1141
|
||||
Application Date: 3/ 6/17 with resubmission on 3/7/19
|
||||
Decision Number: 527072
|
||||
|
||||
Dear Mr. Flanery:
|
||||
|
||||
The amended label referred to above, submitted in connection with registration under the Federal
|
||||
Insecticide, Fungicide and Rodenticide Act (FIFRA), as amended, is acceptable. This approval
|
||||
does not affect any conditions that were previously imposed on this registration. You continue to
|
||||
be subject to existing conditions on your registration and any deadlines connected with them.
|
||||
The Agency, in accordance FIFRA, as amended, has also completed reviewing all of the
|
||||
information submitted with your application to support the Registration Review of the above
|
||||
referenced product in connection with the Mefenoxam Interim Decision, and has concluded that
|
||||
your submission is acceptable.
|
||||
|
||||
A stamped copy of your labeling is enclosed for your records. This labeling supersedes all
|
||||
previously accepted labeling. You must submit one copy of the final printed labeling before you
|
||||
release the product for shipment with the new labeling. In accordance with 40 CFR 152.130(c),
|
||||
you may distribute or sell this product under the previously approved labeling for 18 months
|
||||
from the date of this letter. After 12 months, you may only distribute or sell this product if it
|
||||
bears this new revised labeling or subsequently approved labeling. “To distribute or sell” is
|
||||
defined under FIFRA section 2(gg) and its implementing regulation at 40 CFR 152.3.
|
||||
|
||||
Should you wish to add/retain a reference to the company’s website on your label, then please be
|
||||
aware that the website becomes labeling under the Federal Insecticide Fungicide and Rodenticide
|
||||
Act and is subject to review by the Agency. If the website is false or misleading, the product
|
||||
would be misbranded and unlawful to sell or distribute under FIFRA section 12(a)(1)(E). 40
|
||||
CFR 156.10(a)(5) list examples of statements EPA may consider false or misleading. In addition,
|
||||
regardless of whether a website is referenced on your product’s label, claims made on the
|
||||
website may not substantially differ from those claims approved through the registration process.
|
||||
Therefore, should the Agency find or if it is brought to our attention that a website contains false
|
||||
or misleading statements or claims substantially differing from the EPA approved registration,
|
||||
the website will be referred to the EPA’s Office of Enforcement and Compliance.
|
||||
|
||||
Page 2 of 2
|
||||
EPA Reg. No. 100-1141
|
||||
Decision No. 527072
|
||||
|
||||
Your release for shipment of the product constitutes acceptance of these conditions. If these
|
||||
conditions are not complied with, the registration will be subject to cancellation in accordance
|
||||
with FIFRA section 6. If you have any questions, please contact Heather Garvie by phone at 703-
|
||||
308-0034, or via email at garvie.heather@epa.gov.
|
||||
|
||||
|
||||
|
||||
Enclosure
|
||||
|
||||
[Master]
|
||||
DIFENOCONAZOLE GROUP 3 FUNGICIDE
|
||||
MEFENOXAM GROUP 4 FUNGICIDE
|
||||
Dividend Extreme® Fungicide
|
||||
A seed treatment product for protection against damage from listed diseases on small
|
||||
grain cereals: barley, oats, rye, triticale, and wheat; cotton; and sweet corn
|
||||
|
||||
Active Ingredients:
|
||||
Difenoconazole
|
||||
1: ..................................................................................................... 7.73%
|
||||
Mefenoxam2: ........................................................................................................... 1.93%
|
||||
Other Ingredients: 90.34%
|
||||
Total: 100.00%
|
||||
1CAS No. 119446-68-3
|
||||
2CAS Nos. 70630-17-0 and 69516-34-3
|
||||
Dividend Extreme Fungicide is a flowable concentrate for seed treatment containing
|
||||
0.77 lb difenoconazole and 0.19 lb mefenoxam per gallon.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use inside booklet.
|
||||
EPA Reg. No. 100-1141
|
||||
___ gallons
|
||||
Net Contents
|
||||
03/19/2019
|
||||
100-1141
|
||||
|
||||
–2–
|
||||
|
||||
FIRST AID
|
||||
If on skin or
|
||||
clothing
|
||||
x Take off contaminated clothing.
|
||||
x Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
x Call a poison control center or doctor for treatment advice.
|
||||
Have the product container or label with you when calling a poison control center or
|
||||
doctor, or going for treatment.
|
||||
HOT LINE NUMBER
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal) or
|
||||
Chemical Emergency Assistance (Spill, Leak, Fire, or Accident),
|
||||
Call
|
||||
1-800-888-8372
|
||||
|
||||
|
||||
PRECAUTIONARY STATEMENTS
|
||||
|
||||
Hazards to Humans and Domestic Animals
|
||||
|
||||
CAUTION
|
||||
|
||||
Avoid contact with skin or clothing. Wash thoroughly with soap and water after
|
||||
handling, and before eating, drinking, chewing gum, using tobacco or using the toilet.
|
||||
Remove and wash contaminated clothing before reuse.
|
||||
|
||||
Personal Protective Equipment (PPE)
|
||||
|
||||
Applicators and other handlers must wear:
|
||||
|
||||
x Long-sleeved shirt and long pants
|
||||
x Chemical-resistant gloves: barrier laminate, butyl rubber 14 mils, neoprene
|
||||
rubber 14 mils, nitrile rubber 14 mils, polyvinyl chloride (PVC) 14 mils, or
|
||||
Viton® 14 mils
|
||||
x Shoes plus socks
|
||||
|
||||
Follow the manufacturer’s instructions for cleaning/maintaining PPE. If no such
|
||||
instructions for washables exist, use detergent and hot water. Keep and wash PPE
|
||||
separately from other laundry. Discard clothing or other absorbent materials that have
|
||||
been drenched or heavily contaminated with this product’s concentrate. Do not reuse
|
||||
them.
|
||||
|
||||
Engineering Controls
|
||||
|
||||
When handlers use closed systems or enclosed cabs in a manner that meets the
|
||||
requirements listed in the Worker Protection Standard (WPS) for agricultural pesticides
|
||||
[40 CFR 170.240(d)(4-6)], the handler PPE requirements may be reduced or modified
|
||||
as specified in the WPS.
|
||||
|
||||
–3–
|
||||
|
||||
User Safety Recommendations
|
||||
|
||||
Users should:
|
||||
|
||||
x Wash thoroughly with soap and water after handling and before eating, drinking,
|
||||
chewing gum, using tobacco or using the toilet.
|
||||
x Remove clothing/PPE immediately if pesticide gets inside. Then wash thoroughly
|
||||
and put on clean clothing.
|
||||
x Remove PPE immediately after handling this product. Wash the outside of gloves
|
||||
before removing. As soon as possible, wash thoroughly and change into clean
|
||||
clothing.
|
||||
|
||||
|
||||
Environmental Hazards
|
||||
|
||||
This product is toxic to fish and aquatic invertebrates. Do not contaminate water when
|
||||
disposing of equipment washwater or rinsate.
|
||||
|
||||
Groundwater Advisory
|
||||
|
||||
Mefenoxam is known to leach through soil into groundwater under certain conditions as
|
||||
a result of label use. This chemical may leach into groundwater if used in areas where
|
||||
soils are permeable, particularly where the water table is shallow.
|
||||
|
||||
–4–
|
||||
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not
|
||||
acceptable, return the product at once, unopened, and the purchase price will be
|
||||
refunded.
|
||||
|
||||
The Directions for Use of this product must be followed carefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors
|
||||
as manner of use or application, weather or crop conditions, presence of other
|
||||
materials or other influencing factors in the use of the product, which are beyond the
|
||||
control of SYNGENTA CROP PROTECTION, LLC or Seller. To the extent permitted
|
||||
by applicable law, Buyer and User agree to hold SYNGENTA and Seller harmless for
|
||||
any claims relating to such factors.
|
||||
|
||||
SYNGENTA warrants that this product conforms to the chemical description on the
|
||||
label and is reasonably fit for the purposes stated in the Directions for Use, subject to
|
||||
the inherent risks referred to above, when used in accordance with directions under
|
||||
normal use conditions. To the extent permitted by applicable law: (1) this warranty
|
||||
does not extend to the use of the product contrary to label instructions, or under
|
||||
conditions not reasonably foreseeable to or beyond the control of Seller or
|
||||
SYNGENTA, and (2) Buyer and User assume the risk of any such use. TO THE
|
||||
EXTENT PERMITTED BY APPLICABLE LAW, SYNGENTA MAKES NO
|
||||
WARRANTIES OF MERCHANTABILITY OR OF FITNESS FOR A PARTICULAR
|
||||
PURPOSE NOR ANY OTHER EXPRESS OR IMPLIED WARRANTY EXCEPT AS
|
||||
WARRANTED BY THIS LABEL.
|
||||
|
||||
To the extent permitted by applicable law, in no event shall SYNGENTA be liable for
|
||||
any incidental, consequential or special damages resulting from the use or handling of
|
||||
this product. TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE
|
||||
EXCLUSIVE REMEDY OF THE USER OR BUYER, AND THE EXCLUSIVE
|
||||
LIABILITY OF SYNGENTA AND SELLER FOR ANY AND ALL CLAIMS, LOSSES,
|
||||
INJURIES OR DAMAGES (INCLUDING CLAIMS BASED ON BREACH OF
|
||||
WARRANTY, CONTRACT, NEGLIGENCE, TORT, STRICT LIABILITY OR
|
||||
OTHERWISE) RESULTING FROM THE USE OR HANDLING OF THIS PRODUCT,
|
||||
SHALL BE THE RETURN OF THE PURCHASE PRICE OF THE PRODUCT OR, AT
|
||||
THE ELECTION OF SYNGENTA OR SELLER, THE REPLACEMENT OF THE
|
||||
PRODUCT.
|
||||
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing Conditions of Sale and Limitation of Warranty and Liability, which may not be
|
||||
modified except by written agreement signed by a duly authorized representative of
|
||||
SYNGENTA.
|
||||
|
||||
–5–
|
||||
|
||||
DIRECTIONS FOR USE
|
||||
|
||||
It is a violation of Federal Law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
|
||||
Use is permitted on-farm and in commercial seed treatment facilities. Do not use for at-
|
||||
plant applications (e.g. hopper box, planter box, etc.). This product is to be applied as a
|
||||
water-based slurry through standard slurry- or mist-type commercial seed treatment
|
||||
equipment.
|
||||
|
||||
Do not apply this product in a way that will contact workers or other persons, either
|
||||
directly or through drift. Only protected handlers may be in the area during application.
|
||||
For any requirements specific to your State or Tribe, consult the agency responsible for
|
||||
pesticide regulation.
|
||||
|
||||
Maximum usage when applying metalaxyl- and mefenoxam- containing products
|
||||
to the same crop within the same season: Do not apply more than the maximum
|
||||
yearly total application rate for the active ingredient as stated on the label of the product
|
||||
containing the lowest yearly total on that crop.
|
||||
|
||||
FAILURE TO FOLLOW THE DIRECTIONS FOR USE AND PRECAUTIONS ON THIS
|
||||
LABEL MAY RESULT IN CROP INJURY, POOR DISEASE CONTROL, AND/OR
|
||||
ILLEGAL RESIDUES.
|
||||
|
||||
–6–
|
||||
|
||||
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR Part 170. This Standard contains requirements for the protection of
|
||||
agricultural workers on farms, forests, nurseries, and greenhouses, and handlers of
|
||||
agricultural pesticides. It contains requirements for training, decontamination,
|
||||
notification, and emergency assistance. It also contains specific instructions and
|
||||
exceptions pertaining to the statements on this label about personal protective
|
||||
equipment (PPE) and restricted-entry interval. The requirements in this box only apply
|
||||
to uses of this product that are covered by the Worker Protection Standard.
|
||||
|
||||
Do not enter or allow worker entry into treated areas during the restricted-entry
|
||||
interval (REI) of 48 hours. Exception: If the seed is treated with the product and the
|
||||
treated seed is soil-injected or soil-incorporated, the Worker Protection Standard, under
|
||||
certain circumstances, allows workers to enter the treated area if there will be no
|
||||
contact with anything that has been treated.
|
||||
|
||||
PPE required for early entry to treated areas that is permitted under the Worker
|
||||
Protection Standard and that involves contact with anything that has been treated, such
|
||||
as plants, soil, or water, is:
|
||||
x Coveralls
|
||||
x Chemical-resistant gloves: barrier laminate, butyl rubber 14 mils, neoprene
|
||||
rubber 14 mils, nitrile rubber 14 mils, polyvinyl chloride (PVC) 14 mils, or
|
||||
Viton® 14 mils
|
||||
x Shoes plus socks
|
||||
|
||||
Treatment of highly mechanically scarred or damaged seed or seed known to be of low
|
||||
vigor and poor quality may result in reduced germination and/or reduction of seed and
|
||||
seedling vigor. Treat a quantity of seed using equipment similar to that planned for
|
||||
treating the total seed lot. Then, conduct germination tests with a portion of this treated
|
||||
seed before committing the total seed lot to a selected seed treatment.
|
||||
|
||||
Due to seed quality, crop or variety sensitivity, and seed storage conditions beyond the
|
||||
control of Syngenta, no claims are made to guarantee the germination of seed or
|
||||
propagating material for all crop seed when treated with Dividend Extreme Fungicide.
|
||||
|
||||
|
||||
PRODUCT INFORMATION
|
||||
|
||||
Dividend Extreme Fungicide is a systemic seed treatment fungicide that protects
|
||||
against damage from listed seed-borne, soil-borne, and early season foliar diseases of
|
||||
barley, oats, rye, triticale, and wheat, and certain seed and seedling diseases of sweet
|
||||
corn and cotton.
|
||||
|
||||
Dividend Extreme Fungicide contains the active ingredients difenoconazole and
|
||||
mefenoxam. Mefenoxam provides protection against damping-off caused by Pythium
|
||||
spp. Difenoconazole provides protection against several seed, seedling and certain
|
||||
|
||||
–7–
|
||||
foliar diseases of small grain cereals including bunts and smuts; protection against pre-
|
||||
emergent and post-emergent damping-off seedling diseases of cotton caused by
|
||||
Rhizoctonia spp. and Fusarium spp.; and suppression of post-emergent die-back
|
||||
complex in sweet corn.
|
||||
|
||||
|
||||
Resistance Management
|
||||
|
||||
DIFENOCONAZOLE GROUP 3 FUNGICIDE
|
||||
MEFENOXAM GROUP 4 FUNGICIDE
|
||||
|
||||
For resistance management, please note that Dividend Extreme Fungicide contains
|
||||
Group 3/difenoconazole and Group 4/mefenoxam fungicides. Any fungal population
|
||||
may contain individuals naturally resistant to Dividend Extreme Fungicide and other
|
||||
Group 3 or Group 4 fungicides. A gradual or total loss of pest control may occur over
|
||||
time if these fungicides are used repeatedly in the same fields. Appropriate resistance-
|
||||
management strategies should be followed.
|
||||
|
||||
Difenoconazole belongs to the triazole class of chemistry and is a demethylation
|
||||
inhibitor of sterol biosynthesis (DMI) which disrupts membrane synthesis of the fungal
|
||||
cell. Mefenoxam belongs to the phenylamide class of chemistry which interferes with
|
||||
fungal RNA synthesis.
|
||||
|
||||
To delay fungicide resistance, take one or more of the following steps:
|
||||
x Rotate the use of Dividend Extreme Fungicide or other Group 3 or Group 4
|
||||
fungicides within a growing season sequence with different groups that control the
|
||||
same pathogens.
|
||||
x Use tank mixtures with fungicides from a different group that are equally effective on
|
||||
the target pest when such use is permitted. Use at least the minimum application
|
||||
rate as labeled by the manufacturer.
|
||||
x Adopt an integrated disease management program for fungicide use that includes
|
||||
scouting, uses historical information related to pesticide use, and crop rotation, and
|
||||
which considers host plant resistance, impact of environmental conditions on
|
||||
disease development, disease thresholds, as well as cultural, biological and other
|
||||
chemical control practices.
|
||||
x Where possible, make use of predictive disease models to effectively time fungicide
|
||||
applications. Note that using predictive models alone is not sufficient to manage
|
||||
resistance.
|
||||
x Monitor treated fungal populations for resistance development.
|
||||
x Contact your local extension specialist or certified crop advisor for any additional
|
||||
pesticide resistance-management and/or IPM recommendations for specific crop
|
||||
and pathogens.
|
||||
x For further information or to report suspected resistance contact Syngenta at 1-866-
|
||||
Syngent(a) (866-796-4368). You can also contact your pesticide distributor or
|
||||
university extension specialist to report resistance.
|
||||
|
||||
Syngenta encourages responsible product stewardship to ensure effective long-term
|
||||
control of the fungal diseases on this label.
|
||||
|
||||
–8–
|
||||
|
||||
|
||||
MIXING PROCEDURES
|
||||
|
||||
Apply Dividend Extreme Fungicide as a water-based slurry utilizing standard slurry
|
||||
treatment equipment which provides uniform seed coverage. Uneven or incomplete
|
||||
seed coverage may not give the desired level of disease control. Thoroughly mix the
|
||||
recommended amount of Dividend Extreme Fungicide into the required amount of water
|
||||
for the slurry and dilution rate to be used. Follow the manufacturer instructions for the
|
||||
seed treatment equipment being used. Maintain constant agitation of the slurry during
|
||||
the treatment. If application is stopped please maintain agitation of slurry until all of the
|
||||
slurry has been used. An EPA-approved coloring agent, Pigment Red 48, has already
|
||||
been added to this formulation. Allow seed to dry before bagging.
|
||||
|
||||
Tank Mixtures
|
||||
|
||||
All tank mixes should be pre-tested to determine physical compatibility between
|
||||
formulations. It is the pesticide user’s responsibility to ensure that all products are
|
||||
registered for the intended use. Read and follow the applicable restrictions and
|
||||
limitations and directions for use on all product labels involved in tank mixing. Users
|
||||
must follow the most restrictive directions for use and precautionary statements of each
|
||||
product in the tank mixture.
|
||||
|
||||
|
||||
SEED CONTAINER LABEL REQUIREMENTS
|
||||
|
||||
The Federal Seed Act requires that containers of treated seeds shall be labeled with the
|
||||
following statements:
|
||||
|
||||
x This seed has been treated with difenoconazole and mefenoxam fungicides.
|
||||
|
||||
x Do not use for feed, food, or oil purposes.
|
||||
|
||||
In addition, the following statements are required on containers of seeds treated with
|
||||
Dividend Extreme Fungicide:
|
||||
|
||||
x Ground Water Advisory: Mefenoxam is known to leach through soil into
|
||||
groundwater under certain conditions as a result of label use. This chemical may
|
||||
leach into groundwater if used in areas where soils are permeable, particularly
|
||||
where the water table is shallow.
|
||||
|
||||
x Excess treated seed may be used for ethanol production only if (1) By-products
|
||||
are not used for livestock feed, and (2) No measurable residues of pesticide
|
||||
remain in the ethanol by-products that are used in agronomic practice.
|
||||
|
||||
x Do not allow children, pets, or livestock to have access to treated seed.
|
||||
|
||||
x Store away from feeds and foodstuffs.
|
||||
|
||||
x Wear long-sleeved shirt, long pants and chemical-resistant gloves when handling
|
||||
treated seed.
|
||||
|
||||
–9–
|
||||
x Treated seeds exposed on soil surface may be hazardous to wildlife. Cover or
|
||||
collect treated seeds spilled during loading.
|
||||
|
||||
x Treated seed must be planted into the soil at a depth greater than ½ inch.
|
||||
|
||||
x Dispose of all excess treated seed. Leftover treated seed may be doublesown
|
||||
around the headland or buried away from water sources in accordance with local
|
||||
requirements.
|
||||
|
||||
x Do not contaminate water bodies when disposing of planting equipment
|
||||
washwater.
|
||||
|
||||
x Dispose of seed packaging in accordance with local requirements.
|
||||
|
||||
x Do not apply more than 0.01 lb ai /Acre/calendar year (4.7 g ai/Acre/calendar
|
||||
year) of mefenoxam as a seed treatment on Cotton. Do not apply more than
|
||||
0.125 lb ai/Acre/calendar year (56.7 g ai/Acre/calendar year) of mefenoxam
|
||||
regardless of type of application (seed treatment, soil or foliar) on Cotton.
|
||||
|
||||
x In the event of crop failure or harvest of a crop grown from seeds treated with
|
||||
Dividend Extreme Fungicide, the following crops may be replanted immediately:
|
||||
|
||||
–10–
|
||||
|
||||
Immediate Plantback
|
||||
|
||||
Carrot
|
||||
|
||||
Cereal Grains: Barley, Oats, Rye, Triticale, and Wheat
|
||||
|
||||
Cotton
|
||||
|
||||
Cucurbit Vegetables Crop Group 9
|
||||
|
||||
Dried Shelled Pea and Bean (Except Soybean) Crop
|
||||
Subgroup 6C
|
||||
|
||||
Fruiting Vegetables Crop Group 8
|
||||
|
||||
Head and Stem Brassica Crop Subgroup 5A
|
||||
|
||||
Leafy Brassica Greens Crop Subgroup 5B
|
||||
|
||||
Onion, Bulb, Vegetable Crop Subgroup 3-07A
|
||||
|
||||
Onion, Green, Vegetable Crop Subgroup 3-07B
|
||||
|
||||
Rapeseed (Including Canola) Crop Subgroup 20A
|
||||
|
||||
Soybean
|
||||
|
||||
Strawberry
|
||||
|
||||
Sugarbeet
|
||||
|
||||
Sweet Corn
|
||||
|
||||
Tuberous and Corm Vegetables (Including Potato)
|
||||
Crop Subgroup 1C
|
||||
|
||||
Turnip, Greens
|
||||
|
||||
|
||||
x For any other crops the minimum plantback interval is 30 days from the date
|
||||
seeds treated with Dividend Extreme Fungicide were planted.
|
||||
|
||||
–11–
|
||||
|
||||
SEED TREATMENT DIRECTIONS
|
||||
|
||||
SMALL GRAIN CEREALS: BARLEY, OATS, RYE, TRITICALE, AND WHEAT
|
||||
|
||||
Use Dividend Extreme Fungicide to treat seeds of small grain cereals according to the
|
||||
following table:
|
||||
|
||||
Crop
|
||||
|
||||
For Protection Against
|
||||
the Following Diseases
|
||||
|
||||
Use Rate
|
||||
(fl oz/100 lb)
|
||||
Use Rate
|
||||
(g ai/100 kg)
|
||||
SMALL GRAIN
|
||||
CEREALS:
|
||||
|
||||
Barley
|
||||
|
||||
Oats
|
||||
|
||||
Rye
|
||||
|
||||
Triticale
|
||||
|
||||
Wheat, Spring
|
||||
|
||||
Wheat, Winter
|
||||
Diseases Controlled:
|
||||
|
||||
General Seed Rots
|
||||
1:
|
||||
|
||||
Seedling Disease Complex:
|
||||
Damping-off, Seedling Blight,
|
||||
Seed Rot, and Root Rot
|
||||
caused by Fusarium species
|
||||
and Pythium species
|
||||
|
||||
Bunts
|
||||
2: Common, Dwarf, and Karnal
|
||||
|
||||
Fall Season Foliar Diseases
|
||||
3:
|
||||
Leaf Rust, Powdery Mildew,
|
||||
and Septoria Blotch
|
||||
|
||||
Seed-borne Septoria species
|
||||
|
||||
Smuts: Covered, False Loose, Flag, and Loose,
|
||||
Except Loose Smut (Ustilago nuda) in Barley
|
||||
|
||||
Diseases Suppressed
|
||||
4:
|
||||
|
||||
Common Root Rot (Cochliobolus species)
|
||||
|
||||
Crown and Foot Rot (Fusarium species)
|
||||
5
|
||||
|
||||
Rhizoctonia Root Rot
|
||||
|
||||
Take-All
|
||||
5
|
||||
2 – 4
|
||||
Difenoconazole:
|
||||
12 – 24
|
||||
|
||||
Mefenoxam: 3 – 6
|
||||
Triticale
|
||||
|
||||
Wheat, Spring
|
||||
|
||||
Wheat, Winter
|
||||
|
||||
Fusarium Seed Rot
|
||||
|
||||
Common Bunt
|
||||
|
||||
Loose Smut
|
||||
|
||||
1
|
||||
6
|
||||
Difenoconazole:
|
||||
6
|
||||
Mefenoxam: 1.5
|
||||
1Active on pathogens that cause general seed rots. These seed rots include those caused by saprophytic organisms such as
|
||||
Penicillium and Aspergillus species.
|
||||
2Provides protection against both seed- and soil-borne bunts (common, dwarf).
|
||||
3Provides early-season foliar disease protection for up to 6 weeks after planting at the 4 fl oz/100 lb rate. For full-season protection,
|
||||
use Tilt® fungicide according to label directions.
|
||||
4Suppression means consistent protection at a level which is not optimal but is still of commercial benefit.
|
||||
5Must use the 4 fl oz/100 lb rate to provide suppression for these diseases.
|
||||
6The 1 fl oz/100 lb rate must only be used on Triticale and Wheat in the following states: CA, CO, KS, MN, MO, MT, ND, NE, OK,
|
||||
SD, and TX
|
||||
|
||||
–12–
|
||||
|
||||
COTTON
|
||||
|
||||
Apply Dividend Extreme Fungicide at a rate of 2.0 to 5.8 fl oz of product per 100 lb seed
|
||||
for protection against pre-emergent and post-emergent damping-off seedling diseases
|
||||
caused by Rhizoctonia spp. and Fusarium spp. Use the higher rate where disease
|
||||
pressure is expected to be severe. Always apply in combination with Apron XL® for
|
||||
activity against seed and seedling diseases caused by Pythium spp. Follow application
|
||||
and other instructions found on the Apron XL product label.
|
||||
|
||||
RESTRICTIONS: Do not apply more than 0.01 lb ai /Acre/calendar year (4.7 g
|
||||
ai/Acre/calendar year) of mefenoxam as a seed treatment on Cotton. Do not apply
|
||||
more than 0.125 lb ai/Acre/calendar year (56.7 g ai/Acre/calendar year) of mefenoxam
|
||||
regardless of type of application (seed treatment, soil or foliar) on Cotton.
|
||||
|
||||
SWEET CORN
|
||||
|
||||
Apply Dividend Extreme Fungicide at a rate of 2.0 to 5.0 fl oz of product per 100 lb seed
|
||||
for suppression of post-emergent die-back complex and damping-off. Confirm physical
|
||||
compatibility, seed safety, seed safety in stored seed, and biological efficacy before
|
||||
tank-mixing with other seed treatment products.
|
||||
|
||||
–13–
|
||||
|
||||
STORAGE AND DISPOSAL
|
||||
|
||||
Do not contaminate water, food, or feed by storage or disposal.
|
||||
|
||||
Pesticide Storage
|
||||
|
||||
Store in the original container and only in a cool, dry, secure place.
|
||||
|
||||
Pesticide Disposal
|
||||
|
||||
Wastes resulting from the use of this product must be disposed of on site or at an
|
||||
approved waste disposal facility.
|
||||
|
||||
Container Handling [less than or equal to 5 gallons]
|
||||
Non-refillable container. Do not reuse or refill this container. Triple rinse container (or
|
||||
equivalent) promptly after emptying. Triple rinse as follows: Empty the remaining
|
||||
contents into application equipment or a mix tank and drain for 10 seconds after the flow
|
||||
begins to drip. Fill the container ¼ full with water and recap. Shake for 10 seconds.
|
||||
Pour rinsate into application equipment or a mix tank or store rinsate for later use and
|
||||
disposal. Drain for 10 seconds after the flow begins to drip. Repeat this procedure two
|
||||
more times. Then offer for recycling if available or puncture and dispose of in a sanitary
|
||||
landfill or by incineration, or by other procedures approved by state and local
|
||||
authorities.
|
||||
|
||||
Container Handling [greater than 5 gallons]
|
||||
Non-refillable container. Do not reuse or refill this container. Triple rinse container (or
|
||||
equivalent) promptly after emptying. Triple rinse as follows: Empty the remaining
|
||||
contents into application equipment or a mix tank. Fill the container ¼ full with water.
|
||||
Replace and tighten closures. Tip container on its side and roll it back and forth,
|
||||
ensuring at least one complete revolution, for 30 seconds. Stand the container on its
|
||||
end and tip it back and forth several times. Turn the container over onto its other end
|
||||
and tip it back and forth several times. Empty the rinsate into application equipment or
|
||||
a mix tank or store rinsate for later use and disposal. Repeat this procedure two more
|
||||
times. Then offer for recycling if available or puncture and dispose of in a sanitary
|
||||
landfill or by incineration, or by other procedures approved by state and local
|
||||
authorities.
|
||||
|
||||
Container Handling [greater than 5 gallons]
|
||||
Refillable container. Refill this container with pesticide only. Do not reuse this container
|
||||
for any other purpose. Cleaning the container before final disposal is the responsibility
|
||||
of the person disposing of the container. Cleaning before refilling is the responsibility of
|
||||
the person refilling. To clean container before final disposal, empty the remaining
|
||||
contents from this container into application equipment or mix tank. Fill the container
|
||||
about 10 percent full with water. Agitate vigorously or recirculate water with the pump
|
||||
for 2 minutes. Pour or pump rinsate into application equipment or rinsate collection
|
||||
system. Repeat this rinsing procedure two more times. Then offer for recycling if
|
||||
available or puncture and dispose of in a sanitary landfill, or by incineration, or by other
|
||||
procedures approved by state and local authorities.
|
||||
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED, OR DRINKING WATER.
|
||||
|
||||
–14–
|
||||
|
||||
Apron XL®, Dividend®, Dividend Extreme®, Tilt® and the Syngenta logo are
|
||||
trademarks of a Syngenta Group Company
|
||||
|
||||
Viton® is a trademark of E.I. duPont de Nemours and Company.
|
||||
|
||||
©20XX Syngenta
|
||||
|
||||
|
||||
For non-emergency (e.g., current product information) call
|
||||
Syngenta Crop Protection at 1-800-334-9481.
|
||||
|
||||
|
||||
Manufactured for:
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, North Carolina 27419-8300
|
||||
|
||||
Dividend Extreme 1141 MAS 0514 AMEND FEB2017 VER B – mar 3/7/2019
|
||||
000100-01141.20170208B.DIVIDENDEXTREME-AMEND-FEB2017.PDF
|
||||
|
||||
Dividend Extreme 1141 MAS 0514 AMEND FEB2017 HILITE-VER B – mar 3/7/2019
|
||||
000100-01141.20170208B.DIVIDENDEXTREME-AMEND-FEB2017-HI.PDF
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1142",
|
||||
"epa_reg_no": "100-1142",
|
||||
"product_name": "MESOTRIONE/ACETOCHLOR 3.5 CS",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Acetochlor",
|
||||
"cas": "34256-82-1",
|
||||
"percent": 35,
|
||||
"pc_code": "121601"
|
||||
},
|
||||
{
|
||||
"name": "Mesotrione",
|
||||
"cas": "104206-82-8",
|
||||
"percent": 3.1,
|
||||
"pc_code": "122990"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01142-20041103.pdf",
|
||||
"filename": "000100-01142-20041103.pdf",
|
||||
"accepted_date": "2004-11-03",
|
||||
"last_modified": "2011-04-13T17:39:40+00:00",
|
||||
"page_count": 23,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1142",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1142"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:18:28.503575+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,763 @@
|
||||
# MESOTRIONE/ACETOCHLOR 3.5 CS
|
||||
|
||||
- EPA Reg No: **100-1142**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Acetochlor (35%); Mesotrione (3.1%)
|
||||
- Label accepted: 2004-11-03
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01142-20041103.pdf
|
||||
|
||||
---
|
||||
100 114l I( lB IZ001
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON, D.C. 20460
|
||||
NOV - 3 2004
|
||||
Mr. Dan Campbell
|
||||
Syngenta crop Protection, Inc.
|
||||
P. O. Box 18300
|
||||
Greensboro, NC 27419
|
||||
Dear Mr. Campbell:
|
||||
OFFICE OF
|
||||
PREVENTION, PESTICIDES
|
||||
AND TOXIC SUBSTANCES
|
||||
; Subject: Mesotrione/Acetochlor 3.5 CS (Add Yellow Popular and Other Changes)
|
||||
)
|
||||
EPA Registration No. 100-1142
|
||||
Application Dated August 20,2004
|
||||
The labeling referred to above, submitted in connection with registration under the Federal
|
||||
Insecticide, Fungicide, and Rodenticide Act as amended is acceptable, provided you release the
|
||||
product for shipment.
|
||||
I. At the beginning of the list of Personal Protective Equipment (PPE) within the Precautionary
|
||||
Statements, add the statements "Some of the materials that are chemical-resistant to this product
|
||||
are listed below. If your want more options, follow the instructions for category A on an EPA
|
||||
chemical-resistance category selection chart.
|
||||
2. Incorporate the following bulk container language into your Storage and Disposal section.
|
||||
When the container is empty, replace the cap and seal all openings that have been opened during
|
||||
use, and return the container to the point of purchase, or to an alternate location designated by the
|
||||
registrant at the time of purchase of this product. If not returned to the point of purchase or to a
|
||||
designated location, triple rinse or pressure rinse the empty container and offer for recycling if
|
||||
available.
|
||||
Instructions for Users and Refillers
|
||||
The container must only be refilled with this pesticide product. Do not Reuse the Container for
|
||||
Any other Purpose. Do not transport if this container is damaged or leaking if the container is
|
||||
damaged, leaking, or obsolete, or to obtain information about recycling refillable containers,
|
||||
contact (insert company name) at (insert phone number). Cleaning is not necessary prior to
|
||||
refilling with the same product. Clean container before final disposal. Disposal of this container
|
||||
must be in compliance with state and local regulations.
|
||||
|
||||
,
|
||||
}
|
||||
)
|
||||
-2-
|
||||
Instructions for Refillers
|
||||
Prior to refilling, inspect carefully for damage such as cracks, punctures, abrasions, worn-out
|
||||
threads and closure devices. Check for leaks after refilling and before transporting. If the
|
||||
container can not be refilled, triple rinse or pressure rinse the empty container and offer for
|
||||
recycling if available.
|
||||
Submit two (2) copies of your final printed labeling incorporating the above changes before you
|
||||
release the product for shipment. Amended labeling supercedes all previously accepted ones. A
|
||||
stamped copy of labeling is enclosed for your records.
|
||||
Sincerely,
|
||||
vuk. jL uJ .~> d<-J
|
||||
James A. Tompkins
|
||||
Product Manager 25
|
||||
Herbicide Branch
|
||||
Registration Division (7505C)
|
||||
|
||||
RESTRICTED USE PESTICIDE
|
||||
Due to Oncogenicity
|
||||
For retail sale to and use only by Certified Applicators, or persons under their direct
|
||||
supervision, and only for those uses covered by the Certified Applicator's certification.
|
||||
This nroduct is a restricted use herbicide due to oncooenicitv concerns.
|
||||
Mesotrione/Acetochlor 3.5 CS
|
||||
Selective Herbicide
|
||||
A Preemergence Herbicide for Control of Annual Grass and Broadleaf Weeds in Field
|
||||
Corn, Production Seed Corn, and Silage Corn
|
||||
Active Ingredients:
|
||||
Acetochlor: 2-chloro-2'-methyl-6'-ethyl-N-ethoxymethylacetanilide ........................ 35.0%
|
||||
Mesotrjone: 2-[4-(methysulfonyl)-2-nitrobenzoylJ-1.3-cvclohexanedione .................. 3.1 %
|
||||
Other Ingredients: 61.9%
|
||||
Total: 100.0%
|
||||
Contains 3.29 pounds acetochlor and 0.29 pounds mesotrione active ingredient per
|
||||
gallon.
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use inside booklet
|
||||
EPA Reg. No. 100-1142
|
||||
EPA Est.
|
||||
SCP 1142 MAS
|
||||
__ gallons
|
||||
Net Contents
|
||||
A~:::fEI).'TED
|
||||
wi.i, co]\q~f:NTS
|
||||
in ErA L{'.!:err Dated:
|
||||
NOV - 3 2004
|
||||
~,;,.h",t" :he rd~ .. cl· L;;.;(!(;:!d2~,
|
||||
~.'unJirld{:, ami l~'~'~:1.tld.'\:: AC~.,'
|
||||
3D mUf;ntl{;J., for' t()~~ J'lcstid,Cr.¢
|
||||
,e~ttered untie:- EPA Iter;. No.
|
||||
f c.rtl-!.fil, ,
|
||||
|
||||
2
|
||||
FIRST AID
|
||||
If inhaled • Move person to fresh air.
|
||||
• If person is not breathing, call 911 or an ambulance, then give
|
||||
artificial respiration, preferably by mouth-ta-mouth, if possible.
|
||||
• Call a ooison control center or doctor for further treatment advice.
|
||||
If on skin or • Take off contaminated clothing.
|
||||
clothing • Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
• Call a ooison control center or doctor for treatment advice.
|
||||
If in eyes • Hold eye open and rinse slowly and gently with water for 15-20
|
||||
minutes.
|
||||
• Remove contact lenses, if present, after the first 5 minutes, then
|
||||
continue rinsing eye.
|
||||
• Call a ooison control center or doctor for treatment advice
|
||||
If swallowed • Call a poison control center or doctor immediately for treatment
|
||||
advice.
|
||||
• Have person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by the poison control
|
||||
center or doctor.
|
||||
• Do not aive anvthina bv mouth to an unconscious oerson.
|
||||
Have the product container or label with you when calling a poison control center or
|
||||
doctor or aoina for treatment.
|
||||
HOT LINE NUMBER
|
||||
For 24 Hour Medical Emergency Assistance (Human or Animal)
|
||||
or Chemical Emergency Assistance (Spill, Leak, Fire or Accident),
|
||||
Call
|
||||
1·800.888·8372
|
||||
PRECAUTIONARY STATEMENTS
|
||||
HAZARDS TO HUMANS AND DOMESTIC ANIMALS
|
||||
CAUTION
|
||||
Harmful if absorbed through skin. Prolonged or frequently repeated skin contact may
|
||||
cause allergic reactions in some individuals. Avoid contact with skin, eyes, or clothing.
|
||||
'. ,-",..
|
||||
|
||||
3
|
||||
Personal Protective Equipment
|
||||
Applicators and other handlers must wear:
|
||||
• Long-sleeved shirt and long pants
|
||||
• Chemical resistant gloves. - Category A (e.g., barrier laminate, butyl rubber, nitrile
|
||||
rubber, neoprene rubber, natural rubber, polyethylene, polyvinyl chloride (PVC) or
|
||||
viton)
|
||||
• Shoes plus socks
|
||||
Discard clothing and other absorbent materials that have been drenched or heavily
|
||||
contaminated with this product's concentrate. Do not reuse them. Follow
|
||||
manufacturer's instructions for cleaning/maintaining PPE. If no such instructions for
|
||||
washables, use detergent and hot water. Keep and wash PPE separately from other
|
||||
laundry.
|
||||
When handlers use closed systems, enclosed cabs,or aircraft in a manner that meets
|
||||
the requirements listed in the Worker Protection Standard (WPS) for agricultural
|
||||
pestiCides [40 CFR 170.240(d)(4-6)], the handler PPE requirements may be reduced or
|
||||
modified as specified in the WPS.
|
||||
User Safety Recommendations
|
||||
Users should:
|
||||
• Wash hands before eating, drinking, chewing gum, using tobacco or using the
|
||||
toilet.
|
||||
• Remove clothing immediately if pesticide gets inside. Then wash thoroughly and
|
||||
put on clean clothing.
|
||||
• Remove PPE immediately after handling this product. Wash the outside of
|
||||
gloves before removing. As soon as possible, wash thoroughly and change into
|
||||
clean clothino.
|
||||
Environmental Hazards
|
||||
Acetochlor is toxic to fish. Do not apply directly to water, or to areas where surface
|
||||
water is present or to intertidal areas below the mean high water mark. Do not
|
||||
contaminate water when cleaning equipment or disposing of eqUipment washwaters.
|
||||
Acetochlor demonstrates the properties and characteristics associated with chemicals
|
||||
detected in groundwater. The use of this chemical in areas where soils are permeable,
|
||||
particularly where the groundwater is shallow may result in groundwater contamination.
|
||||
Groundwater contamination may be reduced by diking and flooring of permanent liquid
|
||||
bulk storage sites with an impermeable material. .
|
||||
Surface Water Advisory
|
||||
Acetochlor has properties that may result in surface water contamination via dissolved
|
||||
|
||||
4
|
||||
runoff arid runoff erosion. Practices should be followed to minimize the potential for
|
||||
dissolved runoff and/or runoff erosion.
|
||||
This product may contaminate water through drift of spray in the wind. This product has
|
||||
high potential for runoff several weeks after application. Poorly drained soils and soils
|
||||
with shallow water tables are more prone to produce runoff that contains this product. A
|
||||
level, well-maintained vegetative buffer strip between areas to which this product is
|
||||
applied and surface water features such as ponds, streams, and springs will reduce the
|
||||
potential for contamination of water from runoff. Runoff of this product will be reduced
|
||||
by avoiding applications when rainfall is forecasted to occur within 48 hours. Sound
|
||||
erosion control practices will reduce this product's contribution to surface water
|
||||
contamination.
|
||||
Physical and Chemical Hazards
|
||||
Do not use or store near heat or open flame.
|
||||
|
||||
5
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not
|
||||
acceptable, return the product at once, unopened, and the purchase price will be
|
||||
refunded.
|
||||
The Directions for Use of this product should be followed carefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors
|
||||
as manner of use or application, weather or crop conditions, presence of other materials
|
||||
or other influencing factors in the use of the product, which are beyond the control of
|
||||
SYNGENTA CROP PROTECTION, Inc. or Seller. All such risks shall be assumed by
|
||||
Buyer and User, and Buyer and User agree to hold SYNGENTA and Seller harmless for
|
||||
any claims relating to such factors.
|
||||
SYNGENTA warrants that this product conforms to the chemical description on the label
|
||||
and is reasonably fit for the purposes stated in the Directions for Use, subject to the
|
||||
inherent risks referred to above, when used in accordance with directions under normal
|
||||
use conditions. This warranty does not extend to the use of the product contrarY to
|
||||
label instructions, or under abnormal conditions or under conditions not reasonably
|
||||
foreseeable to or beyond the control of Seller or SYNGENTA, and Buyer and User
|
||||
"assume the risk of any such use. SYNGENTA MAKES NO WARRANTIES OF
|
||||
MERCHANTABILITY OR OF FITNESS FOR A PARTICULAR PURPOSE NOR ANY
|
||||
OTHER EXPRESS OR IMPLIED WARRANTY EXCEPT AS STATED ABOVE.
|
||||
In no event shall SYNGENTA or Seller be liable for any incidental, consequential or
|
||||
special damages resulting from the use or handling of this product. THE EXCLUSIVE
|
||||
REMEDY OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY OF
|
||||
SYNGENTA AND SELLER FOR ANY AND ALL CLAIMS, LOSSES, INJURIES OR
|
||||
DAMAGES (INCLUDING CLAIMS BASED ON BREACH OF WARRANTY,
|
||||
CONTRACT, NEGLIGENCE, TORT, STRICT LIABILITY OR OTHERWISE)
|
||||
RESULTING FROM THE USE OR HANDLING OF THIS PRODUCT, SHALL BE THE
|
||||
RETURN OF THE PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION
|
||||
OF SYNGENTA OR SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing Conditions of Sale and Limitation of Warranty and Liability, which may not be
|
||||
modified except by written agreement signed by a duly authorized representative of
|
||||
SYNGENTA.
|
||||
|
||||
6
|
||||
DIRECTIONS FOR USE
|
||||
Restricted Use Pesticide
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
Do not apply this product in a way that will contact workers or other persons, either
|
||||
directly or through drift. Only protected handlers may be in the area during application.
|
||||
For any requirements specific to your State or Tribe, consult the agency responsible for
|
||||
pesticide regulation.
|
||||
AGRICUl rURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR part 170. This Standard contains requirements for the protection of
|
||||
agricultural workers on farms, forests, nurseries, and greenhouses, and handlers of
|
||||
agricultural pesticides. It contains requirements for training, decontamination,
|
||||
notification, and emergency assistance. It also contains specific instructions and
|
||||
exceptions pertaining to the statements on this label about personal protective
|
||||
equipment (PPE), and restricted-entry interval. The requirements in this box only apply
|
||||
to uses of this product that are covered by the Worker Protection Standard.
|
||||
Do not enter or allow worker entry into treated areas during the restricted entry
|
||||
interval (REI) of 12 hours. Exception: If the product is soil-injected or soil
|
||||
incorporated, the Worker Protection Standard, under certain circumstances, allows
|
||||
workers to enter the treated area if there will be no contact with anything that has been
|
||||
treated.
|
||||
For early entry to treated areas that is permitted under the Worker Protection Standard
|
||||
and that involves contact with anything that has been treated, such as plants, soil and
|
||||
water, wear:
|
||||
• coveralls over long-sleeved shirt and long pants,
|
||||
• socks and chemical resistant footwear, and
|
||||
• chemical-res.istant gloves - Category A (e.g. barrier laminate, butyl rubber, nitrile
|
||||
rubber, neoprene rubber, natural rubber, polyethylene, polyvinyl chloride (PVC)
|
||||
or viton).
|
||||
|
||||
7
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food, or feed by storage or disposal.
|
||||
Pesticide Storage
|
||||
Keep container tightly closed when not in use. Do not store near seeds, fertilizers, or
|
||||
food stuffs. Keep away from heat and flame. Can be stored at temperatures as low as
|
||||
minus 30°F.
|
||||
Pesticide Disposal
|
||||
Opening dumping is prohibited. Wastes resulting from the use of this product may be
|
||||
disposed of on site or at an approved waste disposal facility. Rinse spray equipment.
|
||||
Pesticide wastes are acutely hazardous. Improper disposal of excess pesticide, spray
|
||||
mixture, or rinsate is a violation of Federal law. If these wastes cannot be disposed of
|
||||
by use according to label instructions, contact your State Pesticide or Environmental
|
||||
Control Agency, or the Hazardous Waste Representative at the nearest EPA Regional
|
||||
Office for guidance.
|
||||
Container Disposal
|
||||
Do not reuse empty container. Triple rinse (or equivalent) then offer for recycling or
|
||||
reconditioning, or puncture and dispose of in a sanitary landfill, or by incineration, or, if
|
||||
allowed by State and local authorities, by burning. If burned, stay out of smoke.
|
||||
For Bulk and Mini-Bulk Containers
|
||||
Container Disposal
|
||||
Reseal container and offer for reconditioning, or triple rinse (or equivalent) and offer for
|
||||
recycling or reconditioning, or clean in accordance with manufacturer's instructions.
|
||||
Container Precautions
|
||||
Before refilling, inspect thoroughly for damage such as cracks, punctures, bulges,
|
||||
dents, abrasions, and damaged or worn threads on closure devices.
|
||||
For Mini-Bulk Containers
|
||||
REFILL ONLY WITH Mesotrione/Acetochlor 3.5 CS selective herbicide. The contents
|
||||
of this container cannot be completely removed by cleaning. Refilling with materials
|
||||
other than Mesotrione/Acetochlor 3.5 CS will result in contamination and may weaken
|
||||
container. .
|
||||
|
||||
8
|
||||
After filling and before transporting, check for leaks.
|
||||
Do not refill or transport damaged or leaking container.
|
||||
Circulation before dispensing is required.
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED, OR DRINKING WATERI
|
||||
USE RESTRICTIONS
|
||||
• Do not apply to the following soils if groundwater depth is 30 ft. or less: sand with
|
||||
less than 3% organic matter, loamy sand with less than 2% organic matter, or sandy
|
||||
loam with less than 1 % organic matter.
|
||||
• This product may not be mixed/loaded or used within 50 ft. of any wells, including
|
||||
abandoned wells, drainage wells, or sink holes, perennial or intermittent streams and
|
||||
rivers, and natural or impounded lakes and reservoirs. This setback does not apply
|
||||
to properly capped or plugged abandoned wells and ·does not apply to impervious
|
||||
pad or properly diked mixing/loading areas.
|
||||
• Operations that involve mixing, loading, rinsing, or washing of this product into or
|
||||
from pesticide handling or application equipment or containers within 50 ft. of any
|
||||
well are prohibited unless conducted on an impervious pad constructed to withstand
|
||||
the weight of the heaviest load that may be positioned on or moved across the pad.
|
||||
Such a pad shall be designed and maintained to contain any product spills or
|
||||
equipment leaks, container or equipment rinse or washwater, and rainwater that may
|
||||
fall on the pad. Surface water shall not be allowed to either flow over or from the
|
||||
pad, which means the pad must be self-contained. The pad shall be sloped to
|
||||
facilitate material removal. An unroofed pad shall be of sufficient capacity to contain
|
||||
at a minimum 110% of the capacity of the largest pesticide container or application
|
||||
equipment On the pad. A pad that is covered by a roof of sufficient size to
|
||||
completely exclude precipitation from contact with the pad shall have a minimum
|
||||
containment capacity of 100% of the capacity of the largest pesticide container or
|
||||
application equipment on the pad. Containment capacities as described above shall
|
||||
be maintained at all times. The above specified minimum containment capacities do
|
||||
not apply to vehicles when delivering pesticide shipments to the mixing/loading site:
|
||||
States may have in effect additional requirements regarding wellhead setbacks and
|
||||
operational containment.
|
||||
• Do not apply this product through any type of irrigation system.
|
||||
• Do not use flood irrigation to apply or incorporate this product.
|
||||
• Product must be used in a manner Which will prevent back siphoning in wells, spills
|
||||
or improper disposal of excess pesticide, spray mixtures or rinsates.
|
||||
|
||||
,~---~ ------
|
||||
9
|
||||
• Do not apply under conditions which favor runoff or wind erosion of soil containing
|
||||
this product to non-target areas. To prevent off-site movement due to runoff or wind
|
||||
erosion:
|
||||
• Avoid treating powdery dry or light sandy soils when conditions are favorable for
|
||||
wind erosion. Under these conditions, the soil surface should first be settled by
|
||||
rainfall or irrigation.
|
||||
• Do not apply to impervious substrates such as paved or highly compacted
|
||||
surfaces or frozen or snow covered soils.
|
||||
• Do not use tailwater from the first flood or furrow irrigation of treated fields to treat
|
||||
non-target crops unless at least Y:z inch of rainfall has occurred between
|
||||
application and the first irrigation.
|
||||
• Do not apply this product using aerial application equipment.
|
||||
• Do not apply when wind conditions favor drift to non-target sites. To minimize spray
|
||||
drift to non-target areas:
|
||||
• Use low-pressure application equipment capable of producing a large droplet
|
||||
spray.
|
||||
• Do not use nozzles that produce a fine droplet spray.
|
||||
• Minimize drift by using sufficient spray volume to ensure adequate coverage with
|
||||
large droplet size sprays.
|
||||
• Keep ground-driven spray boom as low as possible above the target surface.
|
||||
• Make application when the wind velocity favors on-target product deposition
|
||||
(approximately 3-10 mph). Do not apply when wind velocity exceeds 15 mph.
|
||||
Avoid application when gusts approach 15 mph. .
|
||||
• Low humidity and high temperatures increase the likelihood of spray drift to sensitive
|
||||
areas. Avoid spraying during conditions of low humidity and/or high temperatures.
|
||||
Do not apply during inversion conditions.
|
||||
GENERAL USE PRECAUTIONS
|
||||
. Read all label directions before uSing.
|
||||
• This product is intended only for preemergence use in corn.
|
||||
• Do not use Mesotrione/Acetochlor 3.5 CS on any crop other than field corn,
|
||||
production seed corn, silage corn, or yellow popcorn.
|
||||
• Mesotrione/Acetochlor 3.5 CS should not be used on sweet corn, white popcorn,
|
||||
ornamental (Indian) corn, or corn seed stock such as Breeders, Foundation, or
|
||||
Increase.
|
||||
|
||||
10
|
||||
• Do not apply Mesotrione/Acetochlor 3.5 CS postemergence.
|
||||
• Do not contaminate irrigation water used for crops other than corn or water used for
|
||||
domestic purposes.
|
||||
• Do not apply Mesotrione/Acetochlor 3.5 CS before pre-irrigation in irrigated areas.
|
||||
• Avoid drift onto adjacent crops
|
||||
• Do not allow Mesotrione/Acetochlor 3.5 CS to contaminate feed or food.
|
||||
• Mesotrione/Acetochlor 3.5 CS should not be stored near seeds, fertilizers, or
|
||||
foodstuffs.
|
||||
• All containers of Mesotrione/Acetochlor 3.5 CS should be kept tightly closed when
|
||||
not in use.
|
||||
• Applied according to directions and under normal growing conditions,
|
||||
Mesotrione/Acetochlor 3.5 CS will not harm the treated crop. During germination
|
||||
and early stages of growth, extended periods of unusually cold and wet or hot and
|
||||
dry weather, insect or plant disease attack, carryover pesticide residues, the use of
|
||||
certain soil applied systemic insecticides, improperly placed fertilizers or soil
|
||||
insecticides may create abnormal conditions that weaken crop seedlings.
|
||||
Mesotrione/Acetochlor 3.5 CS used under these abnormal conditions could result in
|
||||
crop injury.
|
||||
• Do not tank mix Mesotrione/Acetochlor 3.5 CS with atrazine or atrazine containing
|
||||
products.
|
||||
• Do not apply other mesotrione containing products (e.g., Callisto®, Camix®,
|
||||
Lexar""', or LumaX®) to ground that has been treated with Mesotrione/Acetochlor 3.5
|
||||
CS in the same season.
|
||||
GENERAL INFORMATION
|
||||
For use only on field corn, production seed corn, silage corn, and yellow popcorn. Corn
|
||||
in this label refers to three types only: field corn, production seed corn, silage corn, and
|
||||
yellow popcorn.
|
||||
Mesotrione/Acetochlor 3.5 CS is a unique combination of the herbicides acetochlor and
|
||||
mesotrione plus the corn safener dichlormid. While the acetochlor and mesotrione
|
||||
provides weed control, the dichlormid safens corn against acetochlor injury. Acetochlor
|
||||
CS/Mesotrione 3.5 CS may be applied to the surface or incorporated into the top 1-2
|
||||
inch layer of soil. Acetochlor CSI Mesotrione 3.5CS will not control grasses which are
|
||||
|
||||
11
|
||||
emerged at the time of application. It is recommended for control alone, or in tank mix
|
||||
combinations as indicated, tor the weeds listed in the Table 4.
|
||||
Mesotrione/Acetochlor 3.5 CS controls weeds by interfering with normal germination
|
||||
and seedling development. Mesbtrione/Acetochlor 3.5 CS does not control established
|
||||
or germinated weeds present at application.
|
||||
Resistance Management
|
||||
Naturally occurring biotypes of certain broad leaf weed species with resistance to
|
||||
triazines or ALS herbicides are known to exist. However, no known resistance to this
|
||||
herbicide exists and there are no known instances of cross resistance between this
|
||||
herbicide and other classes of herbicides. If biotypes of weeds resistant to triazines or
|
||||
ALS inhibitors are present in the field, this herbicide should control them if they are
|
||||
listed in Table 4.
|
||||
To help reduce the risk of resistance development to this herbicide product, do not use
|
||||
other mesotrione containing herbicides (e.g., Callisto, Camix, Lexar, or Lumax) in the
|
||||
same season, on the same field, where Mesotrione/Acetochlor 3.5 CS has been
|
||||
applied.
|
||||
Integrated Pest (Weed) Management
|
||||
Mesotrione/Acetochlor 3.5 CS should be integrated into an overall weed and pest
|
||||
management strategy whenever the use of a herbicide is required. Practices known to
|
||||
reduce weed development (tillage, crop competition) and herbicide use (weed scouting,
|
||||
proper application timing, banding) should be followed wherever possible. Consult local
|
||||
agricultural and weed authorities for additionallPM strategies established for your area.
|
||||
Soil Texture and Organic Matter
|
||||
The soils are grouped into three classes: coarse, medium, and fine. Once the soil type
|
||||
has been determined, the texture group can be found in Table 1.
|
||||
|
||||
12
|
||||
Table 1. Soil Texture Groupings for Mesotrione/Acetochlor 3.5 CS Use Rate
|
||||
Selection
|
||||
-::: Medium Fine
|
||||
Sand Loam Siltv Clav Loam
|
||||
LoamvSand Silt Sandy Clav Loam
|
||||
Sandy Loam Silt Loam Siltv Clav
|
||||
Sandy Clav
|
||||
. ClavLoam
|
||||
Clav
|
||||
The soil texture and organic matter of the field on which the application is to be made
|
||||
must be determined prior to application. The use rate of Mesotrione/Acetochlor 3.5 CS
|
||||
is determined by a combination of these two factors.
|
||||
Use Rates in Conventional Tillage Systems
|
||||
The soil texture and organic matter level of the field on which Mesotrione/Acetochlor 3.5
|
||||
CS is to be applied should be determined prior to selecting the rate from Table 2.
|
||||
Table 2. Mesotrione/Acetochlor 3;5 CS Use Rates by Soil Texture and Organic
|
||||
Matter Content in Conventional Tillage Systems. Rates are in Quarts per Acre.
|
||||
Soil . .
|
||||
Snil TAVh.P4 I A .... t!; .. n liOJ.: aD/. nr-
|
||||
Coarse 2.0-2.25 ats. 2.25-2.75 ats.
|
||||
Medium 2.0-2.75 ats. 2.5-3 ats.
|
||||
Fine 2.5-3.3 ots. 2.5-3.3 ots.
|
||||
These rates are for application within 14 days prior to planting.
|
||||
Organic Matter: If the organic matter content of the soil is at the lower end of the
|
||||
range, use the lower rates in the rate range given in Table 2. If the organic matter
|
||||
content is at the upper end of the range, use the higher rates given in the rate range.
|
||||
Weed Infestation: If the weed infestation is light, use a rate at the lower end of the rate
|
||||
range for the soil texture and organic matter content. If the weed infestation is heavier,
|
||||
use the higher rates in the rate range for the soil.
|
||||
Use Rates For Reduced and No-Till Systems
|
||||
Mesotrione/Acetochlor 3.5 CS may be used in reduced and no-till systems. The highest
|
||||
levels of control will be obtained wher:J applications are made as close to planting as
|
||||
possible. It is recommended that a burndown herbicide such as Gramoxone® Max,
|
||||
|
||||
13
|
||||
Touchdown®, Roundup®, or 2,4-0 be tank mixed with Mesotrione/Acetochlor 3.5 CS in
|
||||
reduced or no-till systems if weeds are present at application.
|
||||
Table 3.1 Mesotrione/Acetochlor 3.5 CS Use Rates by Soil Texture and
|
||||
Application Timing In Reduced and No-Till Systems. Rates are in Quarts per
|
||||
Acre.
|
||||
TimA of A )Dlication Relative to 'na
|
||||
Less than 10 Days At or After Planting
|
||||
Soil 10-14 Days Before Before or After But Before
|
||||
Tft_ .... ft Plantlna Plantlna Emeraence
|
||||
Coarse Do not apply more than 2.0-2.5qts. 2.0-2.5 qts.
|
||||
14 days before planting
|
||||
in coarse textured soils
|
||||
Medium 2.5ats. 2.5ats. 2.5 ats.
|
||||
Fine 2.5-3.3 ats. 2.5-3.3 ats. 2.5-3.3 ats.
|
||||
1 Rates are for single applications. Mesatrione/Acetochlor 3.5 CS may be split-applied.
|
||||
If the rate is split, apply 60% of the recommended rate up to 14 days before planting.
|
||||
The remaining 40% should be applied at or after planting.
|
||||
Weeds Controlled
|
||||
Mesotrione/Acetochlor 3.5 CS applied as directed in this label will control or suppress
|
||||
the weeds listed in Table 4. Additional weeds may be controlled with tank mixes. See
|
||||
the Mesotrlone/Acetochlor 3.5 CS Tank Mix Combinations section for recommended
|
||||
tank mix combinations. Always consult the tank mix product labels for specific rates
|
||||
and use directions. Always follow the most restrictive label when tank mixing
|
||||
Mesotrione/Acetochlor 3.5 CS with another product. You may tank mix
|
||||
Mesotrione/Acetochlor 3.5 CS with any other registered corn product (excluding
|
||||
atrazine) as long as compatibility is verified and it is not prohibited by the other product
|
||||
label.
|
||||
|
||||
14
|
||||
Table 4. Weeds Controlled or Partially Controlled by Mesotrione/Acetochlor 3.5
|
||||
CS at Recommended Use Rates
|
||||
C = Control
|
||||
Weed PC = Partial
|
||||
Co TVDe1 . Control
|
||||
Black niohtshade B Solanum niarum C
|
||||
Caroetweed B MoIluao verticillata C
|
||||
Cocklebur common B Xanthium strumarium PC
|
||||
Ragweed common B Ambrosia artemisiifolia C
|
||||
Raoweed Giant B Ambrosia trifida PC
|
||||
Florida ousley B Richardia scabra C
|
||||
Galinsoaa B Galinsoaa Darviflora C
|
||||
Hairv niohtshade B Solanum sarachoides C
|
||||
Kochia B Kochia scoDaria PC
|
||||
Jimsonweed B Datura stramonium C
|
||||
Lambsauarters common B ChenoDodium album C
|
||||
Morningglory, ivyleafl B Ipomoea hederacea PC
|
||||
entireleaf
|
||||
Palmer amaranth B Amaranthus Dalmeri C
|
||||
Pricklv sida B Sida soinosa C
|
||||
Purslane common B Portulaca o/eracea C
|
||||
Redroot oiaweed B Amaranthus retroflexus C
|
||||
Smartweed Pennsvlvania B Polv.aonum Densvlvanicum C
|
||||
Smartweed ladvsthumb B Polvaonum Dersicaria C
|
||||
Waterhemo. common B Amaranthus tuberculatus C
|
||||
Waterhemo. tall B Amaranthus rudis C
|
||||
Velvetleaf B Abutilon theoDhrasti C
|
||||
Barnvardorass G Echinochloa crus-aalli C
|
||||
Broadleaf sianalarass G Brachiaria o/atvDhvlla C3
|
||||
Browntoo oanicum G Panicum fasciculatum C
|
||||
Craborass G Diaitaria sPP. C
|
||||
Crowfootarass G Dactvloctenium aeavDtium C
|
||||
Fall panicum G Panicum dichotomiflorum C
|
||||
Field sand bur G Cenchrus incertus PC
|
||||
Foxtail millet G Setaria italica C
|
||||
Giant foxtail G Setaria faberi C
|
||||
.
|
||||
Goosegrass G Eleusine indica C
|
||||
Green foxtail G Setaria viridis C
|
||||
Prairie cuoarass G Eriochloa contracta C
|
||||
Red rice G Oma sativa C
|
||||
Red spranaletoo G Leotochloa filiformis C
|
||||
Robust foxtail (purple, G Setaria spp. C
|
||||
white)
|
||||
|
||||
15
|
||||
C = Control
|
||||
Weed PC = Partial .. TunAl ... I
|
||||
Seedlina iohnsonnrass G Somhum halenense PC
|
||||
Shattercane G Sorahum bicolor PC
|
||||
Southwestern cunnrass G Eriochloa aracilis C
|
||||
Texas nanicum G Panicum texanum C3
|
||||
Wild nroso millet G Panicum miliaceum PC
|
||||
Witcharass G Panicum canillare C
|
||||
Woollv cunnrass G Eriochloa villosa PC
|
||||
Yellow foxtail G Setaria alauca C
|
||||
Yellow nutsedae2 S Cvoerus esculentus C
|
||||
l B=Broadleaf, G=Grass, S=Sedge
|
||||
2Yellow nutsedge requires a minimum of 3Y:z qts. Incorporation will improve control.
|
||||
3Best control is achieved when Mesotrione/Acetochlor 3.5 CS is applied within 5 days of
|
||||
planting and rainfall occurs shortly after application or mechanical incorporation is used
|
||||
to activate the herbicide. If it does not rain within 7 days, shallow cultivation will
|
||||
enhance activity. Excessive rainfall after application may reduce control. Under
|
||||
adverse weather conditions and/or heavy infestations, a cultivation or follow-up
|
||||
herbicide may be needed.
|
||||
Rotational Crops
|
||||
Corn may be replanted immediately, if lost. Do not apply additional
|
||||
Mesotrione/Acetochlor 3.5 CS.
|
||||
Do not rotate to crops other than corn, soybeans, sorghum, wheat, or tobacco the year
|
||||
following application of Mesotrione/Acetochlor 3.5 CS. Wheat may be planted 4 months
|
||||
after application. If applied after June 1, do not rotate to crops other than corn or
|
||||
sorghum, the next season, or crop injury may occur. For all other crops, wait 18
|
||||
months.
|
||||
APPLICATION PROCEDURES
|
||||
In reduced or no-till systems, a burndown herbicide such as Gramoxone Max, Roundup,
|
||||
Touchdown, or 2,4-0 may be tank mixed with Mesotrione/Acetochlor 3.5 CS if emerged
|
||||
weeds are present at the time of application.
|
||||
Early Preplant: On medium and fine textured soils, Mesotrione/Acetochlor 3.5 CS may
|
||||
be applied up to 14 days prior to planting.
|
||||
Sprinkler Irrigation: Do not apply Mesotrione/Acetochlor 3.5 CS by sprinkler irrigation.
|
||||
Use a sprinkler system only to incorporate Mesotrione/Acetochlor 3.5 CS after
|
||||
171.2:7
|
||||
|
||||
16
|
||||
application. After Mesotrion.e/Acetochlor 3.5 CS has been applied, a sprinkler irrigation
|
||||
system set to deliver 11. -% in. of water per acre may be used to incorporate the product.
|
||||
Using more than % in. of water could result in reduced performance. On sandy soil low
|
||||
in organic matter, use no more than Yo in. of water. Do not use flood irrigation to apply or
|
||||
incorporate Mesotrione/Acetochlor 3.5 CS.
|
||||
Preemergence Surface: Mesotrione/Acetochlor 3.5 CS and certain tank mixes may be
|
||||
applied to the soil surface as a broadcast or banded application. Precipitation or
|
||||
sprinkler irrigation is necessary to bring Mesotrione/Acetochlor 3.5 CS into contact with
|
||||
germinating seeds. If rain or sprinkler irrigation does not occur within 7 days after
|
||||
application, weed control may be improved by using a rotary hoe, or similar device, to
|
||||
incorporate the herbicide. Do not remove Mesotrione/Acetochlor 3.5 CS from the weed
|
||||
control zone or dilute it with untreated soil. The device used should be run at a shallow
|
||||
depth to prevent disturbing the corn seed.
|
||||
Banding Preemergence: Mesotrione/Acetochlor 3.5 CS and certain tank mixtures may
|
||||
be applied in a 10-15 in. band after corn planting but prior to corn emergence. If rain or
|
||||
sprinkler irrigation does not occur within 7 days after application, weed control may be
|
||||
improved by using a rotary hoe or similar device to incorporate the herbicide. Do not
|
||||
remove Mesotrione/Acetochlor 3.5 CS from the weed control zone or dilute it with
|
||||
untreated soil. Do not disturb the germinating corn.
|
||||
Band Applications: For band applications, using row and band width measurements
|
||||
in inches, calculate the amount to be applied per acre as follows:
|
||||
Band width in inches
|
||||
Row width in inches
|
||||
Planting
|
||||
x Rate per acre for = Amount needed per acre
|
||||
a broadcast treatment
|
||||
Planting should be done as close to the time of application of Mesotrione/Acetochlor 3.5
|
||||
CS as possible. This allows Mesotrione/Acetochlor 3.5 CS to provide effective weed
|
||||
control during the time it is most critical in the production of corn.
|
||||
Cultivation
|
||||
Cultivation should be delayed as long as possible. Should weeds develop, a shallow
|
||||
cultivation or rotary hoeing will generally result in improved weed control. If
|
||||
Mesotrione/Acetochlor 3.5 CS was incorporated, cultivate less than half the depth of
|
||||
incorporation.
|
||||
If cultivation is necessary due to soil crusting, compaction or escaped weeds, adjust
|
||||
equipment to run sh.allow and minimize soil movement. This will decrease the
|
||||
possibility of diluting or moving the herbicide from the weed control zone.
|
||||
|
||||
17
|
||||
MIXING PROCEDURES
|
||||
Carrier
|
||||
Liquids: Either water or liquid fertilizers excluding suspension fertilizers may be used
|
||||
as carriers. If fluid fertilizers are used, a physical compatibility test must be done before
|
||||
combining in the spray tank. See Procedure for Testing the Compatibility of
|
||||
Mesotrione/Acetochlor 3.5 CS and Tank Mixes With Fluid Fertilizers section for
|
||||
details of the compatibility testing. procedure. Even if Mesotrione/Acetochlor 3.5 CS is
|
||||
physically compatible with a fluid fertilizer, constant agitation is necessary to maintain a
|
||||
uniform mixture during application. A longer agitation period may be required when
|
||||
using cold water from sources such as deep wells.
|
||||
Adding to Spray Tank
|
||||
The spray tank must be clean, thoroughly rinsed anddecontaniinated before adding
|
||||
either Mesotrione/Acetochlor 3.5 CS alone or with tank mix combinations. If water is .
|
||||
used as the carrier, use clean water.
|
||||
Used Alone: When Mesotrione/Acetochlor 3.5 CS is used alone, add the
|
||||
recommended amount to the spray tank when the tank is half filled, then add the rest of
|
||||
the water or fluid fertilizer. Provide sufficient agitation during mixing and application to
|
||||
maintain a uniform emulsion.
|
||||
Tank Mixed: Refer to the sections on this label for recommended tank mixes. Always
|
||||
refer to labels of the other pesticide products for mixing directions and precautions
|
||||
which may differ from those outlined here. Use in accordance with the most restrictive
|
||||
of label limitations and precautions. No label dosage rates should be exceeded. This
|
||||
product cannot be mixed with any product containing a label prohibition against such
|
||||
mixing. If a tank mixture is used, it is recommended that a compatibility test be done
|
||||
before actual tank mixing. See Procedure For Testing the Compatibility of
|
||||
Mesotrione/Acetochlor ~.5 CS and Tank Mixes With Fluid Fertilizers section for
|
||||
details on the procedure for such a test.
|
||||
Once compatibility is confirmed for the tank mix, fill the tank half full. Start and continue
|
||||
agitation throughout mixing. All return lines to the spray tank must discharge below the .
|
||||
liquid level. Add components in the following order of formulation:
|
||||
• If a wettable powder or dry flowable formulation is used, make a slurry with water
|
||||
and add it slowly through the screen into the tank. Agitate during the procedure.
|
||||
• If a flowable formulation is used, add slowly through screen into the tank. Mixing
|
||||
and compatibility may be improved when the flowable is diluted with water before
|
||||
adding to the tank.
|
||||
• Add Mesotrione/Acetochlor 3.5 CS next.
|
||||
|
||||
18
|
||||
• Add Gramoxone Max, Touchdown, Roundup, Warrior® and/or 2,4-0 and a nonionic
|
||||
surfactant last, if needed.
|
||||
• Complete filling the sprayer tank and continue agitation.
|
||||
• Batches should be m,ixed and applied the same day.
|
||||
Volume
|
||||
Liquid: Use a minimum water volume of 10 galsJA in broadcast boom equipment for
|
||||
ground applications.
|
||||
Pressure
|
||||
If liquid carriers are used, the pressure at the nozzle should be 15-40 psi to ensure good
|
||||
distribution in the spray pattern. Use appropriate nozzles and 50-mesh or coarser
|
||||
screens, if needed. Maintain agitation to ensure the mixture is suspended in the spray
|
||||
tank.
|
||||
Procedure For Testing the Compatibility of Mesotrione/Acetochlor 3.5 CS and
|
||||
Tank mixes with Fluid Fertilizers
|
||||
Since fluid fertilizers vary, the following procedure is suggested for determining whether
|
||||
Mesotrione/Acetochlor 3.5 CS may be combined with a specific fluid fertilizer for spray
|
||||
tank application.
|
||||
Materials Needed
|
||||
• Mesotrione/Acetochlor 3.5 CS and any tank mix products.
|
||||
• Fluid fertilizer to be used.
|
||||
• Adjuvant for fertilizer tank mix: Use any adjuvant cleared for use on growing crops
|
||||
under 40 CFR 180.1001 to improve the compatibility of Mesotrione/Acetochior 3.5
|
||||
CS with fluid fertilizers. The adjuvant which provides the best emulsification depends
|
||||
on the specific fertilizer under consideration.
|
||||
• Two 1 qt. wide-mouth jars with lid or stopper.
|
||||
• Measuring spoons (a 25 ml. pipette or graduated cylinder provides more accurate
|
||||
measurement).
|
||||
• Measuring cup, 8 ozs. (257 mI.).
|
||||
|
||||
19
|
||||
Procedure
|
||||
1. Pour a pint (about 473 mi.) of the fluid fertilizer into each of the quart jars.
|
||||
2. Add Mesotrione/Acetochlor 3.5 CS and any tank mix combination to the jars.
|
||||
The order of addition is wettable powders first with mixing, followed by flowables
|
||||
with mixing, and the EC's last. The rate of wettable powders and dry flowables is
|
||||
1 Yo tsp. per pound of product per acre to be applied. EC's should be added at
|
||||
the rate of Yo tsp. for each pint per acre to be applied. Premixing the wettable
|
||||
powders in 1 oz. of water before adding to the pint of fluid fertilizer will improve
|
||||
the compatibility of the final mixture.
|
||||
3. Add Yo tsp. (2 mI.) adjuvant to one of the jars, label it as "with", and mix. The rate
|
||||
of Yo tsp. per pI. is equal to 3 pts. of adjuvant per 100 gals. of fluid fertilizer.
|
||||
4. Close both jars with lids or stoppers and mix the contents by turning the jars
|
||||
upside down ten times.
|
||||
5. Inspect the surface and body of the mixtures:
|
||||
a) Immediately after completing the jar inversions.
|
||||
b) After allowing the jars to stand quietly for 30 minutes.
|
||||
c) And then again after turning the jars upside down 10 times after the 30
|
||||
minute inspection.
|
||||
Evaluation
|
||||
If either mixture remains uniform for 30 minutes, the combination may be used. Should
|
||||
either mixture separate after 30 minutes, but readily remix uniformly with 10 jar
|
||||
inversions, the mixture can be used if adequate agitation is maintained in the tank. If
|
||||
the mixture with adjuvant is satisfactory but the one without adjuvant is not, be sure to
|
||||
use the adjuvant in the spray tank. Add the adjuvant first at a rate of 3 pts.l100 gals. of
|
||||
fluid fertilizer. Foaming may be minimized by using moderate agitation. IF
|
||||
NON DISPERSIBLE OIL, SLUDGE, OR CLUMPS OF SOLIDS FORM IN THE
|
||||
MIXTURES, THE COMBINATION SHOULD NOT BE USED.
|
||||
CROP USE DIRECTIONS
|
||||
Mesotrione/Acetochlor 3.5 CS Tank Mix Combinations
|
||||
Use of Spray Adjuvants
|
||||
Mesotrione/Acetochlor 3.5 CS is a preemergence herbicide for which spray adjuvants
|
||||
have little or no influence on performance. However, several herbicides used in tank
|
||||
mixtures with Mesotrione/Acetochlor 3.5 CS require use of adjuvants to aid in the
|
||||
2(12.3
|
||||
|
||||
20
|
||||
burndown of emerged weeds. Use only those adjuvants to aid in the burndown of
|
||||
emerged weeds and approved for agricultural crop use. Surfactants and/or low rate
|
||||
fertilizer (28%. 30% or 32% UAN or ammonium sulfate) adjuvants may be used with
|
||||
tank mixes applied preplant or preemergence to the crop.
|
||||
Preemergence Tank Mix Combinations
|
||||
Tank mix combinations may be used in either conventional. reduced or no-till systems
|
||||
and be applied by the same methods and at the same timings as Mesotrione/Acetochlor
|
||||
3.5 CS unless otherwise specified in the tank mix product label. Three way tank
|
||||
mixtures are allowed if not restricted by the respective product labels. Check all tank
|
||||
mix product labels for proper rates for three way tank mixes.
|
||||
Conventional Tillage
|
||||
Tank Mix Exa ... Rate {Max.}
|
||||
LoroX® DF See label Enhanced lambsouarter and oioweed control
|
||||
Warrior 3.84 fl. oz.lA For control of many insects such as cutwonn
|
||||
Perform compatibility test and check the product label for directions and precautions.
|
||||
Reduced or No-Till Corn
|
||||
Tank Mix liAS RatA n •. A
|
||||
Banvel®lClaritv® See label Burndown existino weeds
|
||||
Gramoxone Max 2.7ots.lA Burndown existino weeds
|
||||
Rounduo brands See label Burndown existino weeds
|
||||
Touchdown brands See label Burndown existino weeds
|
||||
24 D See Label Burndown existina weeds
|
||||
Warrior 3.84 fl. oz.lA For control of manv insects slich as cutwonn
|
||||
Perform compatibility test and check the product label for directions and precautions.
|
||||
Mesotrione/Acetochlor 3.5 CS and Gramoxone Max, TOUChdown, Roundup, or 2,4-o .
|
||||
In reduced or no-till corn. Gramoxone Max. Touchdown. Roundup. and/or 2,4-D will
|
||||
burndown existing weeds. Gramoxone Max should be applied to emerged weeds when
|
||||
they are small. Weeds 1 to 6 inches in height are the easiest to control. Large weeds
|
||||
may be more difficult to control. Consult the Gramoxone Max. Touchdown. Roundup. or
|
||||
2,4-D product label for further infonnation on weeds controlled.
|
||||
Gramoxone Max is a RESTRICTED USE pesticide. Refer to the Gramoxone Max label
|
||||
for further directions. precautions. and limitations relative to its use.
|
||||
|
||||
21
|
||||
Callisto®, CamiX®, Gtamoxone® Max, Lexar™, LumaX®, Touchdown®, Warrior® and
|
||||
the Syngenta logo are trademarks of a Syngenta Group Company
|
||||
Banvel® and Clarity® trademarks of BASF Ag Products
|
||||
LoroX® OF is a trademark of E.I. duPont de Nemours & Co., Inc.
|
||||
Roundup® trademark of Monsanto Company
|
||||
©2004 Syngenta
|
||||
For non-emergency information (e.g., current product information), call
|
||||
Syngenta Crop Protection at 1-800-334-9481
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
WWW syngeota-us porn
|
||||
SCP 1142 MAS
|
||||
MESO-ACETO 3.5CS 1142 CLEAN - pd - 08/19/04
|
||||
000100-01142.20040820.MESO·ACET0-1142-AMEND-0804.pdf
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1145",
|
||||
"epa_reg_no": "100-1145",
|
||||
"product_name": "Mefenoxam 2E",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Metalaxyl-M",
|
||||
"cas": "70630-17-0",
|
||||
"percent": 25.1,
|
||||
"pc_code": "113502"
|
||||
}
|
||||
],
|
||||
"signal_word": "Warning",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01145-20230621.pdf",
|
||||
"filename": "000100-01145-20230621.pdf",
|
||||
"accepted_date": "2023-06-21",
|
||||
"last_modified": "2023-06-23T05:45:03+00:00",
|
||||
"page_count": 78,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1145",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1145"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:18:35.076485+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1146",
|
||||
"epa_reg_no": "100-1146",
|
||||
"product_name": "CGA-173506/CGA-329351 0.26 SE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Fludioxonil",
|
||||
"cas": "131341-86-1",
|
||||
"percent": 0.72,
|
||||
"pc_code": "071503"
|
||||
},
|
||||
{
|
||||
"name": "Metalaxyl-M",
|
||||
"cas": "70630-17-0",
|
||||
"percent": 2.21,
|
||||
"pc_code": "113502"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01146-20190719.pdf",
|
||||
"filename": "000100-01146-20190719.pdf",
|
||||
"accepted_date": "2019-07-19",
|
||||
"last_modified": "2019-08-26T17:46:09+00:00",
|
||||
"page_count": 15,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1146",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1146"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:18:38.018552+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,685 @@
|
||||
# CGA-173506/CGA-329351 0.26 SE
|
||||
|
||||
- EPA Reg No: **100-1146**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Fludioxonil (0.72%); Metalaxyl-M (2.21%)
|
||||
- Label accepted: 2019-07-19
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01146-20190719.pdf
|
||||
|
||||
---
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON, DC 20460
|
||||
|
||||
|
||||
|
||||
Reg Review Label Acceptable v.20151230
|
||||
OFFICE OF CHEMICAL SAFETY
|
||||
AND POLLUTION PREVENTION
|
||||
July 19, 2019
|
||||
|
||||
Ricky Kyaw
|
||||
Regulatory Product Manager
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, NC 27419
|
||||
|
||||
Subject: Registration Review Label Mitigation for Fludioxonil and Mefenoxam
|
||||
Product Name: CGA-173506/CGA-329351 0.26 SE
|
||||
EPA Registration Number: 100-1146
|
||||
Application Date: 7/31/2018; 2/1/2019
|
||||
Decision Number: 552841; 552842
|
||||
|
||||
Dear Ricky Kyaw:
|
||||
|
||||
The Agency, in accordance with the Federal Insecticide, Fungicide and Rodenticide Act
|
||||
(FIFRA), as amended, has completed reviewing all of the information submitted with your
|
||||
application to support the Registration Review of the above referenced product in connection
|
||||
with the Fludioxonil and Mefenoxam Interim Decisions, and has concluded that your submission
|
||||
is acceptable. The label referred to above, submitted in connection with registration under
|
||||
FIFRA, as amended, is acceptable.
|
||||
|
||||
Should you wish to add/retain a reference to the company’s website on your label, then please be
|
||||
aware that the website becomes labeling under the Federal Insecticide Fungicide and Rodenticide
|
||||
Act and is subject to review by the Agency. If the website is false or misleading, the product
|
||||
would be misbranded and unlawful to sell or distribute under FIFRA section 12(a)(1)(E). 40
|
||||
CFR 156.10(a)(5) list examples of statements EPA may consider false or misleading. In addition,
|
||||
regardless of whether a website is referenced on your product’s label, claims made on the
|
||||
website may not substantially differ from those claims approved through the registration process.
|
||||
Therefore, should the Agency find or if it is brought to our attention that a website contains false
|
||||
or misleading statements or claims substantially differing from the EPA approved registration,
|
||||
the website will be referred to the EPA’s Office of Enforcement and Compliance.
|
||||
|
||||
A copy of your label stamped “Accepted” is enclosed. Products shipped after 12 months from the
|
||||
date of this amendment must bear the new revised label. Your release for shipment of the
|
||||
product bearing the amended label constitutes acceptance of these conditions. If these conditions
|
||||
are not complied with, the registration will be subject to cancellation in accordance with FIFRA
|
||||
section 6.
|
||||
|
||||
If you have any questions about this letter, please contact Darius Stanton by phone at 703-347-
|
||||
0433, or via email at Stanton.Darius@epa.gov
|
||||
.
|
||||
|
||||
Page 2 of 2
|
||||
EPA Reg. No. 100-1146
|
||||
Decision No. 552841; 552842
|
||||
|
||||
Sincerely,
|
||||
|
||||
|
||||
|
||||
Linda Arrington, Branch Chief
|
||||
Risk Management and Implementation Branch 4
|
||||
Pesticide Re-Evaluation Division
|
||||
Office of Pesticide Programs
|
||||
|
||||
|
||||
|
||||
|
||||
Enclosure
|
||||
|
||||
(Master Label)
|
||||
MEFENOXAM GROUP 4 FUNGICIDE
|
||||
FLUDIOXONIL GROUP 12 FUNGICIDE
|
||||
CGA-173506/CGA-329351 0.26 SE
|
||||
Fungicide
|
||||
A seed treatment fungicide for protection against damage from listed seed-borne, soil-
|
||||
borne, and seedling diseases of soybeans and other specified legume crops.
|
||||
Active Ingredients:
|
||||
Mefenoxam* ............................................................................................................ 2.21%
|
||||
Fludioxonil** ............................................................................................................ 0.72%
|
||||
Other Ingredients: 97.07%
|
||||
Total: 100.00%
|
||||
*CAS Nos. 70630-17-0 and 69516-34-3
|
||||
**CAS No. 131341-86-1
|
||||
CGA-173506/CGA-329351 0.26 SE is a flowable concentrate for seed treatment
|
||||
containing 0.197 lb mefenoxam and 0.064 lb fludioxonil per gallon.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
[See additional precautionary statements and directions for use in booklet.]
|
||||
EPA Reg. No. 100-1146
|
||||
EPA Est. XXXX
|
||||
SCP
|
||||
__________
|
||||
Net Contents
|
||||
Jul 19, 2019
|
||||
100-1146
|
||||
|
||||
–2–
|
||||
|
||||
FIRST AID
|
||||
If on skin or
|
||||
clothing
|
||||
x Take off contaminated clothing.
|
||||
x Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
x Call a poison control center or doctor for treatment advice.
|
||||
If in eyes x Hold eye open and rinse slowly and gently with water for 15-20
|
||||
minutes.
|
||||
x Remove contact lenses, if present, after the first 5 minutes, then
|
||||
continue rinsing.
|
||||
x Call a poison control center or doctor for treatment advice.
|
||||
If swallowed x Call a poison control center or doctor immediately for treatment
|
||||
advice.
|
||||
x Have person sip a glass of water if able to swallow.
|
||||
x Do not induce vomiting unless told to by a poison control center
|
||||
or doctor.
|
||||
x Do not give anything to an unconscious person.
|
||||
If inhaled x Move person to fresh air.
|
||||
x If person is not breathing, call 911 or an ambulance, then give
|
||||
artificial respiration, preferably mouth-to-mouth if possible.
|
||||
x Call a poison control center or doctor for treatment advice.
|
||||
Have the product container or label with you when calling a poison control center or
|
||||
doctor, or going for treatment.
|
||||
HOT LINE NUMBER
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal) or
|
||||
Chemical Emergency Assistance (Spill, Leak, Fire, or Accident),
|
||||
Call
|
||||
1-800-888-8372
|
||||
|
||||
|
||||
PRECAUTIONARY STATEMENTS
|
||||
|
||||
Hazards to Humans and Domestic Animals
|
||||
|
||||
CAUTION
|
||||
|
||||
Harmful if absorbed through skin. Avoid contact with eyes, skin, or clothing. Wash
|
||||
thoroughly with soap and water after handling and before eating, drinking, chewing
|
||||
gum, using tobacco or using the toilet. Remove and wash contaminated clothing before
|
||||
reuse.
|
||||
|
||||
PERSONAL PROTECTIVE EQUIPMENT (PPE)
|
||||
|
||||
|
||||
Applicators and other handlers must wear:
|
||||
x Long-sleeved shirt and long pants
|
||||
|
||||
–3–
|
||||
x Chemical-resistant gloves made of barrier laminate, butyl rubber 14 mils, nitrile
|
||||
rubber 14 mils, neoprene rubber 14 mils, polyvinyl chloride (PVC) 14 mils or
|
||||
Viton®14 mils
|
||||
x Shoes plus socks
|
||||
|
||||
Discard clothing and other absorbent materials that have been drenched or heavily
|
||||
contaminated with this product. Do not reuse them. Follow manufacturer's instructions
|
||||
for cleaning/maintaining PPE. If no such instructions for washables exist, use detergent
|
||||
and hot water. Keep and wash PPE separately from other laundry.
|
||||
|
||||
Engineering Controls
|
||||
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that meets
|
||||
the requirements listed in the Worker Protection Standard (WPS) for agricultural
|
||||
pesticides [40 CFR 170.240(d)(4-6)], the handler PPE requirements may be reduced or
|
||||
modified as specified in the WPS.
|
||||
|
||||
User Safety Recommendations
|
||||
Users should:
|
||||
x Wash hands before eating, drinking, chewing gum, using tobacco, or using the
|
||||
toilet.
|
||||
x Remove clothing/PPE immediately if pesticide gets inside. Then wash
|
||||
thoroughly and put on clean clothing.
|
||||
x Remove PPE immediately after handling this product. Wash the outside of gloves
|
||||
before removing. As soon as possible, wash thoroughly and change into clean
|
||||
clothing.
|
||||
|
||||
Environmental Hazards
|
||||
|
||||
This pesticide is toxic to fish, aquatic invertebrates, oysters and shrimp. Do not
|
||||
contaminate water when disposing of equipment wash-water or rinsate.
|
||||
|
||||
|
||||
Groundwater Advisory
|
||||
|
||||
Mefenoxam is known to leach through soil into groundwater under certain conditions as
|
||||
a result of label use. Fludioxonil has properties and characteristics associated with
|
||||
chemicals detected in groundwater. These chemicals may leach into groundwater if
|
||||
used in areas where soils are permeable, particularly where the water table is shallow.
|
||||
|
||||
–4–
|
||||
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not
|
||||
acceptable, return the product at once, unopened, and the purchase price will be
|
||||
refunded.
|
||||
|
||||
The Directions for Use of this product must be followed carefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors
|
||||
as manner of use or application, weather or crop conditions, presence of other materials
|
||||
or other influencing factors in the use of the product, which are beyond the control of
|
||||
SYNGENTA CROP PROTECTION, LLC or Seller. To the extent permitted by
|
||||
applicable law, Buyer and User agree to hold SYNGENTA and Seller harmless for any
|
||||
claims relating to such factors.
|
||||
|
||||
SYNGENTA warrants that this product conforms to the chemical description on the label
|
||||
and is reasonably fit for the purposes stated in the Directions for Use, subject to the
|
||||
inherent risks referred to above, when used in accordance with directions under normal
|
||||
use conditions. To the extent permitted by applicable law: (1) this warranty does not
|
||||
extend to the use of the product contrary to label instructions, or under conditions not
|
||||
reasonably foreseeable to or beyond the control of Seller or SYNGENTA, and (2) Buyer
|
||||
and User assume the risk of any such use. TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW, SYNGENTA MAKES NO WARRANTIES OF MERCHANTABILITY
|
||||
OR OF FITNESS FOR A PARTICULAR PURPOSE NOR ANY OTHER EXPRESS OR
|
||||
IMPLIED WARRANTY EXCEPT AS WARRANTED BY THIS LABEL.
|
||||
|
||||
To the extent permitted by applicable law, in no event shall SYNGENTA be liable for
|
||||
any incidental, consequential or special damages resulting from the use or handling of
|
||||
this product. TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE
|
||||
EXCLUSIVE REMEDY OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY
|
||||
OF SYNGENTA AND SELLER FOR ANY AND ALL CLAIMS, LOSSES, INJURIES OR
|
||||
DAMAGES (INCLUDING CLAIMS BASED ON BREACH OF WARRANTY,
|
||||
CONTRACT, NEGLIGENCE, TORT, STRICT LIABILITY OR OTHERWISE)
|
||||
RESULTING FROM THE USE OR HANDLING OF THIS PRODUCT, SHALL BE THE
|
||||
RETURN OF THE PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION
|
||||
OF SYNGENTA OR SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing Conditions of Sale and Limitation of Warranty and Liability, which may not be
|
||||
modified except by written agreement signed by a duly authorized representative of
|
||||
SYNGENTA.
|
||||
|
||||
–5–
|
||||
|
||||
DIRECTIONS FOR USE
|
||||
|
||||
It is a violation of Federal Law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
|
||||
Do not apply this product in a way that will contact workers or other persons, either
|
||||
directly or through drift. Only protected handlers may be in the area during application.
|
||||
For any requirements specific to your State or Tribe, consult the agency responsible for
|
||||
pesticide regulation.
|
||||
|
||||
Use is permitted on-farm and in commercial seed treatment facilities. Do not use for at-
|
||||
plant applications (e.g. hopper box, planter box, etc.). This product is to be applied as a
|
||||
water-based slurry through standard slurry- or mist-type commercial seed treatment
|
||||
equipment.
|
||||
|
||||
Maximum usage when applying both metalaxyl- and mefenoxam-containing
|
||||
products to the same crop within the same season: Do not apply more than the
|
||||
maximum yearly total application rate for the active ingredient as stated on the label of
|
||||
the product containing the lowest yearly total on that crop.
|
||||
|
||||
FAILURE TO FOLLOW THE DIRECTIONS FOR USE AND PRECAUTIONS ON THIS
|
||||
LABEL MAY RESULT IN CROP INJURY, POOR DISEASE CONTROL, AND/OR
|
||||
ILLEGAL RESIDUES.
|
||||
|
||||
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR part 170. This Standard contains requirements for the protection of
|
||||
agricultural workers on farms, forests, nurseries, and greenhouses, and handlers of
|
||||
agricultural pesticides. It contains requirements for training, decontamination,
|
||||
notification, and emergency assistance. It also contains specific instructions and
|
||||
exceptions pertaining to the statements on this label about personal protective
|
||||
equipment (PPE) and restricted-entry interval. The requirements in this box only apply
|
||||
to uses of this product that are covered by the Worker Protection Standard.
|
||||
|
||||
Do not enter or allow worker entry into treated areas during the restricted-entry
|
||||
interval (REI) of 48 hours. Exception: If the seed is treated with the product and the
|
||||
treated seed is soil-injected or soil-incorporated, the Worker Protection Standard, under
|
||||
certain circumstances, allows workers to enter the treated area if there will be no
|
||||
contact with anything that has been treated.
|
||||
|
||||
PPE required for early entry to treated areas that is permitted under the Worker
|
||||
Protection Standard and that involves contact with anything that has been treated, such
|
||||
as plants, soil, or water is:
|
||||
|
||||
–6–
|
||||
|
||||
x Coveralls over long-sleeved shirt and long pants
|
||||
x Chemical-resistant gloves made of barrier laminate, butyl rubber 14 mils, neoprene
|
||||
rubber 14 mils, nitrile rubber 14 mils, polyvinyl chloride (PVC) 14 mils, or Viton®
|
||||
14 mils
|
||||
x Shoes plus socks
|
||||
|
||||
|
||||
Treatment of highly mechanically scarred or damaged seed or seed known to be of low
|
||||
vigor and poor quality may result in reduced germination and/or reduction of seed and
|
||||
seedling vigor. Treat a quantity of seed using equipment similar to that planned for
|
||||
treating the total seed lot. Prior to treatment, conduct germination tests on a portion of
|
||||
seed before committing the total seed lot to a selected seed treatment.
|
||||
|
||||
Due to seed quality, crop or variety sensitivity, and seed storage conditions beyond the
|
||||
control of Syngenta, no claims are made to guarantee the germination of carry-over
|
||||
seed or propagating material for all crop seed when treated with CGA-173506/CGA-
|
||||
329351 0.26 SE.
|
||||
|
||||
|
||||
PRODUCT INFORMATION
|
||||
|
||||
CGA-173506/CGA-329351 0.26 SE is a seed treatment fungicide that protects against
|
||||
damping-off and seed rots due to Pythium, Phytophthora, Fusarium, Rhizoctonia spp.,
|
||||
and early season Phytophthora root rot. CGA-173506/CGA-329351 0.26 SE also
|
||||
suppresses seed-borne Sclerotinia and Phomopsis spp. CGA-173506/CGA-329351
|
||||
0.26 SE contains the active ingredient mefenoxam found in Apron XL® that provides
|
||||
protection against Pythium and early season Phytophthora root rot. CGA-173506/CGA-
|
||||
329351 0.26 SE also contains the active ingredient fludioxonil found in Maxim® 4FS
|
||||
that provides protection against the remaining diseases mentioned in this label.
|
||||
|
||||
RESISTANCE MANAGEMENT
|
||||
|
||||
MEFENOXAM GROUP 4 FUNGICIDE
|
||||
FLUDIOXONIL GROUP 12 FUNGICIDE
|
||||
|
||||
For resistance management, please note that CGA-173506/CGA-329351 0.26 SE
|
||||
contains both a Group 4/mefenoxam and Group 12/fludioxonil fungicide. Any fungal
|
||||
population may contain individuals naturally resistant to CGA-173506/CGA-329351 0.26
|
||||
SE and other Group 4 or Group 12 fungicides. A gradual or total loss of pest control
|
||||
may occur over time if these fungicides are used repeatedly in the same fields.
|
||||
Appropriate resistance-management strategies should be followed.
|
||||
|
||||
Mefenoxam belongs to the phenylamide class of chemistry which interferes with fungal
|
||||
RNA synthesis. Fludioxonil belongs to the phenylpyrrole class of chemistry which
|
||||
interferes with osmotic signal transduction.
|
||||
|
||||
–7–
|
||||
|
||||
To delay fungicide resistance, take one or more of the following steps:
|
||||
|
||||
x Rotate the use of CGA-173506/CGA-329351 0.26 SE or other Group 4 or Group
|
||||
12 fungicides within a growing season sequence with different groups that control
|
||||
the same pathogens.
|
||||
|
||||
x Use tank mixtures with fungicides from a different group that are equally effective
|
||||
on the target pest when such use is permitted. Use at least the minimum
|
||||
application rate as labeled by the manufacturer.
|
||||
|
||||
x Adopt an integrated disease management program for fungicide use that
|
||||
includes scouting, uses historical information related to pesticide use, and crop
|
||||
rotation, and which considers host plant resistance, impact of environmental
|
||||
conditions on disease development, disease thresholds, as well as cultural,
|
||||
biological and other chemical control practices.
|
||||
|
||||
x Where possible, make use of predictive disease models to effectively time
|
||||
fungicide application. Note that using predictive models alone is not sufficient to
|
||||
manage resistance.
|
||||
|
||||
x Monitor treated fungal populations for resistance development.
|
||||
|
||||
x Contact your local extension specialist or certified crop advisor for any additional
|
||||
pesticide resistance-management and/or IPM recommendations for specific
|
||||
crops and pathogens.
|
||||
|
||||
x For further information or to report suspected resistance contact Syngenta at 1-
|
||||
866-SYNGENT(A) (866-796-4368). You can also contact your pesticide
|
||||
distributor or university extension specialist to report resistance.
|
||||
|
||||
Syngenta encourages responsible product stewardship to ensure effective long term
|
||||
control of the fungal diseases on this label.
|
||||
|
||||
|
||||
MIXING PROCEDURES
|
||||
|
||||
Important: Always re-circulate CGA-173506/CGA-329351 0.26 SE thoroughly before
|
||||
using.
|
||||
|
||||
Follow the manufacturer’s application instructions for the seed treatment equipment
|
||||
being used.
|
||||
|
||||
–8–
|
||||
Apply CGA-173506/CGA-329351 0.26 SE as a water-based slurry utilizing standard
|
||||
slurry seed treatment equipment which provides uniform seed coverage. Uneven or
|
||||
incomplete seed coverage may not give the desired level of disease control.
|
||||
Thoroughly mix the specified amount of CGA-173506/CGA-329351 0.26 SE into the
|
||||
required amount of water or liquid inoculant for the slurry treater and dilution rate to be
|
||||
used.
|
||||
|
||||
Certain crops require addition of inoculants when the seed is treated or planted. CGA-
|
||||
173506/CGA-329351 0.26 SE is compatible with several liquid inoculant products.
|
||||
Consult the maker of the inoculant product and a Syngenta representative for directions
|
||||
before applying CGA-173506/CGA-329351 0.26 SE with inoculants.
|
||||
|
||||
The total application volume must be sufficient to provide desired level of coverage.
|
||||
Dilution is typically done with water or liquid inoculants. The minimum slurry volume to
|
||||
achieve adequate coverage is 4.0 fl oz/100 lb seed. More diluent may be required to
|
||||
obtain complete coverage.
|
||||
|
||||
Continuous agitation or mixing of the slurry mixture is necessary to prevent settling out
|
||||
of the solution. Clean out any unused product from the treater after treating or maintain
|
||||
constant agitation if the leftover slurry will be maintained overnight. CGA-173506/CGA-
|
||||
329351 0.26 SE already contains an EPA-approved dye or colorant that imparts an
|
||||
unnatural color to the seed as stated in 40 CFR 153.155(c). Allow seed to dry before
|
||||
bagging.
|
||||
|
||||
|
||||
SEED CONTAINER LABEL REQUIREMENTS
|
||||
|
||||
The Federal Seed Act requires that containers of treated seeds shall be labeled with the
|
||||
following statements:
|
||||
|
||||
x This seed has been treated with mefenoxam and fludioxonil fungicides.
|
||||
|
||||
x Do not use for feed, food, or oil purposes.
|
||||
|
||||
In addition, the U.S. Environmental Protection Agency requires the following statements
|
||||
on containers of seeds treated with CGA-173506/CGA-329351 0.26 SE:
|
||||
|
||||
x Ground Water Advisory: Mefenoxam is known to leach through soil into
|
||||
groundwater under certain conditions as a result of label use. Fludioxonil has
|
||||
properties and characteristics associated with chemicals detected in
|
||||
groundwater. These chemicals may leach into groundwater if used in areas
|
||||
where soils are permeable, particularly where the water table is shallow.
|
||||
|
||||
x Excess treated seed may be used for ethanol production only if:
|
||||
o (1) By-products are not used for livestock feed, and
|
||||
o (2) No measurable residues of pesticide remain in the ethanol by-products
|
||||
that are used in agronomic practice.
|
||||
|
||||
–9–
|
||||
x Do not allow children, pets, or livestock to have access to treated seed.
|
||||
|
||||
x Store away from feeds and foodstuffs.
|
||||
|
||||
x Wear long-sleeved shirt, long pants and chemical-resistant gloves when handling
|
||||
treated seed.
|
||||
|
||||
x Treated seeds exposed on soil surface may be hazardous to wildlife. Cover or
|
||||
collect treated seeds spilled during loading and planting.
|
||||
|
||||
x Treated seed must be planted into the soil at a depth greater than 1 inch.
|
||||
|
||||
x Dispose of all excess treated seed by burying away from bodies of water.
|
||||
|
||||
x Do not contaminate water bodies when disposing of planting equipment
|
||||
washwaters.
|
||||
|
||||
x Dispose of seed packaging in accordance with local requirements.
|
||||
|
||||
x Do not use at a rate that will result in more than 0.004 lb fludioxonil per acre (2.0
|
||||
grams ai/A) per year and 0.013 lb mefenoxam per acre (5.7 grams ai/A) per year
|
||||
as a seed treatment application.
|
||||
|
||||
|
||||
CROP USE DIRECTIONS
|
||||
|
||||
When applied according to the CGA-173506/CGA-329351 0.26 SE RATE TABLE,
|
||||
CGA-173506/CGA-329351 0.26 SE provides protection against damping-off and seed
|
||||
borne rots due to Pythium, Phytophthora, Fusarium, Rhizoctonia species and early
|
||||
season Phytophthora root rot. CGA-173506/CGA-329351 0.26 SE also suppresses
|
||||
seed-borne Sclerotinia and Phomopsis species. Additional Apron XL, EPA Reg. No.
|
||||
100-799, may be necessary for high levels of Phytophthora or Pythium. Refer to the
|
||||
table below to determine the appropriate use rate of Apron XL, if needed. Read and
|
||||
follow all label directions for Apron XL use.
|
||||
|
||||
Legume Vegetables (Succulent or Dried) Crop Group 6
|
||||
& Foliage of Legume Vegetables Crop Group 7
|
||||
Bean (Lupinus spp.)
|
||||
(grain lupin, sweet lupin, white lupin, white sweet lupin)
|
||||
Bean (Phaseolus spp.)
|
||||
(field bean, kidney bean, lima bean, navy bean, pinto bean, runner bean, snap bean,
|
||||
tepary bean, wax bean)
|
||||
Bean (Vigna spp.)
|
||||
(adzuki bean, asparagus bean, blackeyed pea, catjang, Chinese longbean, cowpea,
|
||||
Crowder pea, moth bean, mung bean, rice bean, southern pea, urd bean, yardlong
|
||||
bean)
|
||||
Broad bean (fava bean)
|
||||
Chickpea (garbanzo bean)
|
||||
Guar
|
||||
Jackbean
|
||||
|
||||
–10–
|
||||
Lablab bean (hyacinth bean)
|
||||
Lentil
|
||||
Pea (Pisum spp.)
|
||||
(dwarf pea, edible-pod pea, English pea, field pea, garden pea, green pea, snow pea,
|
||||
sugar snap pea)
|
||||
Pigeon pea
|
||||
Sword bean
|
||||
Soybean
|
||||
Soybean (immature seed)
|
||||
|
||||
|
||||
CGA-173506/CGA-329351 0.26 SE RATE TABLE
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Pathogens
|
||||
|
||||
Use Rate
|
||||
|
||||
|
||||
|
||||
fl oz/100 lb seed
|
||||
|
||||
g ai/100 kg
|
||||
CGA-173506/
|
||||
CGA-329351
|
||||
0.26 SE
|
||||
|
||||
Apron XL
|
||||
|
||||
CGA-173506/
|
||||
CGA-329351
|
||||
0.26 SE
|
||||
|
||||
Apron XL
|
||||
|
||||
Pythium,
|
||||
Fusarium,
|
||||
Rhizoctonia,
|
||||
seed-borne
|
||||
Sclerotinia and
|
||||
Phomopsis
|
||||
seed decay
|
||||
5.0 –
|
||||
Fludioxonil 2.5
|
||||
|
||||
Mefenoxam 7.5
|
||||
–
|
||||
Pythium (high
|
||||
pressure),
|
||||
Phytophthora,
|
||||
Fusarium,
|
||||
Rhizoctonia,
|
||||
seed-borne
|
||||
Sclerotinia and
|
||||
Phomopsis
|
||||
seed decay
|
||||
5.0
|
||||
0.32
|
||||
Fludioxonil 2.5
|
||||
|
||||
Mefenoxam 7.5
|
||||
Mefenoxam 7.5
|
||||
|
||||
–11–
|
||||
CGA-173506/CGA-329351 0.26 SE RATE TABLE (continued)
|
||||
Pathogens
|
||||
|
||||
Use Rate
|
||||
|
||||
|
||||
fl oz/140,000 seeds*
|
||||
|
||||
Total mg ai/seed* g ai/100 kg
|
||||
|
||||
CGA-173506
|
||||
/CGA-329351
|
||||
0.26 SE
|
||||
|
||||
Apron XL
|
||||
CGA-173506
|
||||
/CGA-329351
|
||||
0.26 SE
|
||||
Apron XL
|
||||
CGA-173506
|
||||
/CGA-329351
|
||||
0.26 SE
|
||||
Apron XL
|
||||
|
||||
Pythium,
|
||||
Fusarium,
|
||||
Rhizoctonia,
|
||||
seed-borne
|
||||
Sclerotinia and
|
||||
Phomopsis
|
||||
seed decay
|
||||
|
||||
2.33 – 0.015 –
|
||||
Fludioxonil 2.5
|
||||
|
||||
Mefenoxam 7.5
|
||||
–
|
||||
|
||||
Pythium (high
|
||||
pressure),
|
||||
Phytophthora,
|
||||
Fusarium,
|
||||
Rhizoctonia,
|
||||
seed-borne
|
||||
Sclerotinia and
|
||||
Phomopsis
|
||||
seed decay
|
||||
|
||||
2.33
|
||||
0.15 0.015 0.011
|
||||
Fludioxonil 2.5
|
||||
|
||||
Mefenoxam 7.5
|
||||
Mefenoxam 7.5
|
||||
*Rates expressed as fl oz/140,000 seeds and mg ai/seed are based on an average seed weight of 3,000 seeds/lb.
|
||||
|
||||
|
||||
|
||||
|
||||
STORAGE AND DISPOSAL
|
||||
|
||||
Do not contaminate water, food, or feed by storage or disposal.
|
||||
|
||||
Pesticide Storage
|
||||
Store in a cool, dry place. Store in an area designated for pesticides and away from
|
||||
food or feed. Store in original containers only. Keep container closed when not in use.
|
||||
For minor spills, leaks, etc., follow all precautions indicated on this label and clean up
|
||||
immediately. Take special care to avoid contamination of equipment and facilities
|
||||
during cleanup procedures and disposal of wastes.
|
||||
|
||||
Pesticide Disposal
|
||||
Pesticide wastes are acutely hazardous. Improper disposal of excess pesticide, spray
|
||||
mixture or rinsate is a violation of Federal Law. If these wastes cannot be disposed of
|
||||
by use according to label instructions, contact your State Pesticide or Environmental
|
||||
Control Agency, or the Hazardous Waste Representative at the nearest EPA Regional
|
||||
Office for guidance.
|
||||
|
||||
–12–
|
||||
|
||||
Container Handling [less than or equal to 5 gallons]
|
||||
Non-refillable container. Do not reuse or refill this container. Triple rinse container (or
|
||||
equivalent) promptly after emptying. Triple rinse as follows: Empty the remaining
|
||||
contents into application equipment or a mix tank and drain for 10 seconds after the flow
|
||||
begins to drip. Fill the container ¼ full with water and recap. Shake for 10 seconds.
|
||||
Pour rinsate into application equipment or a mix tank or store rinsate for later use or
|
||||
disposal. Drain for 10 seconds after the flow begins to drip. Repeat this procedure two
|
||||
more times. Then offer for recycling if available or puncture and dispose of in a sanitary
|
||||
landfill, or by incineration, or by other procedures approved by state and local
|
||||
authorities.
|
||||
|
||||
Container Handling [greater than 5 gallons – mini-bulk]
|
||||
Non-refillable container. Do not reuse or refill this container. Triple rinse container (or
|
||||
equivalent) promptly after emptying. Triple rinse as follows: Empty the remaining
|
||||
contents into application equipment or a mix tank. Fill the container ¼ full with water.
|
||||
Replace and tighten closures. Tip container on its side and roll it back and forth,
|
||||
ensuring at least one complete revolution, for 30 seconds. Stand the container on its
|
||||
end and tip it back and forth several times. Turn the container over onto its other end
|
||||
and tip it back and forth several times. Empty the rinsate into application equipment or
|
||||
a mix tank or store rinsate for later use or disposal. Repeat this procedure two more
|
||||
times. Then offer for recycling if available or puncture and dispose of in a sanitary
|
||||
landfill, or by incineration, or by other procedures approved by state and local
|
||||
authorities.
|
||||
|
||||
Container Handling [greater than 5 gallons - bulk]
|
||||
Refillable container. Refill this container with pesticide only. Do not reuse this container
|
||||
for any other purpose. Cleaning the container before final disposal is the responsibility
|
||||
of the person disposing of the container. Cleaning before refilling is the responsibility of
|
||||
the person refilling. To clean container before final disposal, empty the remaining
|
||||
contents from this container into application equipment or mix tank. Fill the container
|
||||
about 10 percent full with water. Agitate vigorously or recirculate water with the pump
|
||||
for 2 minutes. Pour or pump rinsate into application equipment or rinsate collection
|
||||
system. Repeat this rinsing procedure two more times. Then offer for recycling if
|
||||
available or puncture and dispose of in a sanitary landfill, or by incineration, or by other
|
||||
procedures approved by state and local authorities.
|
||||
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED, OR DRINKING WATER.
|
||||
|
||||
Apron XL®, Maxim®, the ALLIANCE FRAME, the Syngenta Logo, and the PURPOSE
|
||||
ICON are trademarks of a Syngenta Group Company
|
||||
|
||||
©20XX Syngenta
|
||||
|
||||
Manufactured for:
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
|
||||
–13–
|
||||
Greensboro, North Carolina 27419-8300
|
||||
|
||||
|
||||
CGA-173506-329351 1146 MAS 0416 AMEND 0618 – sb – 6/25/2018
|
||||
000100-01146.20180625.CGA-173506-329351.AMEND.JUN2018
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1147",
|
||||
"epa_reg_no": "100-1147",
|
||||
"product_name": "CENTRIC 40WG",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Thiamethoxam",
|
||||
"cas": "153719-23-4",
|
||||
"percent": 40,
|
||||
"pc_code": "060109"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01147-20131217.pdf",
|
||||
"filename": "000100-01147-20131217.pdf",
|
||||
"accepted_date": "2013-12-17",
|
||||
"last_modified": "2013-12-25T03:00:07+00:00",
|
||||
"page_count": 24,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1147",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1147"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:18:41.190162+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,792 @@
|
||||
# CENTRIC 40WG
|
||||
|
||||
- EPA Reg No: **100-1147**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Thiamethoxam (40%)
|
||||
- Label accepted: 2013-12-17
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01147-20131217.pdf
|
||||
|
||||
---
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON, D.C. 20460
|
||||
OFFICE OF
|
||||
CHEMICAL SAFETY AND
|
||||
POLLUTION PREVENTION
|
||||
DEC 1 7 2013
|
||||
Mr. Charles T. Levy
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, NC 27419
|
||||
Subject: Amended label to add pollinator protection language
|
||||
Product Name: Centric® 40WG
|
||||
EPA Reg. No. 100-1147
|
||||
EPA Decision No. 484071
|
||||
Submission dated September 25, 2013; resubmission dated December 9, 2013
|
||||
Dear Mr. Levy:
|
||||
The labeling referred to above, submitted in connection with registration under the Federal
|
||||
Insecticide, Fungicide, and Rodenticide Act is acceptable. A stamped copy of your labeling is
|
||||
enclosed for your records. This labeling supersedes all previously accepted labeling. You must
|
||||
submit one (1) copy of the final printed labeling before you release the product for shipment with
|
||||
the new labeling. See 40 CFR 156.10(a)(6).
|
||||
Under 40 CFR 152.130(d), EPA may establish dates by which all product distributed or sold
|
||||
by the registrant must bear revised labeling. The following paragraphs set forth the schedule for
|
||||
ensuring that that your product bears revised labeling within a reasonable time period:
|
||||
• Any product released for shipment after 2/28/14 must bear the new label.
|
||||
If these conditions are not complied with, EPA will take appropriate action against this
|
||||
registration. If you have any questions please contact Julie Chao at 703-308-8735 or
|
||||
chao.iulieffiepa.gov.
|
||||
1 Regarc
|
||||
Venus Eagle, Product Manager (01)
|
||||
Insecticide-Rodenticide Branch
|
||||
Registration Division (7505P)
|
||||
|
||||
(Master label)
|
||||
Centric® 40WG
|
||||
Insecticide
|
||||
For control of listed insect pests infesting cotton, soybeans and tree nuts.
|
||||
GROUP gEl INSECTICIDE
|
||||
Active Ingredient:
|
||||
Thiamethoxam1 40.0%
|
||||
Other Ingredients: 60.0%
|
||||
Total: 100.0%
|
||||
1CAS No. 153719-23-4
|
||||
Centric 40WG is a water-dispersible granule.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use in booklet.
|
||||
EPA Reg. 100-1147
|
||||
EPA Est XXXX
|
||||
Product of XXXX
|
||||
Formulated in the USA
|
||||
SCP 1147-MAS 0609 AMEND SEPT2013
|
||||
Net Weight
|
||||
ACCEPTED
|
||||
DEC 1 7 2013
|
||||
Under the Federal Insecticide, Fungicide,
|
||||
and Rodenticide Act, as amended, for the
|
||||
pesticide registered under:
|
||||
EPA. Reg. Mn: 100-
|
||||
|
||||
-2-
|
||||
FIRST AID
|
||||
If on skin or
|
||||
clothing
|
||||
If swallowed
|
||||
If in eyes
|
||||
If inhaled
|
||||
• Take off contaminated clothing.
|
||||
• Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
• Call a poison control center or doctor for treatment advice.
|
||||
• Call a poison control center or doctor immediately for treatment
|
||||
advice.
|
||||
• Have a person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by a poison control
|
||||
center or doctor.
|
||||
• Do not give anything by mouth to an unconscious person.
|
||||
• Hold eye open and rinse slowly and gently with water for 15-20
|
||||
minutes. Remove contact lenses, if present, after the first 5
|
||||
minutes, then continue rinsing eye.
|
||||
• Call a poison control center or doctor for treatment advice
|
||||
• Move person to fresh air.
|
||||
• If person is not breathing, call 91 1 or an ambulance, then give
|
||||
artificial respiration, preferably mouth-to-mouth, if possible.
|
||||
• Call a poison control center or doctor for treatment advice
|
||||
Have the product container or label with you when calling a poison control center or
|
||||
doctor, or going for treatment.
|
||||
NOTE TO PHYSICIAN
|
||||
There is no specific antidote if Centric 40WG is ingested. Induce emesis or lavage
|
||||
stomach. Treat symptomatically.
|
||||
HOT LINE NUMBER
|
||||
For 24 Hour Medical Emergency Assistance (Human or Animal) or
|
||||
Chemical Emergency Assistance (Spill, Leak, Fire, or Accident)
|
||||
Call
|
||||
1-800-888-8372
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
Harmful if absorbed through skin, swallowed or inhaled. Causes moderate eye irritation.
|
||||
Avoid contact with skin, eyes, or clothing. Avoid breathing vapor or spray mist. Wash
|
||||
thoroughly with soap and water after handling and before eating, drinking, chewing gum,
|
||||
or using tobacco. Remove contaminated clothing and wash before reuse.
|
||||
|
||||
-3-
|
||||
Personal Protective Equipment
|
||||
Applicators and other handlers must wear:
|
||||
• Long-sleeved shirt and long pants
|
||||
• Chemical-resistant gloves - Category A (e.g., natural rubber >14 mils)
|
||||
• Shoes plus socks
|
||||
• Protective eyewear
|
||||
Follow manufacturer's instructions for cleaning/maintaining PPE. If no such instructions
|
||||
exist for washables, use detergent and hot water. Keep and wash PPE separately from
|
||||
other laundry.
|
||||
Engineering Control Statements
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that meets
|
||||
the requirements listed in the Worker Protection Standard (WPS) for agricultural
|
||||
pesticides [40 CFR 170.240(d)(4-6)], the handler PPE requirements may be reduced or
|
||||
modified as specified in the WPS.
|
||||
User Safety Recommendations
|
||||
Users should:
|
||||
• Wash hands before eating, drinking, chewing gum, using tobacco, or using the
|
||||
toilet.
|
||||
• Remove clothing immediately if pesticide gets inside. Then wash thoroughly and
|
||||
put on clean clothing.
|
||||
Environmental Hazards
|
||||
This pesticide is toxic to wildlife and highly toxic to aquatic invertebrates.
|
||||
This pesticide is highly toxic to bees exposed to direct treatment on blooming
|
||||
crops/plants or weeds. Do not apply this product or allow it to drift to blooming
|
||||
crops/plants or weeds while bees are foraging in or adjacent to the treatment area.
|
||||
Do not apply directly to water, or to areas where surface water is present, or to intertidal
|
||||
areas below the mean high water mark. Drift or runoff from treated areas may be
|
||||
hazardous to aquatic organisms in neighboring areas. Do not contaminate water when
|
||||
cleaning equipment or disposing of equipment washwater.
|
||||
|
||||
-4-
|
||||
• Surface Water Advisory
|
||||
This product may impact surface water quality due to spray drift and runoff of rain
|
||||
water. This is especially true for poorly draining soils and soils with shallow ground
|
||||
water. This product is classified as having high potential for reaching surface water
|
||||
via runoff for several months after application. A level, well-maintained vegetative
|
||||
buffer strip between areas to which this product is applied and surface water features
|
||||
such as ponds, streams, and springs will reduce the potential loading of
|
||||
thiamethoxam water from runoff water and sediment. Runoff of this product will be
|
||||
reduced by avoiding applications when rainfall is forecast to occur within 48 hours.
|
||||
(See manual at the following Internet address:
|
||||
http://www.wsi.nrcs.usda.gov/productsAA/2Q/pest/core4.html)
|
||||
Ground Water Advisory
|
||||
Thiamethoxam has properties and characteristics associated with chemicals
|
||||
detected in ground water. The use of this chemical in areas where soils are
|
||||
permeable, particularly where the water table is shallow, may result in ground
|
||||
water contamination.
|
||||
Spray Drift Advisory
|
||||
Do not allow this product to drift.
|
||||
|
||||
-5-
|
||||
PROTECTION OF POLLINATORS
|
||||
ITRBCTDOMS EXIST FOR
|
||||
THIS PRODUCT BECAUSE OF RISK TO BEES AND OTHER INSECT
|
||||
POLLINATORS. FOLLOW APPLICATION RESTRICTIONS FOUND IN THE
|
||||
DIRECTIONS FOR USE TO PROTECT POLLINATORS.
|
||||
Look for the bee hazard icon XX in the Directions for Use for each
|
||||
application site for specific use restrictions and instructions to protect bees and
|
||||
other insect pollinators.
|
||||
This product can kill bees and otfaeir insect poiSomiators.
|
||||
Bees and other insect pollinators will forage on plants when they flower, shed pollen, or
|
||||
produce nectar.
|
||||
Bees and other insect pollinators can be exposed to this pesticide from:
|
||||
o Direct contact during foliar applications, or contact with residues on plant surfaces after
|
||||
foliar applications
|
||||
o Ingestion of residues in nectar and pollen when the pesticide is applied as a seed treatment,
|
||||
soil, tree injection, as well as foliar applications.
|
||||
When Using This Product Take Steps To:
|
||||
o Minimize exposure of this product to bees and other insect pollinators when they are
|
||||
foraging on pollinator attractive plants around the application site.
|
||||
o Minimize drift of this product on to beehives or to off-site pollinator attractive habitat. Drift
|
||||
of this product onto beehives or off-site to pollinator attractive habitat can result in bee kills.
|
||||
Information on protecting bees and other insect pollinators may be found at the Pesticide
|
||||
Environmental Stewardship website at:
|
||||
http://pesticidestewardship.org/PollinatorProtection/Pages/default.aspx.
|
||||
Pesticide incidents (for example, bee kills) should immediately be reported to the state/tribal lead agency. For
|
||||
contact information for your state, go to: www.aapco.org/officials.html. Pesticide incidents should also be
|
||||
reported to the National Pesticide Information Center at: www.npic.orst.edu or directly to EPA at:
|
||||
beekill@epa.gov
|
||||
|
||||
-6-
|
||||
Physical or Chemical Hazards
|
||||
Do not use, pour, spill or store near heat or open flame.
|
||||
|
||||
//-7-
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not
|
||||
acceptable, return the product at once, unopened, and the purchase price will be
|
||||
refunded.
|
||||
The Directions for Use of this product must be followed carefully. It is impossible to eliminate all
|
||||
risks inherently associated with the use of this product. Crop injury, ineffectiveness or other
|
||||
unintended consequences may result because of such factors as manner of use or application,
|
||||
weather or crop conditions, presence of other materials or other influencing factors in the use of
|
||||
the product, which are beyond the control of SYNGENTA CROP PROTECTION, LLC or Seller.
|
||||
To the extent permitted by applicable law, Buyer and User agree to hold SYNGENTA and Seller
|
||||
harmless for any:claims relating to such factors.
|
||||
SYNGENTA warrants that this product conforms to the chemical description on the label
|
||||
and is reasonably fit for the purposes stated in the Directions for Use, subject to the
|
||||
inherent risks referred to above, when used in accordance with directions under normal
|
||||
use conditions. To the extent permitted by applicable law: (1) this warranty does not
|
||||
extend to the use of the product contrary to label instructions, or under conditions not
|
||||
reasonably foreseeable to or beyond the control of Seller or SYNGENTA, and (2) Buyer
|
||||
and User assume the risk of any such use. TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW, SYNGENTA MAKES NO WARRANTIES OF MERCHANTABILITY
|
||||
OR OF FITNESS FOR A PARTICULAR PURPOSE NOR ANY OTHER EXPRESS OR
|
||||
IMPLIED WARRANTY EXCEPT AS WARRANTED BY THIS LABEL.
|
||||
To the extent permitted by applicable law, in no event shall SYNGENTA be liable for any
|
||||
incidental, consequential or special damages resulting from the use or handling of this
|
||||
product. TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE EXCLUSIVE
|
||||
REMEDY OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY OF
|
||||
SYNGENTA AND SELLER FOR ANY AND ALL CLAIMS, LOSSES, INJURIES OR
|
||||
DAMAGES (INCLUDING CLAIMS BASED ON BREACH OF WARRANTY,
|
||||
CONTRACT, NEGLIGENCE, TORT, STRICT LIABILITY OR OTHERWISE)
|
||||
RESULTING FROM THE USE OR HANDLING OF THIS PRODUCT, SHALL BE THE
|
||||
RETURN OF THE PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION
|
||||
OF SYNGENTA OR SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing Conditions of Sale and Limitation of Warranty and Liability, which may not be
|
||||
modified except by written agreement signed by a duly authorized representative of
|
||||
SYNGENTA.
|
||||
|
||||
-8-
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
See individual crops for specific pollinator protection application restrictions. If
|
||||
none exist under the specific crop, for foliar applications, follow these application
|
||||
directions for crops that are contracted to have pollinator services or for food/feed
|
||||
crops & commercially grown ornamentals that are attractive to pollinators:
|
||||
°lf*\
|
||||
FOR CROPS UNDER CONTRACTED POLLINATION
|
||||
SERVICES
|
||||
Do not apply this product while bees are foraging. Do not
|
||||
apply this product until flowering is complete and all
|
||||
petals have fallen unless the following condition has been
|
||||
met:
|
||||
If an application must be made when managed bees
|
||||
are at the treatment site, the beekeeper providing the
|
||||
pollination services must be notified no less than 48-
|
||||
hours prior to the time of the planned application so
|
||||
that the bees can be removed, covered or otherwise
|
||||
protected prior to spraying.
|
||||
FOR FOOD/FEED CROPS AND COMMERCIALLY GROWN
|
||||
ORNAMENTALS NOT UNDER CONTRACT FOR
|
||||
POLLINATION SERVICES BUT ARE ATTRACTIVE TO
|
||||
POLLINATORS
|
||||
Do not apply this product while bees are foraging. Do
|
||||
not apply this product until flowering is complete and all
|
||||
petals have fallen unless one of the following conditions
|
||||
is met:
|
||||
The application is made to the target site after
|
||||
sunset
|
||||
The application is made to the target site when
|
||||
temperatures are below 55°F
|
||||
The application is made in accordance with a
|
||||
government-initiated public health response
|
||||
The application is made in accordance with an
|
||||
|
||||
lot
|
||||
-9-
|
||||
active state-administered apiary registry program
|
||||
where beekeepers are notified no less than 48-
|
||||
hours prior to the time of the planned application so
|
||||
that the bees can be removed, covered or otherwise
|
||||
protected prior to spraying '
|
||||
The application is made due to an imminent threat
|
||||
of significant crop loss, and a documented
|
||||
determination consistent with an IPM plan or
|
||||
predetermined economic threshold is met. Every
|
||||
effort should be made to notify beekeepers no less
|
||||
than 48-hours prior to the time of the planned
|
||||
application so that the bees can be removed,
|
||||
covered or otherwise protected prior to spraying.
|
||||
Do not apply this product in a way that will contact workers or other persons, either
|
||||
directly or through drift. Only protected handlers may be in the area during application.
|
||||
For any requirements specific to your State or Tribe, consult the agency responsible for
|
||||
pesticide regulation.
|
||||
Centric 40WG is a selective insecticide and its use is compatible with integrated pest
|
||||
management programs. However, Centric 40WG is toxic to bees exposed to direct
|
||||
treatment or to residue on blooming crops/plants and weeds. Do not apply Centric
|
||||
40WG or allow it to drift onto blooming plants if bees are foraging in the treated area.
|
||||
Do not use Centric 40WG in nurseries, greenhouses, plant propagation houses, or on
|
||||
any plants grown for use as transplants.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR Part 170. This Standard contains requirements for the protection of
|
||||
agricultural workers on farms, forests, nurseries, and greenhouses, and handlers of
|
||||
agricultural pesticides. It contains requirements for training, decontamination,
|
||||
notification, and emergency assistance. It also contains specific instructions and
|
||||
exceptions pertaining to the statements on this label about personal protective
|
||||
equipment (PPE) and restricted-entry interval. The requirements in this box only apply
|
||||
to uses of this product that are covered by the Worker Protection Standard.
|
||||
Do not enter or allow worker entry into treated areas during the restricted-entry
|
||||
interval (REI) of 12 hours.
|
||||
PPE required for early entry to treated areas that is permitted under the Worker
|
||||
Protection Standard and that involves contact with anything that has been treated, such
|
||||
as plants, soil, or water is:
|
||||
• Coveralls
|
||||
|
||||
P1-10-
|
||||
Chemical-resistant gloves - Category A (e.g., natural rubber >14 mils)
|
||||
Shoes plus socks
|
||||
Protective eyewear
|
||||
FAILURE TO FOLLOW DIRECTIONS AND PRECAUTIONS ON THIS LABEL MAY
|
||||
RESULT IN CROP INJURY, POOR INSECT CONTROL, AND/OR ILLEGAL
|
||||
RESIDUES.
|
||||
Centric 40WG controls many sucking and chewing insects through contact and ingestion
|
||||
on cotton, tree nuts and soybeans.
|
||||
For best performance, always follow these directions:
|
||||
• Centric 40WG should be applied when insect pest populations begin to build, but
|
||||
before populations reach economically damaging levels. Economic thresholds for
|
||||
pests controlled by Centric 40WG may be available from your local agricultural
|
||||
authorities.
|
||||
• Centric 40WG is rapidly taken up into foliage after application. However, thorough
|
||||
spray coverage is essential for optimal performance. Apply Centric 40WG in
|
||||
sufficient water to ensure good coverage. See specific application information in the
|
||||
Crop Use Directions section of this label. The use of higher water volumes will
|
||||
generally result in better coverage, especially under adverse conditions (e.g. hot,
|
||||
dry) or where a dense plant canopy exists. The use of a spray adjuvant may
|
||||
improve spray coverage but is not required.
|
||||
• Centric 40WG is rainfast once the spray solution has dried on treated plants.
|
||||
• Centric 40WG has a wide margin of plant safety when used in accordance with this
|
||||
label.
|
||||
Resistance Management
|
||||
Centric 40WG belongs to the neonicotinoid class of chemistry (Group 4A Insecticide).
|
||||
Pests which are resistant to insecticides in other chemical classes are not known to be
|
||||
cross-resistant to Centric 40WG. However, insect pests are known to develop
|
||||
resistance to products used repeatedly. Because resistance development cannot be
|
||||
predicted, the use of this product should conform to sound resistance management
|
||||
strategies established for the crop and use area.
|
||||
APPLICATION PROCEDURES AND SPRAY EQUIPMENT
|
||||
Ground Application
|
||||
|
||||
-11-
|
||||
Spray nozzles should be selected which will provide accurate and uniform spray
|
||||
deposition. Use spray nozzles that provide medium-sized droplets and reduce drift. To
|
||||
help insure accuracy, calibrate sprayer before each use. For information on spray
|
||||
equipment and calibration, consult nozzle manufacturers and / or State Extension
|
||||
Service specialists.
|
||||
Apply Centric 40WG using sufficient water volume to provide thorough and uniform
|
||||
coverage. In situations where a dense canopy exists and/or pest pressure is high, use
|
||||
greater water volumes. The use of a spray adjuvant may increase spray coverage but is
|
||||
not required. Avoid making applications under conditions where uniform coverage
|
||||
cannot be obtained or where excessive spray drift may occur.
|
||||
Precautions: (1) Use spray volumes of 3-10 gal./A. For optimum coverage and
|
||||
efficacy, a spray volume of 5 gals or greater per acre is recommended. (2) Select
|
||||
nozzles which produce the desired droplet sizes at the normal rated pressure range. (3)
|
||||
When spraying fine-sized droplets, carefully check a//_nozzles for flow and calibrate the
|
||||
sprayer. (4) The sprayer should travel at a uniform speed across the field. (5) Monitor
|
||||
environmental conditions and follow Recommendations to Avoid Spray Drift carefully.
|
||||
Aerial Application
|
||||
Apply Centric 40WG in water, using a minimum spray volume of 3 gals. /A. Increase
|
||||
spray volume where practical to improve coverage. Avoid making application under
|
||||
conditions where uniform coverage cannot be obtained or where excessive spray drift
|
||||
may occur.
|
||||
Recommendations to Avoid Spray Drift
|
||||
As with all crop protection products, it is important to avoid off-target movement. Do not
|
||||
allow spray to drift onto adjacent land, crops or aquatic areas. Follow these
|
||||
recommendations to avoid spray drift:
|
||||
• Make applications when wind velocity favors on-target product deposition
|
||||
(Approximately 3-10 mph). Do not apply when wind velocity exceeds 10mph.
|
||||
Avoid applications when wind gusts approach 10mph.
|
||||
• Risk of exposure to sensitive aquatic areas can be reduced by avoiding applications
|
||||
when wind direction is toward the aquatic area.
|
||||
• Do not cultivate or plant crops within 25 ft. of the aquatic area as to allow growth of a
|
||||
vegetative filter strip.
|
||||
• Do not make aerial applications during temperature inversions. Inversions are
|
||||
characterized by stable air and increasing temperatures with increased height above
|
||||
the ground. Mist or fog may indicate the presence of an inversion in humid areas.
|
||||
The applicator may detect the presence of an inversion by producing smoke and
|
||||
observing a smoke layer near the ground surface.
|
||||
• Use the largest droplet size consistent with good pest control. Small droplets are
|
||||
more prone to spray drift, and can be minimized by appropriate nozzle selection, by
|
||||
orienting nozzles away from the air stream as much as possible, and by avoiding
|
||||
excessive spray boom pressure.
|
||||
|
||||
13
|
||||
-12-
|
||||
Apply as close to target plants as practical to obtain a good spray pattern for
|
||||
adequate coverage. Applications more than 10 ft. above the crop canopy should be
|
||||
avoided.
|
||||
For aerial applications, the spray boom should be mounted on the aircraft so as to
|
||||
minimize drift caused by wing tip vortices. The minimum practical boom length
|
||||
should be used and must not exceed 75% of wing span or rotor diameter.
|
||||
|
||||
-13-
|
||||
MIXING PROCEDURES
|
||||
Prepare no more spray mixture than is needed for the immediate operation. Thoroughly
|
||||
clean spray equipment before using this product. Vigorous agitation is necessary for
|
||||
proper dispersal of the product. Maintain maximum agitation throughout the spraying
|
||||
operation. Do not let the spray mixture stand overnight in the spray tank. Flush the
|
||||
spray equipment thoroughly following each use and apply the rinsate to a previously
|
||||
treated area. Keep product container tightly closed when not in use.
|
||||
Centric 40WG Alone
|
||||
Add 1/2 of the required amount of water to the mix tank. With the agitator running, add
|
||||
the desired amount of Centric 40WG to the tank. Continue agitation while adding the
|
||||
remainder of the water. Begin application of the solution after Centric 40WG has
|
||||
completely dispersed into the mix water. Maintain agitation until all of the mixture has
|
||||
been applied.
|
||||
Centric 40WG + Tank Mixtures
|
||||
Add 1/2 of the required amount of water to the mix tank. Start the agitator running
|
||||
before adding any tank mix partners. In general, tank mix partners should be added in
|
||||
this order: products packaged in water-soluble packaging, wettable powders, wettable
|
||||
granules (dry flowables) such as Centric 40WG, liquid flowables, liquids, emulsifiable
|
||||
concentrates and surfactants / adjuvants. Always allow each tank mix partner to
|
||||
become fully dispersed before adding the next product. Provide sufficient agitation while
|
||||
adding the remainder of the water. Maintain agitation until all the mixture has been
|
||||
applied.
|
||||
Note: When using Centric 40WG in tank mixtures, all products in water-soluble
|
||||
packaging should be added to the tank before any other tank mix partner, including
|
||||
Centric 40WG. Allow the water-soluble packaging to completely dissolve and the
|
||||
product(s) to completely disperse before adding any other tank mix partner to the tank.
|
||||
If using Centric 40WG in a tank mixture, observe all directions for use, crop/sites, use
|
||||
rates, dilution ratios, precautions, and limitations that appear on the tank mix product
|
||||
label. Do not exceed any label dosage rate, and follow the most restrictive label
|
||||
precautions and limitations. Do not mix Centric 40WG with any product that prohibits
|
||||
such mixing. Tank mixtures or other applications of products referenced on this label
|
||||
are permitted only in those states in which the referenced products are labeled.
|
||||
Compatibility
|
||||
Centric 40WG is compatible with most commonly used pesticides, crop oils, adjuvants,
|
||||
and nutritional sprays. However, since it is not possible to test all possible mixtures, the
|
||||
user should pre-test to assure the physical compatibility and lack of phytotoxic effect of
|
||||
any proposed mixtures with Centric 40WG. To determine the physical compatibility of
|
||||
Centric 40WG with other products, use a jar test, as described below.
|
||||
Using a quart jar, add the proportionate amounts of the products to 1 qt. of water. Add
|
||||
wettable powders and water-dispersible granular products first, then liquid flowables,
|
||||
and emulsifiable concentrates last. After thoroughly mixing, let stand for at least 5
|
||||
|
||||
-14-
|
||||
minutes. If the combination remains mixed or can be remixed readily, it is physically
|
||||
compatible. Once compatibility has been proven, use the same procedure for adding
|
||||
required ingredients to the spray tank.
|
||||
The crop safety of all potential tank mixes on all crops has not been tested. Before
|
||||
applying any tank mixture not specified on this label, the safety to the target crop should
|
||||
be confirmed.
|
||||
|
||||
-15-
|
||||
CROP USE DIRECTIONS
|
||||
Crop Pest Rate Per Acre
|
||||
Per Application
|
||||
Use Restrictions
|
||||
Cotton Aphids 1.25-2.5 oz./A Aphids: For best results, the low
|
||||
rate should not be used after first
|
||||
bloom or on rapidly increasing
|
||||
populations.
|
||||
Clouded plant bug
|
||||
Cotton fleahopper
|
||||
Tarnished plant bug
|
||||
(Lygus lineolaris)
|
||||
1.25-2.5 oz./A Clouded plant bug, Cotton
|
||||
fleahopper, and Tarnished plant
|
||||
bug: Control may require the use of
|
||||
two applications made at a 5 - 10
|
||||
day interval.
|
||||
Brown stink bug
|
||||
(suppression only)
|
||||
Green stink bug
|
||||
Lygus bug
|
||||
(Lygus Hesperus)
|
||||
(suppression only)
|
||||
Southern green stink
|
||||
bug
|
||||
Thrips
|
||||
Whiteflies
|
||||
2.0 - 2.5 oz./A
|
||||
Stink bugs, Thrips, and
|
||||
Whiteflies: Control may require the
|
||||
use of two applications made at a 5
|
||||
-10 day interval.
|
||||
Use Restrictions:
|
||||
• Maximum Centric 40WG Allowed per Growing Season: Do not exceed a total
|
||||
of 5.0 oz. of Centric 40WG (0.125 Ibs. a.i.) /A during the growing season.
|
||||
• Application Timing: Apply before pests reach damaging levels. Scout fields
|
||||
and treat again if populations rebuild to potentially damaging levels. Apply higher
|
||||
rates within the specified rate range for heavy infestations. Do not apply this
|
||||
product within 45 days of planting if cottonseeds were treated with a
|
||||
neonicotinoid product.
|
||||
• Pre-Harvest Interval (PHI): 21 Days.
|
||||
• Minimum Interval Between Applications: Allow at least 5 days between
|
||||
applications.
|
||||
• Water Volume: Use sufficient water volume to ensure thorough coverage of
|
||||
foliage. Do not use less than 10 GPA for ground applications and 3 GPA for
|
||||
aerial applications.
|
||||
|
||||
-16-
|
||||
Crop
|
||||
Soybean
|
||||
Pest
|
||||
Aphids
|
||||
Brown stink bug
|
||||
(suppression only)
|
||||
Green stink bug
|
||||
Red banded stink bug
|
||||
Southern green stink bug
|
||||
Rate Per Acre
|
||||
Per Application
|
||||
1.5-2.00Z./A
|
||||
2.0 - 2.5 oz./A
|
||||
Use Restrictions
|
||||
Stink Bugs: Control
|
||||
may require the use
|
||||
of two applications
|
||||
made at a 7 to 1 0
|
||||
day interval.
|
||||
Use Restrictions:
|
||||
• Maximum Centric 40WG Allowed per Growing Season: Do not exceed a total
|
||||
of 5.0 oz. of Centric 40WG (0.125 Ib. a.i.) per acre during the growing season.
|
||||
• Application Timing: Apply before pests reach damaging levels. Scout fields
|
||||
and treat again if populations rebuild to potentially damaging levels. Apply higher
|
||||
rates within the specified rate range for heavy infestations.
|
||||
• Pre-Harvest Interval (PHI): 21 Days
|
||||
• Maximum Centric 40WG Allowed per Growing Season: Do not exceed a total
|
||||
of 5.0 oz. of Centric 40WG (0.125 Ib. a.i.) per acre during the growing season.
|
||||
• Minimum Interval Between Applications: Allow at least 7 days between
|
||||
applications.
|
||||
• Water Volume: Use sufficient water volume to ensure thorough coverage of
|
||||
foliage. Do not use less than 10 GPA for ground applications or 3 GPA for aerial
|
||||
applications.
|
||||
• Do Not allow livestock to graze in treated areas or harvest treated soybean
|
||||
forage, straw or hay as feed for meat or dairy animals. Do not feed treated
|
||||
soybean fodder or silage to meat or dairy animals.
|
||||
|
||||
-17-
|
||||
Crop
|
||||
TREE NUTS
|
||||
(including pistachio)
|
||||
Almond
|
||||
Beech Nut
|
||||
Brazil Nut
|
||||
Butternut
|
||||
Cashew
|
||||
Chestnut
|
||||
Chinquapin
|
||||
Filbert (Hazlenut)
|
||||
Hickory Nut
|
||||
Macadamia Nut (Bush
|
||||
Nut)
|
||||
Pecan
|
||||
Pistachio
|
||||
Walnut, Black
|
||||
Walnut, English
|
||||
(Persian)
|
||||
Pest
|
||||
Blackmargined aphid
|
||||
Lygus Bug
|
||||
(Lygus Hesperus)
|
||||
(suppression only)
|
||||
Pecan phylloxera
|
||||
Red Shoulder Stink
|
||||
Bug
|
||||
Walnut aphid
|
||||
Yellow pecan aphid
|
||||
Black pecan aphid
|
||||
Rate per Acre
|
||||
per
|
||||
Application
|
||||
2.0 - 2.5 oz./A
|
||||
2.5 oz./A
|
||||
Remarks
|
||||
Pecan phylloxera:
|
||||
Apply treatment
|
||||
after egg hatch,
|
||||
before nymphs are
|
||||
in galls. This
|
||||
usually occurs after
|
||||
bud break when 1-
|
||||
2 inches of new
|
||||
growth is present.
|
||||
Use Restrictions:
|
||||
• Maximum Centric 40WG Allowed per Growing Season: Do not exceed a total
|
||||
of 5.0 oz. of Centric 40WG (0.125 Ib. a.i.) /A of Centric 40WG or 0.125 Ib. a.i. of
|
||||
thiamethoxam-containing products per acre per growing season.
|
||||
• Application Timing: Apply before pests reach damaging levels. Scout fields
|
||||
and treat again if populations rebuild to potentially damaging levels.
|
||||
• Pre-Harvest Interval (PHI): 14 days
|
||||
• Minimum Interval between Applications: Allow at least 7 days between
|
||||
applications.
|
||||
• Water Volume: Use sufficient water volume to ensure thorough coverage of
|
||||
foliage. Do not use less than 50 GPA for ground application or 20 GPA for aerial
|
||||
application.
|
||||
Pollinator Precautions:
|
||||
Centric 40WG is highly toxic to bees exposed to direct treatment or residues on
|
||||
blooming crops. Do not apply during pre-bloom or during bloom when bees are
|
||||
foraging. Do not apply Centric 40WG or allow it to drift to blooming crops if bees are
|
||||
foraging in or adjacent to the treatment area. This is especially critical if there are
|
||||
adjacent orchards that are blooming. After a Centric 40WG application, wait at least
|
||||
5 days before placing beehives in the treated field. If bees are foraging in the ground
|
||||
cover and it contains any blooming plants or weeds, always remove flowers before
|
||||
making an application. This may be accomplished by mowing, disking, mulching,
|
||||
flailing, or applying a labeled herbicide. Consult with your local cooperative extension
|
||||
|
||||
-18-
|
||||
service or state agency responsible for regulating pesticide use for additional pollinator
|
||||
safety practices.
|
||||
Rotational Restrictions
|
||||
Treated areas may be replanted immediately following harvest, or as soon as practical
|
||||
following the last application, with any crop listed on this label or to barley, Brassica
|
||||
(cole) vegetables, canola, corn, cucurbit, fruiting vegetables, leafy vegetables, legume
|
||||
vegetables, mint (peppermint and spearmint), oilseed crops (black mustard seed, borage
|
||||
seed, crambe seed, field mustard seed, flax seed, Indian mustard seed, Indian
|
||||
rapeseed, rapeseed, safflower seed), root vegetables (except sugarbeet), sorghum,
|
||||
strawberry, sunflower, tobacco, tuberous and corm vegetables, and wheat. Any cover
|
||||
crop planted for erosion control or soil improvement may be planted as soon as practical
|
||||
following the last application. However, the cover crop may not be grazed or harvested
|
||||
for food or feed. For all other crops, a 120-day plant-back interval must be observed.
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food, or feed by storage or disposal.
|
||||
Pesticide Storage
|
||||
Store in a cool dry place.
|
||||
For minor spills, leaks, etc., follow all precautions indicated on this label and clean up
|
||||
immediately. Take special care to avoid contamination of equipment and facilities during
|
||||
cleanup, procedures and disposal of wastes.
|
||||
Pesticide Disposal
|
||||
Pesticide wastes are toxic. Improper disposal of unused pesticide, spray mixture, or
|
||||
rinse water is a violation of Federal law. If these wastes cannot be used according to
|
||||
label instructions, contact your State Pesticide or Environmental Control Agency, or the
|
||||
Hazardous Waste representative at the nearest EPA Regional Office for guidance in
|
||||
proper disposal methods.
|
||||
Container Handling
|
||||
Non-refillable container. Do not reuse or refill this container. Offer for recycling if
|
||||
available. Triple rinse container (or equivalent) promptly after emptying. Triple rinse as
|
||||
follows: Empty the remaining contents into application equipment or a mix tank. Fill the
|
||||
container % full with water and recap. Shake for 10 seconds. Pour rinsate into
|
||||
application equipment or mix tank or store rinsate for later use and disposal. Drain for
|
||||
10 seconds after the flow begins to drip. Repeat this procedure two more times. Then
|
||||
offer for recycling if available or puncture and dispose of in a sanitary landfill, or by
|
||||
incineration, or, if allowed by state and local authorities, by burning. If burned, stay out
|
||||
of smoke.
|
||||
|
||||
-19-
|
||||
Centric® 40WG, the Syngenta logo and the CP FRAME L^are trademarks of a
|
||||
Syngenta Group Company
|
||||
©200X Syngenta
|
||||
For non-emergency (e.g., current product information) call
|
||||
Syngenta Crop Protection at 1-800-334-9481.
|
||||
Manufactured for:
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, North Carolina 27419-8300
|
||||
SCP 1147-MAS 0609 AMEND SEPT2013
|
||||
|
||||
«fyk-20-
|
||||
(Non-detachable Container Label)
|
||||
Centric® 40WG
|
||||
insecticide
|
||||
GROUP M9M INSECTICIDE
|
||||
For control of listed insect pests infesting cotton, soybeans and tree nuts.
|
||||
Active Ingredient:
|
||||
Thiamethoxam1 40.0%
|
||||
Other Ingredients: 60.0%
|
||||
Total: . 100.0%
|
||||
1CAS No. 153719-23-4
|
||||
Centric 40WG is a water-dispersible granule.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See directions for use and additional precautionary statements in booklet.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker
|
||||
Protection Standard, 40 CFR Part 170. Refer to supplemental labeling under
|
||||
"Agricultural Use Requirements" in the Directions for Use section for information
|
||||
about this standard.
|
||||
EPA Reg. No. 100-1147
|
||||
EPA Est. XXXX
|
||||
SCP 1147-MAS 0609 AMEND SEPT2013
|
||||
Net Weight
|
||||
|
||||
x
|
||||
-21-
|
||||
FIRST AID
|
||||
If on skin or
|
||||
clothing
|
||||
If swallowed
|
||||
If in eyes
|
||||
If inhaled
|
||||
• Take off contaminated clothing.
|
||||
• Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
• Call a poison control center or doctor for treatment advice.
|
||||
• Call a poison control center or doctor immediately for treatment
|
||||
advice.
|
||||
• Have a person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by a poison control
|
||||
center or doctor.
|
||||
• Do not give anything by mouth to an unconscious person.
|
||||
• Hold eye open and rinse slowly and gently with water for 15-20
|
||||
minutes. Remove contact lenses, if present, after the first 5
|
||||
minutes, then continue rinsing eye.
|
||||
• Call a poison control center or doctor for treatment advice
|
||||
• Move person to fresh air.
|
||||
• If person is not breathing, call 91 1 or an ambulance, then give
|
||||
artificial respiration, preferably mouth-to-mouth, if possible.
|
||||
• Call a poison control center or doctor for treatment advice
|
||||
Have the product container or label with you when calling a poison control center or
|
||||
doctor, or going for treatment.
|
||||
NOTE TO PHYSICIAN
|
||||
There is no specific antidote if Centric 40WG is ingested. Induce emesis or lavage
|
||||
stomach. Treat symptomatically.
|
||||
HOT LINE NUMBER
|
||||
For 24 Hour Medical Emergency Assistance (Human or Animal) or
|
||||
Chemical Emergency Assistance (Spill, Leak, Fire, or Accident),
|
||||
Call
|
||||
1-800-888-8372
|
||||
|
||||
33,
|
||||
-22-
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
Harmful if absorbed through skin, swallowed or inhaled. Causes moderate eye irritation.
|
||||
Avoid contact with skin, eyes, or clothing. Avoid breathing vapor or spray mist. Wash
|
||||
thoroughly with soap and water after handling and before eating, drinking, chewing gum,
|
||||
or using tobacco. Remove contaminated clothing and wash before reuse.
|
||||
Environmental Hazards
|
||||
This pesticide is toxic to wildlife and highly toxic to aquatic invertebrates.
|
||||
This pesticide is highly toxic to bees exposed to direct treatment on blooming
|
||||
crops/plants or weeds. Do not apply this product or allow it to drift to blooming
|
||||
crops/plants or weeds while bees are foraging in or adjacent to the treatment area.
|
||||
Do not apply directly to water, or to areas where surface water is present, or to intertidal
|
||||
areas below the mean high water mark. Drift or runoff from treated areas may be
|
||||
hazardous to aquatic organisms in neighboring areas. Do not contaminate water when
|
||||
cleaning equipment or disposing of equipment washwater.
|
||||
• Surface Water Advisory
|
||||
This product may impact surface water quality due to spray drift and runoff of rain
|
||||
water. This is especially true for poorly draining soils and soils with shallow ground
|
||||
water. This product is classified as having high potential for reaching surface water
|
||||
via runoff for several months after application. A level, well-maintained vegetative
|
||||
buffer strip between areas to which this product is applied and surface water features
|
||||
such as ponds, streams, and springs will reduce the potential loading of
|
||||
thiamethoxam water from runoff water and sediment. Runoff of this product will be
|
||||
reduced by avoiding applications when rainfall is forecast to occur within 48 hours.
|
||||
(See manual at the following Internet address:
|
||||
http://www.wsi.nrcs.usda.gov/productsA/V2Q/pest/core4.html)
|
||||
• Ground Water Advisory
|
||||
Thiamethoxam has properties and characteristics associated with chemicals
|
||||
detected in ground water. The use of this chemical in areas where soils are
|
||||
permeable, particularly where the water table is shallow may result in ground
|
||||
water contamination.
|
||||
• Spray Drift Advisory
|
||||
Do not allow this product to drift.
|
||||
|
||||
-23-
|
||||
Physical or Chemical Hazards
|
||||
Do not use, pour, spill or store near heat or open flame.
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food, or feed by storage or disposal.
|
||||
Pesticide Storage
|
||||
Store in a cool dry place.
|
||||
For minor spills, leaks, etc., follow all precautions indicated on this label and clean up
|
||||
immediately. Take special care to avoid contamination of equipment and facilities during
|
||||
cleanup, procedures and disposal of wastes.
|
||||
Pesticide Disposal
|
||||
Pesticide wastes are toxic. Improper disposal of unused pesticide, spray mixture, or
|
||||
rinse water is a violation of Federal law. If these wastes cannot be used according to
|
||||
label instructions, contact your State Pesticide or Environmental Control Agency, or the
|
||||
Hazardous Waste representative at the nearest EPA Regional Office for guidance in
|
||||
proper disposal methods.
|
||||
Container Handling
|
||||
Non-refillable container. Do not reuse or refill this container. Offer for recycling if
|
||||
available. Triple rinse container (or equivalent) promptly after emptying. Triple rinse as
|
||||
follows: Empty the remaining contents into application equipment or a mix tank. Fill the
|
||||
container % full with water and recap. Shake for 10 seconds. Pour rinsate into
|
||||
application equipment or mix tank or store rinsate for later use and disposal. Drain for
|
||||
10 seconds after the flow begins to drip. Repeat this procedure two more times. Then
|
||||
offer for recycling if available or puncture and dispose of in a sanitary landfill, or by
|
||||
incineration, or, if allowed by state and local authorities, by burning. If burned, stay out
|
||||
of smoke.
|
||||
Centric® 40WG and the Syngenta logo are trademarks of a Syngenta Group Company
|
||||
©200X Syngenta
|
||||
Manufactured for:
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, North Carolina 27419-8300
|
||||
SCP 1147-MAS 0609 AMEND SEPT2013
|
||||
CENTRIC 40WG 1147 MAS 0609 AMEND SEP2013 CLEAN POLL-dk-09/26/13
|
||||
000100-01147.20130912.CENTRIC-40WG_AMEND_SEP2013-CLEAN.pdf
|
||||
CENTRIC 40WG 1147 MAS 0609 AMEND SEP2013 POLL VERSION B-CLEAN-dk-11/27/13
|
||||
000100-01147.20130912.B.CENTRIC-40WG_AMEND_SEP2013-CL.pdf
|
||||
CENTRIC 40WG 1147 MAS 0609 AMEND SEP2013 POLL VERSION CLEAN-dk-12/05/13
|
||||
000100-01147.20130912.C.CENTRIC-40WG_AMEND_SEP2013-CL.pdf
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1148",
|
||||
"epa_reg_no": "100-1148",
|
||||
"product_name": "CAMIX SELECTIVE HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "S-Metolachlor",
|
||||
"cas": "87392-12-9",
|
||||
"percent": 36.8,
|
||||
"pc_code": "108800"
|
||||
},
|
||||
{
|
||||
"name": "Mesotrione",
|
||||
"cas": "104206-82-8",
|
||||
"percent": 3.68,
|
||||
"pc_code": "122990"
|
||||
}
|
||||
],
|
||||
"signal_word": "Warning",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01148-20110404.pdf",
|
||||
"filename": "000100-01148-20110404.pdf",
|
||||
"accepted_date": "2011-04-04",
|
||||
"last_modified": "2011-05-11T11:48:44+00:00",
|
||||
"page_count": 38,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1148",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1148"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:18:47.493899+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1157",
|
||||
"epa_reg_no": "100-1157",
|
||||
"product_name": "TOUCHDOWN CF HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Glyphosate, diammonium salt",
|
||||
"cas": "69254-40-6",
|
||||
"percent": 28.3,
|
||||
"pc_code": "103607"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01157-20110315.pdf",
|
||||
"filename": "000100-01157-20110315.pdf",
|
||||
"accepted_date": "2011-03-15",
|
||||
"last_modified": "2011-04-13T14:21:01+00:00",
|
||||
"page_count": 41,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1157",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1157"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:19:02.356555+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1159",
|
||||
"epa_reg_no": "100-1159",
|
||||
"product_name": "AZNELEK",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Azoxystrobin",
|
||||
"cas": "131860-33-8",
|
||||
"percent": 9.6,
|
||||
"pc_code": "128810"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01159-20251020.pdf",
|
||||
"filename": "000100-01159-20251020.pdf",
|
||||
"accepted_date": "2025-10-20",
|
||||
"last_modified": "2025-10-23T17:45:03+00:00",
|
||||
"page_count": 25,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1159",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1159"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:19:06.990343+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1162",
|
||||
"epa_reg_no": "100-1162",
|
||||
"product_name": "BOUNDARY 6.5EC HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Metribuzin",
|
||||
"cas": "21087-64-9",
|
||||
"percent": 13.8,
|
||||
"pc_code": "101101"
|
||||
},
|
||||
{
|
||||
"name": "S-Metolachlor",
|
||||
"cas": "87392-12-9",
|
||||
"percent": 58.2,
|
||||
"pc_code": "108800"
|
||||
}
|
||||
],
|
||||
"signal_word": "Warning",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01162-20230622.pdf",
|
||||
"filename": "000100-01162-20230622.pdf",
|
||||
"accepted_date": "2023-06-22",
|
||||
"last_modified": "2023-06-23T05:45:03+00:00",
|
||||
"page_count": 41,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1162",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1162"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:19:11.231748+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1164",
|
||||
"epa_reg_no": "100-1164",
|
||||
"product_name": "AMISTAR FUNGICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Azoxystrobin",
|
||||
"cas": "131860-33-8",
|
||||
"percent": 80,
|
||||
"pc_code": "128810"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01164-20091127.pdf",
|
||||
"filename": "000100-01164-20091127.pdf",
|
||||
"accepted_date": "2009-11-27",
|
||||
"last_modified": "2011-04-13T17:40:07+00:00",
|
||||
"page_count": 63,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1164",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1164"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:19:22.202755+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1169",
|
||||
"epa_reg_no": "100-1169",
|
||||
"product_name": "TOUCHDOWN TOTAL",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Glyphosate, potassium salt",
|
||||
"cas": "70901-12-1",
|
||||
"percent": 44.9,
|
||||
"pc_code": "103613"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01169-20150318.pdf",
|
||||
"filename": "000100-01169-20150318.pdf",
|
||||
"accepted_date": "2015-03-18",
|
||||
"last_modified": "2015-03-19T05:49:29+00:00",
|
||||
"page_count": 102,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1169",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1169"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:19:28.410427+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1173",
|
||||
"epa_reg_no": "100-1173",
|
||||
"product_name": "DISCOVER NG HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Clodinafop-propargyl (CAS Reg. No.105512-06-9)",
|
||||
"cas": "105511-96-4",
|
||||
"percent": 6.4,
|
||||
"pc_code": "125203"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01173-20250430.pdf",
|
||||
"filename": "000100-01173-20250430.pdf",
|
||||
"accepted_date": "2025-04-30",
|
||||
"last_modified": "2025-05-01T05:45:03+00:00",
|
||||
"page_count": 34,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1173",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1173"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:19:34.625982+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1178",
|
||||
"epa_reg_no": "100-1178",
|
||||
"product_name": "QUILT FUNGICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Propiconazole",
|
||||
"cas": "60207-90-1",
|
||||
"percent": 11.7,
|
||||
"pc_code": "122101"
|
||||
},
|
||||
{
|
||||
"name": "Azoxystrobin",
|
||||
"cas": "131860-33-8",
|
||||
"percent": 7,
|
||||
"pc_code": "128810"
|
||||
}
|
||||
],
|
||||
"signal_word": "Warning",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01178-20251020.pdf",
|
||||
"filename": "000100-01178-20251020.pdf",
|
||||
"accepted_date": "2025-10-20",
|
||||
"last_modified": "2025-10-23T17:45:03+00:00",
|
||||
"page_count": 52,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1178",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1178"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:19:41.874372+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1182",
|
||||
"epa_reg_no": "100-1182",
|
||||
"product_name": "TOUCHDOWN HITECH HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Glyphosate, potassium salt",
|
||||
"cas": "70901-12-1",
|
||||
"percent": 52.3,
|
||||
"pc_code": "103613"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01182-20150318.pdf",
|
||||
"filename": "000100-01182-20150318.pdf",
|
||||
"accepted_date": "2015-03-18",
|
||||
"last_modified": "2015-03-19T05:49:32+00:00",
|
||||
"page_count": 97,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1182",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1182"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:19:49.148161+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1184",
|
||||
"epa_reg_no": "100-1184",
|
||||
"product_name": "CRUISER XL INSECTICIDE AND FUNGICIDE PREPACK",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Thiamethoxam",
|
||||
"cas": "153719-23-4",
|
||||
"percent": 25,
|
||||
"pc_code": "060109"
|
||||
},
|
||||
{
|
||||
"name": "Fludioxonil",
|
||||
"cas": "131341-86-1",
|
||||
"percent": 1.25,
|
||||
"pc_code": "071503"
|
||||
},
|
||||
{
|
||||
"name": "Metalaxyl-M",
|
||||
"cas": "70630-17-0",
|
||||
"percent": 0.5,
|
||||
"pc_code": "113502"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01184-20110316.pdf",
|
||||
"filename": "000100-01184-20110316.pdf",
|
||||
"accepted_date": "2011-03-16",
|
||||
"last_modified": "2011-04-13T14:21:03+00:00",
|
||||
"page_count": 24,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1184",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1184"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:19:54.879952+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,890 @@
|
||||
# CRUISER XL INSECTICIDE AND FUNGICIDE PREPACK
|
||||
|
||||
- EPA Reg No: **100-1184**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Thiamethoxam (25%); Fludioxonil (1.25%); Metalaxyl-M (0.5%)
|
||||
- Label accepted: 2011-03-16
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01184-20110316.pdf
|
||||
|
||||
---
|
||||
c
|
||||
o ) -/ & - 20 I I
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON, D.C. 20460
|
||||
Mr. Pat Dinnen
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, NC 27419
|
||||
MAR 1 6 2011
|
||||
Subject: Removal of Expired Patent Numbers
|
||||
Dear Mr. Dinnen:
|
||||
OFFICE OF CHEMICAL SAFETY
|
||||
AND POLLUTION PREVENTION
|
||||
The Agency is in receipt of your Application(s) for Pesticide Notification under
|
||||
Pesticide Registration Notice (PRN) 98-10 dated February 28, & March 3, 2011 for:
|
||||
EPA Reg. No 100-1154 /
|
||||
EPA Reg. No. 100-1184
|
||||
Epi-Mek 0.15EC Miticidellnsecticide
|
||||
Cruiser XL Insecticide and Fungicide Prepack
|
||||
The Registration Division (RD) has conducted a review of this request for
|
||||
applicability under PRN 98-10 and finds that the label change( s) requested falls within the
|
||||
scope ofPRN-98-10. The label has been date-stamped "Notification" and will be placed in
|
||||
our records.
|
||||
If you have any questions, call me at 703 305-5409 or electronically at
|
||||
daniel.dani@epa.gov.
|
||||
AI,
|
||||
Dani aniel
|
||||
Registration Division (7504P)
|
||||
Insecticide/Rodenticide Branch
|
||||
|
||||
(
|
||||
-
|
||||
.I. c.c:;u.1ICO'CUU..,..,UMI.-HU,N 1.11. ,c:;yg .. c:; Uc:: U,c::: r.;.y"'Pu::.U"K_ u", ..
|
||||
WI United States ~ RegIstratIon OPP Identifier Number
|
||||
NOTIFlGAi ntal Prot~ction Agency &EPA Amendment Notification
|
||||
JAN 11tJ 2011 Washington, DC 20460 x Other .
|
||||
Application for Pesticide - Section I
|
||||
1. Company/Product Number 2. EPA Product Manager 3. Proposed Classification
|
||||
100-1184 Venus Eagle
|
||||
4. Company/Product (Name) PM# [i] None o Restricted
|
||||
Cruiser XL Insecticide and Fungicide Prepack 1
|
||||
5. Name and Address of Applicant (Include ZIP Code) 6. Expedited Review. In accordance with FIFRA Section 3(c)(3) (b)(i), my
|
||||
Syngenta Crop Protection, LLC. product is similar or identical in composition and labeling to:
|
||||
P. O. Box 18300
|
||||
Greensboro, NC 27419 EPA Reg. No.
|
||||
c=J Check if this is a new address Product Name
|
||||
Section -II
|
||||
o Amendment - Explain below. o Final printed labels in response to
|
||||
0 Resubmission in response to Agency letter dated
|
||||
Agency letter dated
|
||||
D "Me Too' Application.
|
||||
m Notification - Explain below. o other - Explain below.
|
||||
Explanation: Use additional page(s) if necessary. (For Section I and Section II.).
|
||||
This notification is consistent with the provisions of PR Notice 98-10 and EPA regulations at 40 CFR 152.46, and no other changes
|
||||
have been made to the 1abeling or the confidential statement of formula ofthis product. I understand that it is a violation of 18 U.S.C.
|
||||
Sec. 1001 to willfully make any false statement to EPA I further understand that if this notification is not consistent with the terms of
|
||||
PR Notice 98-10 and 40 CFR 152.46, this product may be in violation of FIFRA and I may be subject to enforcement action and
|
||||
penalties under sections 12 and 14 of FIFRA.
|
||||
Remove expired patent munbers.
|
||||
Section - III
|
||||
1. Material This Product Will Be Packaged In:
|
||||
Child-Resistant Packaging Unit Packaging Water Soluble Packaging 2.
|
||||
T~~_ Byes" 5j Yes 5j Yes Metal
|
||||
No x No x No x Plastic
|
||||
Glass
|
||||
*Certlfication must If "Yes" No. per If ''Yes'' No. per Paper
|
||||
be submitted Unit Packaging wgt. Container Unit Packaging wgt. container other (Specify)
|
||||
3. Location of Net Contents Information 4. Size(s) Retail Container 5. Location of Label Directions
|
||||
W Label D Container
|
||||
2.5 gal, 15 gal, and 120 gal ~ On Label eeL C
|
||||
On Labeling aC\;Om~nying product
|
||||
L "- ... L
|
||||
W Other
|
||||
c c
|
||||
6. Manner in Which Label is Affixed to Product § lIIhog .. ph Pressure Sensitive <. c (
|
||||
Paper glued
|
||||
c C (, c
|
||||
Stenciled
|
||||
(L«(;(.C c
|
||||
i- (, C
|
||||
"
|
||||
to C l (.. C
|
||||
Section -IV
|
||||
.~
|
||||
Lee <.. L ( L ( (. t:
|
||||
.-1. Contact Point (Comp/ete items directly below for identification of individual to be contacted, if necessary, to process tl;i~ application.:; L ( C
|
||||
Name I Title I ('F~iai>liO.ne No. (h,(;I~de Area Code)
|
||||
Pat Dinnen Staff Label Group Leader (135-_'532-2494 c
|
||||
Certification 6.( Date Application
|
||||
I certify that the statements I have made on this form and all attachments thereto are true, accurate and complete. ~ , t'teceNed
|
||||
I acknowledge that any knowingly false or misleading statement may be punishable by fine or imprisonment or
|
||||
(
|
||||
,(Stamped)
|
||||
both under applicable law. I l ttl ...
|
||||
2. Signature 3. Title
|
||||
l
|
||||
.prd~
|
||||
Staff Label Group Leader
|
||||
4. Typed Name 5. Date
|
||||
Pat Dinnen March 3, 2011
|
||||
2
|
||||
ZV
|
||||
|
||||
(
|
||||
(
|
||||
Certification with Respect to Label Integrity
|
||||
Version: 9/11/02
|
||||
I certify that the information (including, but not limited to, text, tables, and
|
||||
graphics) contained in the electronic file identified below by file name and
|
||||
submitted with this certification is the same information as that on the paper
|
||||
copies of these documents included with this submission.
|
||||
PROPOSED LABEL
|
||||
EPA Registration # Date Submitted Electronic file name
|
||||
to EPA
|
||||
100-1184 3/3/11 000100-01184.20110303.PATENT _NOTIF _MAR2011.pdf
|
||||
I certify that the statements that I have made on this form are true, accurate,
|
||||
and complete. I acknowledge that any knowingly false or misleading
|
||||
statements may be punishable by fine or imprisonment or both under
|
||||
applicable law.
|
||||
Signature
|
||||
Pat Dinnen
|
||||
Name (typed)
|
||||
Label Group Leader
|
||||
Title
|
||||
March 3, 2011
|
||||
Date
|
||||
t t. (, ( { <
|
||||
i: L (
|
||||
( t ( I
|
||||
t
|
||||
C (
|
||||
L I. (. (
|
||||
t ( l. C
|
||||
1_ L i.. l ' .. • ( { t
|
||||
( (
|
||||
t'- i I (I.
|
||||
(
|
||||
, ( \.. {
|
||||
,
|
||||
r ( t ( ~
|
||||
, ,
|
||||
1\.1 {I \,
|
||||
|
||||
y'
|
||||
(
|
||||
Cruiser® XL
|
||||
Insecticide and Fungicide Prepack
|
||||
NOT\FICATION
|
||||
JAN i ~2011
|
||||
A seed treatment chemical for protection against certain early season insects,
|
||||
seed-borne diseases, and seedling diseases of field corn, popcorn, and sweet
|
||||
corn.
|
||||
Active Ingredients:
|
||||
Thiamethoxam (CAS No. 153719-23-4) ........................................ 25.00%
|
||||
Fludioxonil (CAS No. 131341-86-1) ................................................ 1.25%
|
||||
Mefenoxam (CAS No. 70630-17-0) ................................................. 0.50%
|
||||
Other Ingredients: 73.25%
|
||||
Total: 100.00%
|
||||
One gallon of Cruiser XL contains 2.58 Ibs. thiamethoxam, 0.13 Ibs. of fludioxonil
|
||||
and 0.05 Ibs. mefenoxam.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use in booklet.
|
||||
EPA Reg. No. 100-1184
|
||||
EPA Est.
|
||||
SCP 1184-M(8-27-09) (2.5 gal.)
|
||||
SCP 1184-M(8-27-09) (15 gaL, 120 gal.)
|
||||
2.5 gallons
|
||||
15 gallons
|
||||
120 gallons
|
||||
Net Contents
|
||||
C l c- C c {'
|
||||
{ «
|
||||
l '
|
||||
C l ( l r ('
|
||||
(. C
|
||||
, (
|
||||
(~ c ( ( C
|
||||
, ,
|
||||
L C {. ( (
|
||||
( ( L ,
|
||||
( ( ( (,
|
||||
( I:
|
||||
( " t ( t, (
|
||||
l
|
||||
L l <. L
|
||||
( ,
|
||||
t ( l (. ( (
|
||||
c
|
||||
-LY
|
||||
|
||||
c
|
||||
If on skin or
|
||||
clothing
|
||||
If swallowed
|
||||
If inhaled
|
||||
If in eyes
|
||||
-2-
|
||||
FIRST AID
|
||||
• Take off contaminated clothing.
|
||||
• Rinse skin immediately with plenty of water for 15-20
|
||||
minutes.
|
||||
• Call a poison control center or doctor for treatment
|
||||
advice.
|
||||
• Call a poison control center or doctor immediately for
|
||||
treatment advice.
|
||||
• Have person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by the poison
|
||||
control center or doctor.
|
||||
• Do not give anything by mouth to an unconscious
|
||||
person.
|
||||
• Move person to fresh air.
|
||||
• If person is not breathing, call 911 or an ambulance, then
|
||||
give artificial respiration, preferably by mouth-to-mouth, if
|
||||
possible.
|
||||
• Call a pOison control center or doctor for further
|
||||
treatment advice.
|
||||
• Hold eye open and rinse slowly and gently with water for
|
||||
15-20 minutes. , L'
|
||||
c c
|
||||
c ( • Remove contact lenses, if present, after the first 5
|
||||
minutes, then continue rinsing eye.
|
||||
I (
|
||||
{" r C (
|
||||
• Call a poison control center or doctor for trea,tm€r'l~
|
||||
advice. ~ (. ~ ( , ( I
|
||||
..... H-a-ve-th-e-p-ro-d-u-c-t -co .... n-t-a..;in-e-r""'o..;r -la~b-e~l-w~it~h-y-o-u-w-he-n-c-al~li-ng-a-p-o~is-o-n-CO~L nt"'!c {\"::'rp~J""(c-e-n-te-r'a: ~ ~ c
|
||||
or doctor, or going for treatment. c c • L C l c:
|
||||
~ ____ ~_~~~ _____________________ .~t (
|
||||
HOT LINE NUMBER eCLce
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal)
|
||||
Or Chemical Emergency Assistance (Spill, Leak, Fire or Accident)
|
||||
Call
|
||||
1-800-888-8372
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
, (
|
||||
{t «( l
|
||||
'.
|
||||
( (
|
||||
L { (L (
|
||||
'-
|
||||
Harmful if absorbed through the skin, swallowed or inhaled. Causes moderate
|
||||
eye irritation. Avoid contact with skin, eyes, or clothing. Avoid breathing vapor or
|
||||
|
||||
(
|
||||
c
|
||||
-3-
|
||||
spray mist. Wash thoroughly with soap and water after handling. Remove
|
||||
contaminated clothing and wash clothing before re-use.
|
||||
Personal Protective Equipment (PPE)
|
||||
Some materials that are chemical-resistant to this product are listed below. If
|
||||
you want more options, follow the instructions for Category C on an EPA
|
||||
chemical resistance category selection chart.
|
||||
Applicators and other handlers must wear:
|
||||
• Long-sleeved shirt and long pants
|
||||
• Chemical-resistant gloves made of any waterproof material - Category C
|
||||
(e.g., barrier laminate, butyl rubber, nitrile rubber, neoprene rubber, polyvinyl
|
||||
chloride (PVC) or viton).
|
||||
• Shoes plus socks
|
||||
Follow manufacturer's instructions for cleaning/maintaining PPE. If no such
|
||||
instructions exist for wash ables, use detergent and hot water. Keep and wash
|
||||
PPE separately from other laundry.
|
||||
Engineering Control Statements (: (" ,.. t
|
||||
( c ( (
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that • ~
|
||||
l l f (.
|
||||
meets the requirements listed in the Worker Protection Standard (VX~~J Jor r
|
||||
agricultural pesticides [40 CFR 170.240(d)(4-6)], the handler PPE ~qtJir~ment5, (f,
|
||||
may be reduced or modified as specified in the WPS. {( I «., '\ ( f { t
|
||||
( (
|
||||
to. I... I (. l (.
|
||||
User Safety Recommendations
|
||||
Users should:
|
||||
f ( C {" (
|
||||
,
|
||||
C( (( {
|
||||
• Wash hands before eating, drinking, chewing gum, using tobacco, or
|
||||
using the toilet.
|
||||
• Remove clothing immediately if pesticide gets inside. Then wash
|
||||
thoroughly and put on clean clothing.
|
||||
Environmental Hazards
|
||||
This product is toxic to wildlife and highly toxic to aquatic invertebrates.
|
||||
Do not contaminate water when disposing of equipment wash water.
|
||||
" ( ;1
|
||||
1
|
||||
f
|
||||
<
|
||||
( (
|
||||
~ ( 'I C l ~
|
||||
( (
|
||||
(. ( ( { L t
|
||||
I.
|
||||
|
||||
7 -
|
||||
-4- {~
|
||||
Physical and Chemical Hazards
|
||||
Do not use, pour, spill or store near heat or open flame
|
||||
(
|
||||
|
||||
(
|
||||
c
|
||||
-5-
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and
|
||||
Limitation of Warranty and Liability before buying or using this product. If the
|
||||
terms are not acceptable, return the product at once, unopened, and the
|
||||
purchase price will be refunded.
|
||||
The Directions for Use of this product should be followed carefully. It is
|
||||
impossible to eliminate all risks inherently associated with the use of this product.
|
||||
Crop injury, ineffectiveness or other unintended consequences may result
|
||||
because of such factors as manner of use or application, weather or crop
|
||||
conditions, presence of other materials or other influencing factors in the use of
|
||||
the product, which are beyond the control of SYNGENTA CROP PROTECTION,
|
||||
LLC or Seller. All such risks shall be assumed by Buyer and User, and Buyer
|
||||
and User agree to hold SYNGENTA and Seller harmless for any claims relating
|
||||
to such factors.
|
||||
SYNGENTA warrants that this product conforms to the chemical description on
|
||||
the label and is reasonably fit for the purposes stated in the Directions for Use,
|
||||
subject to the inherent risks referred to above, when used in accordance with
|
||||
directions under normal use conditions. This warranty does not extend to the
|
||||
use of the product contrary to label instructions, or under abnormal conditions or
|
||||
under conditions not reasonably foreseeable to or beyond the control of Seller or
|
||||
SYNGENTA, and Buyer and User assume the risk of any such use. SYNGENTA
|
||||
MAKES NO WARRANTIES OF MERCHANTABILITY OR OF FITNESS FOR A
|
||||
PARTICULAR PURPOSE NOR ANY OTHER EXPRESS OR IMPLIED
|
||||
WARRANTY EXCEPT AS STATED ABOVE.
|
||||
In no event shall SYNGENTA or Seller be liable for any incidental, consequential
|
||||
or special damages resulting from the use or handling of this product. THE
|
||||
EXCLUSIVE REMEDY OF THE USER OR BUYER, AND THE EXCLUSIVE
|
||||
LIABILITY OF SYNGENTA AND SELLER FOR ANY AND ALL CLAIMS,
|
||||
LOSSES, INJURIES OR DAMAGES (INCLUDING CLAIMS BASED ON
|
||||
BREACH OF WARRANTY, CONTRACT, NEGLIGENCE, TORT, STRICT
|
||||
LIABILITY OR OTHERWISE) RESULTING FROM THE USE OR HANDLING OF
|
||||
THIS PRODUCT, SHALL BE THE RETURN OF THE PURCHASE PRICE OF
|
||||
THE PRODUCT OR, AT THE ELECTION OF SYNGENTA OR SELLER, THE
|
||||
REPLACEMENT OF THE PRODUCT.
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject
|
||||
to the foregoing Conditions of Sale and Limitation of Warranty and Liability, which
|
||||
may not be modified except by written agreement signed by a duly authorized
|
||||
representative of SYNGENT A.
|
||||
|
||||
(
|
||||
-6-
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of federal law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
Cruiser XL must be used only in accordance with recommendations on this label
|
||||
or in separately published Syngenta supplemental labeling recommendations for
|
||||
this product.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker
|
||||
Protection Standard, 40 CFR part 170. This Standard contains requirements for
|
||||
the protection of agricultural workers on farms, forests, nurseries, and
|
||||
greenhouses, and handlers of agricultural pesticides. It contains requirements
|
||||
for training, decontamination, notification, and emergency assistance. It also
|
||||
contains specific instructions and exceptions pertaining to the statements on this
|
||||
label about personal protective equipment (PPE) and restricted-entry interval.
|
||||
The requirements in this box only apply to uses of this product that are covered
|
||||
by the Worker Protection Standard.
|
||||
Do not enter or allow worker entry into treated areas during the restricted
|
||||
entry interval (REI) of 48 hours. Exception: If the seed is treated with the
|
||||
product and the treated seed is soil-injected or soil-incorporated, the Worker
|
||||
Protection Standard, under certain circumstances, allows workers to enter the
|
||||
treated area if there will be no contact with anything that has been treated.
|
||||
PPE required for early entry to treated areas that is permitted under the Worker
|
||||
Protection Standard and that involves contact with anything that has been
|
||||
treated, such as plants, soil, or water is:
|
||||
• Long-sleeved shirt and long pants
|
||||
• Chemical-resistant gloves made of any waterproof material- Category C
|
||||
(e.g., barrier laminate, butyl rubber, nitrile rubber, neoprene rubber,
|
||||
polyvinyl chloride (PVC) or viton)
|
||||
• Shoes plus socks
|
||||
FAILURE TO FOLLOW THE DIRECTIONS FOR USE AND PRECAUTIONS ON
|
||||
THIS LABEL MAY RESULT IN CROP INJURY, POOR INSECT ANDIOR
|
||||
DISEASE CONTROL, ANDIOR ILLEGAL RESIDUES.
|
||||
|
||||
(
|
||||
-7-
|
||||
Treatment of highly mechanically scarred or damaged seed, or seed known to be
|
||||
of low vigor and poor quality, except for the purpose of curative control of existing
|
||||
disease pests, may result in reduced germination and/or reduction of seed and
|
||||
seedling vigor. Treat a small quantity of seed using equipment similar to that
|
||||
planned for treating the total seed lot. Conduct germination tests on a small
|
||||
portion of seed before committing the total seed lot to a selected seed treatment.
|
||||
Due to seed quality and seed storage conditions beyond the control of Syngenta,
|
||||
no claims are made to guarantee the germination of carry-over seed or
|
||||
propagating material for all crop seed.
|
||||
Follow recommended Syngenta minimum germination guidelines and seed
|
||||
carryover recommendations when treating seed lots.
|
||||
GENERAL INFORMATION
|
||||
Cruiser XL, a prepack of the active ingredients of Cruiser (thiamethoxam)
|
||||
insecticide, Maxim® (fludioxonil) and Apron XL® LS (mefenoxam) fungicides, is a
|
||||
seed treatment which protects against damage from certain soil-borne and seed
|
||||
borne diseases of crop plants and early season insects. The fungicide Maxim
|
||||
(fludioxonil) is active against Fusarium, Rhizoctonia, seed-borne Sc/erotinia,
|
||||
He/min th osporium , and weakly pathogenic fungi, Aspergillus and Penicillium.
|
||||
The fungicide Apron XL (mefenoxam) is active against Pythium, Phytophthora
|
||||
and systemic downy mildew. Under some growing conditions, additional Apron
|
||||
XL LS will be required to control Pythium, Phytophthora, and systemic downy
|
||||
mildew. The amount of additional Apron XL LS needed will depend on the level
|
||||
of disease pressure. Follow all directions on the Apron XL LS label if mixed with
|
||||
Cruiser XL.
|
||||
Cruiser (thiamethoxam) is a systemic seed treatment insecticide belonging to the
|
||||
neoticotinoid class of chemistry. Cruiser protects against certain chewing and
|
||||
sucking insects through contact and ingestion. When rate ranges are given, use
|
||||
higher rates when insect pressure is expected to be high.
|
||||
The following guidelines may be used to determine the required rate of
|
||||
each product:
|
||||
Step 1 - Select the rate of thiamethoxam in Cruiser XL based on the expected
|
||||
level of insect infestation. Use the higher rate of 0.25 mg. active ingredient per
|
||||
kernel if higher levels of early season insects such as wireworm, white grub,
|
||||
seed corn maggot and chinch bug are expected.
|
||||
Step 2 - If high levels of the Pythium seed rot and damping off is present or
|
||||
expected additional Apron XL LS may need to be applied to the slurry mixture.
|
||||
Consult the Apron XL LS label for appropriate additional rates for field
|
||||
corn, sweet corn, and popcorn.
|
||||
|
||||
(
|
||||
-8-
|
||||
Important: (1) Do not use treated seed for feed, food, or oil. (2) Forage may not
|
||||
be grazed until 30 days after planting.
|
||||
Federal law requires that bags containing treated seeds shall be labeled with the
|
||||
following information: "This seed has been treated with thiamethoxam insecticide
|
||||
and fludioxonil and mefenoxam fungicides. Do not use for feed, food, or oil
|
||||
purposes. Store away from feeds and foodstuffs. Forage may not be grazed until
|
||||
30 days after planting."
|
||||
Use an EPA-approved dye or colorant that imparts an unnatural color to the
|
||||
seed.
|
||||
MIXING PROCEDURES
|
||||
Important: Always re-circulate Cruiser XL thoroughly before using.
|
||||
Apply Cruiser XL as a water-based slurry utilizing standard slurry seed treatment
|
||||
equipment which provides uniform seed coverage. Uneven or incomplete seed
|
||||
coverage may not give the desired level of disease control. Thoroughly mix the
|
||||
recommended amount of Cruiser XL into the required amount of water for the
|
||||
slurry treater and dilution rate to be used.
|
||||
Follow the manufacturer application instructions for the seed treatment
|
||||
equipment being used. Maintain constant agitation of the slurry during the
|
||||
treatment. Allow seed to dry before bagging.
|
||||
CROP USE DIRECTIONS
|
||||
Resistance Management
|
||||
Cruiser belongs to the neonicotinoid class of chemistry, which is not known to be
|
||||
cross-resistant to any other class of insecticide. However, insect pests are
|
||||
known to develop resistance to products used repeatedly. Because resistance
|
||||
development cannot be predicted, the use of this product should conform to
|
||||
sound resistance management strategies established for the crop and use area.
|
||||
The following label restrictions must be followed to reduce the chance of
|
||||
resistance development:
|
||||
• Do not apply a neonicotinoid insecticide to any crop which has been
|
||||
previously treated with a Cruiser seed treatment.
|
||||
Note: The fungicide mefenoxam contained in this product could be subject to
|
||||
develo ment of insensitive strains of fun i or ma be ineffective a ainst naturall
|
||||
I ,
|
||||
-L~
|
||||
|
||||
(
|
||||
-9-
|
||||
occurring strains of fungi. Development of insensitivity or natural tolerance
|
||||
cannot be predicted. Therefore, Syngenta cannot assume liability for crop
|
||||
damage resulting from insensitive or tolerant strains of fungi. Consult with your
|
||||
State Agricultural Experiment Station or Extension Service Specialist for
|
||||
guidance and ways to control any possible insensitive or tolerant strains of fungi
|
||||
which may occur.
|
||||
Consult your local pest control advisor or extension office for additional methods
|
||||
for preventing resistance development. Syngenta encourages responsible
|
||||
product stewardship to ensure effective long term control of the insect pests on
|
||||
this label.
|
||||
CORN: FIELD CORN, SWEET CORN, AND POPCORN
|
||||
Note: If corn seed to be treated with Cruiser XL has existing infestations of stored
|
||||
grain pests, it is recommended that the seed be fumigated prior to treating with
|
||||
Cruiser XL and bagging
|
||||
Consult your Syngenta Seed Treatment representative for recommendations on
|
||||
slurry additives to use during application of Cruiser XL.
|
||||
Follow planter manufacturer recommendations for use of talc, graphite, or other
|
||||
hopper box additives at planting.
|
||||
To provide early season protection of seedlings against injury by wireworm, seed
|
||||
corn maggot, southern corn leaf beetle, chinch bug, flea beetle, white grub, and
|
||||
suppression of cutworm apply thiamethoxam in Cruiser XL at a rate to achieve
|
||||
between 0.125 and 0.25 mg. thiamethoxam per kernel. Each fl. oz. of Cruiser XL
|
||||
contains 9.1 gm. active ingredient of thiamethoxam, 0.45 gm. active ingredient of
|
||||
fludioxonil and 0.18 gm. active ingredient mefenoxam.
|
||||
Note: When treating according to the above directions for post-planting protection
|
||||
against listed pests, Cruiser XL will also provide protection during post treatment
|
||||
storage of the seed against damage from the following insects: Indian Meal Moth
|
||||
(Plodia interpunctella), Rice Weevil (sitophilus oryza), Red Flour Beetle Tribolium
|
||||
castaneum) , and Lesser Grain Borer (Rhizopertha dominica).
|
||||
Do not apply a neonicotinoid insecticide to any crop which has been previously
|
||||
treated with a Cruiser XL seed treatment.
|
||||
For control of seed-borne and soil-borne fungi that cause seed decay, damping
|
||||
off, and seedling blight, apply 0.125 mg. active ingredient of thiamethoxam per
|
||||
kernel. If the Pythium disease pressure is high, apply an additional 0.0425 fl. oz.
|
||||
of Apron XL LS on field corn and popcorn. For sweet corn, if the Pythium
|
||||
disease pressure is high, apply an additional 0.278 to 0.598 fl. oz. per 100 Ibs. of
|
||||
, z
|
||||
-L~
|
||||
|
||||
(
|
||||
c.
|
||||
-10-
|
||||
seed of Apron XL LS. Follow application and other instructions found on the
|
||||
Apron XL LS product label.
|
||||
Note: If the 0.25 mg. active ingredient rate of thiamethoxam is used for field
|
||||
corn and popcorn, do not apply additional Apron XL LS.
|
||||
Rates of Fludioxonil and Mefenoxam Delivered by Cruiser XL Based on
|
||||
Recommended Rates of Thiamethoxam
|
||||
Rate of Rate of Rate of Rate of Rate of
|
||||
thiamethoxam fludioxonil fludioxonil mefenoxam mefenoxam
|
||||
in mg. active in fl. oz. per in mg. in flo oz. per in mg.
|
||||
ingredient per 100 Ibs. of active 100 Ibs. of active
|
||||
kernel seed, if ingredient seed, if ingredient
|
||||
applied as per kernel applied as per kernel
|
||||
Maxim 4 Apron XL
|
||||
FS** LS**
|
||||
0.125 0.08 0.0064 0.0425 0.0025
|
||||
0.25 0.16 0.0128 0.085 0.005
|
||||
*Refer to the General Information section for additional guidance on rate
|
||||
selection.
|
||||
**Calculations based on using an average corn seed count of approximately
|
||||
1880 seeds per pound.
|
||||
Rotational Crops
|
||||
Treated areas may be replanted immediately following harvest or as soon as
|
||||
practical following the last application with any crop on this label or to cucurbit
|
||||
vegetables, fruiting vegetables, tuberous and corm vegetables, and tobacco. For
|
||||
all other crops, a 120-day plantback interval must be observed.
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food, or feed by storage, disposal, or cleaning of
|
||||
equipment.
|
||||
Pesticide Storage
|
||||
Store in a cool, dry place. Storage for extended periods above gO°F is not
|
||||
recommended.
|
||||
For minor spills, leaks, etc., follow all precautions indicated on this label and
|
||||
clean up immediately. Take special care to avoid contamination of equipment
|
||||
and facilities during cleanup procedures and disposal of wastes.
|
||||
|
||||
(
|
||||
-11-
|
||||
Pesticide Disposal
|
||||
Wastes resulting from the use of this product may be disposed of on site or at an
|
||||
approved waste disposal facility. If these wastes cannot be used according to
|
||||
label instructions, contact your State Pesticide or Environmental Control Agency
|
||||
or the Hazardous Waste representative at the nearest EPA Regional Office for
|
||||
guidance in proper disposal methods.
|
||||
Container Handling [less than 5 gallons]
|
||||
Non-refillable container. Do not reuse or refill this container. Offer for recycling if
|
||||
available. Triple rinse container (or equivalent) promptly after emptying. Triple
|
||||
rinse as follows: Empty the remaining contents into application equipment or a
|
||||
mix tank and drain for 10 seconds after the flow begins to drip. Fill the container
|
||||
% full with water and recap. Shake for 10 seconds. Pour rinsate into application
|
||||
equipment or a mix tank or store rinsate for later use and disposal. Drain for 10
|
||||
seconds after the flow begins to drip. Repeat this procedure two more times.
|
||||
Then offer for recycling if available or puncture and dispose of in a sanitary
|
||||
landfill, or by incineration, or, if allowed by state and local authorities, by burning.
|
||||
If burned, stay out of smoke.
|
||||
Container Handling [greater than 5 gallons]
|
||||
Non-refillable container. Do not reuse or refill this container. Offer for recycling if
|
||||
available. Triple rinse container (or equivalent) promptly after emptying. Triple
|
||||
rinse as follows: Empty the remaining contents into application equipment or a
|
||||
mix tank. Fill the container X full with water. Replace and tighten closures. Tip
|
||||
container on its side and roll it back and forth, ensuring at least one complete
|
||||
revolution, for 30 seconds. Stand the container on its end and tip it back and
|
||||
forth several times. Turn the container over onto its other end and tip it back and
|
||||
forth several times. Empty the rinsate into application equipment or a mix tank or
|
||||
store rinsate for later use and disposal. Repeat this procedure two more times.
|
||||
Then offer for recycling if available or puncture and dispose of in a sanitary
|
||||
landfill, or by incineration, or, if allowed by state and local authorities, by burning.
|
||||
If burned, stay out of smoke.
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED, OR DRINKING WATER!
|
||||
Apron XL®, Cruiser® Maxim ® and the Syngenta logo are trademarks of a
|
||||
Syngenta Group Company
|
||||
©2010 Syngenta
|
||||
-
|
||||
|
||||
(
|
||||
-12-
|
||||
For non-emergency (e.g., current product information), call
|
||||
Syngenta Crop Protection at 1-800-334-9481 .
|
||||
Manufactured for:
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, North Carolina 27419-8300
|
||||
SCP 1184A-M(8-27-09) (2.5 gal)
|
||||
SCP1184A-M(8-27-09) (15 gaL, 120 gal.)
|
||||
[~
|
||||
-
|
||||
|
||||
(
|
||||
-13-
|
||||
(Container Label- 2.5 gal.)
|
||||
Cruiser® XL
|
||||
Insecticide and Fungicide Prepack
|
||||
A seed treatment chemical for protection against certain early season insects,
|
||||
seed-borne diseases, and seedling diseases of field corn, popcorn, and sweet
|
||||
corn.
|
||||
Active Ingredients:
|
||||
Thiamethoxam (CAS No. 153719-23-4) ........................................ 25.00%
|
||||
Fludioxonil (CAS No. 131341-86-1) ................................................ 1.25%
|
||||
Mefenoxam (CAS No. 70630-17-0) ................................................. 0.50%
|
||||
Other Ingredients: 73.25%
|
||||
Total: 100.00%
|
||||
One gallon of Cruiser XL contains 2.58 Ibs. thiamethoxam, 0.13 Ibs. of fludioxonil
|
||||
and 0.05 Ibs. mefenoxam.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use in booklet.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker
|
||||
Protection Standard, 40 CFR part 170. Refer to supplemental labeling under
|
||||
"Agricultural Use Requirements" in the Directions for Use section for information
|
||||
about this standard.
|
||||
EPA Reg. No.1 OO-xxxxx
|
||||
EPA Est.
|
||||
SCP 1184A-M(8-27 -09) (2.5 gal.)
|
||||
2.5 gallons
|
||||
Net Contents
|
||||
|
||||
---------------------------- ------
|
||||
(
|
||||
-14-
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
Harmful if absorbed through the skin, swallowed or inhaled. Causes moderate
|
||||
eye irritation. Avoid contact with skin, eyes, or clothing. Avoid breathing vapor or
|
||||
spray mist. Wash thoroughly with soap and water after handling. Remove
|
||||
contaminated clothing and wash clothing before re-use.
|
||||
FIRST AID
|
||||
If on skin or • Take off contaminated clothing.
|
||||
clothing • Rinse skin immediately with plenty of water for 15-20
|
||||
minutes.
|
||||
• Call a poison control center or doctor for treatment
|
||||
advice.
|
||||
If swallowed • Call a poison control center or doctor immediately for
|
||||
treatment advice.
|
||||
• Have person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by the poison
|
||||
control center or doctor.
|
||||
• Do not give anything by mouth to an unconscious
|
||||
person.
|
||||
If inhaled • Move person to fresh air.
|
||||
• If person is not breathing, call 911 or an ambulance, then
|
||||
give artificial respiration, preferably by mouth-to-mouth, if
|
||||
possible.
|
||||
• Call a poison control center or doctor for further
|
||||
treatment advice.
|
||||
If in eyes • Hold eye open and rinse slowly and gently with water for
|
||||
15-20 minutes.
|
||||
• Remove contact lenses, if present, after the first 5
|
||||
minutes, then continue rinsing eye.
|
||||
• Call a poison control center or doctor for treatment
|
||||
advice.
|
||||
Have the product container or label with you when calling a poison control center
|
||||
or doctor, or ~oing for treatment.
|
||||
HOT LINE NUMBER
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal)
|
||||
Or Chemical Emergency Assistance (Spill, Leak, Fire or Accident)
|
||||
Call
|
||||
1-800-888-8372
|
||||
I 7
|
||||
Llf
|
||||
|
||||
(
|
||||
-15-
|
||||
Environmental Hazards
|
||||
This product is toxic to wildlife and highly toxic to aquatic invertebrates.
|
||||
Do not contaminate water when disposing of equipment wash water.
|
||||
Physical and Chemical Hazards
|
||||
Do not use, pour, spill or store near heat or open flame
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food, or feed by storage, disposal, or cleaning of
|
||||
equipment.
|
||||
Pesticide Storage
|
||||
Store in a cool, dry place. Storage for extended periods above gO°F is not
|
||||
recommended.
|
||||
For minor spills, leaks, etc., follow all precautions indicated on this label and
|
||||
clean up immediately. Take special care to avoid contamination of equipment
|
||||
and facilities during cleanup procedures and disposal of wastes.
|
||||
Pesticide Disposal
|
||||
Wastes resulting from the use of this product may be disposed of on site or at an
|
||||
approved waste disposal facility. If these wastes cannot be used according to
|
||||
label instructions, contact your State Pesticide or Environmental Control Agency
|
||||
or the Hazardous Waste representative at the nearest EPA Regional Office for
|
||||
guidance in proper disposal methods.
|
||||
Container Handling
|
||||
Non-refillable container. Do not reuse or refill this container. Offer for recycling if
|
||||
available. Triple rinse container (or equivalent) promptly after emptying. Triple
|
||||
rinse as follows: Empty the remaining contents into application equipment or a
|
||||
mix tank and drain for 10 seconds after the flow begins to drip. Fill the container
|
||||
X full with water and recap. Shake for 10 seconds. Pour rinsate into application
|
||||
equipment or a mix tank or store rinsate for later use and disposal. Drain for 10
|
||||
seconds after the flow begins to drip. Repeat this procedure two more times.
|
||||
Then offer for recycling if available or puncture and dispose of in a sanitary
|
||||
landfill, or by incineration, or, if allowed by state and local authorities, by burning.
|
||||
If burned, stay out of smoke.
|
||||
|
||||
(
|
||||
-16-
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED, OR DRINKING WATER!
|
||||
Cruiser® and the Syngenta logo are trademarks of a Syngenta Group Company
|
||||
©2010 Syngenta
|
||||
Manufactured for:
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, North Carolina 27419-8300
|
||||
SCP 1184A-M(8-27 -09) (2.5 gal.)
|
||||
|
||||
c
|
||||
-17-
|
||||
(Container Label -15gal. and 120gal.)
|
||||
Cruiser®XL
|
||||
Insecticide
|
||||
A seed treatment chemical for protection against certain early season insects,
|
||||
seed-borne diseases, and seedling diseases of field corn, popcorn, and sweet
|
||||
corn.
|
||||
Active Ingredients:
|
||||
Thiamethoxam (CAS No. 153719-23-4) ........................................ 25.00%
|
||||
Fludioxonil (CAS No. 131341-86-1) ................................................ 1.25%
|
||||
Mefenoxam (CAS No. 70630-17-0) ................................................. 0.50%
|
||||
Other Ingredients: 73.25%
|
||||
Total: 100.00%
|
||||
One gallon of Cruiser XL contains 2.58 Ibs. thiamethoxam, 0.13 Ibs. of fludioxonil
|
||||
and 0.05 Ibs. mefenoxam.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use in booklet.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker
|
||||
Protection Standard, 40 CFR part 170. Refer to supplemental labeling under
|
||||
"Agricultural Use Requirements" in the Directions for Use section for information
|
||||
about this standard.
|
||||
EPA Reg. No.1 00-1184
|
||||
EPA Est.
|
||||
SCP 1184A-M(8-27 -09) (15 gal.)
|
||||
SCP 1184A-M(8-27-09) (120 gal.)
|
||||
15 gallons
|
||||
120 gallons
|
||||
Net Contents
|
||||
|
||||
c
|
||||
-18-
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
Harmful if absorbed through the skin, swallowed or inhaled. Causes moderate
|
||||
eye irritation. Avoid contact with skin, eyes, or clothing. Avoid breathing vapor or
|
||||
spray mist. Wash thoroughly with soap and water after handling. Remove
|
||||
contaminated clothing and wash clothing before re-use.
|
||||
FIRST AID
|
||||
If on skin or • Take off contaminated clothing.
|
||||
clothing • Rinse skin immediately with plenty of water for 15-20
|
||||
minutes.
|
||||
• Call a poison control center or doctor for treatment
|
||||
advice.
|
||||
If swallowed • Call a poison control center or doctor immediately for
|
||||
treatment advice.
|
||||
• Have person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by the poison
|
||||
control center or doctor.
|
||||
• Do not give anything by mouth to an unconscious
|
||||
person.
|
||||
If inhaled • Move person to fresh air.
|
||||
• If person is not breathing, call 911 or an ambulance, then
|
||||
give artificial respiration, preferably by mouth-to-mouth, if
|
||||
possible.
|
||||
• Call a poison control center or doctor for further
|
||||
treatment advice.
|
||||
If in eyes • Hold eye open and rinse slowly and gently with water for
|
||||
15-20 minutes.
|
||||
• Remove contact lenses, if present, after the first 5
|
||||
minutes, then continue rinsing eye.
|
||||
• Call a poison control center or doctor for treatment
|
||||
advice.
|
||||
Have the product container or label with you when calling a poison control center
|
||||
or doctor, or going for treatment.
|
||||
HOT LINE NUMBER
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal)
|
||||
Or Chemical Emergency Assistance (Spill, Leak, Fire or Accident)
|
||||
Call
|
||||
1-800-888-8372
|
||||
2) -LV
|
||||
|
||||
(
|
||||
-19-
|
||||
Environmental Hazards
|
||||
This product is toxic to wildlife and highly toxic to aquatic invertebrates.
|
||||
Do not contaminate water when disposing of equipment wash water.
|
||||
PhYSical and Chemical Hazards
|
||||
Do not use, pour, spill or store near heat or open flame
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and
|
||||
Limitation of Warranty and Liability before buying or using this product. If the
|
||||
terms are not acceptable, return the product at once, unopened, and the
|
||||
purchase price will be refunded.
|
||||
The Directions for Use of this product should be followed carefully. It is
|
||||
impossible to eliminate all risks inherently associated with the use of this product.
|
||||
Crop injury, ineffectiveness or other unintended consequences may result
|
||||
because of such factors as manner of use or application, weather or crop
|
||||
conditions, presence of other materials or other influencing factors in the use of
|
||||
the product, which are beyond the control of SYNGENTA CROP PROTECTION,
|
||||
LLC or Seller. All such risks shall be assumed by Buyer and User, and Buyer
|
||||
and User agree to hold SYNGENTA and Seller harmless for any claims relating
|
||||
to such factors.
|
||||
SYNGENTA warrants that this product conforms to the chemical description on
|
||||
the label and is reasonably fit for the purposes stated in the Directions for Use,
|
||||
subject to the inherent risks referred to above, when used in accordance with
|
||||
directions under normal use conditions. This warranty does not extend to the
|
||||
use of the product contrary to label instructions, or under abnormal conditions or
|
||||
under conditions not reasonably foreseeable to or beyond the control of Seller or
|
||||
SYNGENTA, and Buyer and User assume the risk of any such use. SYNGENTA
|
||||
MAKES NO WARRANTIES OF MERCHANTABILITY OR OF FITNESS FOR A
|
||||
PARTICULAR PURPOSE NOR ANY OTHER EXPRESS OR IMPLIED
|
||||
WARRANTY EXCEPT AS STATED ABOVE.
|
||||
In no event shall SYNGENTA or Seller be liable for any incidental, consequential
|
||||
or special damages resulting from the use or handling of this product. THE
|
||||
EXCLUSIVE REMEDY OF THE USER OR BUYER, AND THE EXCLUSIVE
|
||||
LIABILITY OF SYNGENTA AND SELLER FOR ANY AND ALL CLAIMS,
|
||||
LOSSES, INJURIES OR DAMAGES (INCLUDING CLAIMS BASED ON
|
||||
BREACH OF WARRANTY, CONTRACT, NEGLIGENCE, TORT, STRICT
|
||||
1Z -
|
||||
|
||||
(
|
||||
-20-
|
||||
LIABILITY OR OTHERWISE) RESULTING FROM THE USE OR HANDLING OF
|
||||
THIS PRODUCT, SHALL BE THE RETURN OF THE PURCHASE PRICE OF
|
||||
THE PRODUCT OR, AT THE ELECTION OF SYNGENTA OR SELLER, THE
|
||||
REPLACEMENT OF THE PRODUCT.
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject
|
||||
to the foregoing Conditions of Sale and Limitation of Warranty and Liability, which
|
||||
may not be modified except by written agreement signed by a duly authorized
|
||||
representative of SYNGENTA.
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of federal law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food, or feed by storage, disposal, or cleaning of
|
||||
equipment.
|
||||
Pesticide Storage
|
||||
Store in a cool, dry place. Storage for extended periods above gO°F is not
|
||||
recommended.
|
||||
For minor spills, leaks, etc., follow all precautions indicated on this label and
|
||||
clean up immediately. Take special care to avoid contamination of equipment
|
||||
and facilities during cleanup procedures and disposal of wastes.
|
||||
Pesticide Disposal
|
||||
Wastes resulting from the use of this product may be disposed of on site or at an
|
||||
approved waste disposal facility. If these wastes cannot be used according to
|
||||
label instructions, contact your State Pesticide or Environmental Control Agency
|
||||
or the Hazardous Waste representative at the nearest EPA Regional Office for
|
||||
guidance in proper disposal methods.
|
||||
Container Handling
|
||||
Non-refillable container. Do not reuse or refill this container. Offer for recycling if
|
||||
available. Triple rinse container (or equivalent) promptly after emptying. Triple
|
||||
rinse as follows: Empty the remaining contents into application equipment or a
|
||||
mix tank. Fill the container y,. full with water. Replace and tighten closures. Tip
|
||||
container on its side and roll it back and forth, ensuring at least one complete
|
||||
revolution, for 30 seconds. Stand the container on its end and tip it back and
|
||||
|
||||
,
|
||||
I
|
||||
I
|
||||
I (
|
||||
i
|
||||
-21-
|
||||
forth several times. Turn the container over onto its other end and tip it back and
|
||||
forth several times. Empty the rinsate into application equipment or a mix tank or
|
||||
store rinsate for later use or disposal. Repeat this procedure two more times.
|
||||
Then offer for recycling if available or puncture and dispose of in a sanitary
|
||||
landfill, or by incineration, or, if allowed by state and local authorities, by burning.
|
||||
If burned, stay out of smoke.
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED, OR DRINKING WATER!
|
||||
Cruiser® and the Syngenta logo are trademarks of a Syngenta Group Company
|
||||
©2010 Syngenta
|
||||
Manufactured for:
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, North Carolina 27419-8300
|
||||
Product 10
|
||||
SCP 1184(8-27-09) (15 gal.)
|
||||
SCP 1184(8-27-09) (120 gal.)
|
||||
CRU XL 1184A-M(8-27-09) PATENT NOTIF MAR2011 CLEAN - pl- 3/2/11
|
||||
000100-01184.20110303.PATENT _NOTIF _MAR2011.pdf
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1185",
|
||||
"epa_reg_no": "100-1185",
|
||||
"product_name": "SEQUENCE HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "S-Metolachlor",
|
||||
"cas": "87392-12-9",
|
||||
"percent": 29,
|
||||
"pc_code": "108800"
|
||||
},
|
||||
{
|
||||
"name": "Glyphosate",
|
||||
"cas": "1071-83-6",
|
||||
"percent": 21.8,
|
||||
"pc_code": "417300"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01185-20241008.pdf",
|
||||
"filename": "000100-01185-20241008.pdf",
|
||||
"accepted_date": "2024-10-08",
|
||||
"last_modified": "2024-10-09T05:45:16+00:00",
|
||||
"page_count": 64,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1185",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1185"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:19:58.778903+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1186",
|
||||
"epa_reg_no": "100-1186",
|
||||
"product_name": "TOUCHDOWN 008",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Dicamba",
|
||||
"cas": "1918-00-9",
|
||||
"percent": 0.6,
|
||||
"pc_code": "029801"
|
||||
},
|
||||
{
|
||||
"name": "Glyphosate, potassium salt",
|
||||
"cas": "70901-12-1",
|
||||
"percent": 43.5,
|
||||
"pc_code": "103613"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01186-20040506.pdf",
|
||||
"filename": "000100-01186-20040506.pdf",
|
||||
"accepted_date": "2004-05-06",
|
||||
"last_modified": "2011-04-13T17:40:35+00:00",
|
||||
"page_count": 39,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1186",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1186"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:20:04.757784+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1187",
|
||||
"epa_reg_no": "100-1187",
|
||||
"product_name": "UNIFORM",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Metalaxyl-M",
|
||||
"cas": "70630-17-0",
|
||||
"percent": 10.9,
|
||||
"pc_code": "113502"
|
||||
},
|
||||
{
|
||||
"name": "Azoxystrobin",
|
||||
"cas": "131860-33-8",
|
||||
"percent": 28.2,
|
||||
"pc_code": "128810"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01187-20150114.pdf",
|
||||
"filename": "000100-01187-20150114.pdf",
|
||||
"accepted_date": "2015-01-14",
|
||||
"last_modified": "2015-01-19T06:49:39+00:00",
|
||||
"page_count": 26,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1187",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1187"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:20:08.288156+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1192",
|
||||
"epa_reg_no": "100-1192",
|
||||
"product_name": "TILT BRAVO SE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Chlorothalonil",
|
||||
"cas": "1897-45-6",
|
||||
"percent": 38.5,
|
||||
"pc_code": "081901"
|
||||
},
|
||||
{
|
||||
"name": "Propiconazole",
|
||||
"cas": "60207-90-1",
|
||||
"percent": 2.9,
|
||||
"pc_code": "122101"
|
||||
}
|
||||
],
|
||||
"signal_word": "Danger",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01192-20171109.pdf",
|
||||
"filename": "000100-01192-20171109.pdf",
|
||||
"accepted_date": "2017-11-09",
|
||||
"last_modified": "2017-12-14T06:46:09+00:00",
|
||||
"page_count": 26,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1192",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1192"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:20:16.703885+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1195",
|
||||
"epa_reg_no": "100-1195",
|
||||
"product_name": "APRONMAXX RFC",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Fludioxonil",
|
||||
"cas": "131341-86-1",
|
||||
"percent": 2.31,
|
||||
"pc_code": "071503"
|
||||
},
|
||||
{
|
||||
"name": "Metalaxyl-M",
|
||||
"cas": "70630-17-0",
|
||||
"percent": 3.46,
|
||||
"pc_code": "113502"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01195-20190719.pdf",
|
||||
"filename": "000100-01195-20190719.pdf",
|
||||
"accepted_date": "2019-07-19",
|
||||
"last_modified": "2019-08-26T17:46:10+00:00",
|
||||
"page_count": 13,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1195",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1195"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:20:23.386570+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,512 @@
|
||||
# APRONMAXX RFC
|
||||
|
||||
- EPA Reg No: **100-1195**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Fludioxonil (2.31%); Metalaxyl-M (3.46%)
|
||||
- Label accepted: 2019-07-19
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01195-20190719.pdf
|
||||
|
||||
---
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON, DC 20460
|
||||
|
||||
|
||||
|
||||
Reg Review Label Acceptable v.20151230
|
||||
OFFICE OF CHEMICAL SAFETY
|
||||
AND POLLUTION PREVENTION
|
||||
July 19, 2019
|
||||
|
||||
Ricky Kyaw
|
||||
Regulatory Product Manager
|
||||
Syngenta CropScience LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, NC 27419
|
||||
|
||||
Subject: Registration Review Label Mitigation for Fludioxonil and Mefenoxam
|
||||
Product Name: Apron MAXX® RFC
|
||||
EPA Registration Number: 100-1195
|
||||
Application Date: 7/31/2018; 2/1/2019
|
||||
Decision Number: 552855; 552856
|
||||
|
||||
Dear Ricky Kyaw
|
||||
|
||||
The Agency, in accordance with the Federal Insecticide, Fungicide and Rodenticide Act
|
||||
(FIFRA), as amended, has completed reviewing all of the information submitted with your
|
||||
application to support the Registration Review of the above referenced product in connection
|
||||
with the Fludioxonil and Mefenoxam Interim Decision, and has concluded that your submission
|
||||
is acceptable. The label referred to above, submitted in connection with registration under
|
||||
FIFRA, as amended, is acceptable.
|
||||
|
||||
Should you wish to add/retain a reference to the company’s website on your label, then please be
|
||||
aware that the website becomes labeling under the Federal Insecticide Fungicide and Rodenticide
|
||||
Act and is subject to review by the Agency. If the website is false or misleading, the product
|
||||
would be misbranded and unlawful to sell or distribute under FIFRA section 12(a)(1)(E). 40
|
||||
CFR 156.10(a)(5) list examples of statements EPA may consider false or misleading. In addition,
|
||||
regardless of whether a website is referenced on your product’s label, claims made on the
|
||||
website may not substantially differ from those claims approved through the registration process.
|
||||
Therefore, should the Agency find or if it is brought to our attention that a website contains false
|
||||
or misleading statements or claims substantially differing from the EPA approved registration,
|
||||
the website will be referred to the EPA’s Office of Enforcement and Compliance.
|
||||
|
||||
A copy of your label stamped “Accepted” is enclosed. Products shipped after 12 months from the
|
||||
date of this amendment must bear the new revised label. Your release for shipment of the
|
||||
product bearing the amended label constitutes acceptance of these conditions. If these conditions
|
||||
are not complied with, the registration will be subject to cancellation in accordance with FIFRA
|
||||
section 6.
|
||||
|
||||
If you have any questions about this letter, please contact Darius Stanton by phone at 703-347-
|
||||
0433, or via email at last.first@epa.gov
|
||||
.
|
||||
|
||||
Page 2 of 2
|
||||
EPA Reg. No. 100-1195
|
||||
Decision No. 552855; 552856
|
||||
|
||||
Sincerely,
|
||||
|
||||
|
||||
|
||||
Linda Arrington, Branch Chief
|
||||
Risk Management and Implementation Branch 4
|
||||
Pesticide Re-Evaluation Division
|
||||
Office of Pesticide Programs
|
||||
|
||||
Enclosure
|
||||
|
||||
(MASTER)
|
||||
MEFENOXAM GROUP 4 FUNGICIDE
|
||||
FLUDIOXONIL GROUP 12 FUNGICIDE
|
||||
ApronMAXX® RFC
|
||||
Fungicide
|
||||
Broad-spectrum seed treatment fungicide for protection against seed and seed-borne
|
||||
diseases.
|
||||
Active Ingredients:
|
||||
Fludioxonil:* ............................................................................................................ 2.31%
|
||||
Mefenoxam**: ......................................................................................................... 3.46%
|
||||
Other Ingredients: 94.23%
|
||||
Total: 100.00%
|
||||
*CAS No. 131341-86-1
|
||||
**CAS Nos. 70630-17-0 and 69516-34-3
|
||||
Contains 0.21 pound active ingredient of fludioxonil and 0.31 pound active ingredient of
|
||||
mefenoxam per gallon.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use inside booklet.
|
||||
EPA Reg. No. 100-1195
|
||||
SCP 1195
|
||||
________gallons
|
||||
Net Contents
|
||||
Jul 19, 2019
|
||||
100-1195
|
||||
|
||||
-2-
|
||||
|
||||
FIRST AID
|
||||
If on skin or
|
||||
clothing
|
||||
x Take off contaminated clothing.
|
||||
x Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
x Call a poison control center or doctor for treatment advice.
|
||||
Have the product container or label with you when calling a poison control center or
|
||||
doctor, or going for treatment.
|
||||
HOT LINE NUMBER
|
||||
For 24 Hour Medical Emergency Assistance (Human or Animal) or
|
||||
Chemical Emergency Assistance (Spill, Leak, Fire, or Accident),
|
||||
Call
|
||||
1-800-888-8372
|
||||
|
||||
|
||||
PRECAUTIONARY STATEMENTS
|
||||
|
||||
Hazards to Humans and Domestic Animals
|
||||
|
||||
CAUTION
|
||||
|
||||
Harmful if absorbed through the skin. Avoid contact with skin, eyes, or clothing. Wash
|
||||
thoroughly with soap and water after handling. Prolonged or frequently repeated skin
|
||||
contact may cause allergic reactions in some individuals.
|
||||
|
||||
Personal Protective Equipment (PPE)
|
||||
|
||||
Applicators and other handlers must wear:
|
||||
x Long-sleeved shirt and long pants
|
||||
x Chemical-resistant gloves made of barrier laminate, butyl rubber > 14 mils, nitrile
|
||||
rubber > 14 mils, neoprene rubber > 14 mils, or polyvinyl chloride (PVC) > 14 mils or
|
||||
Viton® > 14 mils
|
||||
x Shoes plus socks
|
||||
|
||||
Follow manufacturer’s instructions for cleaning/maintaining PPE. If no such instructions
|
||||
for washables exist, use detergent and hot water. Keep and wash PPE separately from
|
||||
other laundry.
|
||||
|
||||
-3-
|
||||
Engineering Control Statements
|
||||
|
||||
When handlers use closed systems in a manner that meets the requirements listed in
|
||||
the Worker Protection Standard (WPS) for agricultural pesticides [40 CFR 170.240(d)(4-
|
||||
6)], the handler PPE requirements may be reduced or modified as specified in the WPS.
|
||||
|
||||
|
||||
User Safety Recommendations
|
||||
|
||||
Users should:
|
||||
|
||||
x Wash hands before eating, drinking, chewing gum, using tobacco, or using the toilet.
|
||||
x Remove clothing/PPE immediately if pesticide gets inside. Then wash thoroughly
|
||||
and put on clean clothing.
|
||||
x Remove PPE immediately after handling this product. Wash the outside of gloves
|
||||
before removing. As soon as possible, wash thoroughly and change into clean
|
||||
clothing.
|
||||
|
||||
|
||||
Environmental Hazards
|
||||
|
||||
This pesticide is toxic to freshwater and estuarine/marine fish and aquatic invertebrates.
|
||||
Do not contaminate water when disposing of equipment washwater or rinsate.
|
||||
|
||||
Groundwater Advisory Statement
|
||||
|
||||
Mefenoxam is known to leach through soil into groundwater under certain conditions as
|
||||
a result of agricultural use. Use of this chemical in areas where soils are permeable,
|
||||
particularly where the water table is shallow, may result in groundwater contamination.
|
||||
|
||||
-4-
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not
|
||||
acceptable, return the product at once, unopened, and the purchase price will be
|
||||
refunded.
|
||||
|
||||
The Directions for Use of this product must be followed carefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors
|
||||
as manner of use or application, weather or crop conditions, presence of other materials
|
||||
or other influencing factors in the use of the product, which are beyond the control of
|
||||
SYNGENTA CROP PROTECTION, LLC or Seller. To the extent consistent with
|
||||
applicable law, Buyer and User agree to hold Syngenta and Seller harmless for any
|
||||
claims relating to such factors.
|
||||
|
||||
SYNGENTA warrants that this product conforms to the chemical description on the label
|
||||
and is reasonably fit for the purposes stated in the Directions for Use, subject to the
|
||||
inherent risks referred to above, when used in accordance with directions under normal
|
||||
use conditions. To the extent consistent with applicable law: (1) this warranty does not
|
||||
extend to the use of the product contrary to label instructions or under conditions not
|
||||
reasonably foreseeable to or beyond the control of Seller or SYNGENTA, and (2) Buyer
|
||||
and User assume the risk of any such use. TO THE EXTENT CONSISTENT WITH
|
||||
APPLICABLE LAW, SYNGENTA MAKES NO WARRANTIES OF MERCHANTABILITY
|
||||
OR OF FITNESS FOR A PARTICULAR PURPOSE NOR ANY OTHER EXPRESS OR
|
||||
IMPLIED WARRANTY EXCEPT AS WARRANTED BY THIS LABEL.
|
||||
|
||||
To the extent consistent with applicable law, in no event shall SYNGENTA be liable for
|
||||
any incidental, consequential or special damages resulting from the use or handling of
|
||||
this product. TO THE EXTENT CONSISTENT WITH APPLICABLE LAW, THE
|
||||
EXCLUSIVE REMEDY OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY
|
||||
OF SYNGENTA AND SELLER FOR ANY AND ALL CLAIMS, LOSSES, INJURIES
|
||||
OR DAMAGES (INCLUDING CLAIMS BASED ON BREACH OF WARRANTY,
|
||||
CONTRACT, NEGLIGENCE, TORT, STRICT LIABILITY OR OTHERWISE)
|
||||
RESULTING FROM THE USE OR HANDLING OF THIS PRODUCT, SHALL BE THE
|
||||
RETURN OF THE PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION
|
||||
OF SYNGENTA OR SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing conditions of Sale and Limitation of Warranty and Liability, which may not be
|
||||
modified except by written agreement signed by a duly authorized representative of
|
||||
SYNGENTA.
|
||||
|
||||
-5-
|
||||
DIRECTIONS FOR USE
|
||||
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
|
||||
Do not apply this product in a way that will contact workers or other persons, either
|
||||
directly or through drift. Only protected handlers may be in the area during application.
|
||||
For any requirements specific to your State or Tribe, consult the agency responsible for
|
||||
pesticide regulation.
|
||||
|
||||
Treatment of highly mechanically damaged seed, or seed of known low vigor and poor
|
||||
quality, may result in reduced germination and/or reduction of seed and seedling vigor.
|
||||
Treat and conduct germination test on a small portion of seed before committing the
|
||||
total seed lot to a selected chemical treatment. Due to seed-quality conditions beyond
|
||||
the control of Syngenta crop protection, no claims are made to guarantee germination of
|
||||
carry-over seed.
|
||||
|
||||
Maximum usage when applying metalaxyl- and mefenoxam- containing products
|
||||
to the same crop within the same season: Do not apply more than the maximum
|
||||
yearly total application rate for the active ingredient as stated on the label of the product
|
||||
containing the lowest yearly total on that crop.
|
||||
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR part 170. This Standard contains requirements for the protection of
|
||||
agricultural workers on farms, forests, nurseries, and greenhouses, and handlers of
|
||||
agricultural pesticides. It contains requirements for training, decontamination, and
|
||||
emergency assistance. It also contains specific instructions and exceptions pertaining
|
||||
to the statements on this label about personal protective equipment (PPE) and
|
||||
restricted-entry interval. The requirements in this box only apply to uses of this product
|
||||
that are covered by the Worker Protection Standard.
|
||||
|
||||
Do not enter or allow worker entry into treated areas during the restricted-entry
|
||||
interval (REI) of 48 hours. Exception: If the seed is treated with the product and the
|
||||
treated seed is soil-injected or soil-incorporated, the Worker Protection Standard, under
|
||||
certain circumstances, allows workers to enter the treated area if there will be no
|
||||
contact with anything that has been treated.
|
||||
|
||||
PPE required for early entry to treated areas that is permitted under the Worker
|
||||
Protection Standard and that involves contact with anything that has been treated, such
|
||||
as plants, soil, or water is:
|
||||
x Coveralls
|
||||
x Chemical-resistant gloves made of barrier laminate, butyl rubber > 14 mils, nitrile
|
||||
rubber > 14 mils, neoprene rubber > 14 mils, or polyvinyl chloride (PVC) > 14
|
||||
mils or Viton® > 14 mils
|
||||
x Shoes plus socks
|
||||
|
||||
-6-
|
||||
|
||||
FAILURE TO FOLLOW THE DIRECTIONS FOR USE AND PRECAUTIONS ON THIS
|
||||
LABEL MAY RESULT IN CROP INJURY, POOR DISEASE CONTROL, OR ILLEGAL
|
||||
RESIDUES.
|
||||
|
||||
GENERAL INFORMATION
|
||||
|
||||
ApronMAXX RFC is a seed treatment fungicide that protects against damping-off and
|
||||
seed rots due to Pythium, Phytophthora, Fusarium, Rhizoctonia spp., and early season
|
||||
Phytophthora root rot. ApronMAXX RFC also suppresses seed-borne Sclerotinia and
|
||||
Phomopsis spp., particularly in soybeans. ApronMAXX RFC contains the active
|
||||
ingredient mefenoxam found in Apron XL® that provides protection against Pythium and
|
||||
early season Phytophthora root rot. ApronMAXX RFC also contains the active
|
||||
ingredient fludioxonil found in Maxim® that provides protection against the remaining
|
||||
diseases mentioned in this label.
|
||||
|
||||
Resistance Management
|
||||
|
||||
MEFENOXAM GROUP 4 FUNGICIDE
|
||||
FLUDIOXONIL GROUP 12 FUNGICIDE
|
||||
|
||||
For resistance management, please note that Apron MAXX RFC contains Group 4/
|
||||
mefenoxam and Group 12/fludioxonil fungicides. Any fungal population may contain
|
||||
individuals naturally resistant to Apron MAXX RFC and other Group 4 or Group 12
|
||||
fungicides. A gradual or total loss of pest control may occur over time if these fungicides
|
||||
are used repeatedly in the same fields. Appropriate resistance-management strategies
|
||||
should be followed.
|
||||
|
||||
Mefenoxam belongs to the phenylamide class of chemistry which interferes with fungal
|
||||
RNA synthesis. Fludioxonil belongs to the phenylpyrrole class of chemistry which
|
||||
interferes with osmotic signal transduction.
|
||||
|
||||
To delay fungicide resistance, take one or more of the following steps:
|
||||
x Rotate the use of Apron MAXX RFC or other Group 4 or Group 12 fungicides within
|
||||
a growing season sequence with different groups that control the same pathogens.
|
||||
x Use tank mixtures with fungicide from a different group that are equally effective on
|
||||
the target pest when such use is permitted. Use at least the minimum application
|
||||
rate as labeled by the manufacturer.
|
||||
x Adopt an integrated disease management program for fungicide use that includes
|
||||
scouting, uses historical information related to pesticide use, and crop rotation, and
|
||||
which considers host plant resistance, impact of environmental conditions on
|
||||
disease development, disease thresholds, as well as cultural, biological and other
|
||||
chemical control practices.
|
||||
x Where possible, make use of predictive disease models to effectively time fungicide
|
||||
applications. Note that using predictive models alone is not sufficient to manage
|
||||
resistance.
|
||||
x Monitor treated fungal populations for resistance development.
|
||||
|
||||
-7-
|
||||
x Contact your local extension specialist or certified crop advisor for any additional
|
||||
pesticide resistance-management and/or IPM recommendations for specific crop
|
||||
and pathogens.
|
||||
x For further information or to report suspected resistance contact Syngenta at 1-866-
|
||||
Syngent(a) (866-796-4368). You can also contact your pesticide distributor or
|
||||
university extension specialist to report resistance.
|
||||
|
||||
Make all applications according to the use directions that follow. If a rate range is
|
||||
specified, use higher rates of ApronMAXX RFC when the disease pressure is expected
|
||||
to be high.
|
||||
|
||||
MIXING INSTRUCTIONS FOR SOYBEANS
|
||||
|
||||
ApronMAXX RFC is especially formulated for on-farm or commercial treatment to be
|
||||
used with liquid rhizobia products, using standard mechanical slurry or mist-type seed
|
||||
treatment equipment which accurately measures and mixes a flowable seed treatment.
|
||||
The equipment must provide uniform coverage of ApronMAXX RFC on the seed.
|
||||
Uneven seed coverage may not give the desired level of disease control. ApronMAXX
|
||||
RFC must be diluted with either water or liquid inoculants prior to application to
|
||||
soybeans. Consult the manufacturer of the application equipment you plan to use for
|
||||
suitability for this application and for instructions on operation and calibration of the
|
||||
equipment. Do not mix ApronMAXX RFC fungicide with other pesticides unless
|
||||
sufficient compatibility, loading rates, and seed and crop safety factors are determined.
|
||||
Do not mix with any product that contains a prohibition on mixing. Follow the more
|
||||
restrictive labeling of any tank-mix partner.
|
||||
|
||||
In a clean container large enough to contain the entire mixture add the desired amount
|
||||
of ApronMAXX RFC. Add half of the required water or liquid inoculant and mix
|
||||
thoroughly. Add the remaining amount of water or liquid inoculant and mix again. The
|
||||
slurry is ready for application to the soybeans. Mix as needed and do not store diluted
|
||||
mixture.
|
||||
|
||||
Additional or continuous agitation or mixing of the slurry mixture may be necessary to
|
||||
prevent the ApronMAXX RFC from settling out of solution when using water or liquid
|
||||
inoculants.
|
||||
|
||||
ApronMAXX RFC has been found to be compatible with some liquid inoculant products.
|
||||
ApronMAXX RFC may be mixed or applied sequentially with approved liquid inoculants.
|
||||
Consult the maker of the liquid inoculants and a Syngenta Crop Protection
|
||||
representative for directions before applying ApronMAXX RFC with liquid inoculants.
|
||||
|
||||
Special Precaution: ApronMAXX RFC is specially formulated to be compatible with
|
||||
some liquid inoculants. If water is used to further dilute ApronMAXX RFC when
|
||||
rhizobia are present, use only nonchlorinated water. Chlorinated water will kill
|
||||
the live rhizobia contained in the inoculant.
|
||||
|
||||
-8-
|
||||
MIXING INSTRUCTIONS FOR OTHER LEGUMES
|
||||
|
||||
Apply ApronMAXX RFC as a water based slurry utilizing standard slurry seed treatment
|
||||
equipment which provides uniform seed coverage. Uneven or incomplete seed
|
||||
coverage may not give the desired level of disease protection. Thoroughly mix the
|
||||
labeled amount of ApronMAXX RFC into the required amount of water for the slurry
|
||||
treater and dilution rate to be used.
|
||||
|
||||
Follow the manufacturer application instructions for the seed treatment equipment being
|
||||
used. Maintain constant agitation of the slurry during the treatment. Allow seed to dry
|
||||
before bagging.
|
||||
|
||||
CROP USE DIRECTIONS
|
||||
|
||||
Note: Federal law requires that bags of treated seeds shall be labeled with the
|
||||
following information: “This seed has been treated with fludioxonil and mefenoxam
|
||||
fungicides. Do not use for food, feed or oil purposes. Store away from food and
|
||||
feedstuffs.” Treated seed bagged for later use must contain an EPA-approved dye or
|
||||
colorant that imparts an unnatural color to the seed.
|
||||
|
||||
Soybean
|
||||
ApronMAXX RFC provides protection against damping-off and seed rots due to
|
||||
Pythium, Phytophthora, Fusarium, Rhizoctonia spp., and early season Phytophthora
|
||||
root rot. ApronMAXX RFC also suppresses seed-borne Sclerotinia and Phomopsis spp.
|
||||
For these soybean diseases, apply ApronMAXX RFC at the rate specified in the rate
|
||||
table, plus water at 3.5 fl oz per 100 lbs. seed. Alternatively, approved liquid rhizobia
|
||||
inoculants at rates specified by manufacturer to achieve proper total slurry volumes can
|
||||
be used. If the target fields have a history of high Phytophthora pressure, then use
|
||||
Apron XL as specified in the rate table. Read and follow all label directions for Apron
|
||||
XL use.
|
||||
|
||||
Soybean use rate*
|
||||
ApronMAXX RFC** Additional Apron XL
|
||||
1.5 fl oz/100 lbs. seed**
|
||||
or
|
||||
0.005 fl oz/1,000 seed
|
||||
or
|
||||
0.7 fl oz/140,000 seed
|
||||
0.16-0.48 fl oz/100 lbs. seed
|
||||
or
|
||||
0.0005-0.0016 fl oz/1,000 seed
|
||||
or
|
||||
0.075-0.224 fl oz/140,000 seed
|
||||
0.0092 mg ai/seed 0.005-0.0170 mg ai/seed
|
||||
*Based 3,000 seeds per pound.
|
||||
**Contains 3.75 g of mefenoxam and 2.5 g of fludioxonil/100 kg of seed.
|
||||
Legume Crops
|
||||
Bean (Lupinus spp.)
|
||||
(grain lupin, sweet lupin, white lupin, white sweet lupin)
|
||||
Bean (Phaseolus spp.)
|
||||
(field bean, kidney bean, lima bean, navy bean, pinto bean, runner bean, snap bean,
|
||||
tepary bean, wax bean)
|
||||
|
||||
-9-
|
||||
Bean (Vigna spp.)
|
||||
(adzuki bean, asparagus bean, black-eyed pea, catjang, Chinese longbean, cowpea,
|
||||
Crowder pea, moth bean, mung bean, rice bean, southern pea, urd bean, yardlong
|
||||
bean)
|
||||
Broad bean (fava bean)
|
||||
Chickpea (garbanzo bean)
|
||||
Guar
|
||||
Jackbean
|
||||
Lablab bean (hyacinth bean)
|
||||
Lentil
|
||||
Pea (Pisum spp.)
|
||||
(dwarf pea, edible-pod pea, English pea, field pea, garden pea, green pea, snow
|
||||
pea, sugar snap pea)
|
||||
Pigeon pea
|
||||
Sword bean
|
||||
|
||||
ApronMAXX RFC provides protection against damping-off and seed rots due to
|
||||
Pythium, Phytophthora, Fusarium, Rhizoctonia spp., and early season Phytophthora
|
||||
root rot. Additional Apron XL may be necessary depending on the type of pathogen and
|
||||
the level of disease pressure. Use the table below to determine the appropriate use
|
||||
rate of ApronMAXX RFC and Apron XL, if needed. Read and follow all label directions
|
||||
for Apron XL use.
|
||||
|
||||
Use Rate
|
||||
(fl oz/100 lbs. seed)
|
||||
Pathogens ApronMAXX RFC Apron XL
|
||||
Pythium (low pressure), Fusarium and
|
||||
Rhizoctonia
|
||||
1.5 --
|
||||
Pythium (high pressure), Fusarium and
|
||||
Rhizoctonia
|
||||
1.5 0.16
|
||||
Pythium (high pressure), Phytophthora,
|
||||
Fusarium and Rhizoctonia
|
||||
1.5 0.48
|
||||
|
||||
-10-
|
||||
STORAGE AND DISPOSAL
|
||||
|
||||
Do not contaminate water, food or feed by storage or disposal. Open dumping is
|
||||
prohibited.
|
||||
|
||||
Pesticide Storage
|
||||
|
||||
Store in the original container only in a cool, dry, secure place. Keep container closed
|
||||
when not in use. Do not store near food or feed. In case of spill on floor or paved
|
||||
surfaces, mop and remove to chemical waste storage area until proper disposal can be
|
||||
made if product cannot be used according to the label.
|
||||
|
||||
Pesticide Disposal
|
||||
|
||||
Pesticide wastes are acutely hazardous. Improper disposal of excess pesticide, spray
|
||||
mixture, or rinsate is a violation of Federal law. If these wastes cannot be disposed of
|
||||
by use according to label instructions, contact your State Pesticide or Environmental
|
||||
Control Agency, or the Hazardous Waste representative of the nearest EPA Regional
|
||||
Office for guidance.
|
||||
|
||||
Container Handling
|
||||
|
||||
Non-refillable container. Do not reuse or refill this container. Triple rinse container (or
|
||||
equivalent) promptly after emptying. Triple rinse as follows: Empty the remaining
|
||||
contents into application equipment or a mix tank. Fill the container ¼ full with water.
|
||||
Replace and tighten closures. Tip container on its side and roll it back and forth,
|
||||
ensuring at least one complete revolution, for 30 seconds. Stand the container on its
|
||||
end and tip it back and forth several times. Turn the container over onto its other end
|
||||
and tip it back and forth several times. Empty the rinsate into application equipment or
|
||||
a mix tank or store rinsate for later use or disposal. Repeat this procedure two more
|
||||
times. Then offer for recycling if available or puncture and dispose of in a sanitary
|
||||
landfill, by incineration, or by other procedures approved by state and local authorities.
|
||||
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED OR DRINKING WATER.
|
||||
|
||||
|
||||
ApronMAXX® RFC, Maxim®, Apron XL® the ALLIANCE FRAME, the Syngenta Logo
|
||||
and the PURPOSE ICON are Trademarks of a Syngenta Group Company
|
||||
|
||||
©20XX Syngenta
|
||||
For non-emergency (e.g., current product information), call
|
||||
Syngenta Crop Protection at 1-800-334-9481.
|
||||
|
||||
Manufactured for:
|
||||
Syngenta Crop Protection, LLC
|
||||
P.O. Box 18300
|
||||
Greensboro, North Carolina 27419-8300
|
||||
|
||||
-11-
|
||||
|
||||
SCP 1195
|
||||
|
||||
APRON MAXX RFC 1195 MAS 0310 AMEND JUN2018 mar draft – mar– 5/29/18
|
||||
000100-01195.20180529.APRON_MAXX_RFC.AMEND-JUN2018.PDF
|
||||
|
||||
APRON MAXX RFC 1195 MAS 0310 AMEND JUN2018 mar draft-HI – mar– 5/29/18
|
||||
000100-01195.20180529.APRON_MAXX_RFC.AMEND-JUN2018-HI.PDF
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1199",
|
||||
"epa_reg_no": "100-1199",
|
||||
"product_name": "Axiall\u00ae Herbicide",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Pinoxaden",
|
||||
"cas": "243973-20-8",
|
||||
"percent": 9.71,
|
||||
"pc_code": "147500"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01199-20250206.pdf",
|
||||
"filename": "000100-01199-20250206.pdf",
|
||||
"accepted_date": "2025-02-06",
|
||||
"last_modified": "2025-02-07T18:45:02+00:00",
|
||||
"page_count": 20,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1199",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1199"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:20:29.515387+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,847 @@
|
||||
# Axiall® Herbicide
|
||||
|
||||
- EPA Reg No: **100-1199**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Pinoxaden (9.71%)
|
||||
- Label accepted: 2025-02-06
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01199-20250206.pdf
|
||||
|
||||
---
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON, DC 20460
|
||||
|
||||
|
||||
|
||||
Notification Label Acceptable v.20150904
|
||||
OFFICE OF CHEMICAL SAFETY
|
||||
AND POLLUTION PREVENTION
|
||||
February 6, 2025
|
||||
|
||||
Jordan Moseley
|
||||
Regulatory Manager
|
||||
Syngenta Crop Protection, LLC
|
||||
P. O. Box 18300
|
||||
Greensboro, NC 27419
|
||||
|
||||
Subject: Notification per PRN 98-10 – Updating label with the storage and disposal text.
|
||||
|
||||
Product Name: Axial Herbicide
|
||||
EPA Registration Number: 100-1199
|
||||
Application Date: 10/29/2024
|
||||
Case Number: 635194
|
||||
|
||||
|
||||
Dear Mr. Moseley:
|
||||
|
||||
The Agency is in receipt of your Application for Pesticide Notification under Pesticide
|
||||
Registration Notice (PRN) 98-10 for the above referenced product. The Registration Division
|
||||
(RD) has conducted a review of this request for its applicability under PRN 98-10 and finds that
|
||||
the action requested falls within the scope of PRN 98-10.
|
||||
|
||||
The label submitted with the application has been stamped “Notification” and will be placed in
|
||||
our records.
|
||||
|
||||
Should you wish to add/retain a reference to the company’s website on your label, then please be
|
||||
aware that the website becomes labeling under the Federal Insecticide Fungicide and Rodenticide
|
||||
Act and is subject to review by the Agency. If the website is false or misleading, the product
|
||||
would be misbranded and unlawful to sell or distribute under FIFRA section 12(a)(1)(E). 40
|
||||
CFR 156.10(a)(5) list examples of statements EPA may consider false or misleading. In addition,
|
||||
regardless of whether a website is referenced on your product’s label, claims made on the
|
||||
website may not substantially differ from those claims approved through the registration process.
|
||||
Therefore, should the Agency find or if it is brought to our attention that a website contains false
|
||||
or misleading statements or claims substantially differing from the EPA approved registration,
|
||||
the website will be referred to the EPA’s Office of Enforcement and Compliance.
|
||||
|
||||
If you have any questions, you may contact Sayed Islam at 202-566-2796 or via email at
|
||||
islam.sayed@epa.gov.
|
||||
|
||||
Page 2 of 2
|
||||
EPA Reg. No. 59639-34
|
||||
Case No. 639717
|
||||
|
||||
|
||||
|
||||
|
||||
Sayed Islam For
|
||||
Heather McFarley, Product Manager 24
|
||||
Fungicide and Herbicide Branch
|
||||
Registration Division (7505P)
|
||||
Office of Pesticide Programs
|
||||
|
||||
[Booklet]
|
||||
PINOXADEN GROUP1 HERBICIDE
|
||||
Axial®
|
||||
[Alternate brand name: Trondus]
|
||||
Herbicide
|
||||
Postemergence herbicide for control of grass weeds in wheat and barley
|
||||
Active Ingredient:
|
||||
Pinoxaden*.............................................................................................................. 9.71%
|
||||
Other Ingredients: 90.29%
|
||||
Total: 100.00%
|
||||
*CAS No. 243973-20-8
|
||||
Contains petroleum distillates.
|
||||
Axial Herbicide contains 0.83 lb of pinoxaden active ingredient per gallon.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use inside booklet.
|
||||
EPA Reg. No. 100-1199
|
||||
EPA Est.
|
||||
___________
|
||||
Net Contents
|
||||
|
||||
-2-
|
||||
FIRST AID
|
||||
If in eyes Hold eye open and rinse slowly and gently with water for 15-20
|
||||
minutes.
|
||||
Remove contact lenses, if present after the first 5 minutes,
|
||||
then continue rinsing eye.
|
||||
Call a poison control center or doctor for treatment advice.
|
||||
If on skin or
|
||||
clothing
|
||||
Take off contaminated clothing.
|
||||
Rinse skin immediately with plenty of water for 15-20 minutes.
|
||||
Call a poison control center or doctor for treatment advice.
|
||||
If swallowed Immediately call a poison control center or doctor.
|
||||
Do not induce vomiting unless told to do so by a poison control
|
||||
center or doctor.
|
||||
Do not give any liquid to the person.
|
||||
Do not give anything by mouth to an unconscious person.
|
||||
If inhaled Move person to fresh air.
|
||||
If person is not breathing, call 911 or an ambulance, then give
|
||||
artificial respiration, preferably by mouth-to-mouth, if possible.
|
||||
Call a poison control center or doctor for further treatment
|
||||
advice.
|
||||
Have the product container or label with you when calling a poison control center or
|
||||
doctor or going for treatment.
|
||||
Note to Physician
|
||||
Contains petroleum distillates vomiting may cause aspiration pneumonia.
|
||||
HOT LINE NUMBER
|
||||
For 24 Hour Medical Emergency Assistance (Human or Animal) or Chemical
|
||||
Emergency Assistance (Spill, Leak, Fire, or Accident)
|
||||
Call
|
||||
1-800-888-8372
|
||||
|
||||
|
||||
PRECAUTIONARY STATEMENTS
|
||||
|
||||
Hazards to Humans and Domestic Animals
|
||||
|
||||
CAUTION
|
||||
|
||||
Causes moderate eye irritation. Avoid contact with eyes, skin or clothing. Harmful if
|
||||
swallowed or absorbed through skin.
|
||||
|
||||
Personal Protective Equipment (PPE)
|
||||
|
||||
Some materials that are chemical resistant to this product are listed below.
|
||||
|
||||
Applicators and other handlers must wear:
|
||||
|
||||
-3-
|
||||
Long-sleeved shirt and long pants
|
||||
Shoes plus socks
|
||||
Chemical-resistant gloves made of barrier laminate, butyl rubber 14 mils, nitrile
|
||||
rubber 14 mils, neoprene rubber 14 mils, natural rubber 14 mils, polyethylene,
|
||||
polyvinyl chloride (PVC) 14 mils, or VitonTM 14 mils
|
||||
|
||||
for washables exist, use detergent and hot water. Keep and wash PPE separately from
|
||||
other laundry.
|
||||
|
||||
Engineering Control Statements
|
||||
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that meets
|
||||
the requirements listed in the Worker Protection Standard (WPS) for agricultural
|
||||
pesticides [40 CFR 170.240(d)(4-6)], the handler PPE requirements may be reduced or
|
||||
modified as specified in the WPS.
|
||||
|
||||
|
||||
User Safety Recommendations
|
||||
|
||||
Users should:
|
||||
|
||||
Wash hands before eating, drinking, chewing gum, using tobacco, or using the toilet.
|
||||
Remove clothing/PPE immediately if pesticide gets inside. Then wash thoroughly and
|
||||
put on clean clothing.
|
||||
Remove PPE immediately after handling this product. Wash the outside of gloves
|
||||
before removing. As soon as possible, wash thoroughly and change into clean
|
||||
clothing.
|
||||
|
||||
|
||||
Environmental Hazards
|
||||
|
||||
This product is toxic to oysters. For terrestrial uses: Do not apply directly to water, to
|
||||
areas where surface water is present, or to intertidal areas below the mean high water
|
||||
mark. Do not contaminate water when disposing of equipment wash water or rinsate.
|
||||
|
||||
NON-TARGET ORGANISM ADVISORY STATEMENT: This product is toxic to plants
|
||||
and may adversely impact the forage and habitat of non-target organisms, including
|
||||
pollinators, in areas adjacent to the treated site. Protect the forage and habitat of non-
|
||||
target organisms by following label directions intended to minimize spray drift.
|
||||
|
||||
Physical or Chemical Hazards
|
||||
|
||||
Do not use or store near heat or open flame.
|
||||
|
||||
-4-
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before using this product. If the terms are not acceptable,
|
||||
return the product at once, unopened, and the purchase price will be refunded.
|
||||
|
||||
The Directions for Use of this product must be followed carefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors
|
||||
as manner of use or application, weather or crop conditions, presence of other materials
|
||||
or other influencing factors in the use of the product, which are beyond the control of
|
||||
SYNGENTA CROP PROTECTION, Inc. or Seller. To the extent permitted by applicable
|
||||
law, Buyer and User agree to hold SYNGENTA and Seller harmless for any claims
|
||||
relating to such factors.
|
||||
|
||||
SYNGENTA warrants that this product conforms to the chemical description on the label
|
||||
and is reasonably fit for the purposes stated in the Directions for Use, subject to the
|
||||
inherent risks referred to above, when used in accordance with directions under normal
|
||||
use conditions. To the extent permitted by applicable law: (1) this warranty does not
|
||||
extend to the use of the product contrary to label instructions or under conditions not
|
||||
reasonably foreseeable to or beyond the control of Seller or SYNGENTA, and, (2) Buyer
|
||||
and User assume the risk of any such use. TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW, SYNGENTA MAKES NO WARRANTIES OF MERCHANTABILITY
|
||||
OR OF FITNESS FOR A PARTICULAR PURPOSE NOR ANY OTHER EXPRESS OR
|
||||
IMPLIED WARRANTY EXCEPT AS WARRANTED BY THIS LABEL.
|
||||
|
||||
To the extent permitted by applicable law, in no event shall SYNGENTA be liable for
|
||||
any incidental, consequential or special damages resulting from the use or handling of
|
||||
this product. TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE
|
||||
EXCLUSIVE REMEDY OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY
|
||||
OF SYNGENTA AND SELLER FOR ANY AND ALL CLAIMS, LOSSES, INJURIES
|
||||
OR DAMAGES (INCLUDING CLAIMS BASED ON BREACH OF WARRANTY,
|
||||
CONTRACT, NEGLIGENCE, TORT, STRICT LIABILITY OR OTHERWISE)
|
||||
RESULTING FROM THE USE OR HANDLING OF THIS PRODUCT, SHALL BE THE
|
||||
RETURN OF THE PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION
|
||||
OF SYNGENTA OR SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing Conditions of Sale and Limitation of Warranty and Liability, which may not be
|
||||
modified except by written agreement signed by a duly authorized representative of
|
||||
SYNGENTA.
|
||||
|
||||
-5-
|
||||
DIRECTIONS FOR USE
|
||||
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its
|
||||
labelling.
|
||||
|
||||
Axial Herbicide may be used only in accordance with directions on this label or in
|
||||
separately published Syngenta supplemental labelling directions for this product.
|
||||
|
||||
Do not apply this product in a way that will contact workers or other persons, either
|
||||
directly or through drift. Only protected handlers may be in the area during application.
|
||||
For any requirements specific to your State or Tribe, consult the agency responsible for
|
||||
pesticide regulation.
|
||||
|
||||
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
|
||||
Use this product only in accordance with its labelling and with the Worker Protection
|
||||
Standard, 40 CFR part 170. This Standard contains requirements for the protection of
|
||||
agricultural workers on farms, forests, nurseries, and greenhouses, and handlers of
|
||||
agricultural pesticides. It contains requirements for training, decontamination,
|
||||
notification, and emergency assistance. It also contains specific instructions and
|
||||
exceptions pertaining to the statements on this label about personal protective
|
||||
equipment (PPE) and restricted-entry interval. The requirements in this box only apply
|
||||
to uses of this product that are covered by the Worker Protection Standard.
|
||||
|
||||
Do not enter or allow worker entry into treated areas during the restricted-entry
|
||||
interval (REI) of 48 hours.
|
||||
|
||||
PPE required for early entry to treated areas that is permitted under the Worker
|
||||
Protection Standard and that involves contact with anything that has been treated, such
|
||||
as plants, soil, or water is:
|
||||
|
||||
Coveralls over long-sleeved shirt and long pants
|
||||
Shoes plus socks
|
||||
Chemical-resistant gloves made of barrier laminate, butyl rubber 14 mils, nitrile
|
||||
rubber 14 mils, neoprene rubber 14 mils, natural rubber 14 mils, polyethylene,
|
||||
polyvinyl chloride (PVC) 14 mils, or VitonTM 14 mils
|
||||
|
||||
|
||||
FAILURE TO FOLLOW THE DIRECTIONS FOR USE AND PRECAUTIONS ON THIS
|
||||
LABEL MAY RESULT IN CROP INJURY AND/OR POOR WEED CONTROL.
|
||||
|
||||
-6-
|
||||
Product Information
|
||||
|
||||
Axial Herbicide is a systemic, postemergence herbicide for the control of several grass
|
||||
weed species in all varieties of spring wheat (excluding durum), winter wheat, and
|
||||
barley.
|
||||
|
||||
Axial Herbicide is rapidly absorbed by weed foliage and translocated to the growing
|
||||
points of leaves and stems where it inhibits the acetyl CoA carboxylase (ACCase)
|
||||
enzyme. Susceptible weed species generally stop growing within 48 hours of
|
||||
treatment, turn yellow within one to three weeks, and are completely controlled within
|
||||
three to five weeks. Level and rate of control depend on weed species, growing
|
||||
conditions, crop competition, and coverage. Thorough spray coverage of the plants is
|
||||
essential for consistent control.
|
||||
|
||||
Although Axial Herbicide does not control broadleaf weeds, it can be tank mixed with a
|
||||
wide range of broadleaf herbicides to provide broad-spectrum one-pass weed control.
|
||||
|
||||
Rainfastness
|
||||
|
||||
Axial Herbicide applied alone is not affected by rain falling 30 minutes or more after
|
||||
application.
|
||||
|
||||
Weed Resistance Management
|
||||
PINOXADEN GROUP 1 HERBICIDE
|
||||
|
||||
For resistance management, Axial Herbicide is a Group 1 herbicide (ACCase-inhibitor
|
||||
mode of action). Some naturally occurring grass weed populations have been identified
|
||||
as resistant to herbicides with the ACCase-inhibitor mode of action. Any weed
|
||||
population may contain or develop plants naturally resistant to Axial Herbicide and other
|
||||
Group 1 herbicides. Selection of resistant biotypes, through repeated use of these
|
||||
herbicides in the same field or lower than labeled use rates, may result in weed control
|
||||
failures. The resistant biotypes may dominate the weed population if these herbicides
|
||||
are used repeatedly in the same field. Appropriate resistance management strategies
|
||||
should be followed. If resistance is suspected, contact your local Syngenta
|
||||
representative and/or agricultural advisor for assistance.
|
||||
|
||||
Principles of Herbicide Resistant Weed Management
|
||||
|
||||
Scout and know your field
|
||||
|
||||
Know weed species present in the field to be treated through scouting and field
|
||||
history. An understanding of weed biology is useful in designing a resistance
|
||||
|
||||
-7-
|
||||
management strategy. Ensure the weed management program will control all
|
||||
weeds present.
|
||||
Fields should be scouted prior to application to determine species present and
|
||||
growth stage. Always apply this herbicide at the full labeled rate and correct
|
||||
timing for the weeds present in the field.
|
||||
|
||||
Utilize non-herbicidal practices to add diversity
|
||||
|
||||
Use diversified management tactics including cover crops, mechanical weed
|
||||
control, harvest weed seed control, and crop rotation as appropriate.
|
||||
|
||||
Use good agronomic practices, start clean and stay clean
|
||||
Use good agronomic practices that enhance crop competitiveness.
|
||||
Plant into weed-free fields utilizing tillage or an effective burndown herbicide for
|
||||
control of emerged weeds.
|
||||
Sanitize farm equipment to avoid spreading seed or vegetative propagules prior
|
||||
to leaving fields.
|
||||
|
||||
Difficult to control weeds
|
||||
|
||||
Fields with difficult to control weeds should be planted in rotation with crops that
|
||||
allow the use of herbicides with an alternative mode of action or different
|
||||
management practices.
|
||||
Difficult to control weeds may require sequential applications, for example a
|
||||
broad spectrum preemergence herbicide followed by one or more
|
||||
postemergence herbicide applications. Utilize herbicides containing different
|
||||
modes of action effective on the target weeds in sequential applications.
|
||||
|
||||
DO NOT overuse the technology
|
||||
|
||||
DO NOT use more than two applications of this or any other herbicide with the
|
||||
same mode of action in a single growing season unless mixed with an herbicide
|
||||
with a different mode of action which provides overlapping spectrum for the
|
||||
difficult to control weeds.
|
||||
|
||||
Scout and inspect fields following application
|
||||
|
||||
-8-
|
||||
Prevent an influx of weeds into the field by controlling weeds in field borders.
|
||||
Scout fields after application to verify that the treatment was effective.
|
||||
Suspected- herbicide resistant weeds may be identified by these indicators
|
||||
Failure to control a weed species normally controlled by the herbicide at
|
||||
the dose applied, especially if control is achieved on adjacent weeds;
|
||||
A spreading patch of non-controlled plants of a particular weed species;
|
||||
and
|
||||
Surviving plants mixed with controlled individuals of the same species.
|
||||
Report non-performance of this product to your Syngenta retailer, Syngenta
|
||||
representative, or call 1-866-Syngent(a) (866-796-4368). If resistance is
|
||||
suspected ensure weed escapes are controlled using an herbicide with an
|
||||
effective mode of action and/or use non-chemical means to prevent further seed
|
||||
production.
|
||||
|
||||
Prevent weed escapes before, during, and after harvest
|
||||
|
||||
DO NOT allow weed escapes to produce seed or vegetative structures for
|
||||
example tubers or stolons which contribute to spread and survival. Consider
|
||||
harvest weed seed management and control weeds post-harvest to prevent seed
|
||||
production.
|
||||
|
||||
Resistant weeds
|
||||
|
||||
Contact your local Syngenta representative, retailer, crop advisor or extension agent to
|
||||
determine if weeds resistant to the mode of action contained in this product are present
|
||||
in your area. Premixes are intended to broaden the spectrum of weeds that are
|
||||
controlled. Some weeds may be controlled by only one of the active ingredients in this
|
||||
product. If resistant biotypes have been reported, use the full labeled rate of this
|
||||
product, apply at the labeled timing, and tank-mix with an additional different mode of
|
||||
action product so there are multiple effective modes of application for each suspected
|
||||
resistant weed.
|
||||
|
||||
Rotational Crop Restrictions
|
||||
|
||||
The following crops may be planted at the specified interval following application of Axial
|
||||
Herbicide.
|
||||
|
||||
Crop Rotational Interval
|
||||
Wheat (including Durum) and Barley 0 days
|
||||
Leafy and Root Crops 30 days
|
||||
Other Cereal Grains and All Other Crops 90 days
|
||||
|
||||
-9-
|
||||
APPLICATION DIRECTIONS
|
||||
|
||||
Methods of Application
|
||||
Application Equipment
|
||||
Axial Herbicide may be applied with all types of spray equipment commonly used for
|
||||
making ground or aerial applications. Use a minimum of 5 gallons of water per acre.
|
||||
|
||||
For best accuracy, calibrate the sprayer before use.
|
||||
|
||||
Ground Applications
|
||||
|
||||
Water Volume Use a diliution rate of 510 gals of water per acre. Use 10 gals of
|
||||
water per acre under dry conditions or dense weed populations. Dilution rates of
|
||||
greater than 10 gallons of water per acre should be avoided as reduced grass control
|
||||
may occur.
|
||||
|
||||
Spray Nozzles 80° or 110° flat fan nozzles are recommended for optimum spray
|
||||
coverage. Nozzles must be uniformly spaced along the boom to provide accurate and
|
||||
uniform coverage. Point the nozzles forward in the direction of travel at an angle of 45°
|
||||
for optimu
|
||||
recommendations for pressure and screens. Do not use flood or hollow cone type
|
||||
nozzles.
|
||||
|
||||
Screens Use a screen or strainer with 16-mesh or coarser on the suction side of the
|
||||
pump. Do not place a screen in the recirculation line unless using a roller or piston
|
||||
pump. Use 50-mesh or coarser screens between the pump and boom, and at the
|
||||
nozzles.
|
||||
|
||||
Pressure 35-40 psi at the nozzles. Lower pressure may be used with extended range
|
||||
or low pressure nozzles.
|
||||
|
||||
Pump Must have capacity to maintain pressure (35-40 psi) and to maintain the
|
||||
product suspension through tank agitation. A centrifugal pump is recommended with an
|
||||
agitation rate of 20 gals/minute/100 gals tank size. Agitation must be maintained during
|
||||
mixing and spraying.
|
||||
|
||||
|
||||
Aerial Applications
|
||||
|
||||
Apply Axial Herbicide in water using a minimum spray volume of 5 gals/A. Avoid
|
||||
application under conditions where uniform coverage cannot be obtained or where
|
||||
excessive spray drift may occur. Make applications at a maximum height of 10 ft above
|
||||
the crop (unless a greater application height is necessary for pilot safety) with low-drift
|
||||
nozzles at a maximum pressure of 40 psi and wind speed not exceeding 10 mph to help
|
||||
assure accurate application within the target area.
|
||||
|
||||
-10-
|
||||
Sensitive Areas
|
||||
|
||||
This pesticide may only be applied when the potential for drift to adjacent sensitive
|
||||
areas, e.g., residential areas, bodies of water, non-target plants is minimal, (i.e., when
|
||||
the wind is blowing away from the sensitive area.)
|
||||
|
||||
Avoid all direct or indirect contact (such as spray drift) of Axial Herbicide with crops other
|
||||
than those specified for treatment on this label, since injury may occur.
|
||||
|
||||
Chemigation
|
||||
|
||||
Do not apply this product through any type of irrigation system.
|
||||
|
||||
Mixing Directions
|
||||
Prior to using Axial Herbicide, ensure that the spray tank, lines and screens and
|
||||
filters have been thoroughly cleaned
|
||||
Clean spray tank and half fill with clean water.
|
||||
Start agitation or bypass system.
|
||||
Add correct amount of Axial Herbicide.
|
||||
Axial Herbicide requires a spray adjuvant. Add:
|
||||
[0.5% to 1% v/v Adigor® [OR]
|
||||
[0.5 to 1% v/v of a methylated seed oil (MSO)]
|
||||
|
||||
Agitate for 2-3 minutes before adding remainder of water and then maintain
|
||||
constant agitation.
|
||||
After any break in spraying operations, agitate thoroughly before spraying again.
|
||||
Use the spray solution as soon as it is prepared.
|
||||
|
||||
Tank-Mix Directions
|
||||
|
||||
Tank-Mix Precautions
|
||||
It is the
|
||||
the intended use. Read and follow the applicable restrictions and limitations and
|
||||
directions for use on all product labels involved in tank mixing. Users must follow
|
||||
the most restrictive directions for use and precautionary statements of each
|
||||
product in the tank mixture.
|
||||
|
||||
Tank-Mix Compatibility
|
||||
|
||||
-11-
|
||||
Perform a jar compatibility test prior to tank mixing with other pesticides and/or
|
||||
adjuvants/additives, in order to ensure the compatibility of Axial Herbicide with other
|
||||
products, adjuvants or fertilizers. The procedure for conducting jar tank-mix compatibility
|
||||
tests is as follows:
|
||||
|
||||
Compatibility Test: Always perform a tank-mix compatibility test when mixing with
|
||||
new or unknown tank-mix partners before use. Perform tank-mix compatibility test as
|
||||
follows:
|
||||
|
||||
1. Add 1 pt of carrier (the water to be used in the spray operation) to each of two
|
||||
clear 1-qt jars with tight lids.
|
||||
|
||||
2. To one of the jars, add ¼ tsp or 1.2 ml of a commercially available tank-mix
|
||||
compatibility agent approved for this use (¼ tsp is equivalent to 2 pt/100 gallons
|
||||
of spray solution). Close the lid, invert the jar, shake or stir gently to ensure
|
||||
thorough mixing of the compatibility agent.
|
||||
|
||||
3. To both jars, add the appropriate amount of each tank-mix partner. If more than
|
||||
one tank-mix partner is to be used, follow the mixing order listed in Section 4.4.4,
|
||||
by adding dry formulations (wettable powders or water dispersible granules) first,
|
||||
followed by liquid flowables, capsule suspensions, emulsifiable concentrates, and
|
||||
finally add adjuvants. After each addition, invert the jar, shake or stir gently to
|
||||
thoroughly mix. The appropriate amount of each tank-mix partner for this test, is
|
||||
as follows:
|
||||
Dry formulations: For each pound to be applied per acre, add 1.5 level
|
||||
teaspoons to each jar.
|
||||
Liquid formulations: For each pint to be applied per acre, add 0.5 teaspoon or
|
||||
2.5 milliliters to each jar.
|
||||
|
||||
4. After adding all ingredients, close the jars and tighten, then invert each jar 10
|
||||
times to fully mix. Let the mixtures stand for 15-30 minutes and then assess by
|
||||
looking for separation, large flakes, precipitates, gels, heavy oily film on the jar,
|
||||
or other signs of incompatibility. Determine if a compatibility agent is needed in
|
||||
the application mixture by comparing the two jars. If either mixture separates, but
|
||||
can be remixed readily, the mixture can be sprayed as long as good agitation is
|
||||
used. If the mixtures are incompatible, test the following methods of improving
|
||||
compatibility: (A) Pre-slurry dry formulations in water before addition to the jar, or
|
||||
(B) add the compatibility agent directly into liquid formulations, before addition to
|
||||
the jar. If these procedures are followed but incompatibility is still observed, do
|
||||
not prepare the tank mix in the spray tank.
|
||||
|
||||
Axial Herbicide in Tank Mixtures
|
||||
Clean spray tank and half fill with clean water.
|
||||
Start agitation or bypass system.
|
||||
When using a tank-mix, add different formulation types in the sequence indicated
|
||||
below.
|
||||
|
||||
-12-
|
||||
1. products packaged in water-soluble packaging
|
||||
2. wettable powders,
|
||||
3. wettable granules (dry flowables)
|
||||
4. liquid flowables
|
||||
5. capsule suspensions
|
||||
6. soluble liquids
|
||||
7. emulsifiable concentrates (such as Axial Herbicide)
|
||||
8. surfactants / adjuvants / suspension agents
|
||||
|
||||
Allow each product to completely dissolve and disperse into the mix water before
|
||||
adding the next product. Continue agitation while the next product is added.
|
||||
Continue agitation while adding the remainder of the water.
|
||||
Begin application of the spray solution after all products have completely dispersed
|
||||
into the mix water.
|
||||
|
||||
|
||||
Always read and follow the spray adjuvant label directions prior to use and observe all
|
||||
precautions, mixing and application instructions.
|
||||
|
||||
SPRAY DRIFT MANAGEMENT
|
||||
|
||||
MANDATORY SPRAY DRIFT MANAGEMENT
|
||||
Aerial Applications:
|
||||
Do not release spray at a height greater than 10 ft above the ground or
|
||||
vegetative canopy, unless a greater application height is necessary for pilot
|
||||
safety.
|
||||
Applicators are required to use a medium or coarser droplet size (ASABE
|
||||
S572).
|
||||
If the windspeed is 10 miles per hour or less, applicators must use ½ swath
|
||||
displacement upwind at the downwind edge of the field. When the windspeed
|
||||
is between 11-15 miles per hour, applicators must use ¾ swath displacement
|
||||
upwind at the downwind edge of the field.
|
||||
Do not apply when wind speeds exceed 15 mph at the application site. If the
|
||||
windspeed is greater than 10 mph, the boom length must be 65% or less of the
|
||||
wingspan for fixed wing aircraft and 75% or less of the rotor diameter for
|
||||
helicopters. Otherwise, the boom length must be 75% or less of the wingspan
|
||||
for fixed-wing aircraft and 90% or less of the rotor diameter for helicopters.
|
||||
Do not apply during ground level temperature inversions.
|
||||
|
||||
Ground Boom Applications:
|
||||
User must only apply with the release height recommended by the
|
||||
manufacturer, but no more than 4 feet above the ground or crop canopy.
|
||||
Applicators are required to use a medium or coarser droplet size (ASABE
|
||||
S572).
|
||||
|
||||
-13-
|
||||
Do not apply when wind speeds exceed 15 miles per hour at the application
|
||||
site.
|
||||
Do not apply during temperature inversions.
|
||||
|
||||
SPRAY DRIFT ADVISORIES
|
||||
THE APPLICATOR IS RESPONSIBLE FOR AVOIDING OFF-SITE SPRAY DRIFT. BE
|
||||
AWARE OF NEARBY NON-TARGET SITES AND ENVIRONMENTAL CONDITIONS.
|
||||
IMPORTANCE OF DROPLET SIZE
|
||||
An effective way to reduce spray drift is to apply large droplets. Use the largest droplets
|
||||
that provide target pest control. While applying larger droplets will reduce spray drift, the
|
||||
potential for drift will be greater if applications are made improperly or under unfavorable
|
||||
environmental conditions.
|
||||
Controlling Droplet Size Ground Boom
|
||||
Volume - Increasing the spray volume so that larger droplets are produced will
|
||||
reduce spray drift. Use the highest practical spray volume for the application. If a
|
||||
greater spray volume is needed, consider using a nozzle with a higher flow rate.
|
||||
Pressure - Use the lowest spray pressure recommended for the nozzle to
|
||||
produce the target spray volume and droplet size.
|
||||
Spray Nozzle - Use a spray nozzle that is designed for the intended application.
|
||||
Consider using nozzles designed to reduce drift.
|
||||
|
||||
Controlling Droplet Size Aircraft
|
||||
Adjust Nozzles -
|
||||
nozzles. Generally, to reduce fine droplets, nozzles should be oriented parallel
|
||||
with the airflow in flight.
|
||||
|
||||
BOOM HEIGHT Ground Boom
|
||||
For ground equipment, the boom should remain level with the crop and have minimal
|
||||
bounce.
|
||||
RELEASE HEIGHT - Aircraft
|
||||
Higher release heights increase the potential for spray drift.
|
||||
SHIELDED SPRAYERS
|
||||
Shielding the boom or individual nozzles can reduce spray drift. Consider using shielded
|
||||
sprayers. Verify that the shields are not interfering with the uniform deposition of the
|
||||
spray on the target area.
|
||||
TEMPERATURE AND HUMIDITY
|
||||
|
||||
-14-
|
||||
When making applications in hot and dry conditions, use larger droplets to reduce
|
||||
effects of evaporation.
|
||||
TEMPERATURE INVERSIONS
|
||||
Drift potential is high during a temperature inversion. Temperature inversions are
|
||||
characterized by increasing temperature with altitude and are common on nights with
|
||||
limited cloud cover and light to no wind. The presence of an inversion can be indicated
|
||||
by ground fog or by the movement of smoke from a ground source or an aircraft smoke
|
||||
generator. Smoke that layers and moves laterally in a concentrated cloud (under low
|
||||
wind conditions) indicates an inversion, while smoke that moves upward and rapidly
|
||||
dissipates indicates good vertical air mixing. Avoid applications during temperature
|
||||
inversions.
|
||||
|
||||
WIND
|
||||
|
||||
Drift potential generally increases with wind speed. AVOID APPLICATIONS DURING
|
||||
GUSTY WIND CONDITIONS.
|
||||
|
||||
Applicators need to be familiar with local wind patterns and terrain that could affect
|
||||
spray drift.
|
||||
|
||||
USE DIRECTIONS
|
||||
|
||||
WEEDS CONTROLLEDA USE RATES
|
||||
Wild oat, Avena fatua
|
||||
Volunteer oat, Avena sativa
|
||||
Green foxtail, Setaria viridis
|
||||
Yellow foxtail, Setaria glauca
|
||||
Giant foxtail, Setaria faberi
|
||||
Italian (annual) ryegrass, Lolium multiflorum
|
||||
Persian darnel, Lolium persicum
|
||||
Barnyardgrass, Echinochloa crus-galli
|
||||
Canarygrass, Phalaris spp.
|
||||
Wild proso millet, Panicum miliaceum
|
||||
Windgrass, Apera spp.
|
||||
Axial Herbicide
|
||||
|
||||
[+]
|
||||
|
||||
[Adigor Adjuvant]
|
||||
|
||||
[Or]
|
||||
|
||||
[Methylated Seed
|
||||
Oil (MSO)]
|
||||
8.2 fl. oz./A
|
||||
|
||||
[+]
|
||||
|
||||
[9.6 fl. oz./A]
|
||||
|
||||
[Or]
|
||||
|
||||
[0.5 1% v/v]
|
||||
|
||||
APPLICATION PROCEDURES
|
||||
|
||||
Timing of Application
|
||||
|
||||
Apply Axial Herbicide to all varieties of spring wheat (excluding durum), winter wheat, and
|
||||
barley from the 2-leaf stage to pre-boot stage. Refer to the Crop Use Directions section
|
||||
for grazing and harvest restrictions.
|
||||
|
||||
-15-
|
||||
Precaution: Do not apply to a crop that is stressed by conditions such as frost, low
|
||||
fertility, drought, flooding, disease damage, or insect damage, as crop injury may result.
|
||||
|
||||
For optimum results, apply Axial Herbicide to actively growing weeds. An early
|
||||
application will maximize crop yields by reducing weed competition. Weed control
|
||||
following application of Axial Herbicide alone or in combination with broadleaf herbicides
|
||||
can be reduced or delayed under conditions of stress, such as drought, heat, insufficient
|
||||
fertility, flooding, and prolonged cool temperatures. Grass escapes or re-tillering may
|
||||
occur if application is made during prolonged conditions of stress. Optimum weed control
|
||||
will be obtained if application of Axial Herbicide is delayed until the conditions of stress
|
||||
have ended and weeds are once again actively growing. Weeds emerging after Axial
|
||||
Herbicide application will not be controlled.
|
||||
|
||||
TIMING OF APPLICATION TO WEEDS
|
||||
Weed Leaves on Main Stem Tillers
|
||||
Persian Darnel
|
||||
Volunteer Oat
|
||||
Wild Oat
|
||||
1 to 6-leaf stage on
|
||||
main stem
|
||||
Prior to emergence of the 4th tiller
|
||||
Barnyardgrass
|
||||
Giant Foxtail
|
||||
Green Foxtail
|
||||
Yellow Foxtail
|
||||
Italian (Annual) Ryegrass
|
||||
Canarygrass
|
||||
Wild Proso Millet
|
||||
Windgrass
|
||||
1 to 5-leaf stage on
|
||||
main stem
|
||||
For optimum control, apply prior
|
||||
to emergence of the 3rd tiller and
|
||||
while weeds are actively growing.
|
||||
|
||||
CROP USE DIRECTIONS
|
||||
|
||||
Wheat and Barley
|
||||
|
||||
Axial Herbicide can be used on all varieties of spring wheat (excluding durum), winter
|
||||
wheat, and barley. Do not allow spray to drift to adjacent fields seeded to crops other
|
||||
than wheat or barley. Do not treat wheat or barley underseeded to forages.
|
||||
|
||||
Do not apply more than 8.2 fl oz (0.054 lb pinoxaden) per acre in a single
|
||||
application
|
||||
|
||||
Make one application per 12 consecutive months.
|
||||
|
||||
Do not apply more than 8.2 fl oz (0.054 lb pinoxaden) per acre per year
|
||||
|
||||
Do not graze livestock or harvest forage for hay from treated wheat and barley for
|
||||
a minimum of 30 days following application.
|
||||
|
||||
-16-
|
||||
Do not harvest grain for 60 days following application.
|
||||
|
||||
Do not apply both Discover and Axial products to the same crop in the same year.
|
||||
|
||||
Wheat and barley straw may be fed to livestock 60 days after application.
|
||||
STORAGE AND DISPOSAL
|
||||
|
||||
Do not contaminate water, food, or feed by storage or disposal.
|
||||
|
||||
Pesticide Storage
|
||||
|
||||
Store in a cool, dry place. Do not store near seeds, fertilizers, or foodstuffs.
|
||||
|
||||
Pesticide Disposal
|
||||
|
||||
Pesticide wastes are toxic. Improper disposal of excess pesticides, spray mixture, or
|
||||
rinsate is a violation of Federal law. If these wastes cannot be disposed of by use
|
||||
according to label instructions, contact your State Pesticide or Environmental Control
|
||||
Agency, or the Hazardous Waste representative at the nearest EPA Regional Office for
|
||||
guidance.
|
||||
|
||||
Container Handling (less than or equal to 5 gallons)
|
||||
Non-refillable container. Do not reuse or refill this container. Triple rinse container (or
|
||||
equivalent) promptly after emptying. Triple rinse as follows: Empty the remaining
|
||||
contents into application equipment or a mix tank and drain for 10 seconds after the flow
|
||||
begins to drip. Fill the container ¼ full with water and recap. Shake for 10 seconds.
|
||||
Pour rinsate into application equipment or a mix tank or store rinsate for later use or
|
||||
disposal. Drain for 10 seconds after the flow begins to drip. Repeat this procedure two
|
||||
more times. Then offer for recycling if available or puncture and dispose of in a sanitary
|
||||
landfill, or by incineration.
|
||||
|
||||
Container Handling (greater than 5 gallons)
|
||||
Non-refillable container. Do not reuse or refill this container. Triple rinse container
|
||||
(or equivalent) promptly after emptying. Triple rinse as follows: Empty the remaining
|
||||
contents into application equipment or a mix tank. Fill the container ¼ full with water.
|
||||
Replace and tighten closures. Tip container on its side and roll it back and forth,
|
||||
ensuring at least one complete revolution, for 30 seconds. Stand the container on its
|
||||
end and tip it back and forth several times. Turn the container over onto its other end
|
||||
and tip it back and forth several times. Empty the rinsate into application equipment or
|
||||
a mix tank or store rinsate for later use or disposal. Repeat this procedure two more
|
||||
times. Then offer for recycling if available or puncture and dispose of in a sanitary
|
||||
landfill, or by incineration.
|
||||
|
||||
Container Handling (greater than 5 gallons)
|
||||
Refillable container. Refill this container with pesticide only. Do not reuse this
|
||||
container for any other purpose. Cleaning the container before final disposal is the
|
||||
|
||||
-17-
|
||||
responsibility of the person disposing of the container. Cleaning before refilling is the
|
||||
responsibility of the person refilling. To clean container before final disposal, empty the
|
||||
remaining contents from this container into application equipment or mix tank. Fill the
|
||||
container about 10 percent full with water. Agitate vigorously or recirculate water with
|
||||
the pump for 2 minutes. Pour or pump rinsate into application equipment or rinsate
|
||||
collection system. Repeat this rinsing procedure two more times. Then offer for
|
||||
recycling if available or puncture and dispose of in a sanitary landfill, or by
|
||||
incineration.Container Disposal
|
||||
|
||||
|
||||
Non-refillable container. Do not reuse or refill this container. Offer for recycling if
|
||||
available.
|
||||
|
||||
Residue Removal [capacities equal to or less than 5 gallons]
|
||||
|
||||
Triple rinse container (or equivalent) promptly after emptying. Triple rinse as follows:
|
||||
empty the remaining contents into application equipment or a mix tank and drain for 10
|
||||
seconds after the flow begins to drip. Fill the container ¼ full with water and recap.
|
||||
Shake for 10 seconds. Pour rinsate into application equipment or a mix tank or store
|
||||
rinsate for later use or disposal. Drain for 10 seconds after the flow begins to drip.
|
||||
Repeat this procedure two more times.
|
||||
|
||||
For Bulk and Minibulk Containers:
|
||||
|
||||
Residue Removal [capacities greater than 5 gallons]
|
||||
|
||||
Triple rinse as follows: Empty the remaining contents into application equipment or a mix
|
||||
tank. Fill the container ¼ full with water. Replace and tighten closures. Tip container on
|
||||
its side and roll it back and forth, ensuring at least one complete revolution, for 30
|
||||
seconds. Stand the container on its end and tip it back and forth several times. Turn the
|
||||
container over onto its other end and tip it back and forth several times. Empty the
|
||||
rinsate into application equipment or a mix tank or store rinsate for later use or disposal.
|
||||
Repeat this procedure two more times.
|
||||
|
||||
For minor spills, leaks, etc., follow all precautions indicated on this label and clean up
|
||||
immediately. Take special care to avoid contamination of equipment and facilities during
|
||||
cleanup procedures and disposal of wastes. In the event of a major spill, fire, or other
|
||||
emergency, call 1-800-888-8372, day or night.
|
||||
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED, OR DRINKING WATER!
|
||||
|
||||
|
||||
Adigor®, Axial®, the Syngenta logo and the CP FRAME are trademarks of a Syngenta
|
||||
Group Company.
|
||||
|
||||
Viton is a trademark of The Chemours Company FC, LLC
|
||||
|
||||
-18-
|
||||
©20XX Syngenta
|
||||
|
||||
|
||||
For non-emergency (e.g., current product information), call
|
||||
Syngenta Crop Protection at 1-800-334-9481
|
||||
|
||||
|
||||
Manufactured for:
|
||||
Syngenta Crop Protection, Inc.
|
||||
P.O. Box 18300
|
||||
Greensboro, North Carolina 27419-8300
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Axial 1199 MAS 1023 NOTIF 0324-HI di 2/29/2024
|
||||
000100-01199.03012024.AXIAL_NOTIF0324-HI
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1202",
|
||||
"epa_reg_no": "100-1202",
|
||||
"product_name": "RIDOMIL GOLD SL",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Metalaxyl-M",
|
||||
"cas": "70630-17-0",
|
||||
"percent": 45.3,
|
||||
"pc_code": "113502"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01202-20230621.pdf",
|
||||
"filename": "000100-01202-20230621.pdf",
|
||||
"accepted_date": "2023-06-21",
|
||||
"last_modified": "2023-06-23T05:45:03+00:00",
|
||||
"page_count": 78,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1202",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1202"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:20:33.427180+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1208",
|
||||
"epa_reg_no": "100-1208",
|
||||
"product_name": "CRUISER EXTREME",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Thiamethoxam",
|
||||
"cas": "153719-23-4",
|
||||
"percent": 25,
|
||||
"pc_code": "060109"
|
||||
},
|
||||
{
|
||||
"name": "Fludioxonil",
|
||||
"cas": "131341-86-1",
|
||||
"percent": 1.25,
|
||||
"pc_code": "071503"
|
||||
},
|
||||
{
|
||||
"name": "Metalaxyl-M",
|
||||
"cas": "70630-17-0",
|
||||
"percent": 1,
|
||||
"pc_code": "113502"
|
||||
},
|
||||
{
|
||||
"name": "Azoxystrobin",
|
||||
"cas": "131860-33-8",
|
||||
"percent": 0.5,
|
||||
"pc_code": "128810"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01208-20090827.pdf",
|
||||
"filename": "000100-01208-20090827.pdf",
|
||||
"accepted_date": "2009-08-27",
|
||||
"last_modified": "2011-04-13T17:40:51+00:00",
|
||||
"page_count": 24,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1208",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1208"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:20:40.454214+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
@@ -0,0 +1,865 @@
|
||||
# CRUISER EXTREME
|
||||
|
||||
- EPA Reg No: **100-1208**
|
||||
- Registrant: SYNGENTA CROP PROTECTION, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Thiamethoxam (25%); Fludioxonil (1.25%); Metalaxyl-M (1%); Azoxystrobin (0.5%)
|
||||
- Label accepted: 2009-08-27
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000100-01208-20090827.pdf
|
||||
|
||||
---
|
||||
\OO-I2.0~
|
||||
UNITED STATES ENVIRONMENTAL PROTECTION AGENCY
|
||||
WASHINGTON, D.C. 20460
|
||||
Mr. Pat Dinnen
|
||||
Syngenta Crop Protection, Inc.
|
||||
P. O. Box 18300
|
||||
Greensboro, NC 27419-8300
|
||||
AUG 2. '7 2009
|
||||
Subject: Revision of Storage and Disposal Statements
|
||||
Dear Mr. Dinnen:
|
||||
OFFICE OF
|
||||
PREVENTION, PESTICIDES AND
|
||||
TOXIC SUBSTANCES
|
||||
The Agency is in receipt of your Application(s) for Pesticide Notification under
|
||||
Pesticide Registration Notice (s) (PRN) 2007-4 dated August 10111 2009 for:
|
||||
EPA Registration Number 100-1208
|
||||
EPA Registration Number 100-1184
|
||||
EPA Registration Number 100-973
|
||||
Cruise® Extreme Insecticide and Fungicide Prepack
|
||||
Cruiser® XL
|
||||
Helix ™
|
||||
The Registration Division (RD) has conducted a review of this request for
|
||||
applicability under PRN 2007-4 and fine that the label change(s) requested falls within the
|
||||
scope ofPRN 2007-4. The label has been date-stamped "Notification" and will be placed in
|
||||
our records.
|
||||
If you have any questions, call me at 703 305-5409 or electronically at
|
||||
daniel.dani@epa.gov
|
||||
Dani Daniel
|
||||
Registration Division (7505P)
|
||||
Insecticide/Rodenticide Branch
|
||||
,
|
||||
it
|
||||
|
||||
J'/ease reaa Instructions on reverse before completinf( form.
|
||||
, ~ r ( 'nited States. ~ .tration OPP Identifier Number
|
||||
&EPA Environmental ProtectionNQiiFICATI Amendment Notification
|
||||
Washington, DC 20460 , • .,..,... ... _.. x Other
|
||||
- .. --
|
||||
Application for Pesuciae - section I
|
||||
1. Company/Product Number 2. EPA Product Manager 3. Proposed Classification
|
||||
100-1208 Venus Eagle
|
||||
4. Company/Product (Name) PM# W None D Restricted
|
||||
Cruiser Extreme Insecticide and Fungicide Prepack 1
|
||||
5. Name and Address of Applicant (Include ZIP Code) 6. Expedited Review. In accordance with FIFRA Section 3(c)(3) (b)(i),
|
||||
Syngenta Crop Protection, Inc. my product is similar or identical in composition and labeling to:
|
||||
P. O. Box 18300
|
||||
Greensboro, NC 27419 EPA Reg. No.
|
||||
e=] Check if this is a new address Product Name
|
||||
Section - II
|
||||
o Amendment - Explain below. o Final printed labels in response to
|
||||
0
|
||||
Agency letter dated
|
||||
Resubmission in response to Agency letter dated D "Me Too" Application.
|
||||
m Notification - Explain below. D Other - Explain below.
|
||||
Explanation: Use additional page(s) if necessary. (For Section I and Section 11.).
|
||||
Notification of label change per PR Notice 2007-4. This Notification is consistent with the guidance of PR Notice 2007-4 and the
|
||||
requirements of EPA's regulations at 40 CFR §§156.1O, 156.140, 156.144 156.146, and 156.156. No other changes have been made
|
||||
to the labeling or the Confidential Statement of Formula for this product. I understand that it is a violation of 18 U.S.c. Sec. 1001 to
|
||||
willfully make any false statement to EPA. I further understand that if the amended label is not consistent with the requirements of 40
|
||||
CFR §§156.10, 156.140, 156.144, 156.146, and 156.156, this product may be in violation of FIFRA and I may be subject to
|
||||
enforcement action and penalties under sections 12 and 14 ofFIFRA.
|
||||
Syngenta is amending the Storage and Disposal section of the label by Notification according to the directions stated in PR Notice
|
||||
2007-4.
|
||||
Section - III
|
||||
1. Material This Product Will Be Packaged In:
|
||||
Child-Resistant Packaging Unit Packaging Water Soluble Packaging 2.
|
||||
T~ 00013;0" BYes' Ed Yes Ed Yes Metal
|
||||
No x No x No x Plastic
|
||||
Glass
|
||||
'Certification must If "Yes" No. per If "Yes" No. per Paper
|
||||
be submitted Unit Packaging wgt. Container Unit Packaging wgt. container Other (Specify)
|
||||
3. Location of Net Contents Information 4. Size(s) Retail Container 5. Location of Label Directions
|
||||
o Label D Container
|
||||
2.5 gal, 15 gal, and 120 gal ~ On Label
|
||||
On Labeling accompanying product
|
||||
6. Manner in Which Label is Affixed to Product § Uthogrnph [2] Other Pressure Sensitive
|
||||
Paper glued
|
||||
Stenciled
|
||||
Section -IV « (
|
||||
1. Contact Point (Complete items directly below for identification of individual to be contacted, if necessary, to process this application.).
|
||||
Name I Title I Te~~Rh[l[l~ No. (Ir;'::~l[ddLA;ea Code)
|
||||
Pat Dinnen Label Group Leader 33.3-632-2·~94
|
||||
Certification ;-.-~ 6. Date Application
|
||||
I certify that the statements I have made on this form and all attachments thereto are true, accurate and comple~c.L , , ,. ~~e;'f.i~/~d
|
||||
I acknowledge that any knowingly false or misleading statement may be punishable by fine or imprisonment or , L , (Stamped) .. L
|
||||
both under applicable law. ' , , ,
|
||||
2. Signature 3. Title
|
||||
( (,_ t. t (
|
||||
l t ({, (
|
||||
Regulatory Specialist
|
||||
, (
|
||||
p~~
|
||||
( ( L
|
||||
\' t t ,
|
||||
< (' {
|
||||
( ,
|
||||
4. Typed Name 5. Date ! l '. I
|
||||
Pat Dinnen August 10, 2009 , ( (
|
||||
,
|
||||
<- L <. <.
|
||||
|
||||
(~
|
||||
\
|
||||
.... , - ~
|
||||
(Booklet)
|
||||
Cruiser® Extreme
|
||||
Insecticide and Fungicide Prepack
|
||||
A seed treatment product for protection against certain insects, seed-borne diseases,
|
||||
and seedling diseases of field corn, popcorn, seed corn and sweet corn
|
||||
Active Ingredients:
|
||||
Thiamethoxam (CAS No. 153719-23-4) .................................................... 25.00%
|
||||
Fludioxonil (CAS No. 131341-86-1) ............................................................. 1.25%
|
||||
Mefenoxam (CAS No. 70630-17-0) ............................................................. 1.00%
|
||||
Azoxystrobin (CAS No. 131860-33-8) ......................................................... 0.50%
|
||||
Other Ingredients: 72.25%
|
||||
Total: 100.00%
|
||||
One gallon of Cruiser Extreme contains 2.55 Ibs. thiamethoxam, 0.13 Ibs. of fludioxonil,
|
||||
0.10 Ibs. mefenoxam and 0.05 Ibs. azoxystrobin.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use in booklet.
|
||||
EPA Reg. No. 100-1208
|
||||
EPA Est. XXXXX
|
||||
Product of XXXXX
|
||||
SCP 1208A-M(4-8-05) (2.5 gal.)
|
||||
SCP 1208A-M9 4-8-05) (15 gaL, 120 gal.)
|
||||
2.5 gallons
|
||||
15 gallons
|
||||
120 gallons
|
||||
Net Contents
|
||||
( ,"( ( l
|
||||
, '(
|
||||
, " '. ,
|
||||
(( l I I {
|
||||
( , , (
|
||||
l (
|
||||
, (
|
||||
, ,
|
||||
,
|
||||
(, (
|
||||
l
|
||||
« (
|
||||
, ( (
|
||||
L ( ,
|
||||
, ,
|
||||
(., t \
|
||||
|
||||
( (
|
||||
'-
|
||||
-2-
|
||||
FIRST AID
|
||||
If in eyes • Hold eye open and rinse slowly and gently with water for
|
||||
15-20 minutes.
|
||||
• Remove contact lenses, if present, after the first 5
|
||||
minutes, then continue rinsing eye.
|
||||
• Call a poison control center or doctor for treatment
|
||||
advice.
|
||||
If on skin or • Take off contaminated clothing.
|
||||
clothing • Rinse skin immediately with plenty of water for 15-20
|
||||
minutes.
|
||||
• Call a poison control center or doctor for treatment
|
||||
advice.
|
||||
If swallowed • Call a poison control center or doctor immediately for
|
||||
treatment advice.
|
||||
• Have person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by the poison
|
||||
control center or doctor.
|
||||
• Do not give anything by mouth to an unconscious
|
||||
person.
|
||||
If inhaled • Move person to fresh air.
|
||||
• If person is not breathing, call 911 or an ambulance, then
|
||||
give artificial respiration, preferably by mouth-to-mouth, if
|
||||
possible.
|
||||
• Call a poison control center or doctor for further
|
||||
treatment advice.
|
||||
Have the product container or label with you when calling a poison control center
|
||||
or doctor, or Qoing for treatment.
|
||||
HOT LINE NUMBER
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal)
|
||||
Or Chemical Emergency Assistance (Spill, Leak, Fire or Accident)
|
||||
Call
|
||||
1-800-888-8372
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
(
|
||||
(I,
|
||||
(
|
||||
(l (
|
||||
( (
|
||||
« (
|
||||
t., I f (C ( l
|
||||
Causes moderate eye irritation. Harmful if absorbed through the skin, swal;9~ad o~: ( { ( , (
|
||||
inhaled. Avoid contact with eyes, skin, or clothing. Avoid breathing vapcr,or <"pray !r,i3~!' (
|
||||
( (
|
||||
'! , I
|
||||
\ r t t
|
||||
(
|
||||
, ,
|
||||
|
||||
( (
|
||||
-3-
|
||||
Wash thoroughly with soap and water after handling and before eating, drinking,
|
||||
chewing gum, using tobacco, or using the toilet. Remove and wash contaminated
|
||||
clothing before re-use.
|
||||
Personal Protective Equipment (PPE)
|
||||
Some materials that are chemical-resistant to this product are listed below. If you want
|
||||
more options, follow the instructions for Category C on an EPA chemical resistance
|
||||
category selection chart.
|
||||
Applicators and other handlers must wear:
|
||||
• Long-sleeved shirt and long pants
|
||||
• Chemical-resistant gloves made of any waterproof material- Category C (e.g.,
|
||||
barrier laminate, butyl rubber, nitrile rubber, neoprene rubber, polyvinyl chloride
|
||||
[PVC] or viton)
|
||||
• Shoes plus socks
|
||||
Follow manufacturer's instructions for cleaning/maintaining PPE. If no such instructions
|
||||
exist for washables, use detergent and hot water. Keep and wash PPE separately from
|
||||
other laundry.
|
||||
Engineering Control Statements
|
||||
When handlers use closed systems, enclosed cabs, or aircraft in a manner that meets
|
||||
the requirements listed in the Worker Protection Standard (WPS) for agricultural
|
||||
pesticides [40 CFR 170.240(d)(4-6)], the handler PPE requirements may be reduced or
|
||||
modified as specified in the WPS.
|
||||
User Safety Recommendations
|
||||
Users should:
|
||||
• Wash hands thoroughly with soap and water before eating, drinking, chewing
|
||||
gum, using tobacco, or using the toilet.
|
||||
• Remove clothing immediately if pesticide gets inside. Then wash thoroughly an~,
|
||||
put on clean clothing. '( ,
|
||||
t 1«( ( ( l i I
|
||||
L-__________________________________________________ ~:--~, ( ____ '_'~' I
|
||||
,
|
||||
lee f \ (
|
||||
, ,
|
||||
• \ t t
|
||||
, , r \
|
||||
, <.
|
||||
|
||||
( ,
|
||||
-4-
|
||||
Environmental Hazards
|
||||
This product is toxic to wildlife, freshwater and estuarine/marine fish and highly toxic to
|
||||
aquatic invertebrates.
|
||||
Runoff may be hazardous to aquatic organisms in neighboring areas. Do not
|
||||
contaminate water when disposing of equipment wash water or rinsate.
|
||||
This product contains active ingredients that have high potential for runoff for several
|
||||
months or more following application. Poorly draining soils and soils with shallow water
|
||||
tables are more prone to runoff that contains these active ingredients. A level, well
|
||||
maintained vegetative buffer strip between areas to be treated and surface water
|
||||
features such as ponds, streams, and springs will reduce the potential for contamination
|
||||
of water from rainfall runoff.
|
||||
Azoxystrobin degradation products and Thiamethoxam have properties and
|
||||
characteristics similar to chemicals which are known to leach through soil to
|
||||
groundwater under certain agricultural use conditions. Use of this product in areas
|
||||
where soils are permeable, particularly where the water table is shallow may result in
|
||||
ground water contamination.
|
||||
Physical and Chemical Hazards
|
||||
Do not use, pour, spill or store near heat or open flame
|
||||
.
|
||||
(
|
||||
<.( (
|
||||
(
|
||||
l (. ~
|
||||
( , . ( (
|
||||
, (
|
||||
(l (. t « ,
|
||||
, ,
|
||||
( ... C { <.. l
|
||||
<.
|
||||
( r {
|
||||
( .
|
||||
t (C(
|
||||
|
||||
( .(
|
||||
-5-
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not
|
||||
acceptable, return the product at once, unopened, and the purchase price will be
|
||||
refunded.
|
||||
The Directions for Use of this product should be followed carefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors
|
||||
as manner of use or application, weather or crop conditions, presence of other materials
|
||||
or other influencing factors in the use of the product, which are beyond the control of
|
||||
SYNGENTA CROP PROTECTION, Inc. or Seller. All such risks shall be assumed by
|
||||
Buyer and User, and Buyer and User agree to hold SYNGENTA and Seller harmless for
|
||||
any claims relating to such factors.
|
||||
SYNGENTA warrants that this product conforms to the chemical description on the label
|
||||
and is reasonably fit for the purposes stated in the Directions for Use, subject to the
|
||||
inherent risks referred to above, when used in accordance with directions under normal
|
||||
use conditions. This warranty does not extend to the use of the product contrary to
|
||||
label instructions, or under abnormal conditions or under conditions not reasonably
|
||||
foreseeable to or beyond the control of Seller or SYNGENTA, and Buyer and User
|
||||
assume the risk of any such use. SYNGENTA MAKES NO WARRANTIES OF
|
||||
MERCHANTABILITY OR OF FITNESS FOR A PARTICULAR PURPOSE NOR ANY
|
||||
OTHER EXPRESS OR IMPLIED WARRANTY EXCEPT AS STATED ABOVE.
|
||||
In no event shall SYNGENTA or Seller be liable for any incidental, consequential or
|
||||
special damages resulting from the use or handling of this product. THE EXCLUSIVE
|
||||
REMEDY OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY OF
|
||||
SYNGENTA AND SELLER FOR ANY AND ALL CLAIMS, LOSSES, INJURIES OR
|
||||
DAMAGES (INCLUDING CLAIMS BASED ON BREACH OF WARRANTY,
|
||||
CONTRACT, NEGLIGENCE, TORT, STRICT LIABILITY OR OTHERWISE)
|
||||
RESULTING FROM THE USE OR HANDLING OF THIS PRODUCT, SHALL BE THE
|
||||
RETURN OF THE PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION
|
||||
OF SYNGENTA OR SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing Conditions of Sale and Limitation of Warranty and Liability, which may not b~; (
|
||||
modified except by written agreement signed by a duly authorized representative of '
|
||||
SYNGENTA. ltc", l',',
|
||||
( \ (. (, t {
|
||||
" (
|
||||
(.
|
||||
( (
|
||||
'I (,
|
||||
\ I I (
|
||||
(f t (.
|
||||
7
|
||||
--z,<t
|
||||
|
||||
( (
|
||||
-6-
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
Cruiser Extreme must be used only in accordance with recommendations on this label
|
||||
or in separately published Syngenta supplemental labeling recommendations for this
|
||||
product.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker
|
||||
Protection Standard, 40 CFR part 170. This Standard contains requirements for
|
||||
the protection of agricultural workers on farms, forests, nurseries, and
|
||||
greenhouses, and handlers of agricultural pesticides. It contains requirements
|
||||
for training, decontamination, notification, and emergency assistance. It also
|
||||
contains specific instructions and exceptions pertaining to the statements on this
|
||||
label about personal protective equipment (PPE) and restricted-entry interval.
|
||||
The requirements in this box only apply to uses of this product that are covered
|
||||
by the Worker Protection Standard.
|
||||
Do not enter or allow worker entry into treated areas during the restricted
|
||||
entry interval (REI) of 48 hours. Exception: If the seed is treated with the
|
||||
product and the treated seed is soil-injected or soil-incorporated, the Worker
|
||||
Protection Standard, under certain circumstances, allows workers to enter the
|
||||
treated area if there will be no contact with anything that has been treated.
|
||||
PPE required for early entry to treated areas that is permitted under the Worker
|
||||
Protection Standard and that involves contact with anything that has been
|
||||
treated, such as plants, soil, or water is:
|
||||
• Long-sleeved shirt and long pants
|
||||
• Chemical-resistant gloves made of any waterproof material - Category C
|
||||
(e.g., barrier laminate, butyl rubber, nitrile rubber, neoprene rubber,
|
||||
polyvinyl chloride [PVC] or viton)
|
||||
• Shoes plus socks
|
||||
(
|
||||
FAILURE TO FOLLOW THE DIRECTIONS FOR USE AND PRECAUTIONS ON THIS~ !
|
||||
LABEL MAY RESULT IN CROP INJURY, POOR INSECT ANDIOR DISE~~,S"E ' ( ( , ,
|
||||
CONTROL, ANDIOR ILLEGAL RESIDUES. : ~ i '"
|
||||
c ( 01 ( • , l {
|
||||
( ~ ( f ( ( I.
|
||||
Treatment of highly mechanically scarred or damaged seed, or seed knowl1t ~c' be 01 low
|
||||
vigor and poor quality, except for the purpose of curative control of existin2 rt!seas~ ( ( ( : (
|
||||
pests, may result in reduced germination and/or reduction of seed and s~l~ql)r.:g vigor. ,
|
||||
(, l
|
||||
, '(
|
||||
( '( , ,
|
||||
( ~ , (
|
||||
|
||||
i
|
||||
\
|
||||
-7-
|
||||
Treat a small quantity of seed using equipment similar to that planned for treating the
|
||||
total seed lot. Conduct germination tests on a small portion of seed before committing
|
||||
the total seed lot to a selected seed treatment. Due to seed quality and seed storage
|
||||
conditions beyond the control of Syngenta, no claims are made to guarantee the
|
||||
germination of carry-over seed or propagating material for all crop seed.
|
||||
Follow recommended Syngenta minimum germination guidelines and seed carryover
|
||||
recommendations when treating seed lots.
|
||||
GENERAL INFORMATION
|
||||
Cruiser Extreme is a premix of. the active ingredients thiamethoxam insecticide and
|
||||
fludioxonil, mefenoxam and azoxystrobin fungicides. Fludioxonil, mefenoxam and
|
||||
azoxystrobin are the active ingredients in Maxim®, Apron XL® LS and Dynasty® brand
|
||||
fungicides, respectively.
|
||||
Cruiser Extreme is a seed treatment product that protects against damage from certain
|
||||
insects, soil-borne and seed-borne diseases of field corn, popcorn, seed corn and sweet
|
||||
corn.
|
||||
Thiamethoxam is a systemic seed treatment insecticide belonging to the neonicotinoid
|
||||
class of chemistry. Thiamethoxam protects against certain chewing and sucking insects
|
||||
through contact and ingestion.
|
||||
Fludioxonil is active against Fusarium, Rhizoctonia, seed-borne Sclerotinia,
|
||||
Helminthosporium, and weakly pathogenic fungi, Aspergillus and Penicillium.
|
||||
Mefenoxam is active against Pythium, and systemic downy mildew.
|
||||
Azoxystrobin is active against Rhizoctonia and some seed-borne diseases.
|
||||
Important: (1) Do not use treated seed for feed, food, or oil. (2) Forage may not be
|
||||
grazed until 30 days after planting.
|
||||
Federal law requires that bags containing treated seeds shall be labeled with the
|
||||
following information: "This seed has been treated with thiamethoxam insecticide and
|
||||
fludioxonil, mefenoxam and azoxystrobin fungicides. Do not use for feed, food, or oil
|
||||
purposes. Store away from feeds and foodstuffs. Forage may not be grazed until 30
|
||||
days after planting."
|
||||
Use an EPA-approved dye or colorant that imparts an unnatural color to the seed.
|
||||
|
||||
( (
|
||||
-8-
|
||||
Resistance Management
|
||||
Cruiser Extreme contains thiamethoxam, a Group 4A insecticide; f1udioxonil, a Group 12
|
||||
fungicide; mefenoxam, a Group 4 fungicide; and azoxystrobin, a Group 11 fungicide.
|
||||
Insect pests and plant diseases are known to develop resistance to products used
|
||||
repeatedly. Because resistance development cannot be predicted, the use of this
|
||||
product should conform to sound resistance management strategies established for the
|
||||
crop and use area.
|
||||
Note: The fungicide mefenoxam contained in this product could be subject to
|
||||
development of insensitive strains of fungi or may be ineffective against naturally
|
||||
occurring strains of fungi. Development of insensitivity or natural tolerance
|
||||
cannot be predicted. Therefore, Syngenta cannot assume liability for crop
|
||||
damage resulting from insensitive or tolerant strains of fungi. Consult with your
|
||||
State Agricultural Experiment Station or Extension Service Specialist for
|
||||
guidance and ways to control any possible insensitive or tolerant strains of fungi
|
||||
which may occur.
|
||||
Consult your local pest control advisor or extension office for additional methods for
|
||||
preventing resistance development. Syngenta encourages responsible product
|
||||
stewardship to ensure effective long term control of the insect pests on this label.
|
||||
MIXING PROCEDURES
|
||||
Important: Always re-circulate Cruiser Extreme thoroughly before using.
|
||||
Apply Cruiser Extreme as a water-based slurry utilizing standard slurry seed treatment
|
||||
equipment which provides uniform seed coverage. Uneven or incomplete seed
|
||||
coverage may not give the desired level of insect or disease control. Thoroughly mix
|
||||
the recommended amount of Cruiser Extreme and any additional Cruiser 5FS and/or
|
||||
Apron XL LS, as prescribed in the Crop Use Directions into the required amount of
|
||||
water for the slurry treater and dilution rate to be used.
|
||||
Prepare no more mixture than is required for the immediate operation. Add y,. to % of
|
||||
the required amount of water to the mix tank. Add the appropriate amount of each tank
|
||||
mix partner to the tank allowing each tank mix partner to become fully dispersed before
|
||||
adding the next product. Provide sufficient agitation while adding the tank mix partners
|
||||
and the remainder of the water to the mix tank.
|
||||
Maintain continuous agitation during mixing and during application.
|
||||
Follow the manufacturer application instructions for the seed treatment equipment being
|
||||
used. Maintain constant agitation of the slurry during the treatment. Allow seed to dry
|
||||
before bagging.
|
||||
|
||||
( (
|
||||
-9-
|
||||
CROP USE DIRECTIONS
|
||||
CORN: FIELD CORN, POPCORN, SEED CORN AND SWEET CORN
|
||||
Note: If corn seed to be treated with Cruiser Extreme has existing infestations of stored
|
||||
grain pests, it is recommended that the seed be fumigated prior to treating with Cruiser
|
||||
Extreme and bagging.
|
||||
Consult your Syngenta Seed Treatment representative for recommendations on slurry
|
||||
additives to use during application of Cruiser Extreme.
|
||||
Follow planter manufacturer recommendations for use of talc, graphite, or other hopper
|
||||
box additives at planting.
|
||||
|
||||
( (
|
||||
-10-
|
||||
INSECT CONTROL
|
||||
Field Corn, Popcorn, Seed Corn and Sweet Corn
|
||||
To provide early season protection of seedlings, follow the rate recommendations in the
|
||||
table below.
|
||||
Cruiser Extreme Recommended Rates Alone and in Combination with Cruiser
|
||||
5FS***
|
||||
Labeled Pests Cruiser Extreme Rate* Cruiser 5FS Rate**
|
||||
Light to chinch bug 0.125 mg. thiamethoxam none
|
||||
medium cutworm per kernel
|
||||
insect suppression
|
||||
pressure (All flea beetle
|
||||
geographies) seedcorn maggot
|
||||
southern corn
|
||||
leaf beetle
|
||||
stored grain pests
|
||||
white grub
|
||||
wireworm
|
||||
Heavy insect chinch bug 0.125 mg. thiamethoxam 0.125 mg. thiamethoxam
|
||||
pressure cutworm per kernel per kernel
|
||||
geographies suppression
|
||||
(including flea beetle
|
||||
Texas and seed corn maggot
|
||||
Mid-South) southern corn
|
||||
leaf beetle
|
||||
stored grain pests
|
||||
white grub
|
||||
wireworm
|
||||
Field Corn billbug 0.125 mg. thiamethoxam 1.125 mg. thiamethoxam
|
||||
Only (All corn rootworm per kernel per kernel
|
||||
geographies)
|
||||
*Each fl. oz. of Cruiser Extreme contains 9.0 gm. of thiamethoxam.
|
||||
**Each fl. oz. of Cruiser 5FS contains 17.7 gm. of thiamethoxam.
|
||||
***See Mixing Directions
|
||||
|
||||
(
|
||||
-11-
|
||||
Post Treatment Seed Storage
|
||||
Note: When treating according to the Insect Control directions for use for protection
|
||||
against listed pests, the treatment will also provide protection during post treatment
|
||||
storage of the seed against damage from the following insects: Indian Meal Moth
|
||||
(Plodia interpunctella), Lesser Grain Borer (Rhizopertha dominica), Red Flour Beetle
|
||||
(Tribolium castaneum), and Rice Weevil (Sitophilus oryza).
|
||||
DISEASE CONTROL
|
||||
Field Corn, Popcorn, Seed Corn, and Sweet Corn
|
||||
When Cruiser Extreme is applied according to the use directions under the Insect
|
||||
Control section, the treatment will protect against seed-borne and soil-borne fungi that
|
||||
cause seed decay, damping off and seedling blight.
|
||||
Sweet Corn Only
|
||||
If pythium disease pressure is high, an additional 0.235 to 0.555 flo oz. of Apron XL LS
|
||||
per 100 Ibs. of seed may be added to the seed treatment slurry mixture. See Mixing
|
||||
Directions.
|
||||
Rates of Fludioxonil, Mefenoxam and Azoxystrobin Delivered by Cruiser Extreme
|
||||
Based on Fixed Rate of Thiamethoxam
|
||||
Fixed rate of Rate of Rate of Rate of
|
||||
thiamethoxam in fludioxonil in mg. mefenoxam in mg. azoxystrobin in
|
||||
mg. active active ingredient active ingredient mg. active
|
||||
ingredient per per kernel per kernel ingredient per
|
||||
kernel kernel
|
||||
0.125 0.0064* 0.005* 0.0025*
|
||||
*Rates are equivalent to 0.08 fl. oz. Maxim 4 FS, 0.085 fl. oz. Apron XL LS and 0.153 flo
|
||||
oz. Dynasty per 100 Ibs. of seed (based upon 1880 seeds per lb.).
|
||||
|
||||
(
|
||||
-12-
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food, or feed by storage, disposal, or cleaning of equipment.
|
||||
Pesticide Storage
|
||||
Store in a cool, dry place. Storage for extended periods above gO°F is not
|
||||
recommended.
|
||||
For minor spills, leaks, etc., follow all precautions indicated on this label and clean up
|
||||
immediately. Take special care to avoid contamination of equipment and facilities
|
||||
during cleanup procedures and disposal of wastes.
|
||||
Pesticide Disposal
|
||||
Pesticide waste are toxic. Improper disposal of excess pesticide, spray mixture, or
|
||||
rinsate is a violation of Federal Law. If these wastes cannot be disposed of by use
|
||||
according to label instructions, contact your State Pesticide or Environmental Control
|
||||
Agency or the Hazardous Waste representative at the nearest EPA Regional Office for
|
||||
guidance in proper disposal methods.
|
||||
Container Handling [less than 5 gallons]
|
||||
Non-refillable container. Do not reuse or refill this container. Offer for recycling if
|
||||
available. Triple rinse container (or equivalent) promptly after emptying Triple rinse as
|
||||
follows: Empty the remaining contents into application or a mix tank and drain for 10
|
||||
seconds after the flow begins to drip. Fill the container ~ full with water and recap.
|
||||
Shake for 10 seconds. Pour rinsate into application equipment or a mix tank or store
|
||||
rinsate for later use and disposal. Drain for 10 seconds after the flow begins to drip.
|
||||
Repeat this procedure two more times. Then offer for recycling if available or puncture
|
||||
and dispose of in a sanitary landfill, or by incineration, or, if allowed by state and local
|
||||
authorities, by burning. If burned, stay out of smoke.
|
||||
Container Handling [bulk]
|
||||
Refillable container. Refill this container with pesticide only. Do not use this container
|
||||
for any other purpose. Cleaning the container before final disposal is the responsibility
|
||||
of the person disposing of the container. Cleaning before refilling is the responsibility of
|
||||
the refiller. To clean container before final disposal, empty the remaining contents from
|
||||
this container into application equipment or mix tank. Fill the container about 10 percent
|
||||
full with water. Agitate vigorously or recirculate water with the pump for 2 minutes.
|
||||
Pour or pump rinsate into application equipment or rinsate collection system. Repeat
|
||||
this rinsing procedure two more times. Then offer for recycling if available or puncture
|
||||
and dispose of in a sanitary landfill, or by incineration, or, if allowed by state and local
|
||||
authorities, by burning. If burned, stay out of smoke.
|
||||
|
||||
( (
|
||||
-13-
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED, OR DRINKING WATER!
|
||||
Apron XL®, Cruiser Extreme®, Dynasty® , Maxim ® and the Syngenta logo are
|
||||
trademarks of a Syngenta Group Company
|
||||
U.S. Patent No.xxxxx
|
||||
©2005 Syngenta
|
||||
For non-emergency (e.g., current product information), call
|
||||
Syngenta Crop Protection at 1-BOO-334-94B1.
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.syngenta-us.com
|
||||
SCP 120BA-M(4-B-05) (2.5 gal)
|
||||
SCP 120BA-M(4-B-05) (15 gaL, 120 gal.)
|
||||
|
||||
(
|
||||
-14-
|
||||
(Container label 2.5 gal.)
|
||||
CruiserExtreme®
|
||||
Insecticide and Fungicide Prepack
|
||||
A seed treatment product for protection against certain insects, seed-borne diseases,
|
||||
and seedling diseases of field corn, popcorn, seed corn and sweet corn.
|
||||
Active Ingredients:
|
||||
Thiamethoxam (CAS No. 153719-23-4) .................................................... 25.00%
|
||||
Fludioxonil (CAS No. 131341-86-1) ............................................................. 1.25%
|
||||
Mefenoxam (CAS No. 70630-17-0) ............................................................. 1.00%
|
||||
Azoxystrobin (CAS No. 131860-33-8) ......................................................... 0.50%
|
||||
Other Ingredients: 72.25%
|
||||
Total: 100.00%
|
||||
One gallon of Cruiser Extreme contains 2.55 Ibs. thiamethoxam, 0.13 Ibs. of fludioxonil,
|
||||
0.10 Ibs. mefenoxam and 0.05 Ibs. azoxystrobin.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use in booklet.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR part 170. Refer to supplemental labeling under "Agricultural Use
|
||||
Requirements" in the Directions for Use section for information about this standard.
|
||||
EPA Reg. No. 100-1208
|
||||
EPA Est. XXXXX
|
||||
SCP 1208A-M(4-8-05) (2.5 gal.)
|
||||
2.5 gallons
|
||||
Net Contents
|
||||
|
||||
(
|
||||
-15-
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
Causes moderate eye irritation. Harmful if absorbed through the skin, swallowed or
|
||||
inhaled. Avoid contact with eyes, skin, or clothing. Avoid breathing vapor or spray mist.
|
||||
Wash thoroughly with soap and water after handling and before eating, drinking,
|
||||
chewing gum, using tobacco, or using the toilet. Remove and wash contaminated
|
||||
clothing before re-use.
|
||||
FIRST AID
|
||||
If in eyes • Hold eye open and rinse slowly and gently with water for
|
||||
15-20 minutes.
|
||||
• Remove contact lenses, if present, after the first 5
|
||||
minutes, then continue rinsing eye.
|
||||
• Call a poison control center or doctor for treatment
|
||||
advice.
|
||||
If on skin or • Take off contaminated clothing.
|
||||
clothing • Rinse skin immediately with plenty of water for 15-20
|
||||
minutes.
|
||||
• Call a poison control center or doctor for treatment
|
||||
advice.
|
||||
If swallowed • Call a poison control center or doctor immediately for
|
||||
treatment advice.
|
||||
• Have person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by the poison
|
||||
control center or doctor.
|
||||
• Do not give anything by mouth to an unconscious
|
||||
person.
|
||||
If inhaled • Move person to fresh air.
|
||||
• If person is not breathing, call 911 or an ambulance, then
|
||||
give artificial respiration, preferably by mouth-to-mouth, if
|
||||
possible.
|
||||
• Call a poison control center or doctor for further
|
||||
treatment advice.
|
||||
Have the product container or label with you when calling a poison control center
|
||||
or doctor, or going for treatment.
|
||||
HOT LINE NUMBER
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal)
|
||||
Or Chemical Emergency Assistance (Spill, Leak, Fire or Accident)
|
||||
Call
|
||||
1-800-888-8372
|
||||
|
||||
(
|
||||
-16-
|
||||
Environmental Hazards
|
||||
This product is toxic to wildlife, freshwater and estuarine/marine fish and highly toxic to
|
||||
aquatic invertebrates.
|
||||
Runoff may be hazardous to aquatic organisims in neighboring areas. Do not
|
||||
contaminate water when disposing of equipment wash water or rinsate.
|
||||
This product contains active ingredients that have high potential for runoff for several
|
||||
months or more following application. Poorly draining soils and soils with shallow water
|
||||
tables are more prone to runoff that contains these active ingredients. A level, well
|
||||
maintained vegetative buffer strip between areas to be treated and surface water
|
||||
features such as ponds, streams, and springs will reduce the potential for contamination
|
||||
of water from rainfall runoff.
|
||||
Azoxystrobin degradation products and Thiamethoxam have properties and
|
||||
characteristics similar to chemicals which are known to leach through soil to
|
||||
groundwater under certain agricultural use conditions. Use of this product in areas
|
||||
where soils are permeable, particularly where the water table is shallow may result in
|
||||
ground water contamination.
|
||||
Container Handling
|
||||
Non-refillable container. Do not reuse or refill this container. Offer for recycling if
|
||||
available. Triple rinse container (or equivalent) promptly after emptying. Triple rinse as
|
||||
follows: Empty the remaining contents into application equipment or a mix tank and
|
||||
drain for 10 seconds after the flow begins to drip. Fill the container ~ full with water and
|
||||
recap. Shake for 10 seconds. Pour rinsate into application equipment or a mix tank or
|
||||
store rinsate for later use and disposal. Drain for 10 seconds after the flow begins to
|
||||
drip. Repeat this procedure two more times. Then offer for recycling if available or
|
||||
puncture and dispose of in a sanitary landfill, or by incineration, or, if allowed by state
|
||||
and local authorities, by burning. If burned, stay out of smoke.
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED, OR DRINKING WATER!
|
||||
Cruiser® and the Syngenta logo are trademarks of a Syngenta Group Company
|
||||
U.S. Patent No.xxxxx
|
||||
©2005 Syngenta
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.syngenta-us.com
|
||||
SCP 120BA-M(4-B-05) (2.5 gal)
|
||||
|
||||
(
|
||||
'-
|
||||
-17-
|
||||
(Container label-15 gal. and 120 gal.)
|
||||
Cruiser Extreme®
|
||||
Insecticide and Fungicide Prepack
|
||||
A seed treatment product for protection against certain insects, seed-borne diseases,
|
||||
and seedling diseases of field corn, popcorn, seed corn and sweet corn.
|
||||
Active Ingredients:
|
||||
Thiamethoxam (CAS No. 153719-23-4) .................................................... 25.00%
|
||||
Fludioxonil (CAS No. 131341-86-1) ............................................................. 1.25%
|
||||
Mefenoxam (CAS No. 70630-17-0) ............................................................. 1.00%
|
||||
Azoxystrobin (CAS No. 131860-33-8) ......................................................... 0.50%
|
||||
Other Ingredients: 72.25%
|
||||
Total: 100.00%
|
||||
One gallon of Cruiser Extreme contains 2.55 Ibs. thiamethoxam, 0.13 Ibs. of f1udioxonil,
|
||||
0.10 Ibs. mefenoxam and 0.05 Ibs. azoxystrobin.
|
||||
KEEP OUT OF REACH OF CHILDREN.
|
||||
CAUTION
|
||||
See additional precautionary statements and directions for use in booklet.
|
||||
EPA Reg. No. 100-1208
|
||||
EPA Est. xxxxx
|
||||
Product ID XXXX
|
||||
SCP 1208A-M(4-8-05) (15 gal)
|
||||
SCP 1208A-M(4-8-05) (120 gal.)
|
||||
15 gallons
|
||||
120 gallons
|
||||
Net Contents
|
||||
|
||||
( (
|
||||
-18-
|
||||
PRECAUTIONARY STATEMENTS
|
||||
Hazards to Humans and Domestic Animals
|
||||
CAUTION
|
||||
Causes moderate eye irritation. Harmful if absorbed through the skin, swallowed or
|
||||
inhaled. Avoid contact with eyes, skin, or clothing. Avoid breathing vapor or spray mist.
|
||||
Wash thoroughly with soap and water after handling and before eating, drinking,
|
||||
chewing gum, using tobacco, or using the toilet. Remove and wash contaminated
|
||||
clothing before re-use.
|
||||
FIRST AID
|
||||
If in eyes • Hold eye open and rinse slowly and gently with water for
|
||||
15-20 minutes.
|
||||
• Remove contact lenses, if present, after the first 5
|
||||
minutes, then continue rinsing eye.
|
||||
• Call a poison control center or doctor for treatment
|
||||
advice.
|
||||
If on skin or • Take off contaminated clothing.
|
||||
clothing • Rinse skin immediately with plenty of water for 15-20
|
||||
minutes.
|
||||
• Call a poison control center or doctor for treatment
|
||||
advice.
|
||||
If swallowed • Call a poison control center or doctor immediately for
|
||||
treatment advice.
|
||||
• Have person sip a glass of water if able to swallow.
|
||||
• Do not induce vomiting unless told to do so by the poison
|
||||
control center or doctor.
|
||||
• Do not give anything by mouth to an unconscious
|
||||
person.
|
||||
If inhaled • Move person to fresh air.
|
||||
• If person is not breathing, call 911 or an ambulance, then
|
||||
give artificial respiration, preferably by mouth-to-mouth, if
|
||||
possible.
|
||||
• Call a poison control center or doctor for further
|
||||
treatment advice.
|
||||
Have the product container or label with you when calling a poison control center
|
||||
or doctor, or going for treatment.
|
||||
HOT LINE NUMBER
|
||||
For 24-Hour Medical Emergency Assistance (Human or Animal)
|
||||
Or Chemical EmergerJCY Assistance (Spill, Leak, Fire or Accident)
|
||||
Call
|
||||
1-800-888-8372
|
||||
|
||||
( (
|
||||
-19-
|
||||
Environmental Hazards
|
||||
This product is toxic to wildlife, freshwater and estuarine/marine fish and highly toxic to
|
||||
aquatic invertebrates.
|
||||
Runoff may be hazardous to aquatic organisims in neighboring areas. Do not
|
||||
contaminate water when disposing of equipment wash water or rinsate.
|
||||
This product contains active 'ingredients that have high potential for runoff for several
|
||||
months or more following application. Poorly draining soils and soils with shallow water
|
||||
tables are more prone to runoff that contains these active ingredients. A level, well
|
||||
maintained vegetative buffer strip between areas to be treated and surface water
|
||||
features such as ponds, streams, and springs will reduce the potential for contamination
|
||||
of water from rainfall runoff.
|
||||
Azoxystrobin degradation products and Thiamethoxam have properties and
|
||||
characteristics similar to chemicals which are known to leach through soil to
|
||||
groundwater under certain agricultural use conditions. Use of this product in areas
|
||||
where soils are permeable, particularly where the water table is shallow may result in
|
||||
ground water contamination.
|
||||
|
||||
( (
|
||||
-20-
|
||||
CONDITIONS OF SALE AND LIMITATION OF WARRANTY AND LIABILITY
|
||||
NOTICE: Read the entire Directions for Use and Conditions of Sale and Limitation of
|
||||
Warranty and Liability before buying or using this product. If the terms are not
|
||||
acceptable, return the product at once, unopened, and the purchase price will be
|
||||
refunded.
|
||||
The Directions for Use of this product should be followed carefully. It is impossible to
|
||||
eliminate all risks inherently associated with the use of this product. Crop injury,
|
||||
ineffectiveness or other unintended consequences may result because of such factors
|
||||
as manner of use or application, weather or crop conditions, presence of other materials
|
||||
or other influencing factors in the use of the product, which are beyond the control of
|
||||
SYNGENTA CROP PROTECTION, Inc. or Seller. All such risks shall be assumed by
|
||||
Buyer and User, and Buyer and User agree to hold SYNGENTA and Seller harmless for
|
||||
any claims relating to such factors.
|
||||
SYNGENTA warrants that this product conforms to the chemical description on the label
|
||||
and is reasonably fit for the purposes stated in the Directions for Use, subject to the
|
||||
inherent risks referred to above, when used in accordance with directions under normal
|
||||
use conditions. This warranty does not extend to the use of the product contrary to
|
||||
label instructions, or under abnormal conditions or under conditions not reasonably
|
||||
foreseeable to or beyond the control of Seller or SYNGENTA, and Buyer and User
|
||||
assume the risk of any such use. SYNGENTA MAKES NO WARRANTIES OF
|
||||
MERCHANTABILITY OR OF FITNESS FOR A PARTICULAR PURPOSE NOR ANY
|
||||
OTHER EXPRESS OR IMPLIED WARRANTY EXCEPT AS STATED ABOVE.
|
||||
In no event shall SYNGENTA or Seller be liable for any incidental, consequential or
|
||||
special damages resulting from the use or handling of this product. THE EXCLUSIVE
|
||||
REMEDY OF THE USER OR BUYER, AND THE EXCLUSIVE LIABILITY OF
|
||||
SYNGENTA AND SELLER FOR ANY AND ALL CLAIMS, LOSSES, INJURIES OR
|
||||
DAMAGES (INCLUDING CLAIMS BASED ON BREACH OF WARRANTY,
|
||||
CONTRACT, NEGLIGENCE, TORT, STRICT LIABILITY OR OTHERWISE)
|
||||
RESULTING FROM THE USE OR HANDLING OF THIS PRODUCT, SHALL BE THE
|
||||
RETURN OF THE PURCHASE PRICE OF THE PRODUCT OR, AT THE ELECTION
|
||||
OF SYNGENTA OR SELLER, THE REPLACEMENT OF THE PRODUCT.
|
||||
SYNGENTA and Seller offer this product, and Buyer and User accept it, subject to the
|
||||
foregoing Conditions of Sale and Limitation of Warranty and Liability, which may not be
|
||||
modified except by written agreement signed by a duly authorized representative of
|
||||
SYNGENTA.
|
||||
|
||||
( (
|
||||
-21-
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of Federal law to use this product in a manner inconsistent with its
|
||||
labeling.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accordance with its labeling and with the Worker Protection
|
||||
Standard, 40 CFR part 170. Refer to supplemental labeling under "Agricultural Use
|
||||
Requirements" in the Directions for Use section for information about this standard.
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food, or feed by storage, disposal, or cleaning of equipment.
|
||||
Pesticide Storage
|
||||
Store in a cool, dry place. Storage for extended periods above gO°F is not
|
||||
recommended.
|
||||
For minor spills, leaks, etc., follow all precautions indicated on this label and clean up
|
||||
immediately. Take special care to avoid contamination of equipment and facilities
|
||||
during cleanup procedures and disposal of wastes.
|
||||
Pesticide Disposal
|
||||
Pesticide waste are toxic. Improper disposal of excess pesticide, spray mixture, or
|
||||
rinsate is a violation of Federal Law. If these wastes cannot be disposed of by use
|
||||
according to label instructions, contact your State Pesticide or Environmental Control
|
||||
Agency or the Hazardous Waste representative at the nearest EPA Regional Office for
|
||||
guidance in proper disposal methods.
|
||||
Container Handling
|
||||
Refillable container. Refill this container with pesticide only. Do not use this container
|
||||
for any other purpose. Cleaning the container before final disposal is the responsibility
|
||||
of the person disposing of the container. Cleaning before refilling is the responsibility of
|
||||
the refiller. To clean container before final disposal, empty the remaining contents from
|
||||
this container into application equipment or mix tank. Fill the container about 10 percent
|
||||
full with water. Agitate vigorously or recirculate water with the pump for 2 minutes.
|
||||
Pour or pump rinsate into application equipment or rinsate collection system. Repeat
|
||||
this rinsing procedure two more times. Then offer for recycling if available or puncture
|
||||
|
||||
(
|
||||
-22-
|
||||
and dispose of in a sanitary landfill, or by incineration, or, if allowed by state and local
|
||||
authorities, by burning. If burned, stay out of smoke.
|
||||
CONTAINER IS NOT SAFE FOR FOOD, FEED, OR DRINKING WATER!
|
||||
Cruiser® and the Syngenta logo are trademarks of a Syngenta Group Company
|
||||
u.s. Patent No.xxxxx
|
||||
©2005 Syngenta
|
||||
Syngenta Crop Protection, Inc.
|
||||
Greensboro, North Carolina 27409
|
||||
www.syngenta-us.com
|
||||
SCP 120BA-M(4-B-05)
|
||||
SCP 120BA-M(4-B-05)
|
||||
CRU EXT 1208A-M(4-8-05)-lg-5-23-05
|
||||
(15 gal)
|
||||
(120 gal.)
|
||||
CRU EXT 1208A-M(4-8-05) PRN2007-4 NOTIF-AUG2009 CLEAN - pl- 8/10109
|
||||
000100-01208.2009081 O.CRU-EXT _PRN2007-4_AUG2009.pdf
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1212",
|
||||
"epa_reg_no": "100-1212",
|
||||
"product_name": "TOUCHDOWN CT HERBICIDE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Glyphosate, potassium salt",
|
||||
"cas": "70901-12-1",
|
||||
"percent": 36.5,
|
||||
"pc_code": "103613"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01212-20110315.pdf",
|
||||
"filename": "000100-01212-20110315.pdf",
|
||||
"accepted_date": "2011-03-15",
|
||||
"last_modified": "2011-04-13T14:21:05+00:00",
|
||||
"page_count": 87,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1212",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1212"
|
||||
},
|
||||
"registration_status": "Inactive",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:20:48.287312+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"source": "epa_ppls",
|
||||
"source_key": "100-1219",
|
||||
"epa_reg_no": "100-1219",
|
||||
"product_name": "AZOXYSTROBIN H&G FUNGICIDE CONCENTRATE",
|
||||
"product_class": null,
|
||||
"registrant": "SYNGENTA CROP PROTECTION, LLC",
|
||||
"active_ingredients": [
|
||||
{
|
||||
"name": "Azoxystrobin",
|
||||
"cas": "131860-33-8",
|
||||
"percent": 22.9,
|
||||
"pc_code": "128810"
|
||||
}
|
||||
],
|
||||
"signal_word": "Caution",
|
||||
"label": {
|
||||
"url": "https://www3.epa.gov/pesticides/chem_search/ppls/000100-01219-20050119.pdf",
|
||||
"filename": "000100-01219-20050119.pdf",
|
||||
"accepted_date": "2005-01-19",
|
||||
"last_modified": "2011-04-13T17:41:01+00:00",
|
||||
"page_count": 73,
|
||||
"text_layer": true
|
||||
},
|
||||
"supplemental_documents": [],
|
||||
"source_urls": {
|
||||
"product_page": null,
|
||||
"label_api": "https://ordspub.epa.gov/ords/pesticides/cswu/ppls/100-1219",
|
||||
"label_index": "https://ordspub.epa.gov/ords/pesticides/f?p=PPLS:102:::NO::P102_REG_NUM:100-1219"
|
||||
},
|
||||
"registration_status": "Active",
|
||||
"registrant_company_number": "100",
|
||||
"fetched_at": "2026-05-24T04:21:02.378460+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user