+86-1478258894512522120
葩星12522120 淘宝旺旺passiontechinc

pt@ptinfous.com

+86-14782588945

  加载中,请稍候...
浏览历史

 


CANopen_Master_API常见问题

关键词: CANopen,Master,API,FAQ

简介:FAQs: Software/Tools > CANopen Master API常见问题[Number of FAQs 13] 1. The CANopen Master API Version 2.18 does not run with the new VCI Version 2. Why? 2. Why do I get the COP_k_NMT_HEARTBEATERR event? 3. How can I use more than 10 PDOs for a CANopen device? 4. What are the differe...
品 牌 ixxat ixxat
产 地 德国
型 号 PXF0869
折 扣 其他电询
咨询专家:

黄工-工业总线-工业自动化-实时仿真

黄工-工业总线-工业自动化-实时仿真 ID:2937

   机电电子工程专业硕士,机械设计制造及其自动化/计算机双学士,高级工程师

    具有丰富的从业、管理经验,曾在机电工程公司,资深设计代理公司工作。历任组织、经理等岗位,同时具有深厚的理论基础和项目项目研发经历。...

[MORE]

赵工-总线系统-嵌入式系统-工业自动化

赵工-总线系统-嵌入式系统-工业自动化 ID:2940

    机械电子工程,嵌入式系统专家,高级工程师

    嵌入式项目开发,ARM,Freescale,Infilion等系列单片机系统开发,DSP嵌入式系统开发,FPGA系统开发,项目经验丰富。


...

[MORE]

产品说明:

FAQs: Software/Tools > CANopen Master API常见问题
[Number of FAQs 13]

1. The CANopen Master API Version 2.18 does not run with the new VCI Version 2. Why?
2. Why do I get the COP_k_NMT_HEARTBEATERR event?
3. How can I use more than 10 PDOs for a CANopen device?
4. What are the differences between CANopen Master API V V2.21 and Version 4.0.10?
5. What are the differences between CANopen Master API V V4.0.10 and Version 4.1?
6. What are the differences between CANopen Master API V V4.1 and Version 5.0?
7. What are the differences between CANopen Master API V5.0 and V5.1?
8. Which information is important for the processing of a CANopen Master API support request?
9. Why does the function COP_GetNodeState return the value 255 (COP_k_NS_UNKNOWN) for some CAN moduls?
10. Which CANopen Master API versions support the VCI V2.18?
11. What are the differences between CANopen Master API V5.1 and V5.2?
12. Is it possible to access a CAN interface board with a „CANopen Master API“ application and a „VCI“ application (e.g: Minimon) simultaneously?
13. What are the differences between CANopen Master API V5.2 and V6.0?


 



1. The CANopen Master API Version 2.18 does not run with the new VCI Version 2. Why?
With obsoletely CANopen Master API Versions <=2.18 (cop21un6.dll (0,2,1,8)) obsolete drivers are installed that are not compatible with VCI V2.

Newer CANopen Master API Versions >=2,21 (Cop221.exe, cop22un6.dll (2,2,1,2)) are based on VCI V2 and do not install extra drivers any more. Therefore the VCI V2 have to be installed before.

Please use the CANopen Master API V2.18 without an installed VCI or a newer CANopen Master API Verstion (>=2.21) with VCI Version 2.14.
top


2. Why do I get the COP_k_NMT_HEARTBEATERR event?

The CANopen 节点 do not send the Heartbeats automatically.
You can programm the heartbeat with the function COP_WriteSDO.
e.g.: COP_WriteSDO( ... idx = 1017, subidx = 00 ... )

The Heartbeat interval for the CANopen node, that is programmed in this way, should be smaller than the guard time GuardHeartbeatTime in the COP_AddNode().
You will get the COP_k_NMT_HEARTBEATERR event,
when no Heartbeat message arrived during the setted guard time,
or when the state of the node is not correct.

top


3. How can I use more than 10 PDOs for a CANopen device?

PDO Management is implemented as a static array in the firmware. For each node there is space reserved for 10+10 PDOs, regardless of their actual usage. The limitations are thus set by the available RAM on the respective board type.

To cope with this limitations, it is recommended to register only PDOs actually active at the CANopen Master API by calling function COP_CreatePDO().  On the 其他 hand, for reasons of clarity it is good practice to use the numbers of the PDOs in the order they are present at the device, i.e. CANopen Master API PDO#1 = device’s 1400/1800 etc.

Contrary to the statement given in the user manual in the description of this particular function (chapter 5.3.1) it is possible to call this function more than once for the same PDO in order to 改变 former settings. This offers some dynamics for the PDO management. Usually, reconfiguring resp. overwriting an already declared CANopen Master API PDO should be done only if the corresponding actual device PDO communication parameters 改变, in particular, the COB-ID.

If you still need more PDOs for a particular node, you can use the 10+10 PDOs of a not existing node. For this, call COP_AddNode() for an unused NodeID with "passive" settings (i.e. no node monitoring) and use all this 节点´ PDOs as you wish.

With CANopen Master API 6 these limits are pushed up to a maximum of 16+16 depending on the CAN board utilised, while the standard PDO count is increased from 10 to 12 for all boards.

When programming CANopen Master API, we adapt to the existing physical CANopen slave devices’ PDOs.  This means, we create corresponding/matching CANopen Master API PDOs to the slave’s PDOs.  By this “creation”, internal records and 连接ions of the CANopen Master API are being set up, but no 改变 to the slave’s PDO configuration takes place.  If you want to do the latter, you have to use the SDO-related function set of CANopen Master API and write to the slave’s PDO communication and mapping parameters Object Dictionary entries.  Afterwards, you still had to “create” a matching CANopen Master API PDO that mirrors the slave alterations.

Apart of that, CANopen Master API up to V5 is not aware of this so called “Predefined Connection Set” COB-ID allocation rule.

 

For CANopen Master API 5:

CAN interface board max.Nodes max. R/TPDOs per node
iPC-I 320 (ISA/PCI) 32 10
tinCAN4 32 10
USB-to-CAN compact 32 10
iPC-I 165 (ISA/PCI) 127 12
USB-to-CAN II 127 12
tinCAN161 127 16
iPC-I XC16 (PCI/PCIe) 127 16
top


4. What are the differences between CANopen Master API V V2.21 and Version 4.0.10?
  • There are no SDO data length restrictions anymore.
  • Additional functions for asynchronous SDO handling (COP_PutSDO, COP_GetSDO, COP_CancelSDO)
  • SDO blockmode support
  • USB boardtypes support
  • Bootup message supported according to CANopen Specification DS-301 V4
  • COP_InitBoard function: Simplified parameters, board identification based on VCI V2 hardware selection mechanism(XatxxReg.dll)
  • COP_CreatePDO function: Priority and inhibittime parameters removed.
  • COP_CreateSDO function: Priority parameter removed.
  • Unified timer resolution of 1ms and unified timer value ranges for all boards
  • Support of Heartbeat to CANopen Specification DS-301 V4
  • DLC of the RTR messages is not 0 any more.
Please note!
Version 2.21 of the CANopen Master API only supports the versions 2.0 to 2.14 (inclusively) of the VCI driver. To use newer versions of the VCI driver, it is necessary to install at least version 4.0.10 of the CANopen Master API, which supports all versions of the VCI V2.
top


5. What are the differences between CANopen Master API V V4.0.10 and Version 4.1?
  • Support of the iPC-I XC16/PCI, tinCAN161 and USB-to-CAN II interface
  • Microsoft .Net based example programs
top


6. What are the differences between CANopen Master API V V4.1 and Version 5.0?
  • Support of two CAN controllers per CAN interface board (for iPC-I XC16, tinCAN 161 and USB-to-CAN II only)
  • full LSS master functionality (according to CiA 305)
  • Flying Master mechanism (as specified in CiA 302)
Please note the VCI V2.16 has to be installed.
top


7. What are the differences between CANopen Master API V5.0 and V5.1?
  • Support of VCI V3
  • Support of single and dual channel for CAN interface boards with 16bit microcontroller
  • Support of the iPC-I XC16/PCIe board
CANopen Master API V5.1 compatibility table:
CAN interface board VCI V2 VCI V3 Channel support
iPC-I 320
(ISA/104/PCI)
2.16.2.6
(or higher)
3.1.2.1681
(or higher)
Single
iPC-I 165 (ISA/PCI) 2.16.2.6
(or higher)
3.1.2.1681
(or higher)
Single & Dual
tinCAN4 2.16.2.6
(or higher)
3.1.2.1681
(or higher)
Single
tinCAN161 2.16.2.6
(or higher)
3.1.2.1681
(or higher)
Single & Dual
USB-to-CAN compact 2.16.2.6
(or higher)
3.1.4.1784
(or higher)
Single
USB-to-CAN II 2.16.2.6
(or higher)
3.1.4.1784
(or higher)
Single & Dual
iPC-I XC16 (PCI/PCM) 2.16.3.14
(or higher)
3.1.2.1681
(or higher)
Single & Dual
iPC-I XC16/PCIe - 3.1.2.1681
(or higher)
Single & Dual
top


8. Which information is important for the processing of a CANopen Master API support request?
Please tell us the following information:
  1. Which version of the CANopen Master API is used?
    (see „Start | Control panel | Software | IXXAT CANopen Master API version“ orthe version number of the XatCOP50.dll, cop40un6.dll, cop22un6.dll, cop21un6.dllfrom the Windows System32 directory)
     
  2. Is it possible to reproduce the problem with the programming example from the CANopen Master API installation directory?
  3.  
  4. Please use the debug version of the XatCop50.dll, cop40un6.dll from the CANopen Master API installation directory
    (e.g.: C:| Programms| IXXAT| CANopen Master API 5.1| bin| debug| log| XatCOP50.dll) and send us the created protocol file XatCOP50.log, COPMST32.log.
    Please note:
    There is also a copy of XatCOP50.dll (release build) in the Windows „system32“ folder which might be used by the application. Please rename this instance for creation of the log file.
  5. Which VCI version is installed?
    (see „Start | Control panel | Software | IXXAT VCI version“ or the version number of the vcinpl.dll or vci11un6.dll from the Windows System32 directory)
  6. Which CAN interface board is used?
    (Please send us a screenshot of the device manager.)
     
  7. Does the CAN interface board run correctly with the Minimon?
top


9. Why does the function COP_GetNodeState return the value 255 (COP_k_NS_UNKNOWN) for some CAN moduls?
The function COP_GetNodeState() returns the current status of slave 节点. This status is not assigned to a special slave object dictionary entry, but it is created according to the observation of the slave communication; especially using the Heartbeat- or NodeGuarding- messages, but also using Bootup and Emergency. COP_k_NS_UNKNOWN as standard value will be returned, if the CAN node status could not be detected in this way, e.g. because a CAN node did not send Heartbeat yet. top


10. Which CANopen Master API versions support the VCI V2.18?
  1. CANopen Master API V4.1.2.28 (or higher)
  2. CANopen Master API V5.0
  3. CANopen Master API V5.1
  4. CANopen Master API V5.2
top


11. What are the differences between CANopen Master API V5.1 and V5.2?
  • Support of VCI V3 for CAN@netII/VCI hardware. Requires VCI 3.2.2.2098 (or higher).
  • Support of 64bit Windows host systems.
top


12. Is it possible to access a CAN interface board with a „CANopen Master API“ application and a „VCI“ application (e.g: Minimon) simultaneously?
No, because the „CANopen Master API“ and „VCI“ download the different firmware into the CAN interface board. top


13. What are the differences between CANopen Master API V5.2 and V6.0?
  • New CANopen functionality (enhanced SYNC mechanism specified in CiA 301 v4.2, LSS fastscan specified in CiA 305 v2.2)
  • LabVIEW examples
  • Support for passive IXXAT CAN interface boards using VCI 3.5.x
    (CAN-IB100/PCIe, CAN-IB120/PCIe Mini, PC-I 04/PCI)
top


 
参数资料:
CANopen_Master_API常见问题CANopen,Master,API,FAQ
该文章系原厂商文章翻译,不通之处请参考原文
价格列表: CANopen_Master_API常见问题CANopen,Master,API,FAQ
葩星订货号 订货号 产品名称 报价 品牌  
PXO_05931.04.0310.08105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_05941.04.0310.09105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_05951.04.0310.11105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 5000 pcs.运行许可证1036152~1323972ixxat
PXO_05961.04.0310.00153
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包82893~105918ixxat
PXO_05831.04.0310.00103
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包82893~105918ixxat
PXO_05841.04.1310.00103
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Basic Maintenance 1 year25904~33100ixxat
PXO_05851.04.0310.01105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_05861.04.0310.02105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_05871.04.0310.12105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_05881.04.0310.03105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_05891.04.0310.04105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_05901.04.0310.05105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_05911.04.0310.06105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_05921.04.0310.07105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_05971.04.1310.00153
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Basic Maintenance 1 year25904~33100ixxat
PXO_05981.04.0310.01155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_05991.04.0310.02155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_06001.04.0310.12155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_06011.04.0310.03155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_06021.04.0310.04155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_06041.04.0310.05155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_06051.04.0310.06155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_06061.04.0310.07155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_06071.04.0310.08155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_06081.04.0310.09155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_06091.04.0310.10155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_06101.04.0310.11155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_06111.04.0310.00203
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包82893~105918ixxat
PXO_06121.04.1310.00203
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Basic Maintenance 1 year25904~33100ixxat
PXO_06131.04.0310.01205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_06141.04.0310.02205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_06151.04.0310.12205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_06161.04.0310.03205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_06171.04.0310.04205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_06181.04.0310.05205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_06191.04.0310.06205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_06201.04.0310.07205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_06211.04.0310.08205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_06221.04.0310.09205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_06231.04.0310.10205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_06241.04.0310.11205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_06251.04.0310.00253
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code91893~117418ixxat
PXO_06261.04.1310.00253
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),25904~33100ixxat
PXO_06271.04.0310.01255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1 pc.运行许可证5670~7245ixxat
PXO_06281.04.0310.02255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_06291.04.0310.12255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_06301.04.0310.03255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_06311.04.0310.04255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_06321.04.0310.05255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),82893~105918ixxat
PXO_06331.04.0310.06255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_06341.04.0310.07255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_06351.04.0310.08255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_06361.04.0310.09255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_06371.04.0310.10255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_06381.04.0310.11255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_06391.04.0311.00100
EC-Lyser,for platform Microsoft Windows XP, Windows Vista and Windows 7,Single license (with USB dongle) 单一许可证2275~2907ixxat
PXO_06401.04.1311.00100
EC-Lyser,for platform Microsoft Windows XP, Windows Vista and Windows 7,Basic Maintenance 1 year342~436ixxat
PXO_06411.04.0310.00150
EC-Lyser for platform Microsoft Windows XP, Windows Vista and Windows 9,Software4246~5426ixxat
PXO_06421.04.0310.00151
Slave Test License Support Pack759~969ixxat
PXO_06431.04.0310.00152
Basic Maintenance 1 year1138~1454ixxat
PXO_06441.04.0310.01153
EC-STA Additional Runtime License, 1 pc.455~582ixxat
PXO_06451.04.0310.02153
EC-STA Additional Runtime License, 5 pc.1896~2422ixxat
PXO_06461.04.0310.12153
EC-STA Additional Runtime License, 10 pc.3791~4844ixxat
PXO_06471.04.0310.03153
EC-STA Additional Runtime License, 20 pc.5459~6976ixxat
PXO_06481.04.0310.04153
EC-STA Additional Runtime License, 50 pc.8340~10657ixxat
PXO_06491.04.0310.05153
EC-STA Additional Runtime License, 100 pc.12131~15501ixxat
PXO_06501.04.1310.00303
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Basic Maintenance 1 year25904~33100ixxat
PXO_06511.04.0310.01305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_06521.04.0310.02305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_06531.04.0310.12305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_06541.04.0310.03305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_06551.04.0310.04305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_06561.04.0310.05305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_06571.04.0310.06305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_06581.04.0310.07305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_06591.04.0310.08305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_06601.04.0310.09305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_06611.04.0310.10305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_06621.04.0310.11305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_06631.04.0310.00353
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包82893~105918ixxat
PXO_06641.04.1310.00353
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Basic Maintenance 1 year25904~33100ixxat
PXO_06651.04.0310.01355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_06661.04.0310.02355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_06671.04.0310.12355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_06681.04.0310.03355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_06691.04.0310.04355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_06701.04.0310.05355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_06711.04.0310.06355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_06721.04.0310.07355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_06731.04.0310.08355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_06741.04.0310.09355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,414461~529589ixxat
PXO_06751.04.0310.10355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_06761.04.0310.11355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_07021.04.0310.09405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L414461~529589ixxat
PXO_07011.04.0310.08405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L269400~344233ixxat
PXO_07001.04.0310.07405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L186508~238315ixxat
PXO_06911.04.0310.00403
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Software82893~105918ixxat
PXO_06921.04.1310.00403
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Basic Mai25904~33100ixxat
PXO_06931.04.0310.01405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L3109~3972ixxat
PXO_06941.04.0310.02405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L12952~16550ixxat
PXO_06951.04.0310.12405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L25904~33100ixxat
PXO_06961.04.0310.03405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L37302~47663ixxat
PXO_06971.04.0310.04405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L56989~72819ixxat
PXO_06981.04.0310.05405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L82893~105918ixxat
PXO_06991.04.0310.06405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L120194~153581ixxat
PXO_07031.04.0310.10405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L725307~926781ixxat
PXO_07041.04.0310.11405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L1036152~1323972ixxat
PXO_07051.04.0310.00453
EC-Master Core Class A for x86Product Line License, Royalty Model for platform Q82893~105918ixxat
PXO_07061.04.1310.00453
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Basic Maintenance 1 year25904~33100ixxat
PXO_07071.04.0310.01455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_07081.04.0310.02455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_07091.04.0310.12455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,25904~33100ixxat
PXO_07101.04.0310.03455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_07111.04.0310.04455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_07121.04.0310.05455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_07131.04.0310.06455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_07141.04.0310.07455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_07151.04.0310.08455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_07161.04.0310.09455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_07171.04.0310.10455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_07181.04.0310.11455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_07191.04.0313.00203
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包107760~137694ixxat
PXO_07201.04.1313.00203
EC-Master Core Class A for PPC and QorlQ platformsProduct Line License, Royalty33675~43030ixxat
PXO_07211.04.0313.01205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 1 pc.运行许可证4041~5164ixxat
PXO_07221.04.0313.02205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 5 pcs.运行许可证16838~21515ixxat
PXO_07231.04.0313.12205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 10 pcs.运行许可证33675~43030ixxat
PXO_07241.04.0313.03205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 20 pcs.运行许可证48492~61962ixxat
PXO_07251.04.0313.04205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 50 pcs.运行许可证74085~94664ixxat
PXO_07261.04.0313.05205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 100 pcs.运行许可证107760~137694ixxat
PXO_07271.04.0313.06205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 200 pcs.运行许可证156252~199655ixxat
PXO_07281.04.0313.07205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 500 pcs.运行许可证242460~309810ixxat
PXO_07291.04.0313.08205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 1000 pcs.运行许可证350220~447503ixxat
PXO_07301.04.0313.09205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 2000 pcs.运行许可证538800~688466ixxat
PXO_11771.04.0310.02206
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for VxWorks25904~33100ixxat
PXO_07321.04.0313.11205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 10000 pcs.运行许可证1346998~1721164ixxat
PXO_07331.04.0313.00253
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples107760~137694ixxat
PXO_07341.04.1313.00253
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Basic Maintenance 1 year33675~43030ixxat
PXO_07351.04.0313.01255
EC-Master Core Class A for PPC and QorlQ platformsProduct Line License, Royalty4041~5164ixxat
PXO_07361.04.0313.02255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 5 pcs.运行许可证16838~21515ixxat
PXO_07371.04.0313.12255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 10 pcs.运行许可证33675~43030ixxat
PXO_07381.04.0313.03255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 20 pcs.运行许可证48492~61962ixxat
PXO_07391.04.0313.04255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 50 pcs.运行许可证74085~94664ixxat
PXO_07401.04.0313.05255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 100 pcs.运行许可证107760~137694ixxat
PXO_07411.04.0313.06255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),156252~199655ixxat
PXO_07421.04.0313.07255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 500 pcs.运行许可证242460~309810ixxat
PXO_07431.04.0313.08255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 1000 pcs.运行许可证350220~447503ixxat
PXO_07441.04.0313.09255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 2000 pcs.运行许可证538800~688466ixxat
PXO_07451.04.0313.10255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 5000 pcs.运行许可证942899~1204815ixxat
PXO_07461.04.0313.11255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 10000 pcs.运行许可证1346998~1721164ixxat
PXO_07471.04.0313.10205
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A942899~1204815ixxat
PXO_09721.04.0315.00160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Software Development Kit (SDK) 软件开发工具包113977~145637ixxat
PXO_09731.04.1315.00160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Basic Maintenance 1 year28495~36410ixxat
PXO_09741.04.0315.01160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A4041~5164ixxat
PXO_09751.04.0315.02160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 5 pcs.运行许可证16838~21515ixxat
PXO_09761.04.0315.12160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A33675~43030ixxat
PXO_09771.04.0315.03160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 20 pcs.运行许可证49736~63551ixxat
PXO_09781.04.0315.04160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 50 pcs.运行许可证90664~115848ixxat
PXO_09791.04.0315.05160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 100 pcs.运行许可证132628~169469ixxat
PXO_09801.04.0315.06160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 200 pcs.运行许可证182363~233020ixxat
PXO_09811.04.0315.07160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 500 pcs.运行许可证336750~430291ixxat
PXO_09821.04.0315.08160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 1000 pcs.运行许可证518076~661986ixxat
PXO_09831.04.0315.09160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 2000 pcs.运行许可证828922~1059178ixxat
PXO_11761.04.0310.02156
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for RTX25904~33100ixxat
PXO_11751.04.0310.02106
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for Windows CE25904~33100ixxat
PXO_11741.04.0310.01456
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for QNX25904~33100ixxat
PXO_11731.04.0310.01406
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for RTOS-3225904~33100ixxat
PXO_11721.04.0310.01356
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for INTime25904~33100ixxat
PXO_11711.04.0310.01256
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for Linux25904~33100ixxat
PXO_11701.04.0310.01206
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for VxWorks25904~33100ixxat
PXO_11691.04.0310.01156
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for RTX25904~33100ixxat
PXO_11681.04.0310.01106
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for Windows CE25904~33100ixxat
PXO_11671.04.0316.11166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 10000 pcs.运行许可证2279535~2912739ixxat
PXO_11661.04.0316.10166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 5000 pcs.运行许可证1398806~1787363ixxat
PXO_11651.04.0316.09166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 2000 pcs.运行许可证766753~979740ixxat
PXO_11641.04.0316.08166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 1000 pcs.运行许可证486992~622267ixxat
PXO_11631.04.0316.07166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 500 pcs.运行许可证321208~410432ixxat
PXO_11621.04.0316.06166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 200 pcs.运行许可证155423~198596ixxat
PXO_11611.04.0316.05166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 100 pcs.运行许可证113977~145637ixxat
PXO_11601.04.0316.04166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 50 pcs.运行许可证77712~99298ixxat
PXO_11591.04.0316.03166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 20 pcs.运行许可证40410~51635ixxat
PXO_11581.04.0316.12166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_11571.04.0316.02166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_11561.04.0316.01166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_11551.04.1316.00166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Basic Maintenance 1 year20724~26480ixxat
PXO_11541.04.0316.00166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Software Development Kit (SDK), new RTOS-32 users only 软67350~86059ixxat
PXO_11531.04.0316.11161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 10000 pcs.运行许可证2279535~2912739ixxat
PXO_11521.04.0316.10161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 5000 pcs.运行许可证1398806~1787363ixxat
PXO_11511.04.0316.09161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 2000 pcs.运行许可证766753~979740ixxat
PXO_11501.04.0316.08161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 1000 pcs.运行许可证486992~622267ixxat
PXO_11491.04.0316.07161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 500 pcs.运行许可证321208~410432ixxat
PXO_11481.04.0316.06161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 200 pcs.运行许可证155423~198596ixxat
PXO_11471.04.0316.05161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 100 pcs.运行许可证113977~145637ixxat
PXO_11461.04.0316.04161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 50 pcs.运行许可证77712~99298ixxat
PXO_11451.04.0316.03161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 20 pcs.运行许可证40410~51635ixxat
PXO_11441.04.0316.12161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_11431.04.0316.02161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_11421.04.0316.01161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_11411.04.1316.00161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Basic Maintenance 1 year20724~26480ixxat
PXO_11401.04.0316.00161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Software Development Kit (SDK) 软件开发工具包67350~86059ixxat
PXO_11391.04.0314.11255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10000 pcs.运行许可证673499~860582ixxat
PXO_11381.04.0314.10255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5000 pcs.运行许可证471450~602408ixxat
PXO_11371.04.0314.09255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 2000 pcs.运行许可证269400~344233ixxat
PXO_11361.04.0314.08255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1000 pcs.运行许可证175110~223752ixxat
PXO_11351.04.0314.07255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 500 pcs.运行许可证121230~154905ixxat
PXO_11341.04.0314.06255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 200 pcs.运行许可证78126~99828ixxat
PXO_11331.04.0314.05255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 100 pcs.运行许可证53880~68847ixxat
PXO_11321.04.0314.04255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 50 pcs.运行许可证37043~47332ixxat
PXO_11311.04.0314.03255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 20 pcs.运行许可证24246~30981ixxat
PXO_11301.04.0314.12255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10 pcs.运行许可证16838~21515ixxat
PXO_11291.04.0314.02255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5 pcs.运行许可证1233~1575ixxat
PXO_11281.04.0314.01255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1 pc.运行许可证2021~2582ixxat
PXO_11271.04.1314.00253
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Basic Maintenance 1 year16838~21515ixxat
PXO_11261.04.0314.00253
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Software Development Kit (SDK)Master-Library and Link-Layer as binary, Exampl53880~68847ixxat
PXO_11251.04.0314.11205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 10000 pcs.运行许可证673499~860582ixxat
PXO_11241.04.0314.10205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 5000 pcs.运行许可证471450~602408ixxat
PXO_11231.04.0314.09205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 2000 pcs.运行许可证269400~344233ixxat
PXO_11221.04.0314.08205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 1000 pcs.运行许可证175110~223752ixxat
PXO_11211.04.0314.07205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 500 pcs.运行许可证121230~154905ixxat
PXO_11201.04.0314.06205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 200 pcs.运行许可证78126~99828ixxat
PXO_11191.04.0314.05205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 100 pcs.运行许可证53880~68847ixxat
PXO_11181.04.0314.04205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 50 pcs.运行许可证37043~47332ixxat
PXO_11171.04.0314.03205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 20 pcs.运行许可证24246~30981ixxat
PXO_11161.04.0314.12205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 10 pcs.运行许可证16838~21515ixxat
PXO_11151.04.0314.02205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 5 pcs.运行许可证1233~1575ixxat
PXO_11141.04.0314.01205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 1 pc.运行许可证2021~2582ixxat
PXO_11131.04.1314.00203
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Basic Maintenance 1 year16838~21515ixxat
PXO_11121.04.0314.00203
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包53880~68847ixxat
PXO_11111.04.0312.11455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_11101.04.0312.10455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_11091.04.0312.09455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_11081.04.0312.08455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,134700~172117ixxat
PXO_11071.04.0312.07455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_11061.04.0312.06455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_11051.04.0312.05455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_11041.04.0312.04455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_11031.04.0312.03455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_11021.04.0312.12455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_11011.04.0312.02455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_11001.04.0312.01455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_10991.04.1312.00453
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Basic Maintenance 1 year12952~16550ixxat
PXO_10981.04.0312.00453
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_10971.04.0312.11405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_10961.04.0312.10405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_10951.04.0312.09405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_10941.04.0312.08405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_10931.04.0312.07405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_10921.04.0312.06405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_10911.04.0312.05405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_10901.04.0312.04405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_10891.04.0312.03405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_10881.04.0312.12405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_10871.04.0312.02405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_10861.04.0312.01405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_10851.04.1312.00403
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Basic Maintenance 1 year12952~16550ixxat
PXO_10841.04.0312.00403
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_10831.04.0312.11355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_10821.04.0312.10355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_10811.04.0312.09355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_10801.04.0312.08355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_10791.04.0312.07355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_10781.04.0312.06355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_10771.04.0312.05355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_10761.04.0312.04355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_10751.04.0312.03355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_10741.04.0312.12355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_10731.04.0312.02355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_10721.04.0312.01355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_10711.04.1312.00353
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Basic Maintenance 1 year12952~16550ixxat
PXO_10701.04.0312.00353
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_10691.04.0312.11305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_10681.04.0312.10305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_10671.04.0312.09305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_10661.04.0312.08305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_10651.04.0312.07305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_10641.04.0312.06305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_10631.04.0312.05305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_10621.04.0312.04305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_10611.04.0312.03305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_10601.04.0312.12305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_10591.04.0312.02305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_10581.04.0312.01305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_10571.04.1312.00303
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Basic Maintenance 1 year12952~16550ixxat
PXO_10561.04.0312.00303
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_10551.04.0312.11255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_10541.04.0312.10255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_10531.04.0312.09255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_10521.04.0312.08255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_10511.04.0312.07255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_10501.04.0312.06255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_10491.04.0312.05255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_10481.04.0312.04255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_10471.04.0312.03255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_10461.04.0312.12255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_10451.04.0312.02255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_10441.04.0312.01255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_10431.04.1312.00253
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Basic Maintenance 1 year12952~16550ixxat
PXO_10421.04.0312.00253
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code41447~52959ixxat
PXO_10411.04.0312.11205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_10401.04.0312.10205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_10391.04.0312.09205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_10381.04.0312.08205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_10371.04.0312.07205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_10361.04.0312.06205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_10351.04.0312.05205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_10341.04.0312.04205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_10331.04.0312.03205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_10321.04.0312.12205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_10311.04.0312.02205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_10301.04.0312.01205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_10291.04.1312.00203
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Basic Maintenance 1 year12952~16550ixxat
PXO_10281.04.0312.00203
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_10271.04.0312.11155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_10261.04.0312.10155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_10251.04.0312.09155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_10241.04.0312.08155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_10231.04.0312.07155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_10221.04.0312.06155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_10211.04.0312.05155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_10201.04.0312.04155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_10191.04.0312.03155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_10181.04.0312.12155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_10171.04.0312.02155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_10161.04.0312.01155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_10151.04.1312.00153
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Basic Maintenance 1 year12952~16550ixxat
PXO_10141.04.0312.00153
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_10131.04.0312.11105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_10121.04.0312.10105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_10111.04.0312.09105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_10101.04.0312.08105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_10091.04.0312.07105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_10081.04.0312.06105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_10071.04.0312.05105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_10061.04.0312.04105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_10051.04.0312.03105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_10041.04.0312.12105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_10031.04.0312.02105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_10021.04.0312.01105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_10011.04.1312.00103
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Basic Maintenance 1 year12952~16550ixxat
PXO_10001.04.0312.00103
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_09991.04.0315.11165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 10000 pcs.运行许可证2590380~3309930ixxat
PXO_09981.04.0315.10165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 5000 pcs.运行许可证1554228~1985958ixxat
PXO_09971.04.0315.09165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 2000 pcs.运行许可证828922~1059178ixxat
PXO_09961.04.0315.08165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 1000 pcs.运行许可证518076~661986ixxat
PXO_09951.04.0315.07165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 500 pcs.运行许可证336750~430291ixxat
PXO_09941.04.0315.06165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 200 pcs.运行许可证182363~233020ixxat
PXO_09931.04.0315.05165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 100 pcs.运行许可证132628~169469ixxat
PXO_09921.04.0315.04165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 50 pcs.运行许可证90664~115848ixxat
PXO_09911.04.0315.03165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 20 pcs.运行许可证49736~63551ixxat
PXO_09901.04.0315.12165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 10 pcs.运行许可证33675~43030ixxat
PXO_09891.04.0315.02165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 5 pcs.运行许可证16838~21515ixxat
PXO_09881.04.0315.01165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 1 pc.运行许可证4041~5164ixxat
PXO_09871.04.1315.00165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Basic Maintenance 1 year28495~36410ixxat
PXO_09861.04.0315.00165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Software Development Kit (SDK) 软件开发工具包113977~145637ixxat
PXO_09851.04.0315.11160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 10000 pcs.运行许可证2590380~3309930ixxat
PXO_09841.04.0315.10160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 5000 pcs.运行许可证1554228~1985958ixxat
PXO_11781.04.0310.02256
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for Linux25904~33100ixxat
PXO_11791.04.0310.02356
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for INTime25904~33100ixxat
PXO_11801.04.0310.02406
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for RTOS-3225904~33100ixxat
PXO_11811.04.0310.02456
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for QNX25904~33100ixxat
PXO_11821.04.0310.03106
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for Windows CE25904~33100ixxat
PXO_11831.04.0310.03156
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for RTX25904~33100ixxat
PXO_11841.04.0310.03206
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for VxWorks25904~33100ixxat
PXO_11851.04.0310.03256
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for Linux25904~33100ixxat
PXO_11861.04.0310.03356
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for INTime25904~33100ixxat
PXO_11871.04.0310.03406
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for RTOS-3225904~33100ixxat
PXO_11881.04.0310.03456
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for QNX25904~33100ixxat
PXO_11891.04.0310.04106
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for Windows CE25904~33100ixxat
PXO_11901.04.0310.04156
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for RTX25904~33100ixxat
PXO_11911.04.0310.04206
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for VxWorks25904~33100ixxat
PXO_11921.04.0310.04256
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for Linux25904~33100ixxat
PXO_11931.04.0310.04356
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for INTime25904~33100ixxat
PXO_11941.04.0310.04406
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for RTOS-3225904~33100ixxat
PXO_11951.04.0310.04456
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for QNX25904~33100ixxat
PXO_11961.04.0310.00521
EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包41447~52959ixxat
PXO_11971.04.0310.00522
EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Runtime License Class A Markup 运行许可标记2~2ixxat
PXO_11981.04.0312.00522
EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Runtime License Class B Markup 运行许可标记4~4ixxat
PXO_11991.04.1310.00521
EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Basic Maintenance 1 year6217~7944ixxat
PXO_12001.04.0310.00529
EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Surcharge for Big Endian Systems67350~86059ixxat
PXO_12011.04.0310.00701
EC-Master Feature PackHot Connect Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包41447~52959ixxat
PXO_12021.04.0310.00702
EC-Master Feature PackHot Connect Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,EC-Master Feature Pack Hot Connect without Distributed Clock (DC) Product Line L2~2ixxat
PXO_12031.04.0312.00702
EC-Master Feature PackHot Connect Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Runtime License Class B Markup 运行许可标记4~4ixxat
PXO_12041.04.1310.00701
EC-Master Feature PackHot Connect Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Basic Maintenance 1 year6217~7944ixxat
PXO_12051.04.0310.00541
EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包20724~26480ixxat
PXO_12061.04.0310.00542
EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Runtime License Class A Markup 运行许可标记1~1ixxat
PXO_12071.04.0312.00542
EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Runtime License Class B Markup 运行许可标记2~2ixxat
PXO_12081.04.1310.00541
EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Basic Maintenance 1 year3109~3972ixxat
PXO_12091.04.0310.00711
EC-Master Feature PackHot Connect Class A with Distributed Clock (DC)Product Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包62170~79439ixxat
PXO_12101.04.0310.00712
EC-Master Feature PackHot Connect Class A with Distributed Clock (DC)Product Line License, Royalty Model,Runtime License Class A Markup 运行许可标记3~3ixxat
PXO_12111.04.0312.00712
EC-Master Feature PackHot Connect Class A with Distributed Clock (DC)Product Line License, Royalty Model,Runtime License Class B5~6ixxat
PXO_12121.04.1310.00711
EC-Master Feature PackHot Connect Class A with Distributed Clock (DC)Product Line License, Royalty Model,Basic Maintenance 1 year9326~11916ixxat
PXO_12131.04.0310.00811
EC-Master Feature PackCable Redundancy Class A with Distributed Clock (DC)Product Line License, Royalty ModelSoftware Development Kit (SDK) 软件开发工具包62170~79439ixxat
PXO_12141.04.0310.00812
EC-Master Feature PackCable Redundancy Class A with Distributed Clock (DC)Product Line License, Royalty ModelRuntime License Class A Markup 运行许可标记3~3ixxat
PXO_12151.04.0312.00812
EC-Master Feature PackCable Redundancy Class A with Distributed Clock (DC)Product Line License, Royalty ModelRuntime License Class B5~6ixxat
PXO_12161.04.1310.00811
EC-Master Feature PackCable Redundancy Class A with Distributed Clock (DC)Product Line License, Royalty ModelBasic Maintenance 1 year9326~11916ixxat
PXO_12171.04.0310.00801
EC-Master Feature PackCable Redundancy Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包41447~52959ixxat
PXO_12181.04.0310.00802
EC-Master Feature PackCable Redundancy Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Runtime License Class A2~2ixxat
PXO_12191.04.0312.00802
EC-Master Feature PackCable Redundancy Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Runtime License Class B Markup 运行许可标记4~4ixxat
PXO_12201.04.1310.00801
EC-Master Feature PackCable Redundancy Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Basic Maintenance 1 year6217~7944ixxat
PXO_12211.04.0310.00551
EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包20724~26480ixxat
PXO_12221.04.0310.00552
EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Runtime License Class A 运行许可证1~1ixxat
PXO_12231.04.0312.00552
EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Runtime License Class B 运行许可证2~2ixxat
PXO_12241.04.1310.00551
EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Basic Maintenance 1 year3109~3972ixxat
PXO_12251.04.0310.00902
EC-Master Maintenance,Update without valid maintenance contract,but within the first 24 months after SDK purchase4145~5296ixxat
PXO_12261.04.0310.00903
EC-Master Maintenance,Update without valid maintenance contract,later than 24 months after SDK purchase5181~6620ixxat
PXO_12271.04.0310.00904
EC-Master Maintenance,Upgrade of Class B Master to Class A Master (for x86 and ARM platforms)51808~66199ixxat
PXO_1228IQ250型
IQ250型甲醛检测仪0~0亿人环保
PXO_1229ES-300型
甲醛检测仪0~0亿人环保
PXO_1230ES-300XP型
甲醛检测仪0~0亿人环保
PXO_1231PPM400型
PPM400型甲醛检测仪0~0亿人环保
PXO_1232PPMhtv型
甲醛检测仪0~0亿人环保
PXO_1233HAL-HFX205 型
甲醛检测仪仪0~0亿人环保
PXO_12344160型
4160型甲醛检测仪0~0亿人环保
PXO_1235XP-308型
XP-308型甲醛检测仪0~0亿人环保
PXO_1236IQ350型
IQ350型甲醛检测仪0~0亿人环保
PXO_1237Z-300XP型
Z-300XP型甲醛检测仪0~0亿人环保
PXO_1238Z-300型
Z-300XP型甲醛检测仪0~0亿人环保
PXO_1239E-PERM型
E-PERM型氡测定仪0~0亿人环保
PXO_1240Doseman800型
Doseman型测氡仪0~0亿人环保
PXO_1241Doseman808型
Doseman型测氡仪0~0亿人环保
PXO_1242RAD7型
RAD7型氡测定仪0~0亿人环保
PXO_12431027型
1027型氡测定仪0~0亿人环保
PXO_1244FD-3017
氡测定仪0~0亿人环保
PXO_1245PRM2100型
氡测定仪0~0亿人环保
PXO_1246TLV FALCON
有机气体TVOC检测仪(内置泵)0~0亿人环保
PXO_1247TLV PANTHER
气体检测仪(内置泵)0~0亿人环保
PXO_1248450型
有机气体TVOC检测仪(内置泵)0~0亿人环保
PXO_1249IQ350 EAGLE
气体检测仪0~0亿人环保
PXO_1250TLV FALCON
便携式苯有机气体PID检测仪0~0亿人环保
PXO_1251PGM-7200
便携式苯有机气体PID检测仪0~0亿人环保
PXO_1252PGM-7200K
便携式苯有机气体PID检测仪0~0亿人环保
PXO_1253450型
450型氨分析仪0~0亿人环保
PXO_1254Z-800型
Z-800型氨检测仪0~0亿人环保
PXO_1255Z-800XP型
Z-800XP型氨检测仪0~0亿人环保
PXO_1256Z-500XP型
Z-500XP型一氧化碳检测仪0~0亿人环保
PXO_1257IQ350型
IQ350型氨检测仪0~0亿人环保
PXO_1258IQ250型
IQ250型氨检测仪0~0亿人环保
PXO_1259IQ350型
甲醇检测仪0~0亿人环保
PXO_1260IQ350型
氟气检测仪0~0亿人环保
PXO_1261IQ350型
氢气检测仪0~0亿人环保
PXO_1262IQ250型
氢气检测仪0~0亿人环保
PXO_1263IQ350型
苯检测仪0~0亿人环保
PXO_1264IQ250型
IQ250型苯检测仪0~0亿人环保
PXO_1265IQ350型
IQ350型二甲苯检测仪0~0亿人环保
PXO_1266IQ250型
IQ250型二甲苯检测仪0~0亿人环保
PXO_1267IQ350型
IQ350型苯酚检测仪0~0亿人环保
PXO_1268IQ250型
IQ250型苯酚检测仪0~0亿人环保
PXO_1269IQ350型
IQ350型甲苯检测仪0~0亿人环保
PXO_1270IQ350型
IQ350型甲醇检测仪0~0亿人环保
PXO_1271IQ350型
IQ350型乙醇检测仪0~0亿人环保
PXO_1272IQ350型
IQ350型甲烷检测仪0~0亿人环保
PXO_1273IQ350型
IQ350型可燃气体检测仪0~0亿人环保
PXO_1274TIF8800A
氢气检漏仪0~0亿人环保
PXO_1275TIF8800A
可燃气体检漏仪0~0亿人环保
PXO_1276IQ350型
氰化氢检测仪0~0亿人环保
PXO_1277IQ350型
磷化氢检测仪0~0亿人环保
PXO_1278IQ350型
砷化氢检测仪0~0亿人环保
PXO_1279TIF8800A型
氢气检漏仪0~0亿人环保
PXO_1280IQ-1000型
环境多功能万用气体检测仪(含五种可测气体)0~0亿人环保
PXO_1281GasAlert型
多气体检测仪0~0亿人环保
PXO_1282IQ350型
溴甲烷检测仪0~0亿人环保
PXO_1283TM3型
溴甲烷检测仪0~0亿人环保
PXO_1284Phosfuma型
磷化氢检测仪0~0亿人环保
PXO_1285EC80型
磷化氢检测仪0~0亿人环保
PXO_1286MBFUMA型
溴甲烷气体检测仪0~0亿人环保
PXO_1287SULFUMA型
硫酰氟检测仪0~0亿人环保
PXO_12881
溴甲烷检测仪校正系统0~0亿人环保
PXO_12891
TM3型呼吸取样球0~0亿人环保
PXO_1290PhoxAIR型
磷化氢检测仪(0.0 -5ppm )0~0亿人环保
PXO_1291fumis型
溴甲烷检测仪0~0亿人环保
PXO_1292fumis型
硫酰氟检测仪0~0亿人环保
PXO_1293TM3型
硫酰氟气体 (SO2F2)检测 仪0~0亿人环保
PXO_1294SF-Explor型
硫酰氟检测仪0~0亿人环保
PXO_1295SF-ContainIR型
硫酰氟检测仪0~0亿人环保
PXO_1296IQ350型
IQ350臭氧测定仪0~0亿人环保
PXO_1297IQ250型
IQ250 臭氧测定仪(0-10ppm)0~0亿人环保
PXO_1298IQ250型
IQ250 臭氧测定仪(0-50ppm)0~0亿人环保
PXO_1299A-21ZX型
臭氧测定仪0~0亿人环保
PXO_1300Z-1200型
臭氧测定仪0~0亿人环保
PXO_1301TM型
TM型电磁波辐射测定仪0~0亿人环保
PXO_1302TES-1390
电磁波辐射测定仪0~0亿人环保
PXO_1303SM型
SM型电磁波辐射测定仪(3万高斯)0~0亿人环保
PXO_1304EM型
地磁场测定仪(高斯仪)0~0亿人环保
PXO_1305TES-1390
电磁波辐射测定仪(高斯仪)0~0亿人环保
PXO_1306TES-139
电磁波辐射测定仪(高斯仪)0~0亿人环保
PXO_1307TES-1392
电磁波辐射测定仪(高斯仪)0~0亿人环保
PXO_1308EMF827(TN2827

电磁波辐射测定仪0~0亿人环保
PXO_1309Z-500型
一氧化碳检测仪0~0亿人环保
PXO_1310Z-500XP型
一氧化碳检测仪0~0亿人环保
PXO_1311CO71型
一氧化碳检测仪0~0亿人环保
PXO_1312450型
一氧化碳检测仪0~0亿人环保
PXO_1313IR20M型
二氧化碳检测仪0~0亿人环保
PXO_1314IR20DL型
二氧化碳检测仪0~0亿人环保
PXO_13158002型
二氧化碳检测仪(在线)0~0亿人环保
PXO_13167001型
二氧化碳检测仪0~0亿人环保
PXO_13178007型
二氧化碳检测仪0~0亿人环保
PXO_13188008型
二氧化碳检测仪0~0亿人环保
PXO_13198008型
软件0~0亿人环保
PXO_13208008型
取样系统0~0亿人环保
PXO_132120M
二氧化碳检测仪0~0亿人环保
PXO_13228001型
二氧化碳检测仪(在线、不显示)0~0亿人环保
PXO_1323AIC1000型
10-2百万空气负离子浓度仪0~0亿人环保
PXO_1324AIC1000型
100-2千万空气负离子浓度仪0~0亿人环保
PXO_1325AIC1000/ZX型
空气负离子浓度仪(带信号)0~0亿人环保
PXO_1326201A型
空气负离子浓度仪0~0亿人环保
PXO_1327201A型
软件0~0亿人环保
PXO_1328COM-3010型
负离子浓度仪(石头和其他固体)0~0亿人环保
PXO_1329COM-3010 型负
离子浓度仪
打印机
0~0亿人环保
PXO_1330EB-15型
负离子浓度仪(石头和其他固体)0~0亿人环保
PXO_1331DLY-3B型
空气负离子浓度测定仪0~0亿人环保
PXO_1332Inspector型
Inspector型射线检测仪0~0亿人环保
PXO_1333Inspector型
Inspector型射线检测仪软件0~0亿人环保
PXO_1334GM Tube 型
射线检测管0~0亿人环保
PXO_1335InspectorEXP型
InspectorEXP 型射线检测仪0~0亿人环保
PXO_1336Radalert100
射线检测仪0~0亿人环保
PXO_1337JB4000型
智能化X、γ辐射仪0~0亿人环保
PXO_1338JB4000A型
智能化X、γ辐射仪0~0亿人环保
PXO_1339JB4020型
X-γ个人辐射报警仪0~0亿人环保
PXO_1340JB4100型
智能化α、β表面污染检测仪0~0亿人环保
PXO_1341451B型
高压电离室检测仪0~0亿人环保
PXO_1342451P型
高压电离室检测仪0~0亿人环保
PXO_1343Z-700
一氧化氮检测仪0~0亿人环保
PXO_1344Z-100XP
环氧乙烷检测仪0~0亿人环保
PXO_1345Z-100型
环氧乙烷检测仪0~0亿人环保
PXO_1346Z-200XP
戊二醛检测仪0~0亿人环保
PXO_1347Z-200型
戊二醛检测仪0~0亿人环保
PXO_13484200
环氧乙烷检测仪0~0亿人环保
PXO_1349Z-900
硫化氢检测仪0~0亿人环保
PXO_1350Z-900XP
硫化氢检测仪0~0亿人环保
PXO_1351IQ350型
硫化氢检测仪0~0亿人环保
PXO_1352Z-1300
二氧化硫检测仪0~0亿人环保
PXO_1353Z-1300XP
二氧化硫检测仪0~0亿人环保
PXO_1354Z-1400
二氧化氮检测仪0~0亿人环保
PXO_1355Z-1400XP
二氧化氮检测仪0~0亿人环保
PXO_1356Z-400
氯检测仪0~0亿人环保
PXO_1357Z-1200
臭氧检测仪0~0亿人环保
PXO_1358Z-1200XP
臭氧检测仪0~0亿人环保
PXO_1359300型
臭氧检测仪(1PPB)0~0亿人环保
PXO_1360300型
臭氧检测仪(1PPM)0~0亿人环保
PXO_1361500型
臭氧检测仪(1PPB、RS232接口)0~0亿人环保
PXO_1362500型
臭氧检测仪(1PPM、RS232接口)0~0亿人环保
PXO_1363200型
臭氧检测仪(PPM)0~0亿人环保
PXO_1364200型
臭氧检测仪(PPB)0~0亿人环保
PXO_1365200型臭氧检
测仪(PPM,PP
B)
探头(1PPB)0~0亿人环保
PXO_1366200型臭氧检
测仪(PPM,PP
B)
探头(20PPM、50PPM)0~0亿人环保
PXO_1367200型
氨检测仪(PPM)0~0亿人环保
PXO_1368Z-1500
氯化氢检测仪0~0亿人环保
PXO_1369Z-1500XP
氯化氢检测仪0~0亿人环保
PXO_1370IQ-250
臭氧检测仪0~0亿人环保
PXO_1371IQ-250
氯化氢检测仪0~0亿人环保
PXO_1372IQ-250
氰化氢检测仪0~0亿人环保
PXO_1373IQ-350
氰化氢检测仪0~0亿人环保
PXO_1374T40 型
一氧化碳检测仪0~0亿人环保
PXO_1375T40 型
硫化氢检测仪0~0亿人环保
PXO_1376IQ350型
溴甲烷气体检测仪0~0亿人环保
PXO_1377CA-6210型
燃烧分析仪0~0亿人环保
PXO_1378CA-6211型
燃烧分析仪0~0亿人环保
PXO_1379CA-6212型
燃烧分析仪0~0亿人环保
PXO_1380CA-6214型
燃烧分析仪0~0亿人环保
PXO_1381CA-6215型
燃烧分析仪0~0亿人环保
PXO_1382CA-6203型
燃烧分析仪0~0亿人环保
PXO_1383CA-6213型
燃烧分析仪0~0亿人环保
PXO_1384CA-6010型
CO单气体燃烧分析仪0~0亿人环保
PXO_1385CA-6020型
O2单气体燃烧分析仪0~0亿人环保
PXO_1386CA-6030型
NO单气体燃烧分析仪0~0亿人环保
PXO_1387CA-6040型
NO2单气体燃烧分析仪0~0亿人环保
PXO_1388CA-6050型
SO2单气体燃烧分析仪0~0亿人环保
PXO_1389CA-6060型
CO2单气体燃烧分析仪0~0亿人环保
PXO_13908384型
多参数通风表(智能环境测试仪)0~0亿人环保
PXO_13918385型
多参数通风表(智能环境测试仪)0~0亿人环保
PXO_13928386型
多参数通风表(智能环境测试仪)0~0亿人环保
PXO_13938386A型
多参数通风表(智能环境测试仪)0~0亿人环保
PXO_13948371型
套帽式风量罩0~0亿人环保
PXO_13958372型
套帽式风量罩0~0亿人环保
PXO_13968373型
套帽式风量罩0~0亿人环保
PXO_13978371型,8372
,8373型
24 x 48 (610 x 1220 mm)套帽0~0亿人环保
PXO_13988371型,8372
,8373型
12 x 48 (305 x 1220 mm)套帽0~0亿人环保
PXO_13998371型,8372
,8373型
12 x 60 (305 x 1525 mm)套帽0~0亿人环保
PXO_14008371型,8372
,8373型
36 x 36 (915 x 915 mm)套帽0~0亿人环保
PXO_14018371型,8372
,8373型
打印机0~0亿人环保
PXO_14028732型
多功能空气品质检测仪0~0亿人环保
PXO_14038760型
多功能空气品质检测仪0~0亿人环保
PXO_14048762型
多功能空气品质检测仪0~0亿人环保
PXO_14058347型
多参数通风表0~0亿人环保
PXO_14068554型
室内空气质量监测仪0~0亿人环保
PXO_1407PC-3A 型
袖珍型可吸入粉尘浓度测试仪0~0亿人环保
PXO_1408DUSTTRAKTM8520
粉尘监测仪0~0亿人环保
PXO_14094240型—2
二氧化硫检测仪0~0亿人环保
PXO_14104150型—2
二氧化氮检测仪0~0亿人环保
PXO_14114140型
一氧化碳分析仪0~0亿人环保
PXO_14124480型-SP
臭氧检测仪 (分辨率:1ppb)0~0亿人环保
PXO_14134480型
臭氧检测仪0~0亿人环保
PXO_1414piCO型
呼吸一氧化碳检测仪(医用呼吸性)0~0亿人环保
PXO_1415RF型
微波漏能测定仪0~0亿人环保
PXO_1416ML-9
微波漏能测定仪0~0亿人环保
PXO_1417HI-1501型
微波漏能测定仪0~0亿人环保
PXO_1418HI-1600型
微波漏能测定仪0~0亿人环保
PXO_1419HI-1801型
微波漏能测定仪0~0亿人环保
PXO_1420HI-3604型
工频电磁场测量仪0~0亿人环保
PXO_1421HI3616型
遥控器0~0亿人环保
PXO_1422HI-4413型
光纤调制器0~0亿人环保
PXO_1423491009型
非传导三角架0~0亿人环保
PXO_1424HI-3603型
低频电场测量仪0~0亿人环保
PXO_1425HI-3637型
低频磁场测量仪0~0亿人环保
PXO_1426HI-3638型
低频电场测量仪0~0亿人环保
PXO_1427MODEL228A型
激光粒子记数仪0~0亿人环保
PXO_1428MODEL228B型
激光粒子记数仪0~0亿人环保
PXO_1429MODEL227A型
激光粒子记数仪0~0亿人环保
PXO_1430MODEL227B型
激光粒子记数仪0~0亿人环保
PXO_1431GT-321型
激光粒子记数仪0~0亿人环保
PXO_1432GT-521型
激光粒子记数仪0~0亿人环保
PXO_1433ARTI型
激光粒子记数仪0~0亿人环保
PXO_1434MODEL3886
激光粒子记数仪0~0亿人环保
PXO_1435P-5L2C型
数字式粉尘仪(0.01-100mg/m3)0~0亿人环保
PXO_1436LD-3C型
微电脑激光粉尘仪0~0亿人环保
PXO_1437CJ-HLC100A
激光粒子记数仪0~0亿人环保
PXO_1438CA2000型
呼吸式酒精检测仪0~0亿人环保
PXO_1439GF1900 型
硫酰氟 (Vikane) 检测仪0~0亿人环保
PXO_1440GF1900型
硫酰氟检测仪0~0亿人环保
PXO_14414540型—
一氧化氮检测仪0~0亿人环保
PXO_1442PGM-7240
VOC分析仪(ppb级)0~0亿人环保
PXO_1443PGM-7600
VOC分析仪(0.1PPM)0~0亿人环保
PXO_1444PGM-5210
室内空气质量检测仪(10ppb)0~0亿人环保
PXO_1445PGM-7800
PGM-7800检测仪0~0亿人环保
PXO_1446PGM-7840
PGM-7840检测仪0~0亿人环保
PXO_1447PGM-7840
PIDLAMB/10.6eV0~0亿人环保
PXO_1448PGM-7840
CO2传感器0~0亿人环保
PXO_1449PGM-7840
NH3传感器0~0亿人环保
PXO_1450PGM-7840
PH3传感器0~0亿人环保
PXO_1451PGM-7840
CO传感器0~0亿人环保
PXO_1452PGM-7840
H2S传感器0~0亿人环保
PXO_1453PGM-7840
SO2传感器0~0亿人环保
PXO_1454PGM-7840
NO2传感器0~0亿人环保
PXO_1455PGM-7840
NO传感器0~0亿人环保
PXO_1456PGM-7840
CL2传感器0~0亿人环保
PXO_1457PGM-7840
HCN传感器0~0亿人环保
PXO_1458PGM-7840
O2传感器0~0亿人环保
PXO_1459PGM-7840
LEL传感器0~0亿人环保
PXO_1460PGM-7840
温湿度传感器0~0亿人环保
PXO_1461PGM-5210
TVOC检测仪(10ppb)0~0亿人环保
PXO_1462MiniRAE 2000
便携式手持VOC检测仪0~0亿人环保
PXO_1463BD-2000/PKG
湿度测定仪(21-E长电极)0~0亿人环保
PXO_1464BD-10/PKG
湿度测定仪(21-E长电极)0~0亿人环保
PXO_1465BD-2000
湿度测定仪0~0亿人环保
PXO_1466BD-10
湿度测定仪0~0亿人环保
PXO_1467ME型
湿度测定仪0~0亿人环保
PXO_1468SE型
湿度测定仪0~0亿人环保
PXO_1469MO100型
湿度测定仪0~0亿人环保
PXO_1470Accuscan
湿度测定仪(无损式)0~0亿人环保
PXO_1471ZDD390
石材辐射测量仪0~0亿人环保
PXO_1472GV-100型
取样器和备件0~0亿人环保
PXO_1473Gastec
气体分析管1盒0~0亿人环保
PXO_147426MG
测厚仪0~0亿人环保
PXO_1475Bio-Pump
空气生物-细菌取样器0~0亿人环保
PXO_1476AOC-050
取样单元接受器10个0~0亿人环保
PXO_1477Zefon A6
空气生物-细菌取样器0~0亿人环保
PXO_1478FA-1型
多级撞击式空气微生物采样器0~0亿人环保
PXO_1479FA-2型
多级撞击式空气微生物采样1器0~0亿人环保
PXO_1480PROFILE3560
生物发光仪0~0亿人环保
PXO_1481GILAIR-3
防爆个体粉尘采样器0~0亿人环保
PXO_1482GILAIR-5
防爆个体粉尘采样器0~0亿人环保
PXO_1483AIRCON-2
防爆呼吸性粉尘采样器0~0亿人环保
PXO_1484GilianBDX-2型
空气取样器0~0亿人环保
PXO_1485JWL-1A型
生物-细菌取样器0~0亿人环保
PXO_1486JWL-ⅡC型
微生物监测器0~0亿人环保
PXO_1487GILAIR-II型
校准机座0~0亿人环保
PXO_1488GILAIR-II型
低流量校准器(1-250CC/MIN)0~0亿人环保
PXO_1489GILAIR-II型
标准流量校准器(20CC-6L/MIN)0~0亿人环保
PXO_1490GILAIR-II型
高流量校准器(2-30L/MIN)0~0亿人环保
PXO_1491DCL-L
流量校准器(10-500ml/min)0~0亿人环保
PXO_1492DCL-ML
流量校准器50-2L/min50-2L/min0~0亿人环保
PXO_1493DCL-M
流量校准器100ml/min-7L/min0~0亿人环保
PXO_1494DCL-MH
流量校准器200ml/min-20L/min0~0亿人环保
PXO_1495DCL-H
流量校准器500ml/min-30L/min0~0亿人环保
PXO_1496MVN-100
环氧乙烷检测仪(0.1ppm)0~0亿人环保
PXO_1497XT-120
空气净化器0~0亿人环保
PXO_1498DPM型
露点测定仪0~0亿人环保
PXO_1499DPM型
打印机0~0亿人环保
PXO_1500EA20型(EX20型
)
露点测定仪0~0亿人环保
PXO_1501RSS-214
综合温度热指数(WBGT)测定仪0~0亿人环保
PXO_15022006型
综合指数仪0~0亿人环保
PXO_1503EN2型
风向风速仪0~0亿人环保
PXO_1504MODELCT-15
COD分析仪0~0亿人环保
PXO_1505MODEL2015
COD消化器0~0亿人环保
PXO_1506MODEL EM2
BOD分析仪0~0亿人环保
PXO_1507OxiTop IS 6
BOD分析仪0~0亿人环保
PXO_1508OxiTop Control
6
BOD分析仪0~0亿人环保
PXO_1509MODEL MA101B
卡尔费休自动分析仪0~0亿人环保
PXO_1510MODEL AT-38B
极化自动分析仪0~0亿人环保
PXO_1511ZKF-1型
卡尔费休水分测定仪0~0亿人环保
PXO_1512EXT型
探针式风速计0~0亿人环保
PXO_1513TES1350A
声积计0~0亿人环保
PXO_1514IQ350型
环氧乙烷检测仪0~0亿人环保
PXO_1515175-H2
温湿度电子记录仪0~0亿人环保
PXO_1516175-H2
软件0~0亿人环保
PXO_1517MVN型-300
甲醛检测仪(0.1PPM)0~0亿人环保
PXO_1518DUFX1-DI型
便携式数值超声波流量计0~0亿人环保
PXO_1519PT204型
便携式数值超声波流量计0~0亿人环保
PXO_1520PT216型
便携式数值超声波流量计0~0亿人环保
PXO_1521PFSE型
便携式数值超声波流量计0~0亿人环保
PXO_1522DCLM型
流量校正仪(气体或者液体)0~0亿人环保
PXO_1523DS-3200型
闪频测速仪0~0亿人环保
PXO_1524DS-2200型
闪频测速仪0~0亿人环保
PXO_1525DT-205
转速测定仪0~0亿人环保
PXO_1526LDE-10
超声波泄露检测仪0~0亿人环保
PXO_1527R-050
R-0501超声波泄漏检测仪0~0亿人环保
PXO_1528TES1350A
声级计0~0亿人环保
PXO_1529ELAN
酒精测定仪0~0亿人环保
PXO_1530ALCOS
酒精测定仪0~0亿人环保
PXO_1531CD100A型
可燃气体测定仪0~0亿人环保
PXO_1532IQ350型
可燃气体测定仪0~0亿人环保
PXO_1533PGM-37
瓦斯气体(可燃气)检测仪0~0亿人环保
PXO_1534IQ250型
可燃气体测定仪0~0亿人环保
PXO_1535GasAlertMax型
四气体检测仪(H2S、CO、O2、LEL)0~0亿人环保
PXO_1536ST60
红外测温仪(-32-600℃)0~0亿人环保
PXO_1537YR500
红外测距仪0~0亿人环保
PXO_1538Z1100
氧气检测仪0~0亿人环保
PXO_1539GDYN-201S
残留农药速测仪0~0亿人环保
PXO_1540GDYN-101S
残留农药速测仪0~0亿人环保
PXO_1541GDYN-106S
残留农药速测仪0~0亿人环保
PXO_1542N-2000B型
微电脑多功能速测仪(含100套试剂)0~0亿人环保
PXO_1543VIB-5
振动测定仪0~0亿人环保
PXO_1544VIB-30
振动测定仪0~0亿人环保
PXO_1545VIB-10a
振动测定仪0~0亿人环保
PXO_1546
0~0亿人环保
PXO_1547TM1200F
测厚仪0~0亿人环保
PXO_1548TIMECTG10
测厚仪0~0亿人环保
PXO_1549PHB-5
笔式PH计0~0亿人环保
PXO_1550PHB-4
便携式PH计0~0亿人环保
PXO_1551PHS-25
数字式PH计0~0亿人环保
PXO_1552PHS-2C
PH计0~0亿人环保
PXO_1553PHS-3C
PH计0~0亿人环保
PXO_1554DDS-11A
数字式电导仪0~0亿人环保
PXO_1555DDS-12D
数字式电导仪0~0亿人环保
PXO_1556DDS-307
数字式电导仪0~0亿人环保
PXO_1557DDS-11AW
数字式电导仪0~0亿人环保
PXO_1558DDS-307W
数字式电导仪0~0亿人环保
PXO_1559DDS-12DW
数字式电导仪0~0亿人环保
PXO_1560DDS-6200
便携式电导仪0~0亿人环保
PXO_1561GDYS-101SZ
浊度仪0~0亿人环保
PXO_1562GDYS-101SH
化学耗氧量测定仪(COD)0~0亿人环保
PXO_1563MAI-50G
红外测油仪0~0亿人环保
PXO_1564GDYF-7222A
数字分光光度计0~0亿人环保
PXO_1565TU-1800
紫外可见分光光度计0~0亿人环保
PXO_1566GDYS-101SR
溶解氧检测仪0~0亿人环保
PXO_1567TU-190
紫外可见分光光度计0~0亿人环保
PXO_1568RA20
海拔高度仪(气压计)0~0亿人环保
PXO_1569TMS型
地下设备探测仪0~0亿人环保
PXO_1570MAC-51Bx
地下设备探测仪0~0亿人环保
PXO_1571OA-02
微量氧分析仪0~0亿人环保
PXO_1572GPR-12/PL
微量氧分析仪0~0亿人环保
PXO_1573CTL-BX3型
便携式化学需氧量速测仪(COD)0~0亿人环保
PXO_1574QuaNix1200
测厚仪0~0亿人环保
PXO_1575Bacharach型
氟利昂泄露检测,冷却剂泄露检测仪0~0亿人环保
PXO_1576Lumalier X91
紫外照射检测仪0~0亿人环保
PXO_1577TN-2340
紫外辐照计0~0亿人环保
PXO_1578TN-2234
紫外辐照计0~0亿人环保
PXO_1579TN-2254
紫外辐照计0~0亿人环保
PXO_1580FP101(FP111

水流速度测定仪(测量杠0.9-1.8米)0~0亿人环保
PXO_1581FP201型(FP21
1)
水流速度测定仪(测量杠1.5-4.5米)0~0亿人环保
PXO_1582IQ350型
便携式氢气检测仪0~0亿人环保
PXO_1583IQ350型
便携式氧气检测仪0~0亿人环保
PXO_1584RJ-2型
高频近区电磁场强仪0~0亿人环保
PXO_1585RJ-3型
高频近区电场测量仪0~0亿人环保
PXO_1586GT型
凝胶时间测定仪0~0亿人环保
PXO_1587SHPT型
凝胶时间测定仪0~0亿人环保
PXO_1588GT-5型
凝胶时间测定仪0~0亿人环保
PXO_1589GT-6型
凝胶时间测定仪0~0亿人环保
PXO_15901
铝加热杯200只0~0亿人环保
PXO_15911
搅拌丝200只0~0亿人环保
PXO_1592KA22型
热线式风速计0~0亿人环保
PXO_1593DS-21B型
全粉尘采样器0~0亿人环保
PXO_1594DS-21BR型
呼吸性粉尘采样器0~0亿人环保
PXO_1595MODEL122型
油/水层高度测定仪(30M)0~0亿人环保
PXO_1596MODEL122型
油/水层高度测定仪(50M)0~0亿人环保
PXO_1597MODEL122型
油/水层高度测定仪(60M)0~0亿人环保
PXO_1598MODEL10
水层高度测定仪(30M)0~0亿人环保
PXO_1599MODEL102
水层高度测定仪(30M)0~0亿人环保
PXO_1600MODEL10
水层高度测定仪(60M)0~0亿人环保
PXO_1601MODEL102
水层高度测定仪(60M)0~0亿人环保
PXO_1602MODEL10
水层高度测定仪(100M)0~0亿人环保
PXO_1603MODEL102
水层高度测定仪(100M)0~0亿人环保
PXO_1604NG20型
20度光洁度仪0~0亿人环保
PXO_1605NG45型
45度光洁度仪0~0亿人环保
PXO_1606NG60型
60度光洁度仪0~0亿人环保
PXO_1607NG85型
85度光洁度仪0~0亿人环保
PXO_1608NG60/20型
20/60度光洁度仪0~0亿人环保
PXO_1609NG1002型
20/60/75度光洁度仪0~0亿人环保
PXO_1610NG1001型
20/60/85度光洁度仪0~0亿人环保
PXO_1611NG45/0型
45度光洁度仪0~0亿人环保
PXO_1612NG45/0S型
45度光洁度仪0~0亿人环保
PXO_1613WGG60
微机光泽度仪0~0亿人环保
PXO_1614110-WS型
便携式气象站0~0亿人环保
PXO_1615WS7000A 型
便携式气象站0~0亿人环保
PXO_1616PMA2200
便携式辐射表0~0亿人环保
PXO_1617PMA2100
便携式辐射表0~0亿人环保
PXO_1618MODEL10
污泥深度仪0~0亿人环保
PXO_1619GDYS-101SZ
浊度仪0~0亿人环保
PXO_1620GDYS-101SA
铵氮测定仪0~0亿人环保
PXO_1621WS-F410
煤灰熔融测试仪0~0亿人环保
PXO_1622WS-F420
煤灰熔融测试仪0~0亿人环保
PXO_1623WS-F450
煤灰熔融测试仪0~0亿人环保
PXO_1624TES-1332
数字式照度计0~0亿人环保
PXO_1625TES-1350A
数字声极计0~0亿人环保
PXO_1626TES-135
数字式声极计0~0亿人环保
PXO_1627AVM-0
数字风速计0~0亿人环保
PXO_1628RLD-10型
致冷剂泄露检测仪0~0亿人环保
PXO_1629SRD100型
致冷剂泄露检测仪0~0亿人环保
PXO_1630750A型
致冷剂泄露检测仪0~0亿人环保
PXO_1631753型
致冷剂泄露检测仪0~0亿人环保
PXO_1632755型
致冷剂泄露检测仪0~0亿人环保
PXO_1633GPS-eTrex
全球卫星定位系统0~0亿人环保
PXO_1634YN-2000b型
土壤养分速测仪0~0亿人环保
PXO_1635MR3/MR4型
数字显示辐射热计0~0亿人环保
PXO_163641277型
个人剂量报警卡0~0亿人环保
PXO_1637MAM型
微波报警检测器0~0亿人环保
PXO_1638OCMA350型
油份浓度仪0~0亿人环保
PXO_1639OCMA300型
油份浓度仪0~0亿人环保
PXO_1640OCMA型
S-316溶剂(570mL)0~0亿人环保
PXO_1641OCMA-220
油份浓度分析仪0~0亿人环保
PXO_1642DWSZ1型
DWSZ1型温度雨量观测仪0~0亿人环保
PXO_1643Speedster型
测速仪0~0亿人环保
PXO_1644TR100型
表面粗糙度仪0~0亿人环保
PXO_1645TT220型
测厚仪0~0亿人环保
PXO_1646TH130型
里氏硬度计0~0亿人环保
PXO_1647TES-1394
电磁波测试仪0~0亿人环保
PXO_1648PGM-7800
可燃气体检测仪0~0亿人环保
PXO_1649PGM-7240K
VOC检测仪0~0亿人环保
PXO_1650PGM-7240
VOC检测仪0~0亿人环保
PXO_1651PGM-7200
苯检测仪0~0亿人环保
PXO_1652PGM-30
VOC检测仪0~0亿人环保
PXO_1653PGM-30K
VOC检测仪0~0亿人环保
PXO_1654PGM-76IC
VOC检测仪0~0亿人环保
PXO_1655PGM-76IC
溴甲烷检测仪0~0亿人环保
PXO_1656PGM37
可燃气体(可燃气)检测仪0~0亿人环保
PXO_1657H2scan型
氢气检测仪0~0亿人环保
PXO_1658LRF900
测距仪0~0亿人环保
PXO_1659ND-2106
硅酸根分析仪0~0亿人环保
PXO_1660DWS-51A
钠度仪0~0亿人环保
PXO_1661DOS118
溶解氧0~0亿人环保
PXO_1662450型
氨检测仪0~0亿人环保
PXO_1663450型
二氧化硫检测仪0~0亿人环保
PXO_1664450型
一氧化碳检测仪0~0亿人环保
PXO_1665450型
氧检测仪0~0亿人环保
PXO_1666450型
氯检测仪0~0亿人环保
PXO_1667QRAE型(50Q

四种气体(LEL、O2、H2S、CO)检测仪0~0亿人环保
PXO_1668Classic D
纯水机(高纯水制备系统)0~0亿人环保
PXO_1669QRAE Plus型
多气体检测仪(主机)0~0亿人环保
PXO_1670TN-2880
扭力计0~0亿人环保
PXO_1671SD-26
石油产品闭口闪点试验器0~0亿人环保
PXO_1672SD-3536
克利夫兰开口杯闪点和燃点试验器0~0亿人环保
PXO_1673SD-260
石油产品水分试验器0~0亿人环保
PXO_1674SD-51
石油产品和添加剂机械杂质试验器0~0亿人环保
PXO_1675SNB-2
数字旋转粘度计0~0亿人环保
PXO_1676SNB-2-J
数字旋转粘度计0~0亿人环保
PXO_1677SNB-2-H
数字旋转粘度计0~0亿人环保
PXO_1678PT3000型
均化仪0~0亿人环保
PXO_1679SD-265-A
石油产品运动粘度试验器0~0亿人环保
PXO_1680eTrex型
eTrex小博士手持机0~0亿人环保
PXO_1681SS10型
压力表0~0亿人环保
PXO_1682TES-3600
谐波分析仪、三相电力(RS-232)0~0亿人环保
PXO_1683DMM760
万用示波表0~0亿人环保
PXO_1684DE-351
钳 表0~0亿人环保
PXO_1685CENTER100
数位式万用表0~0亿人环保
PXO_1686QRO-40
QRO-40 汽车尾气分析仪0~0亿人环保
PXO_1687GHL-500
氢气发生器0~0亿人环保
PXO_1688GHL-500
氢气发生器0~0亿人环保
PXO_1689GAX-10L
空气发生器0~0亿人环保
PXO_1690GAX-5000
空气发生器0~0亿人环保
PXO_1691GAX-2000
空气发生器0~0亿人环保
PXO_1692CTHB-1000X
一氧化碳检测报警仪(煤矿用)0~0亿人环保
PXO_1693CYHB-25X
氧气检测报警仪(煤矿用)0~0亿人环保
PXO_1694ET99724A-6
BOD分析仪0~0亿人环保
PXO_1695ET99724A-12
BOD分析仪0~0亿人环保
PXO_1696ET99718
化学需氧量(COD)分析仪0~0亿人环保
PXO_1697ET99722
化学需氧量(COD)分析仪0~0亿人环保
PXO_1698ET9973
化学需氧量(COD)分析仪0~0亿人环保
PXO_1699ET76020
多功能微电脑浊度测定仪0~0亿人环保
PXO_1700ET93800
多功能微电脑浊度测定仪0~0亿人环保
PXO_1701ET93810
多功能微电脑浊度测定仪0~0亿人环保
PXO_1702ET9381
多功能微电脑浊度测定仪0~0亿人环保
PXO_1703DO200
溶解氧测量仪0~0亿人环保
PXO_1704ET99730
多参数快速水质综合测定仪0~0亿人环保
PXO_1705ET7700型
ET7700型臭氧浓度比色计0~0亿人环保
PXO_1706ET99729
多参数快速水质综合测定仪0~0亿人环保
PXO_1707ET99732
多参数快速水质综合测定仪0~0亿人环保
PXO_1708ET99722
多参数快速水质综合测定仪0~0亿人环保
PXO_1709ET6900
余氯、总氯浓度比色计0~0亿人环保
PXO_1710ET7000
余氯、总氯浓度比色计0~0亿人环保
PXO_1711ET9950
余氯、总氯浓度比色计0~0亿人环保
PXO_1712NK5915
气象跟踪系统0~0亿人环保
PXO_1713NK5916
气象跟踪系统0~0亿人环保
PXO_1714NK5917
气象跟踪系统0~0亿人环保
PXO_1715NK5918
气象跟踪系统0~0亿人环保
PXO_1716NK5919
气象跟踪系统0~0亿人环保
PXO_1717NK5920
气象跟踪系统0~0亿人环保
PXO_1718ET99710
絮凝可沉降测定仪0~0亿人环保
PXO_1719ET99720
絮凝可沉降测定仪0~0亿人环保
PXO_1720ET99700
絮凝可沉降测定仪0~0亿人环保
PXO_1721250WM-0
WM-0 瓦特功率表0~0亿人环保
PXO_1722250WM-02
WM-02 瓦特功率表0~0亿人环保
PXO_1723WE800
WE800气象站(自动记录)0~0亿人环保
PXO_1724WE900
WE900气象站0~0亿人环保
PXO_1725WE100
气压传感器0~0亿人环保
PXO_1726WE550
风速传感器0~0亿人环保
PXO_1727WE570
风向传感器0~0亿人环保
PXO_1728WE600
湿度传感器0~0亿人环保
PXO_1729WE700
气温传感器0~0亿人环保
PXO_1730WE770
日光防护罩0~0亿人环保
PXO_1731AT210
土壤传感器0~0亿人环保
PXO_1732LW100
树叶湿度传感器0~0亿人环保
PXO_1733DB型
便携式数字频闪仪0~0亿人环保
PXO_1734405-V1型
风速计0~0亿人环保
PXO_1735AM-4202型
风速计0~0亿人环保
PXO_1736ND-82B型
八道脑电图机0~0亿人环保
PXO_1737QT-2
大气采样器0~0亿人环保
PXO_1738CENTER310型
温湿度仪0~0亿人环保
PXO_1739GD-5000型
SF6气体检漏仪0~0亿人环保
PXO_1740GD-6000型
SF6气体检漏仪0~0亿人环保
PXO_1741RM-905a型
医用活度计0~0亿人环保
PXO_1742FT-3106型
核素活度计0~0亿人环保
PXO_1743GD1010
GD1010 卤素检漏仪0~0亿人环保
PXO_1744GD1010S
GD1010S 卤素检漏仪0~0亿人环保
PXO_1745GD2000S
GD2000S智能型卤素检漏仪0~0亿人环保
PXO_1746RHZK-6.8/30
正压式空气呼吸器(单瓶)0~0亿人环保
PXO_1747RHZK-6.8/30
正压式空气呼吸器(双瓶)0~0亿人环保
PXO_1748BF-H201A(C)
空气消毒机0~0亿人环保
PXO_1749inti
负离子发生器0~0亿人环保
PXO_1750LMSXI型
便携式垃圾填埋场气体检测仪0~0亿人环保
PXO_1751EC60型
呼吸氢气检测仪(医用)0~0亿人环保
PXO_1752LK-80C型 (ES
UN)
油烟净化器0~0亿人环保
PXO_1753PR-2003N型
PR-2003N 便携式农药残留速测仪0~0亿人环保
PXO_1754PR-203-6T型
PR-203-6T农药残留速测仪0~0亿人环保
PXO_1755Optizen-mini型
便携式残留农药快速检测仪0~0亿人环保
PXO_1756OPTIZEN 2120V

OPTIZEN 2120V农药残留速测仪0~0亿人环保
PXO_1757OPTIZEN 1412V

OPTIZEN 1412V农药残留速测仪0~0亿人环保
PXO_1758AS1型
AS1型自动菌落计数仪0~0亿人环保
PXO_1759AS2型
AS2型自动菌落计数仪0~0亿人环保
PXO_1760HR1型
HR1型自动菌落计数仪0~0亿人环保
PXO_1761HR2型
AS2型自动菌落计数仪0~0亿人环保
PXO_1762ZS型
纸片法药敏分析设备0~0亿人环保
PXO_1763MF1型
菌落统计/显微细胞分析仪0~0亿人环保
PXO_1764MF2型
菌落统计/显微细胞分析仪0~0亿人环保
PXO_1765GAXT系列
防水型单一气体检测仪CO、O2、H2S0~0亿人环保
PXO_1766GAXT系列
防水型单一气体检测仪NH3、CL2、HCN、SO2、NO、NO0~0亿人环保
PXO_1767GAXT系列
防水型LEL气体检测仪0~0亿人环保
PXO_1768GAXT系列
防水型ETO气体检测仪0~0亿人环保
PXO_1769GAMIC-4系列
多功能气检测仪0~0亿人环保
PXO_1770GasAlertMicroCl
ip系列
多气体检测仪技术参数0~0亿人环保
PXO_1771GAMAX系列
袖珍式四合一气体检测仪0~0亿人环保
PXO_1772GAMIC-5系列
多功能气检测仪0~0亿人环保
PXO_1773WL15
WL15水位记录仪0~0亿人环保
PXO_1774HY-BDY
白度仪0~0亿人环保
PXO_1775Halimeter
口气测量仪0~0亿人环保
PXO_1776EMS302/EMS302M
远红外线放射率测定仪0~0亿人环保
PXO_1777TROLL9000
多功能水质检测仪0~0亿人环保
PXO_1778DO传感器
多功能水质检测仪0~0亿人环保
PXO_1779PH传感器
多功能水质检测仪0~0亿人环保
PXO_1780ORP传感器
多功能水质检测仪0~0亿人环保
PXO_1781Cl传感器
多功能水质检测仪0~0亿人环保
PXO_1782浊度传感器
多功能水质检测仪0~0亿人环保
PXO_1783NH4+传感器
多功能水质检测仪0~0亿人环保
PXO_1784校正备件6

多功能水质检测仪0~0亿人环保
PXO_1785校正液6个
多功能水质检测仪0~0亿人环保
PXO_1786HI-93734余氯
总氯分析

多功能水质检测仪0~0亿人环保
PXO_1787MODEL10
一氧化碳分析仪0~0亿人环保
PXO_1788MODEL10
二氧化碳分析仪0~0亿人环保
PXO_1789MODEL10
甲烷分析仪0~0亿人环保
PXO_1790MODEL100
一氧化碳分析仪0~0亿人环保
PXO_1791MODEL100
二氧化碳分析仪0~0亿人环保
PXO_1792MODEL100
二氧化硫分析仪0~0亿人环保
PXO_1793MODEL100
丙烷分析仪0~0亿人环保
PXO_1794MODEL100P
顺磁性氧浓度分析仪0~0亿人环保
PXO_1795MODEL100F
燃烧池氧浓度分析仪0~0亿人环保
PXO_1796MODELZFK3
氧化锆氧浓度分析仪0~0亿人环保
PXO_1797MODEL301FID
火焰离子热总HC分析仪0~0亿人环保
PXO_1798MODEL300HFID
火焰离子热总HC分析仪0~0亿人环保
PXO_1799MODEL400CLD
N0/NOx分析仪0~0亿人环保
PXO_1800MODEL400HCLD
N0/NOx分析仪0~0亿人环保
PXO_1801Model ZRF
氨分析仪0~0亿人环保
PXO_1802Model 605HCLD
氨分析仪0~0亿人环保
PXO_1803ModelZAG-6L
零气发生器(纯空气)0~0亿人环保
PXO_1804MODEL212
在线硫化氢分析仪0~0亿人环保
PXO_1805MODEL302
硫化氢分析仪0~0亿人环保
PXO_1806MODEL1100
在线硫化氢分析仪0~0亿人环保
PXO_1807MODEL2000
在线硫化氢分析仪0~0亿人环保
PXO_1808MODEL2605
在线硫化氢分析仪0~0亿人环保
PXO_1809B-150
硫化氢分析仪0~0亿人环保
PXO_1810H2S
感应带0~0亿人环保
PXO_1811MODEL1200
在线硫化氢分析仪0~0亿人环保
PXO_1812MODEL1700
在线总硫分析仪0~0亿人环保
PXO_1813MODEL1600
在线总硫分析仪0~0亿人环保
PXO_1814MODEL2605H
在线硫化氢趋势分析仪0~0亿人环保
PXO_1815MODEL204-O
在线油混水分析仪0~0亿人环保
PXO_1816MODEL205
在线水中硫化氢分析仪0~0亿人环保
PXO_1817MODEL204-V
在线水中VOC分析仪0~0亿人环保
PXO_1818MODEL2605C
在线二氧化碳分析仪0~0亿人环保
PXO_1819ASI
排放控制设备0~0亿人环保
PXO_1820ModelD-R216
在线粉尘浓度仪0~0亿人环保
PXO_1821Model 747型
在线氟化氢分析仪0~0亿人环保
PXO_1822Model 747型
在线氯化氢分析仪0~0亿人环保
PXO_1823Model 15 C型
在线氯化氢分析仪0~0亿人环保
PXO_1824Model 49 C型
在线臭氧分析仪0~0亿人环保
PXO_1825HM-1400型
总汞分析仪0~0亿人环保
PXO_1826MODEL ZAF型
氢分析仪0~0亿人环保
PXO_1827MODEL ZAF型
氦分析仪0~0亿人环保
PXO_1828MODEL ZAF型
氩分析仪0~0亿人环保
PXO_1829DP-500 型
露点仪(-80度-20度)0~0亿人环保
PXO_1830MODEL101型
热取样稀释器0~0亿人环保
PXO_18314-20IQ型
硫化氢气体传感器0~0亿人环保
PXO_1832SM95型
硫化氢气体传感器0~0亿人环保
PXO_1833Model 49
C型臭氧分析仪0~0亿人环保
PXO_18342000型
臭氧分析仪0~0亿人环保
PXO_1835UV100型
臭氧分析仪0~0亿人环保
PXO_1836H2scan型
在线过程氢气分析仪(10PPM-100%)0~0亿人环保
PXO_1837H2scan型
在线氢气检测仪(环境)0~0亿人环保
PXO_18381
在线氢气显示器0~0亿人环保
PXO_1839MP-100型
在线氢气检测仪0~0亿人环保
PXO_1840SM95型
氢气传感器0~0亿人环保
PXO_18414-20IQ型
氢气传感器0~0亿人环保
PXO_18423011型
便携红外线一氧化碳分析0~0亿人环保
PXO_18433051型
便携红外线一氧化碳分析0~0亿人环保
PXO_1844MODEL300型
一氧化碳、二氧化碳、氧气分析仪(三通道)0~0亿人环保
PXO_1845MODEL502
在线污泥浓度仪0~0亿人环保
PXO_1846MODEL602
在线污泥深度仪0~0亿人环保
PXO_1847MODEL105
在线水质取样系统0~0亿人环保
PXO_1848Model 2105
在线水质取样系统(带空压机)0~0亿人环保
PXO_1849MODEL2105
在线水质取样系统(带空气压缩机)0~0亿人环保
PXO_1850MODEL10
便携污泥深度仪0~0亿人环保
PXO_1851TOPHO
在线总磷分析仪0~0亿人环保
PXO_1852RA-BOD
在线BOD分析仪0~0亿人环保
PXO_1853RA-TOX
在线总毒物分析仪0~0亿人环保
PXO_1854WS700
水质自动取样器0~0亿人环保
PXO_1855WS700R
水质自动取样器(带冰箱)0~0亿人环保
PXO_1856ARKON
水质自动取样器0~0亿人环保
PXO_1857SONDAR3000
在线污泥深度仪0~0亿人环保
PXO_1858SONDAR5000
明渠流量计0~0亿人环保
PXO_1859SLM600A+
超声波液位计(三线)0~0亿人环保
PXO_1860SLM600B+
超声波液位计(二线)0~0亿人环保
PXO_1861SLM800C
超声波液位计(防爆、8米)0~0亿人环保
PXO_1862SML990C
超声波液位计(防爆、10米)0~0亿人环保
PXO_1863SML800S
超声波液位计0~0亿人环保
PXO_1864SML1200S
超声波液位计0~0亿人环保
PXO_1865SML1500S
超声波液位计0~0亿人环保
PXO_1866SML2000
超声波液位计(双通道)0~0亿人环保
PXO_1867SONDAR4000
在线污泥深度仪(敞开式)0~0亿人环保
PXO_1868SONDAR4000
在线污泥深度仪(管道式)0~0亿人环保
PXO_1869YP800
工业PH计0~0亿人环保
PXO_1870YP102
工业PH计0~0亿人环保
PXO_1871YP100
工业PH计0~0亿人环保
PXO_1872A15-64
溶解臭氧分析仪0~0亿人环保
PXO_1873JHN型
氨氮在线监测仪0~0亿人环保
PXO_1874JHC-III型
COD在线监测仪0~0亿人环保
PXO_1875ESUN型
TOD在线监测仪0~0亿人环保
PXO_1876CT-610
余氯分析仪0~0亿人环保
PXO_1877ESUN
超声波明渠流量计0~0亿人环保
PXO_1878ESUN型
烟气连续监测系统 (3和参数)0~0亿人环保
PXO_1879TPN2W型
透水质明度分析仪0~0亿人环保
PXO_1880TP-M100
便携透明度分析仪0~0亿人环保
PXO_1881TP-M100-5
便携透明度分析仪0~0亿人环保
PXO_1882TCS-500
在线溶解固形物(SS)分析仪0~0亿人环保
PXO_1883TS-200
在线溶解固形物(SS)分析仪0~0亿人环保
PXO_1884TC-100
在线浊度分析仪0~0亿人环保
PXO_1885TC-500
在线浊度分析仪0~0亿人环保
PXO_1886TC-3000
在线浊度分析仪0~0亿人环保
PXO_1887IF200
嵌入式流量表0~0亿人环保
PXO_1888FC200
明渠流量0~0亿人环保
PXO_1889MODEL300
水层高度测定仪0~0亿人环保
PXO_1890CA型
水处理天然生物制剂0~0亿人环保
PXO_1891WA型
水处理天然生物制剂0~0亿人环保
PXO_31591.04.0310.08105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_31601.04.0310.09105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_31611.04.0310.11105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 5000 pcs.运行许可证1036152~1323972ixxat
PXO_31621.04.0310.00153
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包82893~105918ixxat
PXO_31631.04.0310.00103
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包82893~105918ixxat
PXO_31641.04.1310.00103
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Basic Maintenance 1 year25904~33100ixxat
PXO_31651.04.0310.01105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_31661.04.0310.02105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_31671.04.0310.12105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_31681.04.0310.03105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_31691.04.0310.04105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_31701.04.0310.05105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_31711.04.0310.06105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_31721.04.0310.07105
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_31731.04.1310.00153
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Basic Maintenance 1 year25904~33100ixxat
PXO_31741.04.0310.01155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_31751.04.0310.02155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_31761.04.0310.12155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_31771.04.0310.03155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_31781.04.0310.04155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_31791.04.0310.05155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_31801.04.0310.06155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_31811.04.0310.07155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_31821.04.0310.08155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_31831.04.0310.09155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_31841.04.0310.10155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_31851.04.0310.11155
EC-Master Core Class A for x86Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_31861.04.0310.00203
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包82893~105918ixxat
PXO_31871.04.1310.00203
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Basic Maintenance 1 year25904~33100ixxat
PXO_31881.04.0310.01205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_31891.04.0310.02205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_31901.04.0310.12205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_31911.04.0310.03205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_31921.04.0310.04205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_31931.04.0310.05205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_31941.04.0310.06205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_31951.04.0310.07205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_31961.04.0310.08205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_31971.04.0310.09205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_31981.04.0310.10205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_31991.04.0310.11205
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_32001.04.0310.00253
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code91893~117418ixxat
PXO_32011.04.1310.00253
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),25904~33100ixxat
PXO_32021.04.0310.01255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1 pc.运行许可证5670~7245ixxat
PXO_32031.04.0310.02255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_32041.04.0310.12255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_32051.04.0310.03255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_32061.04.0310.04255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_32071.04.0310.05255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),82893~105918ixxat
PXO_32081.04.0310.06255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_32091.04.0310.07255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_32101.04.0310.08255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_32111.04.0310.09255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_32121.04.0310.10255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_32131.04.0310.11255
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_32141.04.0311.00100
EC-Lyser,for platform Microsoft Windows XP, Windows Vista and Windows 7,Single license (with USB dongle) 单一许可证2275~2907ixxat
PXO_32151.04.1311.00100
EC-Lyser,for platform Microsoft Windows XP, Windows Vista and Windows 7,Basic Maintenance 1 year342~436ixxat
PXO_32161.04.0310.00150
EC-Lyser for platform Microsoft Windows XP, Windows Vista and Windows 9,Software4246~5426ixxat
PXO_32171.04.0310.00151
Slave Test License Support Pack759~969ixxat
PXO_32181.04.0310.00152
Basic Maintenance 1 year1138~1454ixxat
PXO_32191.04.0310.01153
EC-STA Additional Runtime License, 1 pc.455~582ixxat
PXO_32201.04.0310.02153
EC-STA Additional Runtime License, 5 pc.1896~2422ixxat
PXO_32211.04.0310.12153
EC-STA Additional Runtime License, 10 pc.3791~4844ixxat
PXO_32221.04.0310.03153
EC-STA Additional Runtime License, 20 pc.5459~6976ixxat
PXO_32231.04.0310.04153
EC-STA Additional Runtime License, 50 pc.8340~10657ixxat
PXO_32241.04.0310.05153
EC-STA Additional Runtime License, 100 pc.12131~15501ixxat
PXO_32251.04.1310.00303
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Basic Maintenance 1 year25904~33100ixxat
PXO_32261.04.0310.01305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_32271.04.0310.02305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_32281.04.0310.12305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_32291.04.0310.03305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_32301.04.0310.04305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_32311.04.0310.05305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_32321.04.0310.06305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_32331.04.0310.07305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_32341.04.0310.08305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_32351.04.0310.09305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_32361.04.0310.10305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_32371.04.0310.11305
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_32381.04.0310.00353
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包82893~105918ixxat
PXO_32391.04.1310.00353
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Basic Maintenance 1 year25904~33100ixxat
PXO_32401.04.0310.01355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_32411.04.0310.02355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_32421.04.0310.12355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_32431.04.0310.03355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_32441.04.0310.04355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_32451.04.0310.05355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_32461.04.0310.06355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_32471.04.0310.07355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_32481.04.0310.08355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_32491.04.0310.09355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,414461~529589ixxat
PXO_32501.04.0310.10355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_32511.04.0310.11355
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_32521.04.0310.09405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L414461~529589ixxat
PXO_32531.04.0310.08405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L269400~344233ixxat
PXO_32541.04.0310.07405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L186508~238315ixxat
PXO_32551.04.0310.00403
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Software82893~105918ixxat
PXO_32561.04.1310.00403
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Basic Mai25904~33100ixxat
PXO_32571.04.0310.01405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L3109~3972ixxat
PXO_32581.04.0310.02405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L12952~16550ixxat
PXO_32591.04.0310.12405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L25904~33100ixxat
PXO_32601.04.0310.03405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L37302~47663ixxat
PXO_32611.04.0310.04405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L56989~72819ixxat
PXO_32621.04.0310.05405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L82893~105918ixxat
PXO_32631.04.0310.06405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L120194~153581ixxat
PXO_32641.04.0310.10405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L725307~926781ixxat
PXO_32651.04.0310.11405
EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L1036152~1323972ixxat
PXO_32661.04.0310.00453
EC-Master Core Class A for x86Product Line License, Royalty Model for platform Q82893~105918ixxat
PXO_32671.04.1310.00453
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Basic Maintenance 1 year25904~33100ixxat
PXO_32681.04.0310.01455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_32691.04.0310.02455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_32701.04.0310.12455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,25904~33100ixxat
PXO_32711.04.0310.03455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 20 pcs.运行许可证37302~47663ixxat
PXO_32721.04.0310.04455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 50 pcs.运行许可证56989~72819ixxat
PXO_32731.04.0310.05455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 100 pcs.运行许可证82893~105918ixxat
PXO_32741.04.0310.06455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 200 pcs.运行许可证120194~153581ixxat
PXO_32751.04.0310.07455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 500 pcs.运行许可证186508~238315ixxat
PXO_32761.04.0310.08455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 1000 pcs.运行许可证269400~344233ixxat
PXO_32771.04.0310.09455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 2000 pcs.运行许可证414461~529589ixxat
PXO_32781.04.0310.10455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 5000 pcs.运行许可证725307~926781ixxat
PXO_32791.04.0310.11455
EC-Master Core Class A for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 10000 pcs.运行许可证1036152~1323972ixxat
PXO_32801.04.0313.00203
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包107760~137694ixxat
PXO_32811.04.1313.00203
EC-Master Core Class A for PPC and QorlQ platformsProduct Line License, Royalty33675~43030ixxat
PXO_32821.04.0313.01205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 1 pc.运行许可证4041~5164ixxat
PXO_32831.04.0313.02205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 5 pcs.运行许可证16838~21515ixxat
PXO_32841.04.0313.12205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 10 pcs.运行许可证33675~43030ixxat
PXO_32851.04.0313.03205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 20 pcs.运行许可证48492~61962ixxat
PXO_32861.04.0313.04205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 50 pcs.运行许可证74085~94664ixxat
PXO_32871.04.0313.05205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 100 pcs.运行许可证107760~137694ixxat
PXO_32881.04.0313.06205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 200 pcs.运行许可证156252~199655ixxat
PXO_32891.04.0313.07205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 500 pcs.运行许可证242460~309810ixxat
PXO_32901.04.0313.08205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 1000 pcs.运行许可证350220~447503ixxat
PXO_32911.04.0313.09205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 2000 pcs.运行许可证538800~688466ixxat
PXO_32921.04.0310.02206
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for VxWorks25904~33100ixxat
PXO_32931.04.0313.11205
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Wind River VxWorks,VxWorks Runtime License, 10000 pcs.运行许可证1346998~1721164ixxat
PXO_32941.04.0313.00253
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples107760~137694ixxat
PXO_32951.04.1313.00253
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Basic Maintenance 1 year33675~43030ixxat
PXO_32961.04.0313.01255
EC-Master Core Class A for PPC and QorlQ platformsProduct Line License, Royalty4041~5164ixxat
PXO_32971.04.0313.02255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 5 pcs.运行许可证16838~21515ixxat
PXO_32981.04.0313.12255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 10 pcs.运行许可证33675~43030ixxat
PXO_32991.04.0313.03255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 20 pcs.运行许可证48492~61962ixxat
PXO_33001.04.0313.04255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 50 pcs.运行许可证74085~94664ixxat
PXO_33011.04.0313.05255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 100 pcs.运行许可证107760~137694ixxat
PXO_33021.04.0313.06255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),156252~199655ixxat
PXO_33031.04.0313.07255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 500 pcs.运行许可证242460~309810ixxat
PXO_33041.04.0313.08255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 1000 pcs.运行许可证350220~447503ixxat
PXO_33051.04.0313.09255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 2000 pcs.运行许可证538800~688466ixxat
PXO_33061.04.0313.10255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 5000 pcs.运行许可证942899~1204815ixxat
PXO_33071.04.0313.11255
EC-Master Core Class A for PPC and QorlQ platforms,Product Line License, Royalty Mode,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux 32 Bit Runtime License, 10000 pcs.运行许可证1346998~1721164ixxat
PXO_33081.04.0313.10205
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A942899~1204815ixxat
PXO_33091.04.0315.00160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Software Development Kit (SDK) 软件开发工具包113977~145637ixxat
PXO_33101.04.1315.00160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Basic Maintenance 1 year28495~36410ixxat
PXO_33111.04.0315.01160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A4041~5164ixxat
PXO_33121.04.0315.02160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 5 pcs.运行许可证16838~21515ixxat
PXO_33131.04.0315.12160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A33675~43030ixxat
PXO_33141.04.0315.03160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 20 pcs.运行许可证49736~63551ixxat
PXO_33151.04.0315.04160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 50 pcs.运行许可证90664~115848ixxat
PXO_33161.04.0315.05160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 100 pcs.运行许可证132628~169469ixxat
PXO_33171.04.0315.06160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 200 pcs.运行许可证182363~233020ixxat
PXO_33181.04.0315.07160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 500 pcs.运行许可证336750~430291ixxat
PXO_33191.04.0315.08160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 1000 pcs.运行许可证518076~661986ixxat
PXO_33201.04.0315.09160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 2000 pcs.运行许可证828922~1059178ixxat
PXO_33211.04.0310.02156
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for RTX25904~33100ixxat
PXO_33221.04.0310.02106
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for Windows CE25904~33100ixxat
PXO_33231.04.0310.01456
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for QNX25904~33100ixxat
PXO_33241.04.0310.01406
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for RTOS-3225904~33100ixxat
PXO_33251.04.0310.01356
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for INTime25904~33100ixxat
PXO_33261.04.0310.01256
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for Linux25904~33100ixxat
PXO_33271.04.0310.01206
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for VxWorks25904~33100ixxat
PXO_33281.04.0310.01156
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for RTX25904~33100ixxat
PXO_33291.04.0310.01106
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for Windows CE25904~33100ixxat
PXO_33301.04.0316.11166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 10000 pcs.运行许可证2279535~2912739ixxat
PXO_33311.04.0316.10166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 5000 pcs.运行许可证1398806~1787363ixxat
PXO_33321.04.0316.09166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 2000 pcs.运行许可证766753~979740ixxat
PXO_33331.04.0316.08166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 1000 pcs.运行许可证486992~622267ixxat
PXO_33341.04.0316.07166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 500 pcs.运行许可证321208~410432ixxat
PXO_33351.04.0316.06166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 200 pcs.运行许可证155423~198596ixxat
PXO_33361.04.0316.05166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 100 pcs.运行许可证113977~145637ixxat
PXO_33371.04.0316.04166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 50 pcs.运行许可证77712~99298ixxat
PXO_33381.04.0316.03166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 20 pcs.运行许可证40410~51635ixxat
PXO_33391.04.0316.12166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_33401.04.0316.02166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_33411.04.0316.01166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_33421.04.1316.00166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Basic Maintenance 1 year20724~26480ixxat
PXO_33431.04.0316.00166
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Software Development Kit (SDK), new RTOS-32 users only 软67350~86059ixxat
PXO_33441.04.0316.11161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 10000 pcs.运行许可证2279535~2912739ixxat
PXO_33451.04.0316.10161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 5000 pcs.运行许可证1398806~1787363ixxat
PXO_33461.04.0316.09161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 2000 pcs.运行许可证766753~979740ixxat
PXO_33471.04.0316.08161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 1000 pcs.运行许可证486992~622267ixxat
PXO_33481.04.0316.07161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 500 pcs.运行许可证321208~410432ixxat
PXO_33491.04.0316.06161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 200 pcs.运行许可证155423~198596ixxat
PXO_33501.04.0316.05161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 100 pcs.运行许可证113977~145637ixxat
PXO_33511.04.0316.04161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 50 pcs.运行许可证77712~99298ixxat
PXO_33521.04.0316.03161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 20 pcs.运行许可证40410~51635ixxat
PXO_33531.04.0316.12161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 10 pcs.运行许可证25904~33100ixxat
PXO_33541.04.0316.02161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 5 pcs.运行许可证12952~16550ixxat
PXO_33551.04.0316.01161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 1 pc.运行许可证3109~3972ixxat
PXO_33561.04.1316.00161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Basic Maintenance 1 year20724~26480ixxat
PXO_33571.04.0316.00161
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class B,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Software Development Kit (SDK) 软件开发工具包67350~86059ixxat
PXO_33581.04.0314.11255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10000 pcs.运行许可证673499~860582ixxat
PXO_33591.04.0314.10255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5000 pcs.运行许可证471450~602408ixxat
PXO_33601.04.0314.09255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 2000 pcs.运行许可证269400~344233ixxat
PXO_33611.04.0314.08255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1000 pcs.运行许可证175110~223752ixxat
PXO_33621.04.0314.07255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 500 pcs.运行许可证121230~154905ixxat
PXO_33631.04.0314.06255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 200 pcs.运行许可证78126~99828ixxat
PXO_33641.04.0314.05255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 100 pcs.运行许可证53880~68847ixxat
PXO_33651.04.0314.04255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 50 pcs.运行许可证37043~47332ixxat
PXO_33661.04.0314.03255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 20 pcs.运行许可证24246~30981ixxat
PXO_33671.04.0314.12255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10 pcs.运行许可证16838~21515ixxat
PXO_33681.04.0314.02255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5 pcs.运行许可证1233~1575ixxat
PXO_33691.04.0314.01255
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1 pc.运行许可证2021~2582ixxat
PXO_33701.04.1314.00253
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Basic Maintenance 1 year16838~21515ixxat
PXO_33711.04.0314.00253
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Software Development Kit (SDK)Master-Library and Link-Layer as binary, Exampl53880~68847ixxat
PXO_33721.04.0314.11205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 10000 pcs.运行许可证673499~860582ixxat
PXO_33731.04.0314.10205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 5000 pcs.运行许可证471450~602408ixxat
PXO_33741.04.0314.09205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 2000 pcs.运行许可证269400~344233ixxat
PXO_33751.04.0314.08205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 1000 pcs.运行许可证175110~223752ixxat
PXO_33761.04.0314.07205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 500 pcs.运行许可证121230~154905ixxat
PXO_33771.04.0314.06205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 200 pcs.运行许可证78126~99828ixxat
PXO_33781.04.0314.05205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 100 pcs.运行许可证53880~68847ixxat
PXO_33791.04.0314.04205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 50 pcs.运行许可证37043~47332ixxat
PXO_33801.04.0314.03205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 20 pcs.运行许可证24246~30981ixxat
PXO_33811.04.0314.12205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 10 pcs.运行许可证16838~21515ixxat
PXO_33821.04.0314.02205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 5 pcs.运行许可证1233~1575ixxat
PXO_33831.04.0314.01205
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Runtime License, 1 pc.运行许可证2021~2582ixxat
PXO_33841.04.1314.00203
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Basic Maintenance 1 year16838~21515ixxat
PXO_33851.04.0314.00203
EC-Master Core Class B for PPC and QorlQ platforms,Product Line License, Royalty Model,for platform Windriver VxWorks,VxWorks Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包53880~68847ixxat
PXO_33861.04.0312.11455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_33871.04.0312.10455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_33881.04.0312.09455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_33891.04.0312.08455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,134700~172117ixxat
PXO_33901.04.0312.07455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_33911.04.0312.06455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_33921.04.0312.05455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_33931.04.0312.04455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_33941.04.0312.03455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_33951.04.0312.12455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_33961.04.0312.02455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_33971.04.0312.01455
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_33981.04.1312.00453
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Basic Maintenance 1 year12952~16550ixxat
PXO_33991.04.0312.00453
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform QNX Neutrino RTOS Version 6.x,QNX Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_34001.04.0312.11405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_34011.04.0312.10405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_34021.04.0312.09405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_34031.04.0312.08405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_34041.04.0312.07405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_34051.04.0312.06405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_34061.04.0312.05405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_34071.04.0312.04405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_34081.04.0312.03405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_34091.04.0312.12405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_34101.04.0312.02405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_34111.04.0312.01405
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_34121.04.1312.00403
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Basic Maintenance 1 year12952~16550ixxat
PXO_34131.04.0312.00403
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform On Time RTOS-32 Version 5.x,RTOS-32 Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_34141.04.0312.11355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_34151.04.0312.10355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_34161.04.0312.09355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_34171.04.0312.08355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_34181.04.0312.07355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_34191.04.0312.06355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_34201.04.0312.05355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_34211.04.0312.04355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_34221.04.0312.03355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_34231.04.0312.12355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_34241.04.0312.02355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_34251.04.0312.01355
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_34261.04.1312.00353
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Basic Maintenance 1 year12952~16550ixxat
PXO_34271.04.0312.00353
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform TenAsys INTime Version 4.x and 5.x,INTime Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_34281.04.0312.11305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_34291.04.0312.10305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_34301.04.0312.09305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_34311.04.0312.08305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_34321.04.0312.07305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_34331.04.0312.06305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_34341.04.0312.05305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_34351.04.0312.04305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_34361.04.0312.03305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_34371.04.0312.12305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_34381.04.0312.02305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_34391.04.0312.01305
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_34401.04.1312.00303
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Basic Maintenance 1 year12952~16550ixxat
PXO_34411.04.0312.00303
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows XP/Windows 7 (32 Bit),Windows XP/7 (32 Bit) Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_34421.04.0312.11255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_34431.04.0312.10255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_34441.04.0312.09255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_34451.04.0312.08255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_34461.04.0312.07255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_34471.04.0312.06255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_34481.04.0312.05255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_34491.04.0312.04255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_34501.04.0312.03255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_34511.04.0312.12255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_34521.04.0312.02255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_34531.04.0312.01255
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_34541.04.1312.00253
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Basic Maintenance 1 year12952~16550ixxat
PXO_34551.04.0312.00253
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Linux (32 Bit) with RT Preempt Patch (Kernel V2.6.24 and V3.0),Linux (32 Bit) Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code41447~52959ixxat
PXO_34561.04.0312.11205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_34571.04.0312.10205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_34581.04.0312.09205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_34591.04.0312.08205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_34601.04.0312.07205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_34611.04.0312.06205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_34621.04.0312.05205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_34631.04.0312.04205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_34641.04.0312.03205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_34651.04.0312.12205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_34661.04.0312.02205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_34671.04.0312.01205
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_34681.04.1312.00203
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Basic Maintenance 1 year12952~16550ixxat
PXO_34691.04.0312.00203
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Wind River VxWorks,VxWorks Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_34701.04.0312.11155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_34711.04.0312.10155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_34721.04.0312.09155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_34731.04.0312.08155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_34741.04.0312.07155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_34751.04.0312.06155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_34761.04.0312.05155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_34771.04.0312.04155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_34781.04.0312.03155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_34791.04.0312.12155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_34801.04.0312.02155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_34811.04.0312.01155
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_34821.04.1312.00153
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Basic Maintenance 1 year12952~16550ixxat
PXO_34831.04.0312.00153
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform IntervalZero RTX Version 8.x, RTX 2009 and RTX 2011,RTX 2011 Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_34841.04.0312.11105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 10000 pcs.运行许可证518076~661986ixxat
PXO_34851.04.0312.10105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 5000 pcs.运行许可证362654~463391ixxat
PXO_34861.04.0312.09105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 2000 pcs.运行许可证207231~264795ixxat
PXO_34871.04.0312.08105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 1000 pcs.运行许可证134700~172117ixxat
PXO_34881.04.0312.07105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 500 pcs.运行许可证93254~119158ixxat
PXO_34891.04.0312.06105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 200 pcs.运行许可证60097~76791ixxat
PXO_34901.04.0312.05105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 100 pcs.运行许可证41447~52959ixxat
PXO_34911.04.0312.04105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 50 pcs.运行许可证28495~36410ixxat
PXO_34921.04.0312.03105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 20 pcs.运行许可证18651~23832ixxat
PXO_34931.04.0312.12105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 10 pcs.运行许可证12952~16550ixxat
PXO_34941.04.0312.02105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 5 pcs.运行许可证6476~8275ixxat
PXO_34951.04.0312.01105
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Runtime License, 1 pc.运行许可证1555~1986ixxat
PXO_34961.04.1312.00103
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Basic Maintenance 1 year12952~16550ixxat
PXO_34971.04.0312.00103
EC-Master Core Class B for x86,Product Line License, Royalty Model,for platform Microsoft Windows CE 5.0 / 6.0 / Embedded Compact 7.0,Windows CE Software Development Kit (SDK)Master-Library and Link-Layer as binary, Examples incl. Source Code 软件开发工具包41447~52959ixxat
PXO_34981.04.0315.11165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 10000 pcs.运行许可证2590380~3309930ixxat
PXO_34991.04.0315.10165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 5000 pcs.运行许可证1554228~1985958ixxat
PXO_35001.04.0315.09165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 2000 pcs.运行许可证828922~1059178ixxat
PXO_35011.04.0315.08165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 1000 pcs.运行许可证518076~661986ixxat
PXO_35021.04.0315.07165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 500 pcs.运行许可证336750~430291ixxat
PXO_35031.04.0315.06165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 200 pcs.运行许可证182363~233020ixxat
PXO_35041.04.0315.05165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 100 pcs.运行许可证132628~169469ixxat
PXO_35051.04.0315.04165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 50 pcs.运行许可证90664~115848ixxat
PXO_35061.04.0315.03165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 20 pcs.运行许可证49736~63551ixxat
PXO_35071.04.0315.12165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 10 pcs.运行许可证33675~43030ixxat
PXO_35081.04.0315.02165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 5 pcs.运行许可证16838~21515ixxat
PXO_35091.04.0315.01165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Runtime License, 1 pc.运行许可证4041~5164ixxat
PXO_35101.04.1315.00165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Basic Maintenance 1 year28495~36410ixxat
PXO_35111.04.0315.00165
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis RTOS32Win real-time platform based on On Time RTOS-32,EC-Win(RTOS-32) Software Development Kit (SDK) 软件开发工具包113977~145637ixxat
PXO_35121.04.0315.11160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 10000 pcs.运行许可证2590380~3309930ixxat
PXO_35131.04.0315.10160
EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A,Product Line License, Royalty Model,for Acontis CeWin real-time platform based on Microsoft Windows CE,EC-Win(CE) Runtime License, 5000 pcs.运行许可证1554228~1985958ixxat
PXO_35141.04.0310.02256
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for Linux25904~33100ixxat
PXO_35151.04.0310.02356
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for INTime25904~33100ixxat
PXO_35161.04.0310.02406
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for RTOS-3225904~33100ixxat
PXO_35171.04.0310.02456
EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for QNX25904~33100ixxat
PXO_35181.04.0310.03106
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for Windows CE25904~33100ixxat
PXO_35191.04.0310.03156
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for RTX25904~33100ixxat
PXO_35201.04.0310.03206
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for VxWorks25904~33100ixxat
PXO_35211.04.0310.03256
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for Linux25904~33100ixxat
PXO_35221.04.0310.03356
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for INTime25904~33100ixxat
PXO_35231.04.0310.03406
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for RTOS-3225904~33100ixxat
PXO_35241.04.0310.03456
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for QNX25904~33100ixxat
PXO_35251.04.0310.04106
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for Windows CE25904~33100ixxat
PXO_35261.04.0310.04156
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for RTX25904~33100ixxat
PXO_35271.04.0310.04206
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for VxWorks25904~33100ixxat
PXO_35281.04.0310.04256
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for Linux25904~33100ixxat
PXO_35291.04.0310.04356
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for INTime25904~33100ixxat
PXO_35301.04.0310.04406
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for RTOS-3225904~33100ixxat
PXO_35311.04.0310.04456
EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for QNX25904~33100ixxat
PXO_35321.04.0310.00521
EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包41447~52959ixxat
PXO_35331.04.0310.00522
EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Runtime License Class A Markup 运行许可标记2~2ixxat
PXO_35341.04.0312.00522
EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Runtime License Class B Markup 运行许可标记4~4ixxat
PXO_35351.04.1310.00521
EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Basic Maintenance 1 year6217~7944ixxat
PXO_35361.04.0310.00529
EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Surcharge for Big Endian Systems67350~86059ixxat
PXO_35371.04.0310.00701
EC-Master Feature PackHot Connect Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包41447~52959ixxat
PXO_35381.04.0310.00702
EC-Master Feature PackHot Connect Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,EC-Master Feature Pack Hot Connect without Distributed Clock (DC) Product Line L2~2ixxat
PXO_35391.04.0312.00702
EC-Master Feature PackHot Connect Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Runtime License Class B Markup 运行许可标记4~4ixxat
PXO_35401.04.1310.00701
EC-Master Feature PackHot Connect Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Basic Maintenance 1 year6217~7944ixxat
PXO_35411.04.0310.00541
EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包20724~26480ixxat
PXO_35421.04.0310.00542
EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Runtime License Class A Markup 运行许可标记1~1ixxat
PXO_35431.04.0312.00542
EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Runtime License Class B Markup 运行许可标记2~2ixxat
PXO_35441.04.1310.00541
EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Basic Maintenance 1 year3109~3972ixxat
PXO_35451.04.0310.00711
EC-Master Feature PackHot Connect Class A with Distributed Clock (DC)Product Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包62170~79439ixxat
PXO_35461.04.0310.00712
EC-Master Feature PackHot Connect Class A with Distributed Clock (DC)Product Line License, Royalty Model,Runtime License Class A Markup 运行许可标记3~3ixxat
PXO_35471.04.0312.00712
EC-Master Feature PackHot Connect Class A with Distributed Clock (DC)Product Line License, Royalty Model,Runtime License Class B5~6ixxat
PXO_35481.04.1310.00711
EC-Master Feature PackHot Connect Class A with Distributed Clock (DC)Product Line License, Royalty Model,Basic Maintenance 1 year9326~11916ixxat
PXO_35491.04.0310.00811
EC-Master Feature PackCable Redundancy Class A with Distributed Clock (DC)Product Line License, Royalty ModelSoftware Development Kit (SDK) 软件开发工具包62170~79439ixxat
PXO_35501.04.0310.00812
EC-Master Feature PackCable Redundancy Class A with Distributed Clock (DC)Product Line License, Royalty ModelRuntime License Class A Markup 运行许可标记3~3ixxat
PXO_35511.04.0312.00812
EC-Master Feature PackCable Redundancy Class A with Distributed Clock (DC)Product Line License, Royalty ModelRuntime License Class B5~6ixxat
PXO_35521.04.1310.00811
EC-Master Feature PackCable Redundancy Class A with Distributed Clock (DC)Product Line License, Royalty ModelBasic Maintenance 1 year9326~11916ixxat
PXO_35531.04.0310.00801
EC-Master Feature PackCable Redundancy Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包41447~52959ixxat
PXO_35541.04.0310.00802
EC-Master Feature PackCable Redundancy Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Runtime License Class A2~2ixxat
PXO_35551.04.0312.00802
EC-Master Feature PackCable Redundancy Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Runtime License Class B Markup 运行许可标记4~4ixxat
PXO_35561.04.1310.00801
EC-Master Feature PackCable Redundancy Class B w/o Distributed Clock (DC)Product Line License, Royalty Model,Basic Maintenance 1 year6217~7944ixxat
PXO_35571.04.0310.00551
EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包20724~26480ixxat
PXO_35581.04.0310.00552
EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Runtime License Class A 运行许可证1~1ixxat
PXO_35591.04.0312.00552
EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Runtime License Class B 运行许可证2~2ixxat
PXO_35601.04.1310.00551
EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Basic Maintenance 1 year3109~3972ixxat
PXO_35611.04.0310.00902
EC-Master Maintenance,Update without valid maintenance contract,but within the first 24 months after SDK purchase4145~5296ixxat
PXO_35621.04.0310.00903
EC-Master Maintenance,Update without valid maintenance contract,later than 24 months after SDK purchase5181~6620ixxat
PXO_35631.04.0310.00904
EC-Master Maintenance,Upgrade of Class B Master to Class A Master (for x86 and ARM platforms)51808~66199ixxat
PXO_4976mg_zzj_ts_01
自助机台式27900~35650盟广
PXO_4977mg_zzj_ts_02
自助机嵌入式27900~35650盟广
PXO_4978mg_zzj_ts_03
自助机立式76500~97750盟广
PXO_4979mg_zzj_ts_04
移动身份证pms3150~4025盟广
PXO_4980mg_jqr_yj_01
机器人硬件40500~51750盟广
相关产品: CANopen_Master_API常见问题CANopen,Master,API,FAQ

  咨询历史: