Object Release 10/24

English 🠦 Deutsch

 

Object Release 10/24

 

Content

 

Improvements

Object Bosch Group Discrete Regulator Base V1.1.8.0

DescriptionFB for object or peripherals internal using The PLC library contains followed basic, control-related components: Continuous building Blocks: -P-/I-/D-controller-Arithmetic mean Discontinuous building Blocks: -Two-point control -Limiter
  • StartValue added to SignalOut for DiscreteControlSystemsIntegral

Object Captron electronic OGL V1.2.9.0

DescriptionObject to do measuring of position deviation and diameter for example of a dispensing needle. A calibration part is needed.
  • Assign ParCfg.PosToleranceXY and ParCfg.AxisToleranceX in OnApplyParameters.CONFIGURATION additionally to STARTUP (because in CONFIGURATION station/type/process data are already loaded)

Object Foba Marking Laser V1.3.2.0

DescriptionMarking laser unit for Foba laser
  • DCM improved

Object Keyence LJ-V7000 V1.0.3.0

DescriptionKeyence LJ-V7000 series (high-speed 2D/3D laser profiler) with LJ-V7001 controller and LJ-V7xxx sensor head
  • Bugfix with set programm no.

Object DDL V1.2.13.0

DescriptionDDL library
  • Default value of library parameter DDLV4_EXT_VAR_MAX set to 50 (necessary for MES@AE V1.2). It is recommended to clean PLC project and activate configuration.
  • Improved error texts very much. Added hints to some errors how to fix it.
  • Added Structures.osd with Info.RecvFltString
  • Reset Info.SendFltString and Info.RecvFltString at every execution start
  • Removed TwinCAT TMC file from library

Object Mes Base V1.0.19.0

DescriptionMES error messages
  • Updated texts of OrderManagement

Object Nx Base V1.0.86.0

DescriptionBase object
  • RunEmptyRequest of ModeForwarder is forwarded to ModeHandler again like before V1.0.22.0
  • ModeHandler.Unit.Execute:=TRUE works now also if it is executed in ModeHandlerUnit.OnXxx()

Peripheral Balluff BNI ECT-508 V2.0.6.0

Description4 or 8-channel IO-Link masterInterfaceEtherCAT
  • Export template: More than 8 configured modules has caused a compilation error

Peripheral Jenny Science Xenax Basis V2.0.19.0

DescriptionJenny Xenax controller base OODInterfaceEtherCAT
  • Evaluation of Standstill added

Peripheral Scanner (IP) V1.1.22.0

DescriptionUniversal scanner driver for TCP/IP scannersInterfaceIP
  • Important update! Previously it was necessary to restart PLC after communication errors
  • read command called a step 100 that does not exist
  • internal code changes

Peripheral Scanner (IP) V1.2.2.0

DescriptionUniversal scanner driver for TCP/IP scannersInterfaceIP
  • Fixed Page Fault Exception during reading, e.g. if scanner sends NoRead string without a configured preamble string.
  • New event for wrong leng of data.

Peripheral Scanner (Serial) V1.1.23.0

DescriptionUniversal scanner driver for serial scannersInterfaceSerial
  • Bugfix with exception if the code len wrong
  • Change double refId in ood

Peripheral Schunk Prh Rotary V1.0.8.0

DescriptionSchunk rotary unit PRHInterfaceProfibus
  • Bugfix method InitDevice(). Library update V1.0.7.0

Peripheral Wenglor Wenglor UniVision3 V1.0.2.0

DescriptionPeripheral object for Wenglor Lima 3InterfaceIP
  • Type of Portnumber changed to DWORD(UDINT) and changed export (Value->ValueAsString)
 

New functions

Object DDL Event V2.4.18.0

DescriptionAdd-on which represents one DDL message (direct data link) for connection to Nexeed MES based on Nexeed XML specification via TCP/IP. The PDA/MDA events plcChargeChanged, plcError, plcJam(Started), plcOperationModeChanged, plcOperatorRequired(Started), plcPartsMissing(Started), plcShiftChanged and plcSystemStarted are sent automatically but must be still configured manually in OES.
  • Updated URL for PDA/MDA definitions in OOD file.
  • Improved comments for add-on parameters AcceptIncompXxx
  • Increased buffer size of plcError and plcOperationModeChanged.
  • dataDownloadRequired: Improved code example in template of OnCheckData (existing application code will not be changed). Changed OnCheckData from PROTECTED to PUBLIC like in DataSetManager.

Object DDL Event V2.5.0.0

DescriptionAdd-on which represents one DDL message (direct data link) for connection to Nexeed MES based on Nexeed XML specification via TCP/IP. The PDA/MDA events plcChargeChanged, plcError, plcJam(Started), plcOperationModeChanged, plcOperatorRequired(Started), plcPartsMissing(Started), plcShiftChanged and plcSystemStarted are sent automatically but must be still configured manually in OES.
  • plcError: Instead of the instance ID the name of the event causer is used. If an item designator is available the name will also be added. Example with item designator and name: '=120;Loc120_Portal'. Reason for incompatible change: MES error reports based on 'error number and error text' before and after the update are not comparable.
  • plcError: Only the first fieldbus error of a bus master is sent to MES, not the follow-up events of each fieldbus slave. This reduces the buffer overflow error events.
  • plcError in this add-on version has the same behaviour like in DDL PDA/MDA add-on (NxDdlPdaMdaAddon).
  • RecvFltString is shown in event additional text in HMI if response from MES doesn't fit to configuration in PLC (only with HMI V5.2 or newer)
  • Reason for incompatible change: requires NxIpDdl V1.2.12 or newer. No support of NxIpDdl V1.1 anymore.
  • dataDownloadRequired: OnCheckData return value InvalidValue is now STRING(63) instead of STRING(80), because SetEvent() supports only 63 characters.

Object DDL PDA/MDA V1.1.1.0

DescriptionEnables the standardized integration of the PDA/MDA telegrams (OpconXml via MES DirectDataLink)
  • Renamed from NexeedPdaMdaDdlAddon to NxDdlPdaMdaAddon. Old library placeholder must be removed in project.
  • Addon FB including method OnGetDesignator() is being exported to see item designator and unit name (e.g. '=120;Loc120_Portal') in MES instead of only InstanceID. Reasons for incompatible change: 1) MES error reports based on 'error number and error text' before and after the update are not comparable. 2) FB export leads to errors if there are several instances of the add-on with the same name, possibly also with usage as an internal element of a ModeHandler/ModeForwarder.
  • Only the first fieldbus error of a bus master is sent to MES, not the follow-up events of each fieldbus slave. This reduces the buffer overflow error events.

Object DDL Status V1.0.11.0

DescriptionAddon which generates a view containing a list of all sent DDL events and a second view with detailed information to the selected event.
  • DDL telegrams that are sent via a bool trigger are now also supported. Library update V1.0.7.0.
  • Adapted tab Trace in 'InfoView.sfc': For space reasons, only the first three instead of five trace levels are now displayed there. Added timestamp of request telegram. Added new color to be able to identify the triggered telegrams in the state column.
  • Updated german and english documentation

Peripheral Beckhoff EL1918 (TwinSAFE) V2.2.0.0

Description8-channel digital input terminal, TwinSAFE, 24 V DC. This object has no content!InterfaceEtherCAT
  • ATTENTION: V2.2 only supports EL1918 as plain TwinSAFE input terminal, not as TwinSAFE logic terminal anymore !!! This is a compatible update for EL1918 V2.0 and will not work for projects based on V2.1.
  • Removed all parameters of V2.1. This peripheral is now an empty peripheral like in V2.0.

Peripheral Matuschek Messtechnik Spatz H9000 V2.3.4.0

DescriptionSpatz H9000 WeldingControl via EtherCat (18 Input / 64 Outputs)InterfaceEtherCAT
  • Update english documentation

Peripheral Schleich Glp2 V2.0.4.0

DescriptionPeripheral for Schleich GLP2InterfaceEtherCAT
  • Add device type for the new revsion of HMS Anybus Communicator
 

New objects

Peripheral Bosch Rexroth XI35xx02 V2.0.0.0

Description2 channel PT100 input terminalInterfaceEtherCAT
  • Initial release version

Peripheral Bosch Rexroth XI36xx02 V2.0.0.0

Description2 channel thermo element input terminalInterfaceEtherCAT
  • Initial release version

Peripheral Bosch Rexroth XI3xxx04 V2.0.0.0

Description4 channel analog input terminalInterfaceEtherCAT
  • Initial release version

Peripheral Bosch Rexroth XI4xxx02 V2.0.0.0

Description2 channel analog input terminalInterfaceEtherCAT
  • Initial release version

Peripheral Bosch Rexroth XI4xxx04 V2.0.0.0

Description4 channel analog input terminalInterfaceEtherCAT
  • Initial release version

Peripheral XI3xxxxx / XI4xxxxx V2.0.0.0

DescriptionRexroth analog terminals XI3xxxxx and XI4xxxxxInterfaceNone
  • initial release version
 

HMI | Documentation | Translation

Object Keyence LJ series V1.0.1.0

DescriptionObject for for Keyence 2D/3D Laser Profiler - LJ-X8000 series
  • Update english documentation

Object Keyence XG X Series V1.4.3.0

DescriptionBase object for Keyence IP XG X series
  • Update english documentation

Object Rotary tables with drive V3.0.2.0

DescriptionObject for rotary tables or Taktomat systems with direct control of the table drive (Rotary table, Taktomat, Rotary transfer systems).
  • Update german/english documentation
  • Add label for Overview

Object Rx Cs Screwer V1.0.18.0

DescriptionUnit for accessing Rexroths screwer devices Cs351 that provide the interface IRxCsScrewer
  • Czech translations added

Object State V1.1.10.0

DescriptionAccessible state tile displaying control on, fieldbus, safety doors, MES connection, home position, station empty. Additionally a state structure is provided in the PLC that collects many information at central location.
  • New documentation

Object Wenglor UniVision 3 V1.0.1.0

DescriptionObject for Wenglor UniVision 3 vision interface
  • English documentation added

Peripheral Bosch Rexroth CS351 V2.0.12.0

DescriptionScrewer compact box for Rexroth manual or automatic screwersInterfaceEtherCAT
  • Czech translations added

Peripheral Bosch Rexroth ctrlX drive (native) V2.0.11.0

DescriptionctrlX drive EtherCAT drive controller. Communication directly via the EtherCAT bus (native). Supports in closed loop mode: Positioning mode, Velocity mode, Torque mode, Brake function, Parameter access, Set absolute reference, Set stand still window, Change encoder (motor - external), Positioning mode (fixed positions), QuickStopInterfaceEtherCAT
  • Added english translation of CtrlX specific section

Peripheral Kistler MaXYmos BL5867B TL5877B0 V2.0.5.0

DescriptionKistler MaXYmos BL/TL force/stroke meassuring deviceInterfaceEtherCAT
  • Setting of the little-endian data format added

Peripheral Promess Promess Rx V2.0.6.0

DescriptionPromess press RxInterfaceEtherCAT
  • Add english documentation.
 

Maintenance

Object Beckhoff Standard (BTC) V1.0.6.0

DescriptionStandard system library (Beckhoff TwinCAT)
  • Updated Beckhoff library from V3.3.3.0 to V3.4.5.0 (supplied with TwinCAT 3.1.4024.60)

Object Beckhoff Tc2 CNC HLI (TwinCAT up to XAR 3.1.4024.55) V1.0.40245501.0

DescriptionTwinCAT system library
  • Rollback to library of TwinCAT 3.1.4024.55 because the new library requires XAR 4024.60 on the target system (not only XAE 4024.60 on the engineering system)

Object Beckhoff Tc2 Controller Toolbox V1.0.2.0

DescriptionTwinCAT Standard system library
  • Updated to latest version of TwinCAT 3.1.4024.60. Beckhoff library version changed from V3.4 to V3.6

Object Beckhoff Tc2 Drive (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT system library
  • Updated library to new version used in TwinCAT 3.1.4024.60 (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 EtherCAT (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT system library
  • Updated library to new version used in TwinCAT 3.1.4024.60 (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 EthernetIP (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT system library
  • Updated version without change of library to be consistent with other Tc objects (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 Io Functions (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT system library
  • Updated library to new version used in TwinCAT 3.1.4024.60 (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 Math (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT Standard system library
  • Updated library to new version used in TwinCAT 3.1.4024.60 (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 MC2 (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT Standard system library
  • Updated library to new version used in TwinCAT 3.1.4024.60 (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 MC2 Drive (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT Standard system library
  • Updated library to new version used in TwinCAT 3.1.4024.60 (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 Modbus Server (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT Standard system library
  • Updated version without change of library to be consistent with other Tc objects (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 OpcUA (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT Standard system library
  • Updated version without change of library to be consistent with other Tc objects (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 Serial Com (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT serial communication library
  • Updated library to new version used in TwinCAT 3.1.4024.60 (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 System (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT system library
  • Updated library to new version used in TwinCAT 3.1.4024.60 (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 TcpIp (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT Standard system library
  • Updated version without change of library to be consistent with other Tc objects (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc2 Utilities (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT system library
  • Updated library to new version used in TwinCAT 3.1.4024.60 (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc3 Interfaces (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT system library
  • Updated version without change of library to be consistent with other Tc objects (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc3 Module (TwinCAT 3.1.4024) V1.0.40246000.0

DescriptionTwinCAT Standard system library
  • Updated library to new version used in TwinCAT 3.1.4024.60 (don't use this version with TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x)

Object Beckhoff Tc3 PLCopen OpcUa V1.2.2.0

DescriptionTwinCAT Standard system library
  • Updated library to new version used in TwinCAT 3.1.4024.60. Beckhoff library changed from V3.1.7.0 to V3.3.2.0.

Object Beckhoff Tc3 PLCopen P1 V1.0.2.0

DescriptionTwinCAT Standard system library
  • Updated library to new version used in TwinCAT 3.1.4024.60

Object Data Set Manager V1.3.13.0

DescriptionLoading and saving of a data set (DAT file) local, via Public Interface (MES / OPC UA) or OpconXml
  • Improved error text regarding inconsistent data

Object Data Set Manager V1.4.8.0

DescriptionLoading and saving of a data set (DAT file) local, via Public Interface (MES / OPC UA) or OpconXml
  • Improved error text regarding inconsistent data

Object Data Set Manager V2.0.13.0

DescriptionLoading and saving of a data set (DAT file) local, via Public Interface (MES / OPC UA) or OpconXml
  • Improved error text regarding inconsistent data

Object Data Set Manager V2.1.8.0

DescriptionLoading and saving of a data set (DAT file) local, via Public Interface (MES / OPC UA) or OpconXml
  • Improved error text regarding inconsistent data

Object Data Set Manager V3.0.4.0

DescriptionLoading and saving of a data set (DAT file) local, via Public Interface (MES / OPC UA) or OpconXml
  • Improved error text regarding inconsistent data

Object DDL V1.1.18.0

DescriptionDDL library
  • Improved error texts

Peripheral Beckhoff Beckhoff IO Exxxxx V1.0.2.0

DescriptionObject for installing the EtherCAT description files of the Beckhoff terminalsInterfaceEtherCAT
  • Updated ESI files

Peripheral Furness Controls FCO79x V1.0.9.0

DescriptionPeripheral driver for Furness measure devices connected over ethernet (TCP/IP)InterfaceIP
  • Added L006 to enable optional testdata items for FCO790/794
 

ECAE Macro

Macro Bosch NXA-CS-ctrlX-coreX3-S V4.0.4.0

DescriptionBosch PLC X3InterfaceEtherCAT
  • ECAE macro display customized
  • Article added

Macro Beckhoff EL3443 V4.0.0.0

Description3-channel analog input, power measurement, 480 V AC/DCInterfaceEtherCAT
  • Update macro

Macro Beckhoff EL1004_ES1004 V4.0.2.0

Description4 channel digital input terminal 24 V DC, 3 msInterfaceEtherCAT
  • Adjusted refID

Macro Bosch NXA-CS-ctrlX-coreX3M V4.0.0.0

DescriptionBosch PLC X3MInterfaceEtherCAT
  • Initial version

Macro Bosch mPad_aktiv _C-PS-mPad-86-GGmT-W10 V4.0.2.0

DescriptionBosch HMI mPad aktiv C-PS-mPad-86-GGmT-W10InterfaceEtherNet
  • Adjusted NED-file

Macro Bosch NXA-CS-ctrlX-coreX5M V4.0.0.0

DescriptionBosch PLC X5MInterfaceEtherCAT
  • Initial version

Macro Bosch mPad_aktiv_C-PS-mPad-86-GGmT V4.0.2.0

DescriptionBosch HMI mPad aktiv C-PS-mPad-86-GGmTInterfaceEtherNet
  • Adjusted NED-file

Macro Bosch NXA-CS-ctrlX-coreX7M V4.0.0.0

DescriptionBosch PLC X7MInterfaceEtherCAT
  • Initial version

Macro Bosch mPad_passiv_C-PS-mPad-GGmT-NG2 V4.0.2.0

DescriptionBosch HMI mPad passiv C-PS-mPad-GGmT-NG2InterfaceNone
  • Adjusted NED-file

Macro Schneider USV-TEC2410 V4.0.1.0

DescriptionSchneider TEC2410 USVInterfaceNone
  • Update documentation

Macro Bosch mPad_aktiv_C-PS-mPad-x86-GGmT-S V4.0.2.0

DescriptionBosch HMI mPad aktiv C-PS-mPad-x86-GGmT-SInterfaceEtherNet
  • Adjusted NED-file

Macro Schneider USV-TEC-Gateway V4.0.1.0

DescriptionSchneider TEC-GatewayInterfaceNone
  • Updated NeD file

Macro Aventics AES_AV03_VALVE_UNIT_2_PLACES V4.0.1.0

DescriptionAventics, AV03-2X-BUS (baseplate)InterfaceEtherCAT
  • Adjusted refID

Macro Beckhoff C-CS-CX2020-EC-PLC-HMI V4.0.4.0

DescriptionBeckhoff PLC System C-CS-CX2020-EC-PLC-HMIInterfaceEtherCAT
  • Adjusted macro

Macro Beckhoff NXA-CS-CX2033-0175-W10-TRM-TC-CP50-M V4.0.3.0

DescriptionBeckhoff PLC System NXA-CS-CX2033-0175-W10-TRM-TC-CP50-MInterfaceEtherCAT
  • Adjusted macro

Macro Bosch mPad_aktiv_C-PS-mPad-x86-GGmT-S-W10 V4.0.2.0

DescriptionBosch HMI mPad aktiv C-PS-mPad-x86-GGmT-S-W10InterfaceEtherNet
  • Adjusted NED-file

Macro Beckhoff C-CS-CX2020-EC-USB-PLC-HMI V4.0.4.0

DescriptionBeckhoff PLC System C-CS-CX2020-EC-USB-PLC-HMIInterfaceEtherCAT
  • Adjusted macro

Macro Beckhoff NXA-CS-CX2033-0175-W10-USB-TC-CP50-M V4.0.3.0

DescriptionBeckhoff PLC System NXA-CS-CX2033-0175-W10-USB-TC-CP50-MInterfaceEtherCAT
  • Adjusted macro

Macro Bosch mPad_aktiv_C-PS-mPad-x86-GGmT-Cam V4.0.2.0

DescriptionBosch HMI mPad aktiv C-PS-mPad-x86-GGmT-CamInterfaceEtherNet
  • Adjusted NED-file

Macro Bosch mPad_passiv_C-PS-mPad-GGmT-NG V4.0.2.0

DescriptionBosch HMI mPad passiv C-PS-mPad-GGmT-NGInterfaceNone
  • Adjusted NED-file

Macro Beckhoff EL1114_ES1114 V4.0.2.0

Description4 channel digital input terminal 24 V DC, 10µsInterfaceEtherCAT
  • Adjusted refID

Macro Bosch mPad_aktiv_C-PS-mPad-x86-GGmT-Cam-W10 V4.0.2.0

DescriptionBosch HMI mPad aktiv C-PS-mPad-x86-GGmT-Cam-W10InterfaceEtherNet
  • Adjusted NED-file

 

Deutsch 🠦 English

 

Object Release 10/24

 

Inhalt

 

Verbesserungen

Object Bosch Group Discrete Regulator Base V1.1.8.0

BeschreibungFB für Objekt- oder Peripherieinterne Anwendungen. Das Objekt enthält folgende grundlegenden, regelungstechnische Bausteine: Kontinuierliche Bausteine: - P-/I-/D Glied - Arithmetischer Mittelwert Diskontinuierliche Bausteine: - Zweipunktregler - Begrenzer
  • StartValue zur Variable SignalOut addiert (DiscreteControlSystemsIntegral)

Object Captron electronic OGL V1.2.9.0

BeschreibungObjekt zur Vermessung einer Positionsabweichung und Durchmesserbestimmung, z.B. einer Dispensnadel. Es wird ein Kalibrierteil benötigt.
  • Zuweisung von ParCfg.PosToleranceXY und ParCfg.AxisToleranceX in OnApplyParameters.CONFIGURATION zusätzlich zu STARTUP (weil in CONFIGURATION Stations-/Typ-/Prozessdaten schon geladen sind)

Object Foba Marking Laser V1.3.2.0

BeschreibungMarkirungslaser Unit für Foba Laser
  • DCM verbessert

Object Keyence LJ-V7000 V1.0.3.0

BeschreibungKeyence LJ-V7000 Serie (2D/3D Laser-Profilsensor) mit LJ-V7001 Steuergerät und LJ-V7xxx Messkopf
  • Fehlerbehebung beim setzen vom Programm

Object DDL V1.2.13.0

BeschreibungDDL Bibliothek
  • Default Wert von Bibliotheksparameter DDLV4_EXT_VAR_MAX auf 50 gesetzt (notwendig für MES@AE V1.2). Es wird empfohlen, das SPS-Projekt zu bereinigen (clean) und Konfiguration zu aktivieren.
  • Fehlertexte sehr stark verbessert. Bei einigen Fehlern Hinweise hinzugefügt, wie es behoben werden kann.
  • Structures.osd hinzugefügt mit Info.RecvFltString
  • Info.SendFltString und Info.RecvFltString bei jedem Ausführungsstart zurückgesetzt
  • TwinCAT TMC-Datei aus Bibliothek entfernt

Object Mes Base V1.0.19.0

BeschreibungMES Fehlermeldungen
  • Texte von OrderManagement aktualisiert

Object Nx Base V1.0.86.0

BeschreibungBasisobjekt
  • RunEmptyRequest des ModeForwarder wird wieder weitergeleitet zum ModeHandler wie vor V1.0.22.0
  • ModeHandler.Unit.Execute:=TRUE funktioniert nun auch, wenn es in ModeHandlerUnit.OnXxx() ausgeführt wird.

Peripheral Balluff BNI ECT-508 V2.0.6.0

Beschreibung4 oder 8-Kanäle IO-Link masterSchnittstelleEtherCAT
  • Export-Template: Mehr als 8 konfigurierte Module hat zu einem Übersetzungsfehler geführt

Peripheral Jenny Science Xenax Basis V2.0.19.0

BeschreibungXenax Antriebsverstärker Basis OODSchnittstelleEtherCAT
  • Standstill Signal gebildet

Peripheral Scanner (IP) V1.1.22.0

BeschreibungUniversal-Scanner-Treiber für TCP/IP-ScannerSchnittstelleIP
  • Wichtiges Update! Zuvor war es notwendig, die SPS nach Kommunikationsfehler neu zu starten
  • Beim Read Kommando wurde ein Schritt 100 aufgerufen, den es nicht gibt
  • Interne Code Anpassungen

Peripheral Scanner (IP) V1.2.2.0

BeschreibungUniversal-Scanner-Treiber für TCP/IP-ScannerSchnittstelleIP
  • Page Fault Exception beim Lesen behoben, z.B. wenn der Scanner einen NoRead-String ohne konfigurierten Preamble-String sendet.
  • Neues Event für falsche Länge der berechneten Antwort.

Peripheral Scanner (Serial) V1.1.23.0

BeschreibungUniversal-Scanner-Treiber für Serial-ScannerSchnittstelleSerial
  • Fehlerbehebung mit einer Exception wenn die berechnete Länge falsch ist.
  • RefId anpassung da gleiche in anderen Objekten.

Peripheral Schunk Prh Rotary V1.0.8.0

BeschreibungSchunk Dreheinheit PRHSchnittstelleProfibus
  • Bugfix Methode InitDevice(). Bibliotheksaktualisierung V1.0.7.0

Peripheral Wenglor Wenglor UniVision3 V1.0.2.0

BeschreibungPeripherieobjekt für Wenglor Lima 3SchnittstelleIP
  • Typ der Port-Parameter auf DWORD(UDINT) geändert und Export angepasst(Value->ValueAsString)
 

Neue Funktionen

Object DDL Event V2.4.18.0

BeschreibungAdd-on, welches ein DDL-Event (Direct Data Link) zur Anbindung von Nexeed MES auf Basis der Nexeed XML Spezifikation über TCP/IP repräsentiert. Die BDE/MDE Events plcChargeChanged, plcError, plcJam(Started), plcOperationModeChanged, plcOperatorRequired(Started), plcPartsMissing(Started), plcShiftChanged und plcSystemStarted werden automatisch gesendet, müssen aber immernoch im OES selbst konfiguriert werden.
  • URL für BDE/MDE-Definitionen in OOD-Datei aktualisiert.
  • Kommentare verbessert für Add-on Parameter AcceptIncompXxx.
  • Puffergröße erhöht für plcError und plcOperationModeChanged.
  • dataDownloadRequired: Code-Beispiel in der Vorlage von OnCheckData verbessert (bestehender Applikationscode wird nicht geändert). OnCheckData geändert von PROTECTED zu PUBLIC wie im DataSetManager.

Object DDL Event V2.5.0.0

BeschreibungAdd-on, welches ein DDL-Event (Direct Data Link) zur Anbindung von Nexeed MES auf Basis der Nexeed XML Spezifikation über TCP/IP repräsentiert. Die BDE/MDE Events plcChargeChanged, plcError, plcJam(Started), plcOperationModeChanged, plcOperatorRequired(Started), plcPartsMissing(Started), plcShiftChanged und plcSystemStarted werden automatisch gesendet, müssen aber immernoch im OES selbst konfiguriert werden.
  • plcError: Anstelle der Instanz-ID wird der Name des Eventverursachers verwendet. Wenn BMK vorhanden ist, wird auch der Name hinzugefügt. Beispiel mit BMK und Name: '=120;Loc120_Portal'. Grund für inkompatible Änderung: MES Fehlerauswertungen basierend auf 'Fehlernummer und Fehlertext' vor und nach dem Update sind nicht vergleichbar.
  • plcError: Nur der erste Feldbus-Fehler eines Busmasters wird an das MES gesendet, nicht die darauffolgenden Events der Feldbus-Teilnehmer. Dies reduziert die Pufferüberlauf-Fehlermeldungen.
  • plcError in dieser Add-on Version hat dasselbe Verhalten wie im DDL PDA/MDA Add-on (NxDdlPdaMdaAddon).
  • RecvFltString wird im Meldungs-Zusatztext in der HMI angezeigt, wenn die Antwort vom MES nicht zur SPS-Konfiguration passt (nur mit HMI V5.2 oder neuer)
  • Grund für inkompatible Änderung: erfordert NxIpDdl V1.2.12 oder neuer. Kein Support mehr von NxIpDdl V1.1.
  • dataDownloadRequired: OnCheckData Rückgabewert InvalidValue ist nun STRING(63) anstatt STRING(80), weil SetEvent() nur 63 Zeichen unterstützt.

Object DDL PDA/MDA V1.1.1.0

BeschreibungErmöglicht das standardisierte Einbinden der BDE/MDE-Telegramme (OpconXml via MES DirectDataLink)
  • Umbenannt von NexeedPdaMdaDdlAddon zu NxDdlPdaMdaAddon. Alter Bibliotheks-Platzhalter muss im Projekt gelöscht werden.
  • Addon FB mit Methode OnGetDesignator() wird exportiert, um im MES die BMK und Unit-Name (z.B. '=120;Loc120_Portal') zu sehen anstatt nur die InstanceID. Gründe für inkompatible Änderung: 1) MES Fehlerauswertungen basierend auf 'Fehlernummer und Fehlertext' vor und nach dem Update sind nicht vergleichbar. 2) FB-Export führt zu Fehler, wenn es mehrere Instanzen des Add-ons mit demselben Namen gibt, ggf. auch bei Verwendung als internes Element eines ModeHandler/ModeForwarder.
  • Nur der erste Feldbus-Fehler eines Busmasters wird an das MES gesendet, nicht die darauffolgenden Events der Feldbus-Teilnehmer. Dies reduziert die Pufferüberlauf-Fehlermeldungen.

Object DDL Status V1.0.11.0

BeschreibungAddon, welches eine HMI-Ansicht mit einer Liste aller gesendeten DDL-Events und eine zweite HMI-Ansicht mit detaillierten Informationen zu dem ausgewählten Event generiert.
  • Es werden jetzt auch DDL-Telegramme unterstützt, die über einen Bool-Trigger gesendet werden. Aktualisierung der Bibliothek V1.0.7.0.
  • Trace-Ansicht in 'InfoView.sfc' angepasst: Aus Platzgründen werden dort jetzt nur noch die ersten drei statt fünf Trace-Level angezeigt. Zeitstempel der MES-Anfrage hinzugefügt. Neue Farbe hinzugefügt, um die getriggerten Telegramme in der Statusspalte identifizieren zu können.
  • Deutsche und englische Dokumentation aktualisiert

Peripheral Beckhoff EL1918 (TwinSAFE) V2.2.0.0

Beschreibung8-Kanal-Digital-Eingangsklemme, TwinSAFE, 24 V DC. Dieses Objekt hat keinen Inhalt!SchnittstelleEtherCAT
  • ACHTUNG: V2.2 unterstützt EL1918 nur als reine TwinSAFE Eingangsklemme, nicht mehr als TwinSAFE Logikklemme. Dies ist ein kompatibles Update für EL1918 V2.0 und wird nicht funktionieren für Projekte, die auf V2.1 basieren.
  • Alle Parameter aus V2.1 entfernt. Dieses Peripheral ist nun ein leeres Peripheral wie in V2.0.

Peripheral Matuschek Messtechnik Spatz H9000 V2.3.4.0

BeschreibungSpatz H9000 Schweißsteuerung über EtherCat (18 Eingänge / 64 Ausgänge)SchnittstelleEtherCAT
  • Englische Dokumentation aktualisiert

Peripheral Schleich Glp2 V2.0.4.0

BeschreibungPeripheral für das Schleich GLP2SchnittstelleEtherCAT
  • Gerätetyp-ID für die neue Version des HMS Anybus Communicator hinzugefügt
 

Neue Objekte

Peripheral Bosch Rexroth XI35xx02 V2.0.0.0

Beschreibung2-Kanal-PT100-EingangsklemmeSchnittstelleEtherCAT
  • Erste Freigabeversion

Peripheral Bosch Rexroth XI36xx02 V2.0.0.0

Beschreibung2-Kanal-Thermo-Element-EingangsklemmeSchnittstelleEtherCAT
  • Erste Freigabeversion

Peripheral Bosch Rexroth XI3xxx04 V2.0.0.0

Beschreibung4-Kanal-Analog-EingangsklemmeSchnittstelleEtherCAT
  • Erste Freigabeversion

Peripheral Bosch Rexroth XI4xxx02 V2.0.0.0

Beschreibung2-Kanal-Analog-EingangsklemmeSchnittstelleEtherCAT
  • Erste Freigabeversion

Peripheral Bosch Rexroth XI4xxx04 V2.0.0.0

Beschreibung4-Kanal-Analog-EingangsklemmeSchnittstelleEtherCAT
  • Erste Freigabeversion

Peripheral XI3xxxxx / XI4xxxxx V2.0.0.0

BeschreibungRexroth-Analog Klemmen XI3xxxxx und XI4xxxxxSchnittstelleNone
  • Erste Release Version
 

HMI | Dokumentation | Übersetzung

Object Keyence LJ series V1.0.1.0

BeschreibungObjekt für Keyence 2D/3D Laser-Profilsensor - LJ-X8000 Serie
  • Englische Dokumentation hinzugefügt

Object Keyence XG X Series V1.4.3.0

BeschreibungBasisobjekt für Keyence XG X über IP
  • Englische Dokumentation aktualisiert

Object Rotary tables with drive V3.0.2.0

BeschreibungObjekt für Rundtische oder Runtaktsysteme mit dirketer Steuerung der Tischantrieb (Drehtisch, Taktomat, Rundtaktsysteme).
  • Deutsche und englische Dokumentation aktualisiert
  • Label der Übersicht Ansicht hinzugefügt

Object Rx Cs Screwer V1.0.18.0

BeschreibungUnit zur Ansteuerung der Rexroth CS351 Schraubergeräte, die IRxCsScrewer bereitstellen
  • Tschechische Übersetzungen hinzugefügt

Object State V1.1.10.0

BeschreibungBarrierefreie Statuskachel mit Anzeige Steuerung Ein (Not-Halt), Feldbus, Schutztüren, MES-Verbindung, Schutztüren, Station leer. Zusätzlich wird in der SPS eine Status-Struktur bereitgestellt, die viele Informationen an zentraler Stelle sammelt.
  • Dokumentation erweitert

Object Wenglor UniVision 3 V1.0.1.0

BeschreibungObjekt für die Wenglor UniVision 3 Bildverarbeitungs-Schnittstelle
  • Englische Dokumentation hinzugefügt

Peripheral Bosch Rexroth CS351 V2.0.12.0

BeschreibungSchrauber Kompaktbox für Rexroth Hand- oder AutomatikschrauberSchnittstelleEtherCAT
  • Tschechische Übersetzungen hinzugefügt

Peripheral Bosch Rexroth ctrlX drive (native) V2.0.11.0

BeschreibungctrlX EtherCAT Antriebsverstärker. Kommunikation direkt über den EtherCAT Bus (native). Unterstützt im closed loop Betrieb: Positionierbetrieb, Geschwindigkeitsbetrieb, Momentenbetrieb, Bremsentest, Parameterzugriff, Absolutreferenz setzen, Stillstandsfenster setzen, Encoder wechseln (Motor - extern), Feste Positionen setzen und anfahren, SchnellStopSchnittstelleEtherCAT
  • Englische Übersetzung des CtrlX-spezifischen Abschnittes hinzugefügt

Peripheral Kistler MaXYmos BL5867B TL5877B0 V2.0.5.0

BeschreibungKistler MaXYmos BL/TL Kraft-Weg-MessungSchnittstelleEtherCAT
  • Einstellung des Little-Endian Datenformats hinzugefügt

Peripheral Promess Promess Rx V2.0.6.0

BeschreibungPromess Presse RxSchnittstelleEtherCAT
  • Englische Dokumentation hinzugefügt.
 

Maintenance

Object Beckhoff Standard (BTC) V1.0.6.0

BeschreibungStandard Systembibliothek (Beckhoff TwinCAT)
  • Beckhoff Bibliothek aktualisiert von V3.3.3.0 auf V3.4.5.0 (ausgeliefert mit TwinCAT 3.1.4024.60)

Object Beckhoff Tc2 CNC HLI (TwinCAT up to XAR 3.1.4024.55) V1.0.40245501.0

BeschreibungTwinCAT Systembibliothek
  • Wechsel zurück auf Bibliothek von TwinCAT 3.1.4024.55, weil die neue Bibliothek erfordert auf dem Zielsystem XAR 4024.60 (nicht nur XAE 4024.60 auf dem Engineering-System)

Object Beckhoff Tc2 Controller Toolbox V1.0.2.0

BeschreibungTwinCAT Standard Systembibliothek
  • Aktualisiert auf neueste Version von TwinCAT 3.1.4024.60. Beckhoff Bibliotheksversion geändert von V3.4 auf V3.6

Object Beckhoff Tc2 Drive (TwinCAT 3.1.4024) V1.0.40246000.0

BeschreibungTwinCAT Systembibliothek
  • Bibliothek aktualisiert auf neue Version von TwinCAT 3.1.4024.60 (diese Version nicht mit TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x verwenden)

Object Beckhoff Tc2 EtherCAT (TwinCAT 3.1.4024) V1.0.40246000.0

BeschreibungTwinCAT Systembibliothek
  • Bibliothek aktualisiert auf neue Version von TwinCAT 3.1.4024.60 (diese Version nicht mit TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x verwenden)

Object Beckhoff Tc2 EthernetIP (TwinCAT 3.1.4024) V1.0.40246000.0

BeschreibungTwinCAT Systembibliothek
  • Aktualisierte Version ohne Änderung der Bibliothek, um konsistent mit anderen Tc Objekten zu sein (diese Version nicht mit TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x verwenden)

Object Beckhoff Tc2 Io Functions (TwinCAT 3.1.4024) V1.0.40246000.0

BeschreibungTwinCAT Systembibliothek
  • Bibliothek aktualisiert auf neue Version von TwinCAT 3.1.4024.60 (diese Version nicht mit TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x verwenden)

Object Beckhoff Tc2 Math (TwinCAT 3.1.4024) V1.0.40246000.0

BeschreibungTwinCAT Standard Systembibliothek
  • Bibliothek aktualisiert auf neue Version von TwinCAT 3.1.4024.60 (diese Version nicht mit TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x verwenden)

Object Beckhoff Tc2 MC2 (TwinCAT 3.1.4024) V1.0.40246000.0

BeschreibungTwinCAT Standard Systembibliothek
  • Bibliothek aktualisiert auf neue Version von TwinCAT 3.1.4024.60 (diese Version nicht mit TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x verwenden)

Object Beckhoff Tc2 MC2 Drive (TwinCAT 3.1.4024) V1.0.40246000.0

BeschreibungTwinCAT Standard Systembibliothek
  • Bibliothek aktualisiert auf neue Version von TwinCAT 3.1.4024.60 (diese Version nicht mit TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x verwenden)

Object Beckhoff Tc2 Modbus Server (TwinCAT 3.1.4024) V1.0.40246000.0

BeschreibungTwinCAT Standard Systembibliothek
  • Aktualisierte Version ohne Änderung der Bibliothek, um konsistent mit anderen Tc Objekten zu sein (diese Version nicht mit TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x verwenden)

Object Beckhoff Tc2 OpcUA (TwinCAT 3.1.4024) V1.0.40246000.0

BeschreibungTwinCAT Standard Systembibliothek
  • Aktualisierte Version ohne Änderung der Bibliothek, um konsistent mit anderen Tc Objekten zu sein (diese Version nicht mit TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x verwenden)

Object Beckhoff Tc2 Serial Com (TwinCAT 3.1.4024) V1.0.40246000.0

BeschreibungTwinCAT Bibliothek serielle Kommunikation
  • Bibliothek aktualisiert auf neue Version von TwinCAT 3.1.4024.60 (diese Version nicht mit TwinCAT 3.1.4016.x/3.1.4020.x/3.1.4022.x verwenden)