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

 


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...
品 牌
产 地
型 号 PXF0869
折 扣

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 nodes 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 other 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 change 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 change, 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 nodes´ 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 connections of the canopen Master API are being set up, but no change 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 nodes. 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.08105EC-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.09105EC-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.11105EC-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.00153EC-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.00103EC-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.00103EC-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.01105EC-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.02105EC-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.12105EC-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.03105EC-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.04105EC-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.05105EC-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.06105EC-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.07105EC-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.00153EC-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.01155EC-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.02155EC-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.12155EC-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.03155EC-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.04155EC-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.05155EC-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.06155EC-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.07155EC-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.08155EC-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.09155EC-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.10155EC-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.11155EC-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.00203EC-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.00203EC-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.01205EC-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.02205EC-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.12205EC-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.03205EC-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.04205EC-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.05205EC-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.06205EC-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.07205EC-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.08205EC-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.09205EC-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.10205EC-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.11205EC-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.00253EC-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 Code82893~105918ixxat
PXO_06261.04.1310.00253EC-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.01255EC-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.02255EC-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.12255EC-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.03255EC-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.04255EC-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.05255EC-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.06255EC-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.07255EC-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.08255EC-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.09255EC-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.10255EC-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.11255EC-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.00100EC-Lyser,for platform Microsoft Windows XP, Windows Vista and Windows 7,Single license (with USB dongle) 单一许可证2275~2907ixxat
PXO_06401.04.1311.00100EC-Lyser,for platform Microsoft Windows XP, Windows Vista and Windows 7,Basic Maintenance 1 year342~436ixxat
PXO_06411.04.0310.00150EC-Lyser for platform Microsoft Windows XP, Windows Vista and Windows 9,Software4246~5426ixxat
PXO_06421.04.0310.00151Slave Test License Support Pack759~969ixxat
PXO_06431.04.0310.00152Basic Maintenance 1 year1138~1454ixxat
PXO_06441.04.0310.01153EC-STA Additional Runtime License, 1 pc.455~582ixxat
PXO_06451.04.0310.02153EC-STA Additional Runtime License, 5 pc.1896~2422ixxat
PXO_06461.04.0310.12153EC-STA Additional Runtime License, 10 pc.3791~4844ixxat
PXO_06471.04.0310.03153EC-STA Additional Runtime License, 20 pc.5459~6976ixxat
PXO_06481.04.0310.04153EC-STA Additional Runtime License, 50 pc.8340~10657ixxat
PXO_06491.04.0310.05153EC-STA Additional Runtime License, 100 pc.12131~15501ixxat
PXO_06501.04.1310.00303EC-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.01305EC-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.02305EC-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.12305EC-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.03305EC-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.04305EC-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.05305EC-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.06305EC-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.07305EC-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.08305EC-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.09305EC-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.10305EC-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.11305EC-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.00353EC-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.00353EC-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.01355EC-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.02355EC-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.12355EC-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.03355EC-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.04355EC-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.05355EC-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.06355EC-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.07355EC-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.08355EC-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.09355EC-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.10355EC-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.11355EC-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.09405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L414461~529589ixxat
PXO_07011.04.0310.08405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L269400~344233ixxat
PXO_07001.04.0310.07405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L186508~238315ixxat
PXO_06911.04.0310.00403EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Software82893~105918ixxat
PXO_06921.04.1310.00403EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Basic Mai25904~33100ixxat
PXO_06931.04.0310.01405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L3109~3972ixxat
PXO_06941.04.0310.02405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L12952~16550ixxat
PXO_06951.04.0310.12405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L25904~33100ixxat
PXO_06961.04.0310.03405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L37302~47663ixxat
PXO_06971.04.0310.04405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L56989~72819ixxat
PXO_06981.04.0310.05405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L82893~105918ixxat
PXO_06991.04.0310.06405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L120194~153581ixxat
PXO_07031.04.0310.10405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L725307~926781ixxat
PXO_07041.04.0310.11405EC-Master Core Class A for platform On Time RTOS-32 Version 5.xRTOS-32 Runtime L1036152~1323972ixxat
PXO_07051.04.0310.00453EC-Master Core Class A for x86Product Line License, Royalty Model for platform Q82893~105918ixxat
PXO_07061.04.1310.00453EC-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.01455EC-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.02455EC-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.12455EC-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.03455EC-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.04455EC-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.05455EC-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.06455EC-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.07455EC-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.08455EC-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.09455EC-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.10455EC-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.11455EC-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.00203EC-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.00203EC-Master Core Class A for PPC and QorlQ platformsProduct Line License, Royalty 33675~43030ixxat
PXO_07211.04.0313.01205EC-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.02205EC-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.12205EC-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.03205EC-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.04205EC-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.05205EC-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.06205EC-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.07205EC-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.08205EC-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.09205EC-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.02206EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for VxWorks25904~33100ixxat
PXO_07321.04.0313.11205EC-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.00253EC-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, Examples 107760~137694ixxat
PXO_07341.04.1313.00253EC-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.01255EC-Master Core Class A for PPC and QorlQ platformsProduct Line License, Royalty 4041~5164ixxat
PXO_07361.04.0313.02255EC-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.12255EC-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.03255EC-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.04255EC-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.05255EC-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.06255EC-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.07255EC-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.08255EC-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.09255EC-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.10255EC-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.11255EC-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.10205EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A942899~1204815ixxat
PXO_09721.04.0315.00160EC-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.00160EC-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.01160EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A4041~5164ixxat
PXO_09751.04.0315.02160EC-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.12160EC-Win Windows EtherCAT real-time platform withintegrated EC-Master Core Class A33675~43030ixxat
PXO_09771.04.0315.03160EC-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.04160EC-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.05160EC-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.06160EC-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.07160EC-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.08160EC-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.09160EC-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.02156EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for RTX25904~33100ixxat
PXO_11751.04.0310.02106EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for Windows CE25904~33100ixxat
PXO_11741.04.0310.01456EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for QNX25904~33100ixxat
PXO_11731.04.0310.01406EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for RTOS-3225904~33100ixxat
PXO_11721.04.0310.01356EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for INTime25904~33100ixxat
PXO_11711.04.0310.01256EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for Linux25904~33100ixxat
PXO_11701.04.0310.01206EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for VxWorks25904~33100ixxat
PXO_11691.04.0310.01156EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for RTX25904~33100ixxat
PXO_11681.04.0310.01106EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/100 for Windows CE25904~33100ixxat
PXO_11671.04.0316.11166EC-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.10166EC-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.09166EC-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.08166EC-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.07166EC-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.06166EC-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.05166EC-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.04166EC-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.03166EC-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.12166EC-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.02166EC-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.01166EC-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.00166EC-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.00166EC-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.11161EC-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.10161EC-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.09161EC-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.08161EC-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.07161EC-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.06161EC-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.05161EC-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.04161EC-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.03161EC-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.12161EC-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.02161EC-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.01161EC-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.00161EC-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.00161EC-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.11255EC-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.10255EC-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.09255EC-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.08255EC-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.07255EC-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.06255EC-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.05255EC-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.04255EC-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.03255EC-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.12255EC-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.02255EC-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.01255EC-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.00253EC-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.00253EC-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.11205EC-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.10205EC-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.09205EC-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.08205EC-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.07205EC-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.06205EC-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.05205EC-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.04205EC-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.03205EC-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.12205EC-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.02205EC-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.01205EC-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.00203EC-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.00203EC-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.11455EC-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.10455EC-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.09455EC-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.08455EC-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.07455EC-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.06455EC-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.05455EC-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.04455EC-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.03455EC-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.12455EC-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.02455EC-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.01455EC-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.00453EC-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.00453EC-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.11405EC-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.10405EC-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.09405EC-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.08405EC-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.07405EC-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.06405EC-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.05405EC-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.04405EC-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.03405EC-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.12405EC-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.02405EC-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.01405EC-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.00403EC-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.00403EC-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.11355EC-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.10355EC-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.09355EC-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.08355EC-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.07355EC-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.06355EC-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.05355EC-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.04355EC-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.03355EC-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.12355EC-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.02355EC-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.01355EC-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.00353EC-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.00353EC-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.11305EC-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.10305EC-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.09305EC-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.08305EC-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.07305EC-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.06305EC-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.05305EC-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.04305EC-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.03305EC-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.12305EC-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.02305EC-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.01305EC-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.00303EC-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.00303EC-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.11255EC-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.10255EC-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.09255EC-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.08255EC-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.07255EC-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.06255EC-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.05255EC-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.04255EC-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.03255EC-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.12255EC-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.02255EC-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.01255EC-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.00253EC-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.00253EC-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.11205EC-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.10205EC-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.09205EC-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.08205EC-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.07205EC-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.06205EC-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.05205EC-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.04205EC-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.03205EC-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.12205EC-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.02205EC-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.01205EC-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.00203EC-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.00203EC-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.11155EC-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.10155EC-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.09155EC-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.08155EC-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.07155EC-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.06155EC-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.05155EC-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.04155EC-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.03155EC-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.12155EC-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.02155EC-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.01155EC-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.00153EC-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.00153EC-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.11105EC-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.10105EC-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.09105EC-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.08105EC-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.07105EC-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.06105EC-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.05105EC-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.04105EC-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.03105EC-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.12105EC-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.02105EC-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.01105EC-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.00103EC-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.00103EC-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.11165EC-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.10165EC-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.09165EC-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.08165EC-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.07165EC-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.06165EC-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.05165EC-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.04165EC-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.03165EC-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.12165EC-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.02165EC-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.01165EC-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.00165EC-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.00165EC-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.11160EC-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.10160EC-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.02256EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for Linux25904~33100ixxat
PXO_11791.04.0310.02356EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for INTime25904~33100ixxat
PXO_11801.04.0310.02406EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for RTOS-3225904~33100ixxat
PXO_11811.04.0310.02456EC-Master Optimized Link Layer,for x86 platforms,Intel PRO/1000 for QNX25904~33100ixxat
PXO_11821.04.0310.03106EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for Windows CE25904~33100ixxat
PXO_11831.04.0310.03156EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for RTX25904~33100ixxat
PXO_11841.04.0310.03206EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for VxWorks25904~33100ixxat
PXO_11851.04.0310.03256EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for Linux25904~33100ixxat
PXO_11861.04.0310.03356EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for INTime25904~33100ixxat
PXO_11871.04.0310.03406EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for RTOS-3225904~33100ixxat
PXO_11881.04.0310.03456EC-Master Optimized Link Layer,for x86 platforms,Realtek 8139 for QNX25904~33100ixxat
PXO_11891.04.0310.04106EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for Windows CE25904~33100ixxat
PXO_11901.04.0310.04156EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for RTX25904~33100ixxat
PXO_11911.04.0310.04206EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for VxWorks25904~33100ixxat
PXO_11921.04.0310.04256EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for Linux25904~33100ixxat
PXO_11931.04.0310.04356EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for INTime25904~33100ixxat
PXO_11941.04.0310.04406EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for RTOS-3225904~33100ixxat
PXO_11951.04.0310.04456EC-Master Optimized Link Layer,for x86 platforms,Realtek 8111/8168/8169 for QNX25904~33100ixxat
PXO_11961.04.0310.00521EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包41447~52959ixxat
PXO_11971.04.0310.00522EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Runtime License Class A Markup 运行许可标记2~2ixxat
PXO_11981.04.0312.00522EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Runtime License Class B Markup 运行许可标记4~4ixxat
PXO_11991.04.1310.00521EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Basic Maintenance 1 year6217~7944ixxat
PXO_12001.04.0310.00529EC-Master Feature PackTCP-Server and Remote APIProduct Line License, Royalty Model,Surcharge for Big Endian Systems67350~86059ixxat
PXO_12011.04.0310.00701EC-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.00702EC-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.00702EC-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.00701EC-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.00541EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包20724~26480ixxat
PXO_12061.04.0310.00542EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Runtime License Class A Markup 运行许可标记1~1ixxat
PXO_12071.04.0312.00542EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Runtime License Class B Markup 运行许可标记2~2ixxat
PXO_12081.04.1310.00541EC-Master Feature PackMaster Object DictionaryProduct Line License, Royalty Model,Basic Maintenance 1 year3109~3972ixxat
PXO_12091.04.0310.00711EC-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.00712EC-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.00712EC-Master Feature PackHot Connect Class A with Distributed Clock (DC)Product Line License, Royalty Model,Runtime License Class B5~6ixxat
PXO_12121.04.1310.00711EC-Master Feature PackHot Connect Class A with Distributed Clock (DC)Product Line License, Royalty Model,Basic Maintenance 1 year9326~11916ixxat
PXO_12131.04.0310.00811EC-Master Feature PackCable Redundancy Class A with Distributed Clock (DC)Product Line License, Royalty ModelSoftware Development Kit (SDK) 软件开发工具包62170~79439ixxat
PXO_12141.04.0310.00812EC-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.00812EC-Master Feature PackCable Redundancy Class A with Distributed Clock (DC)Product Line License, Royalty ModelRuntime License Class B5~6ixxat
PXO_12161.04.1310.00811EC-Master Feature PackCable Redundancy Class A with Distributed Clock (DC)Product Line License, Royalty ModelBasic Maintenance 1 year9326~11916ixxat
PXO_12171.04.0310.00801EC-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.00802EC-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.00802EC-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.00801EC-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.00551EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Software Development Kit (SDK) 软件开发工具包20724~26480ixxat
PXO_12221.04.0310.00552EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Runtime License Class A 运行许可证1~1ixxat
PXO_12231.04.0312.00552EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Runtime License Class B 运行许可证2~2ixxat
PXO_12241.04.1310.00551EC-Master Feature PackEoE EndpointProduct Line License, Royalty Model,Basic Maintenance 1 year3109~3972ixxat
PXO_12251.04.0310.00902EC-Master Maintenance,Update without valid maintenance contract,but within the first 24 months after SDK purchase4145~5296ixxat
PXO_12261.04.0310.00903EC-Master Maintenance,Update without valid maintenance contract,later than 24 months after SDK purchase5181~6620ixxat
PXO_12271.04.0310.00904EC-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_12891TM3型呼吸取样球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,PPB)探头(1PPB)0~0亿人环保
PXO_1366200型臭氧检测仪(PPM,PPB)探头(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-7240VOC分析仪(ppb级)0~0亿人环保
PXO_1443PGM-7600VOC分析仪(0.1PPM)0~0亿人环保
PXO_1444PGM-5210室内空气质量检测仪(10ppb)0~0亿人环保
PXO_1445PGM-7800PGM-7800检测仪0~0亿人环保
PXO_1446PGM-7840PGM-7840检测仪0~0亿人环保
PXO_1447PGM-7840PIDLAMB/10.6eV0~0亿人环保
PXO_1448PGM-7840CO2传感器0~0亿人环保
PXO_1449PGM-7840NH3传感器0~0亿人环保
PXO_1450PGM-7840PH3传感器0~0亿人环保
PXO_1451PGM-7840CO传感器0~0亿人环保
PXO_1452PGM-7840H2S传感器0~0亿人环保
PXO_1453PGM-7840SO2传感器0~0亿人环保
PXO_1454PGM-7840NO2传感器0~0亿人环保
PXO_1455PGM-7840NO传感器0~0亿人环保
PXO_1456PGM-7840CL2传感器0~0亿人环保
PXO_1457PGM-7840HCN传感器0~0亿人环保
PXO_1458PGM-7840O2传感器0~0亿人环保
PXO_1459PGM-7840LEL传感器0~0亿人环保
PXO_1460PGM-7840温湿度传感器0~0亿人环保
PXO_1461PGM-5210TVOC检测仪(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-15COD分析仪0~0亿人环保
PXO_1505MODEL2015COD消化器0~0亿人环保
PXO_1506MODEL EM2BOD分析仪0~0亿人环保
PXO_1507OxiTop IS 6BOD分析仪0~0亿人环保
PXO_1508OxiTop Control 6BOD分析仪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-050R-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_15460~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-2CPH计0~0亿人环保
PXO_1553PHS-3CPH计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型(FP211)水流速度测定仪(测量杠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-7240KVOC检测仪0~0亿人环保
PXO_1650PGM-7240VOC检测仪0~0亿人环保
PXO_1651PGM-7200苯检测仪0~0亿人环保
PXO_1652PGM-30VOC检测仪0~0亿人环保
PXO_1653PGM-30KVOC检测仪0~0亿人环保
PXO_1654PGM-76ICVOC检测仪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-40QRO-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-6BOD分析仪0~0亿人环保
PXO_1695ET99724A-12BOD分析仪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-0WM-0 瓦特功率表0~0亿人环保
PXO_1722250WM-02WM-02 瓦特功率表0~0亿人环保
PXO_1723WE800WE800气象站(自动记录)0~0亿人环保
PXO_1724WE900WE900气象站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_1743GD1010GD1010 卤素检漏仪0~0亿人环保
PXO_1744GD1010SGD1010S 卤素检漏仪0~0亿人环保
PXO_1745GD2000SGD2000S智能型卤素检漏仪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型 (ESUN)油烟净化器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_1770GasAlertMicroClip系列多气体检测仪技术参数0~0亿人环保
PXO_1771GAMAX系列袖珍式四合一气体检测仪0~0亿人环保
PXO_1772GAMIC-5系列多功能气检测仪0~0亿人环保
PXO_1773WL15WL15水位记录仪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_1799MODEL400CLDN0/NOx分析仪0~0亿人环保
PXO_1800MODEL400HCLDN0/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 49C型臭氧分析仪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亿人环保
  相关产品: CANopen_Master_API常见问题CANopen,Master,API,FAQ
  咨询历史: