| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
#%NASL_MIN_LEVEL 80900
#
# (C) Tenable Network Security, Inc.
#
include('compat.inc');
if (description)
{
script_id(502810);
script_version("1.32");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/06/05");
script_name(english:"Rockwell Automation End-of-Life Devices Detection");
script_set_attribute(attribute:"synopsis", value:
"Detection of Rockwell devices that are still supported but have a discontinued date announced.");
script_set_attribute(attribute:"description", value:
"The current plugin identifies Rockwell devices that are end-of-life, i.e., still supported but have a discontinued date announced.
Rockwell Lifecycle Statuses:
- Active: Most current offering within a product category.
- Active Mature: Product is fully supported, but a newer product or family exists. Gain value by migrating.
- End of Life: Discontinued date announced - actively execute migrations and last time buys.
Product generally orderable until the discontinued date.
- Discontinued: Product no longer manufactured or procured. Repair/exchange services may be available.");
# https://www.rockwellautomation.com/en-us/support/product/product-compatibility-migration/product-lifecycle-status.html
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?e6be68ee");
script_set_attribute(attribute:"solution", value:
"Plan and initiate the transition to an actively supported product before the discontinuation date.");
script_set_attribute(attribute:"risk_factor", value:"Medium");
script_set_attribute(attribute:"plugin_publication_date", value:"2024/12/16");
script_set_attribute(attribute:"plugin_type", value:"local");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Tenable.ot");
script_copyright(english:"This script is Copyright (C) 2025-2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("tenable_ot_api_integration.nasl");
script_require_keys("Tenable.ot/Rockwell");
exit(0);
}
#
# EoL checks here
#
include('tenable_ot_eol_funcs.inc');
get_kb_item_or_exit('Tenable.ot/Rockwell');
var asset = tenable_ot::assets::get(vendor:'Rockwell');
var eol_info = {
"1732E-IB16M12SOEDR": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1732E-IB16M12SOEDR.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"1734-ACNR": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/03/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1734-ACNR.html",
"ReplacementProduct": "1734-AENTR",
"LastModifiedDate": ""
},
"1734-ADN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1734-ADN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"1756-L81E-NSE": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L81E-NSE.html",
"ReplacementProduct": "1756-L81E-NSEXT",
"LastModifiedDate": ""
},
"1756-L81EK": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L81EK.html",
"ReplacementProduct": "1756-L81EXT",
"LastModifiedDate": ""
},
"1756-L81EP": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L81EP.html",
"ReplacementProduct": "1756-L81EPXT",
"LastModifiedDate": ""
},
"1756-L82E-NSE": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L82E-NSE.html",
"ReplacementProduct": "1756-L82E-NSEXT",
"LastModifiedDate": ""
},
"1756-L82EK": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L82EK.html",
"ReplacementProduct": "1756-L82EXT",
"LastModifiedDate": ""
},
"1756-L83E-NSE": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L83E-NSE.html",
"ReplacementProduct": "1756-L83E-NSEXT",
"LastModifiedDate": ""
},
"1756-L83EK": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L83EK.html",
"ReplacementProduct": "1756-L83EXT",
"LastModifiedDate": ""
},
"1756-L83EP": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L83EP.html",
"ReplacementProduct": "1756-L83EPXT",
"LastModifiedDate": ""
},
"1756-L84E-NSE": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L84E-NSE.html",
"ReplacementProduct": "1756-L84E-NSEXT",
"LastModifiedDate": ""
},
"1756-L84EK": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L84EK.html",
"ReplacementProduct": "1756-L84EXT",
"LastModifiedDate": ""
},
"1756-L85E-NSE": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L85E-NSE.html",
"ReplacementProduct": "1756-L85E-NSEXT",
"LastModifiedDate": ""
},
"1756-L85EK": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L85EK.html",
"ReplacementProduct": "1756-L85EXT",
"LastModifiedDate": ""
},
"1756-L85EP": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1756-L85EP.html",
"ReplacementProduct": "1756-L85EPXT",
"LastModifiedDate": ""
},
"1769-L30ERMS": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1769-L30ERMS.html",
"ReplacementProduct": "5069-L310ERMS3",
"LastModifiedDate": ""
},
"1769-L33ERMO": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/09/30",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1769-L33ERMO.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"1769-L33ERMS": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1769-L33ERMS.html",
"ReplacementProduct": "5069-L320ERMS3",
"LastModifiedDate": ""
},
"1769-L36ERMO": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/09/30",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1769-L36ERMO.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"1769-L36ERMS": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1769-L36ERMS.html",
"ReplacementProduct": "5069-L330ERMS3",
"LastModifiedDate": ""
},
"1769-L37ERMO": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/09/30",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1769-L37ERMO.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"1769-L38ERMO": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/09/30",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1769-L38ERMO.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"1769-L38ERMS": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1769-L38ERMS.html",
"ReplacementProduct": "5069-L350ERMS3",
"LastModifiedDate": ""
},
"1783-ETAP1F": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1783-ETAP1F.html",
"ReplacementProduct": "1783-ETAP1T2SFP",
"LastModifiedDate": ""
},
"1783-ETAP2F": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1783-ETAP2F.html",
"ReplacementProduct": "1783-ETAP1T2SFP",
"LastModifiedDate": ""
},
"1783-IMS28NAC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1783-IMS28NAC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"1783-IMS28RAC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1783-IMS28RAC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"1788-CN2DN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2028/01/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1788-CN2DN.html",
"ReplacementProduct": "1788-EN2DNR",
"LastModifiedDate": ""
},
"1794-ACN15": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/10/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1794-ACN15.html",
"ReplacementProduct": "1794-AENT, 1794-AENTR",
"LastModifiedDate": ""
},
"1794-ACNR15": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/10/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1794-ACNR15.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"1794-AENT": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2028/09/30",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.1794-AENT.html",
"ReplacementProduct": "1794-AENTR",
"LastModifiedDate": ""
},
"20DE099A0EYNANASE": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2023/06/30",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20DE099A0EYNANASE.html",
"ReplacementProduct": "PowerFlex 750 family",
"LastModifiedDate": ""
},
"20DE099A0NYNANANE": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2023/06/30",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20DE099A0NYNANANE.html",
"ReplacementProduct": "PowerFlex 750 family",
"LastModifiedDate": ""
},
"20DE099A3EYNACANE": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2023/06/30",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20DE099A3EYNACANE.html",
"ReplacementProduct": "PowerFlex 750 family",
"LastModifiedDate": ""
},
"20P21AD010RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD010RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD014RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD014RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD019RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD019RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD027RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD027RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD035RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD035RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD045RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD045RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD052RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD052RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD073RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD073RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD086RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD086RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD100RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD100RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD129RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD129RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD167RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD167RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD1K1RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD1K1RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD1K3RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD1K3RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD1K4RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD1K4RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD207RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD207RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD250RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD250RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD330RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD330RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD412RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD412RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD495RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD495RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD4P1RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD4P1RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD667RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD667RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD6P0RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD6P0RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD830RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD830RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AD996RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AD996RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE067RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE067RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE101RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE101RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE135RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE135RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE1K0RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE1K0RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE1K2RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE1K2RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE1K3RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE1K3RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE1K6RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE1K6RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE270RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE270RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE405RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE405RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE540RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE540RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE675RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE675RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AE810RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AE810RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AF1K0RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AF1K0RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AF1K1RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AF1K1RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AF1K2RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AF1K2RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AF1K4RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AF1K4RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AF1K5RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AF1K5RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AF452RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AF452RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AF565RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AF565RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AF678RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AF678RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AF791RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AF791RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P21AF904RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P21AF904RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB012RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB012RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB020RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB020RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB029RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB029RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB038RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB038RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB055RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB055RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB073RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB073RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB093RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB093RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB110RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB110RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB146RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB146RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB180RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB180RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB1K0RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB1K0RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB218RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB218RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB265RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB265RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB360RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB360RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB434RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB434RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB521RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB521RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB700RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB700RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB7P0RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB7P0RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB875RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB875RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AB9P0RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AB9P0RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD010RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD010RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD014RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD014RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD019RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD019RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD027RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD027RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD035RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD035RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD045RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD045RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD052RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD052RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD073RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD073RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD086RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD086RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD100RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD100RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD129RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD129RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD167RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD167RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD1K1RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD1K1RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD1K3RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD1K3RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD1K4RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD1K4RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD207RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD207RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD250RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD250RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD330RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD330RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD412RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD412RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD495RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD495RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD4P1RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD4P1RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD667RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD667RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD6P0RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD6P0RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD830RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD830RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AD996RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AD996RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE067RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE067RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE101RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE101RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE135RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE135RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE1K0RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE1K0RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE1K2RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE1K2RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE1K3RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE1K3RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE1K6RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE1K6RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE270RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE270RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE405RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE405RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE540RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE540RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE675RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE675RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AE810RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AE810RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AF1K0RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AF1K0RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AF1K1RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AF1K1RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AF1K2RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AF1K2RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AF1K4RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AF1K4RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AF1K5RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AF1K5RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AF452RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AF452RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AF565RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AF565RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AF678RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AF678RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AF791RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AF791RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20P41AF904RA0NNN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20P41AF904RA0NNN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20SD1K0NEM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/10/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20SD1K0NEM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20SD1K0NEN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/10/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20SD1K0NEN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20SD600NEN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/10/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20SD600NEN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20SF1K0NEM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/10/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20SF1K0NEM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20SF1K0NEN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/10/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20SF1K0NEN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"20SF1K0NES": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/10/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.20SF1K0NES.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"22P-D260A103": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2025/06/30",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.22P-D260A103.html",
"ReplacementProduct": "22C-D260A103",
"LastModifiedDate": ""
},
"23PMD4": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.23PMD4.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"23PMD7": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.23PMD7.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"23PMF4": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.23PMF4.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"23PMF7": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2027/04/15",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.23PMF7.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12B-NA-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12B-NA-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12B-NB-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12B-NB-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12B-NB-R-3-SM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12B-NB-R-3-SM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12B-NC-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12B-NC-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12B-NC-R-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12B-NC-R-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12D-NA-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12D-NA-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12D-NA-R-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12D-NA-R-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12D-NB-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12D-NB-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12D-NB-R-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12D-NB-R-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12D-NC-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12D-NC-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12D-NC-R-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12D-NC-R-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12S-NB-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12S-NB-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12S-NB-R-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12S-NB-R-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12S-NC-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12S-NC-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12S-NC-R-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12S-NC-R-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12Z-NA-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12Z-NA-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12Z-NB-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12Z-NB-R.html",
"ReplacementProduct": "NA - Spare part",
"LastModifiedDate": ""
},
"280D-F12Z-NB-R-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12Z-NB-R-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12Z-NB-R-3-SM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12Z-NB-R-3-SM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12Z-NB-R-SM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12Z-NB-R-SM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12Z-NC-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12Z-NC-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12Z-NC-R-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12Z-NC-R-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F12Z-NC-R-3-SM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F12Z-NC-R-3-SM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F23D-ND-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F23D-ND-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F23D-ND-R-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F23D-ND-R-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F23Z-ND-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F23Z-ND-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"280D-F23Z-ND-R-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.280D-F23Z-ND-R-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12B-NA-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12B-NA-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12B-NB-R-3FR-SM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12B-NB-R-3FR-SM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12B-NC-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12B-NC-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12D-NB-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12D-NB-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12D-NB-R-3FR": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12D-NB-R-3FR.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12D-NC-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12D-NC-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12D-NC-R-3FR": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12D-NC-R-3FR.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12S-NC-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12S-NC-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12Z-NA-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12Z-NA-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12Z-NB-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12Z-NB-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12Z-NB-R-3FR": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12Z-NB-R-3FR.html",
"ReplacementProduct": "NA - Spare part",
"LastModifiedDate": ""
},
"281D-F12Z-NB-R-3FR-SM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12Z-NB-R-3FR-SM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12Z-NC-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12Z-NC-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12Z-NC-R-3FR": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12Z-NC-R-3FR.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F12Z-NC-R-SM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F12Z-NC-R-SM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F23B-ND-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F23B-ND-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F23B-ND-R-3FR-SM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F23B-ND-R-3FR-SM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F23D-ND-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F23D-ND-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"281D-F23Z-ND-R": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.281D-F23Z-ND-R.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD2P3B-N-R-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD2P3B-N-R-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD2P3Z-N-R-3-DB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD2P3Z-N-R-3-DB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD2P3Z-N-R-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD2P3Z-N-R-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD4P0B-N-R-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD4P0B-N-R-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD4P0D-N-R-3-CB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD4P0D-N-R-3-CB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD4P0D-N-R-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD4P0D-N-R-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD6P0B-N-R-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD6P0B-N-R-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD6P0Z-25-RRW-3-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD6P0Z-25-RRW-3-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD6P0Z-N-R-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD6P0Z-N-R-3.html",
"ReplacementProduct": "NA - Spare part",
"LastModifiedDate": ""
},
"284D-FVD6P0Z-N-R-3-SM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD6P0Z-N-R-3-SM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD7P6B-N-R-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD7P6B-N-R-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD7P6Z-N-R-3-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD7P6Z-N-R-3-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284D-FVD7P6Z-N-R-3-SB-SM": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284D-FVD7P6Z-N-R-3-SB-SM.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CR-3-DB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CR-3-DB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CR-3-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CR-3-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CR-3-DB-SB-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CR-3-DB-SB-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CR-3-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CR-3-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CR-3-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CR-3-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CR-3-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CR-3-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CR-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CR-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CRN-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CRN-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CRN-DB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CRN-DB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CRW-3-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CRW-3-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CRW-DB-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CRW-DB-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CRW-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CRW-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CRW-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CRW-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-CRW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-CRW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-DR-3-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-DR-3-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-DRW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-DRW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-DRW-3-DBW-SBW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-DRW-3-DBW-SBW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-DRW-DBW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-DRW-DBW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RR-3-DB-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RR-3-DB-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RR-3-DB-SB-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RR-3-DB-SB-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RR-DB1-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RR-DB1-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RR-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RR-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RR-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RR-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RR-SB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RR-SB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRN-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRN-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-3-DB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-3-DB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-3-DB1-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-3-DB1-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-3-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-3-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-3-DB1-SB-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-3-DB1-SB-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-3-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-3-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-3-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-3-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-3-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-3-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-3-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-3-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-3-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-3-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-DB-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-DB-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-DBW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-DBW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD1P4Z-10-RRW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD1P4Z-10-RRW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CR-3-DB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CR-3-DB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CR-3-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CR-3-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CR-3-DB1-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CR-3-DB1-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CR-3-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CR-3-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CR-3-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CR-3-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CR-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CR-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CR-DBW-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CR-DBW-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CR-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CR-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CRN-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CRN-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CRN-3-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CRN-3-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CRW-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CRW-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CRW-3-DB-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CRW-3-DB-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CRW-3-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CRW-3-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CRW-3-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CRW-3-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CRW-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CRW-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CRW-DB-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CRW-DB-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CRW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CRW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CRW-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CRW-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-CRW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-CRW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-DR": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-DR.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-DR-3-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-DR-3-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-DR-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-DR-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-DRN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-DRN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-DRN-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-DRN-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-DRN-3-DB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-DRN-3-DB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-DRN-3-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-DRN-3-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-DRW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-DRW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-DRW-3-DBW-SBW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-DRW-3-DBW-SBW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-DRW-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-DRW-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RR-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RR-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RR-3-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RR-3-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RR-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RR-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RR-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RR-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RR-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RR-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RR-SB-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RR-SB-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RR-SB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RR-SB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRN-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRN-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRN-3-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRN-3-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRN-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRN-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-3-DB1-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-3-DB1-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-3-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-3-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-3-DBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-3-DBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-3-DBW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-3-DBW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-3-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-3-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-3-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-3-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-3-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-3-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-3-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-3-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-DBW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-DBW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD2P3Z-10-RRW-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD2P3Z-10-RRW-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CR-3-DB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CR-3-DB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CR-3-DB1-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CR-3-DB1-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CR-3-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CR-3-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CR-3-SB-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CR-3-SB-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CR-3-SB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CR-3-SB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CR-DB-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CR-DB-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CR-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CR-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CRN-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CRN-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CRW-3-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CRW-3-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CRW-3-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CRW-3-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CRW-DB-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CRW-DB-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CRW-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CRW-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-CRW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-CRW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DR": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DR.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DR-3-DB-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DR-3-DB-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DR-3-DB-SB-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DR-3-DB-SB-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DR-3-DB-SB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DR-3-DB-SB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DR-3-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DR-3-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DR-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DR-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DRN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DRN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DRN-3-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DRN-3-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DRN-3-DB1-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DRN-3-DB1-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DRN-3-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DRN-3-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DRN-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DRN-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DRW-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DRW-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DRW-3-DBW-SBW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DRW-3-DBW-SBW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DRW-3-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DRW-3-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DRW-3-SBW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DRW-3-SBW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DRW-DBW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DRW-DBW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-DRW-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-DRW-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RR-3-DB1-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RR-3-DB1-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RR-3-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RR-3-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RR-3-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RR-3-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RR-3-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RR-3-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RR-3-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RR-3-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RR-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RR-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RR-DB-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RR-DB-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RR-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RR-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RR-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RR-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RR-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RR-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RR-SB-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RR-SB-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRN-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRN-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRN-3-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRN-3-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRN-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRN-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRN-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRN-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRW-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRW-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRW-3-DB-SBW-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRW-3-DB-SBW-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRW-3-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRW-3-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRW-3-DB1-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRW-3-DB1-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRW-3-DB1-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRW-3-DB1-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRW-3-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRW-3-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRW-3-SBW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRW-3-SBW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD4P0Z-10-RRW-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD4P0Z-10-RRW-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-3-DB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-3-DB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-3-DB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-3-DB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-3-DB-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-3-DB-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-3-DB1-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-3-DB1-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-3-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-3-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-3-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-3-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-3-SB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-3-SB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-DB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-DB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-DB-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-DB-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-DB1-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-DB1-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CR-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CR-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRN-DB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRN-DB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRW-3-DB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRW-3-DB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRW-3-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRW-3-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRW-3-DB1-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRW-3-DB1-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRW-3-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRW-3-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRW-3-DB1-SB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRW-3-DB1-SB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRW-3-DBW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRW-3-DBW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRW-3-DBW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRW-3-DBW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRW-3-SB-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRW-3-SB-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRW-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRW-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRW-DB1-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRW-DB1-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-CRW-DBW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-CRW-DBW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-DR": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-DR.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-DRN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-DRN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-DRN-3-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-DRN-3-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-DRN-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-DRN-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-DRW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-DRW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-DRW-3-DBW-SBW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-DRW-3-DBW-SBW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-DRW-3-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-DRW-3-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-DRW-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-DRW-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-DRW-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-DRW-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RR-3-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RR-3-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RR-3-DB1-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RR-3-DB1-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RR-3-DBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RR-3-DBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RR-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RR-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RR-DB-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RR-DB-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RR-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RR-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RR-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RR-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RR-DBW-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RR-DBW-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RR-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RR-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RR-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RR-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RR-SB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RR-SB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRN-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRN-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRN-3-DBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRN-3-DBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRN-3-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRN-3-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRN-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRN-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRW-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRW-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRW-3-DB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRW-3-DB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRW-3-DB1-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRW-3-DB1-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRW-3-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRW-3-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRW-3-DB1-SBW-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRW-3-DB1-SBW-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRW-3-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRW-3-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRW-3-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRW-3-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRW-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRW-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRW-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRW-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRW-DBW-SBW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRW-DBW-SBW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD6P0Z-25-RRW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD6P0Z-25-RRW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CR-3-DB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CR-3-DB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CR-3-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CR-3-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CR-3-DB1-SB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CR-3-DB1-SB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CR-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CR-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CR-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CR-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CRN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CRN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CRN-DB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CRN-DB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CRN-DB-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CRN-DB-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CRW-3-DB-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CRW-3-DB-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CRW-3-DB1-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CRW-3-DB1-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CRW-3-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CRW-3-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CRW-3-SB-EMI-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CRW-3-SB-EMI-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CRW-3-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CRW-3-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CRW-DB-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CRW-DB-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-CRW-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-CRW-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-DR": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-DR.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-DRN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-DRN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-DRN-3-DB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-DRN-3-DB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-DRN-3-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-DRN-3-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-DRW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-DRW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-DRW-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-DRW-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-DRW-3-SBW-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-DRW-3-SBW-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RR-3-DB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RR-3-DB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RR-3-DB-SB-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RR-3-DB-SB-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RR-3-DB1-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RR-3-DB1-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RR-3-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RR-3-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RR-3-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RR-3-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RR-3-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RR-3-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RR-DB1-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RR-DB1-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RR-DB1-SB-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RR-DB1-SB-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RR-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RR-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRN": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRN.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRN-3": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRN-3.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRN-3-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRN-3-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRN-3-DBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRN-3-DBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRN-DB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRN-DB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRN-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRN-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRW-3-DB1-EMI": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRW-3-DB1-EMI.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRW-3-DB1-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRW-3-DB1-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRW-3-DB1-SB": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRW-3-DB1-SB.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRW-3-DB1-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRW-3-DB1-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRW-3-DB1-SBW-OC": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRW-3-DB1-SBW-OC.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRW-3-DBW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRW-3-DBW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRW-DB1": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRW-DB1.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"284E-FVD7P6Z-25-RRW-DBW-SBW": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2026/06/01",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.284E-FVD7P6Z-25-RRW-DBW-SBW.html",
"ReplacementProduct": "",
"LastModifiedDate": ""
},
"TEST-EOL": {
"Vendor": "Rockwell",
"LifecycleStatus": "End of Life",
"DiscontinuedDate": "2050/12/31",
"Reference": "https://www.rockwellautomation.com/en-us/products/details.TEST-EOL.html",
"ReplacementProduct": "",
"LastModifiedDate": "2014/12/31"
}
};
tenable_ot::eol::compare_and_report(asset:asset, eol_info:eol_info, severity:SECURITY_WARNING);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation