DWL@DWL10000067062

Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
3.4.0 EN Windows10 06.07.2023 1 MB ZIP ADI_.NET_SDK_3.4.0.zip
Popis ADI .NET SDK

This software can be used to access B&R Automation Device Interface (ADI) functions directly from .NET applications created using Microsoft Visual Studio.

It can be used, for example, to set LEDs or change the brightness setting on a B&R Automation Panel.

The appropriate ADI driver for the device must be installed.

The programming languages Visual Basic and Visual C# are supported.

Updated for universal ADI driver version 3.1.0:

- Added support for SDL4 on the APC4100.
- Added support for APC4100.
- Removed support for APC2100 and PPC2100.
- Hardwarevalue.NumberOfSupportedPanels can be used to query the maximum number of supported Automation Panels of the B&R device.

Changes

- Samples are signed from now on to prevent false positives from antivirus programs.
- Renamed "Automation PC mobile 3100" to "Automation PC 3100 mobile".
- Added note about exiting ADI applications for the download and upload functions.
- Added note about automatic panel locking for AdiLockPanel.
- Added support for Microsoft Visual Studio 2022.
- Removed support for Microsoft Visual Studio 2012.
- Removed support for Microsoft Visual Studio 2013.
- Removed support for Microsoft Visual Studio 2015.
- Removed support for Microsoft Visual Studio 2017.
- Added support for Windows 10 IoT Enterprise 2021 LTSC.
- Removed support for Windows 10 IoT Enterprise 2016 LTSB.
- Migration from .NET 4.0 to .NET 4.6.2 as support for .NET 4.0 was discontinued on 2016-01-12.
- Removed help documentation in MS Help Viewer format (.MSHC).
- Removed code snippets.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
3.2.0 EN Windows10 02.11.2020 2 MB ZIP ADI_.NET_SDK_3.2.0.zip
Popis ADI .NET SDK

This software can be used to access B&R Automation Device Interface (ADI) functions directly from .NET applications created using Microsoft Visual Studio.

It can be used, for example, to set LEDs or change the brightness setting on a B&R Automation Panel.

The appropriate ADI driver for the device must be installed.

The programming languages Visual Basic and Visual C# are supported.

Changes

Updated for universal ADI driver version 2.3.0:
- Added support for PPC1200.
- HardwareValue.PanelLocal can now be used to check whether the selected panel is the local display of a Panel PC.
- The resolution of the local display of a Panel PC can be read with FactoryValue.Dvi3DisplayHorizontalResolution and FactoryValue.Dvi3DisplayVerticalResolution.

Error corrections
- Root element "ADI .NET SDK" was displayed as a normal element in the help files.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
3.1.0 EN Windows10 06.08.2020 2 MB ZIP ADI_.NET_SDK_3.1.0.zip
Popis ADI .NET SDK

This software can be used to access B&R Automation Device
Interface (ADI) functions directly from .NET applications created using Microsoft Visual Studio.

It can be used, for example, to set LEDs or change the brightness setting on a B&R Automation Panel.

The appropriate ADI driver for the device must be installed.

The programming languages Visual Basic and Visual C# are
supported.


Updated for universal ADI driver version 2.2.0

- Added support for MPC3100.
- New method AdiGetLastError(). The last ADI error is returned as a Win32 error code.
- Added support for panel module functions on the AP800 and AP900.
- ModuleHardwareValue.Present can now be used to check whether a
PC or panel module is available.
- New method AdiGetPanelModuleHardwareValue().
- Added module functions for downloading and uploading files.
New methods:
- AdiDownloadModuleFile()
- AdiUploadModuleFile()
- AdiDownloadPanelModuleFile()
- AdiUploadPanelModuleFile()

Changes

- The ADI .NET class library now uses ADI DLL BrAdiGi.dll (generic interface).
- Re-added support for the AP830 since customized panels are still being produced.
- Updated samples and code snippets.
- The following discontinued methods will return a compilation
error in the future:
- AdiEnableWmi()
- AdiIsWmiEnabled()
- AdiRebootSystem()
- AdiGetDisplayDefaultContrast()
- AdiSetDisplayDefaultContrast()
- AdiGetDisplayContrast()
- AdiSetDisplayContrast()
- AdiSetHandwheelValue()
- AdiCalibrateJoystick()
- AdiCalibratePotentiometer()
- AdiGetUserLed()
- AdiSetUserLed()
- AdiGetUserlogoValue()

Error corrections

- AdiGetHardwareValue(HardwareValue valueId, out string value)
could only be used to read strings with a maximum length of 18
characters. The buffer has been increased to 32 characters.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
3.0 * Windows10 11.10.2019 2 MB ZIP B_R_ADI_.NET_SDK_V3_0.zip
Popis ADI .NET SDK

----------------------------------------------------------------
GENERAL INFORMATION
----------------------------------------------------------------

This software can be used to access B&R Automation Device
Interface (ADI) functions directly from .NET applications created
using Microsoft Visual Studio 2010 or later.

It can be used, for example, to set LEDs or change the brightness
setting on a B&R Automation Panel.

The appropriate ADI driver for the device must be installed.

The programming languages Visual Basic and Visual C# are
supported.

Supported B&R devices:
- Automation Panel 800
- Automation Panel 900
- Automation Panel 9x3
- Automation Panel 9xD
- Automation Panel 1000
- Automation Panel 5000
- Automation PC 910
- Automation PC 2100
- Automation PC 2200
- Automation PC 3100
- Panel PC 900
- Panel PC 2100
- Panel PC 2200
- Panel PC 3100

Supported B&R operating systems:
- Windows 10 IoT Enterprise 2016 LTSB (64-bit)
- Windows 10 IoT Enterprise 2019 LTSC (64-bit)

Supported Microsoft Visual Studio versions:
- Microsoft Visual Studio 2012
- Microsoft Visual Studio 2013
- Microsoft Visual Studio 2015
- Microsoft Visual Studio 2017
- Microsoft Visual Studio 2019


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup includes:
- ADI .NET class library for .NET 3.5 and .NET 4.0
- Help files in HTML Help 1.0 format (.chm file) and MS Help
Viewer format (.MSHC file)
- Sample projects and code snippets
- ADI DLL (for application testing if no ADI driver is installed)


----------------------------------------------------------------
Version 3.0 / 2019-04-19 / PAM
----------------------------------------------------------------

Updated for universal ADI driver version 2.1:
- Removed support for WMI.
- Added support for SDL4 Converter.
- Added support for SDL4 on APC2200.
- Added support for USB Enable (HardwareValue.PanelUsbXEnable) on
customized Automation Panels on APC2200.
- UPS user settings can now be read or written via
AdiGetHardwareValue() or AdiSetHardwareValue() with
HardwareValue.UpsLowBatShutdownTime. Removed support for
DeviceDataType.UpsUserSettings.
- The brightness and equalizer settings now apply systemwide and
no longer per user.
- Methods AdiSetDisplayDefaultBrightness() or
AdiGetDisplayDefaultBrightness() and AdiSetDisplayBrightness()
or AdiGetDisplayBrightness() now have the same function. Both
methods set the brightness and save it or read out the set
brightness.

Changes
- Removed support for Automation PC 510.
- Removed support for Automation PC 511.
- Removed support for Automation PC 810.
- Removed support for Automation PC 820.
- Removed support for Mobile Panel 40/50.
- Removed support for Mobile Panel 7100.
- Removed support for Panel PC 300.
- Removed support for Panel PC 800.
- Removed support for Power Panel 300/400.
- Removed support for Power Panel 500.
- Removed support for Windows CE.
- Removed support for Windows 7.
- Removed support for Windows Embedded Standard 7.
- Removed support for Windows 8.1.
- Removed support for Windows 10 IoT Enterprise 2015 LTSB.
- Removed obsolete methods with parameter "Size".
- Removed .NET 3.5 assembly.
- Removed descriptions and code snippets for C++.
- Added support for Microsoft Visual Studio 2019.
- Help documentation adapted to ADI Development Kit.

Error corrections
- No statistical values of data type Float could be read since
method AdiGetStatisticsValue() with transfer parameter type
Float did not exist.
- No firmware values of data type Bool could be read since method
AdiGetFirmwareValue() with transfer parameter type Bool did not
exist.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
2.50 * Win7/32bit, Win7/64bit, WES7, Windows8.1, Windows10 30.03.2018 2 MB ZIP B_R_ADI_.NET_SDK_V2_5.zip
Popis ADI .NET SDK

This software can be used to access B&R Automation Device
Interface (ADI) functions directly from .NET applications created
using Microsoft Visual Studio 2010 or later.

ADI is the interface to the following B&R devices:
- Automation Panel 800
- Automation Panel 900
- Automation Panel 9x3
- Automation Panel 9xD
- Automation Panel 1000
- Automation Panel 5000
- Automation PC 510
- Automation PC 511
- Automation PC 810
- Automation PC 820
- Automation PC 910
- Automation PC 2100
- Automation PC 2200
- Automation PC 3100
- Mobile Panel 40/50
- Mobile Panel 7100
- Panel PC 300
- Panel PC 800
- Panel PC 900
- Panel PC 2100
- Panel PC 2200
- Panel PC 3100
- Power Panel 300/400
- Power Panel 500

It can be used, for example, to set LEDs or change the brightness
setting on a B&R Automation Panel.

The appropriate ADI driver for the device must be installed.

The programming languages Visual Basic and Visual C# are
supported.

Supported B&R operating systems:
- Windows 7 SP1
- Windows Embedded Standard 7 SP1
- Windows 8.1
- Windows 10


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup includes:
- ADI .NET class library for .NET 3.5 and .NET 4.0
- Help files in HTML Help 1.0 format (.chm file) and MS Help
Viewer format (.MSHC file)
- Sample projects and code snippets
- ADI DLL (for application testing if no ADI driver is installed)


----------------------------------------------------------------
Version 2.5 / 2018-03-12 / PAM
----------------------------------------------------------------

Changes

- Updated for Universal ADI Treiber Version 1.3
- Support for APC620 and PPC700 removed.
- Support for Microsoft Visual Studio 2010 removed
- Support for APC2200 and PPC2200 added.
- Support for reading the device name added.
- Support for reading module names added.
New methods:
- AdiGetModuleName()
  - AdiGetPanelModuleName()
- New sample programs added.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
2.40 * Win7/32bit, Win7/64bit, WES7, Windows8.1, Windows10 06.11.2017 3 MB ZIP B_R_ADI_.NET_SDK_V2_4.zip
Popis ADI .NET SDK

This software can be used to access B&R Automation Device
Interface (ADI) functions directly from .NET applications created
using Microsoft Visual Studio 2010 or later.

ADI is the interface to the following B&R devices:
- Automation Panel 800
- Automation Panel 830
- Automation Panel 900
- Automation Panel 9x3
- Automation Panel 9xD
- Automation Panel 1000
- Automation Panel 5000
- Automation PC 510
- Automation PC 511
- Automation PC 620
- Automation PC 810
- Automation PC 820
- Automation PC 910
- Automation PC 2100
- Automation PC 3100
- Mobile Panel 40/50
- Mobile Panel 7100
- Panel PC 300
- Panel PC 700
- Panel PC 800
- Panel PC 900
- Panel PC 2100
- Panel PC 3100
- Power Panel 300/400
- Power Panel 500

It can be used, for example, to set LEDs or change the brightness
setting on a B&R Automation Panel.

The appropriate ADI driver for the device must be installed.

The programming languages Visual Basic and Visual C# are
supported.

Supported B&R operating systems:
- Windows 7 SP1
- Windows Embedded Standard 7 SP1
- Windows 8.1
- Windows 10


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup includes:
- ADI .NET class library for .NET 3.5 and .NET 4.0
- Help files in HTML Help 1.0 format (.chm file) and MS Help
Viewer format (.MSHC file)
- Sample projects and code snippets
- ADI DLL (for application testing if no ADI driver is installed)


----------------------------------------------------------------
Version 2.4 / 2017-08-11 / PAM
----------------------------------------------------------------

Changes

- Updated for Universal ADI Treiber Version 1.1
- Support for AP830 removed.
- Support for APC3100 and PPC3100 added.
- Support for module functions added.
New methods:
- AdiGetModuleFactoryValue()
- AdiGetModuleFanValue()
- AdiGetModuleFirmwareValue()
- AdiGetModuleStatisticsValue()
- AdiGetModuleTemperatureValue()
- AdiGetPanelModuleFactoryValue()
- AdiGetPanelModuleFirmwareValue()
- AdiGetPanelModuleStatisticsValue()
- AdiGetPanelModuleTemperatureValue()
- Support for SDL4 added.
- Support for USB Enable on Automation Panels added.
New method:
- AdiSetHardwareValue()
- Support for ISIO module (5AC901.ISIO-00) added.
New methods:
- AdiGetModuleHardwareValue()
- AdiSetModuleHardwareValue()
- Support for user data added.
- Company name updated.
- Finish page removed from installer.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
2.30 * Win7/32bit, Win7/64bit, WES7, Windows8.1, Windows10 20.04.2017 2 MB ZIP B_R_ADI_.NET_SDK_V2_3.zip
Popis ADI .NET SDK

This software can be used to access B&R Automation Device
Interface (ADI) functions directly from .NET applications created
using Microsoft Visual Studio 2010 or later.

ADI is the interface to the following B&R devices:
- Automation Panel 800
- Automation Panel 830
- Automation Panel 900
- Automation Panel 9x3
- Automation Panel 9xD
- Automation Panel 1000
- Automation Panel 5000
- Automation PC 510
- Automation PC 511
- Automation PC 620
- Automation PC 810
- Automation PC 820
- Automation PC 910
- Automation PC 2100
- Mobile Panel 40/50
- Mobile Panel 7100
- Panel PC 300
- Panel PC 700
- Panel PC 800
- Panel PC 900
- Panel PC 2100
- Power Panel 300/400
- Power Panel 500

It can be used, for example, to set LEDs or change the brightness
setting on a B&R Automation Panel.

The appropriate ADI driver for the device must be installed.

The programming languages Visual Basic and Visual C# are
supported.

Supported B&R operating systems:
- Windows 7 SP1
- Windows Embedded Standard 7 SP1
- Windows 8.1
- Windows 10


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup includes:
- ADI .NET class library for .NET 3.5 and .NET 4.0
- Help files in HTML Help 1.0 format (.chm file) and MS Help
Viewer format (.MSHC file)
- Sample projects and code snippets
- ADI DLL (for application testing if no ADI driver is installed)


----------------------------------------------------------------
Version 2.3 / 2017-03-10 / PAM
----------------------------------------------------------------

Changes

- Support for Windows XP removed.
- Support for Microsoft Visual Studio 2017 added.
- Updated for APC910/PPC900 ADI driver Version 2.9.
- Updated for APC2100/PPC2100 ADI driver Version 3.4.1.
- Updated for MP7100 ADI driver Version 1.0.
- Support for MP100/200 and PP100/200 removed.
- Support for APC910 TS17 CPU boards added.
- Support for MP7100 added.
- Support for SDL3 converter added.
- Support for AP500 expansion unit added.
- Support for AP9x3, AP9xD, AP1000 and AP5000 panel link module
added.
- StatisticsValue.PanelPowerOnCycles and
StatisticsValue.PanelPowerOnHours now also supported on AP9x3,
AP9xD, AP1000 and AP5000.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
2.20 * WinXP, WinXPe, WES2009, Win7/32bit, Win7/64bit, WES7, Windows8.1, Windows10 25.08.2016 2 MB ZIP B_R_ADI_.NET_SDK_V2_2.zip
Popis ADI .NET SDK

With this software you can access functions of the B&R Automation Device Interface (ADI) from .NET applications built with Microsoft Visual Studio 2005 (or newer).

ADI is the interface to these B&R devices:
- Automation Panel 800
- Automation Panel 830
- Automation Panel 900
- Automation Panel 9x3
- Automation Panel 9xD
- Automation Panel 1000
- Automation Panel 5000
- Automation PC 510
- Automation PC 511
- Automation PC 620
- Automation PC 810
- Automation PC 820
- Automation PC 910
- Automation PC 2100
- Mobile Panel 40/50
- Mobile Panel 100/200
- Panel PC 300
- Panel PC 700
- Panel PC 800
- Panel PC 900
- Panel PC 2100
- Power Panel 100/200
- Power Panel 300/400
- Power Panel 500

For example, you can turn on or off LEDs or change the brightness of a B&R Automation Panel.

Therefore the appropriate ADI driver must be installed on the device.

The programming languages Visual Basic, Visual C++ and Visual C# are supported.


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup contains:
- The ADI .NET Class Library.
- Help files in HTML Help 1.x format (.chm file), MS Help 2.x format (.HxS file) and MS Help Viewer format (.MSHC file).
- Sample projects and code snippets for Visual Basic, Visual C++ and Visual C#.
- ADI DLL (for test of applications when the ADI driver is not installed).

----------------------------------------------------------------
Version 2.2 / 2016-07-27
----------------------------------------------------------------

Changes

- Support for Microsoft Visual Studio 2015.
- Support for Microsoft Visual Studio 2005 and 2008 removed.
- Updated for APC2100/PPC2100 ADI driver Version 3.3.
- Updated for APC910/PPC900 ADI driver Version 2.6.
- Support for AP1000 and AP5000 added.
- Support for SDL3 added.
- Help style changed to VS2013.
- New method: AdiGetKey().
- Methods with parameter "size" set to "obsolete".
- Footnotes regarding required firmware, BIOS and ADI driver
versions removed from the help documentation.
- Sample programs updated for Visual Studio 2015.
- Sample programs for Windows CE removed.
- Sample program for Visual C++ removed.
- Changeover to NSIS setup.

Error corrections

- The method AdiGetHardwareValue() with parameter "CmosBatteryState" didn't work.
- The method AdiGetHardwareValue() with parameter "byte" didn't work.
- The method AdiGetHardwareValue() with parameter "SmcStatus" didn't work.
- For HardwareValue.SmcStatus data format "byte" was specified instead of "int".
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
2.10 * Win2000, WinXP, WinXPe, WES2009, Win7/32bit, Win7/64bit, WES7 29.09.2014 8 MB ZIP B_R_ADI_.NET_SDK_V2_1.zip
Popis ADI .NET SDK

With this software you can access functions of the B&R Automation Device Interface (ADI) from .NET applications built with Microsoft Visual Studio 2005 (or newer).

ADI is the interface to these B&R devices:
- Automation Panel 800
- Automation Panel 830
- Automation Panel 900
- Automation Panel 9x3
- Automation Panel 9xD
- Automation PC 2100
- Automation PC 510
- Automation PC 511
- Automation PC 620
- Automation PC 810
- Automation PC 820
- Automation PC 910
- Mobile Panel 40/50
- Mobile Panel 100/200
- Panel PC 2100
- Panel PC 300
- Panel PC 700
- Panel PC 800
- Panel PC 900
- Power Panel 100/200
- Power Panel 300/400
- Power Panel 500

For example, you can turn on or off LEDs or change the brightness of a B&R Automation Panel.

Therefore the appropriate ADI driver must be installed on the device.

The programming languages Visual Basic, Visual C++ and Visual C# are supported.


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup contains:
- The ADI .NET Class Library.
- Help files in HTML Help 1.x format (.chm file), MS Help 2.x format (.HxS file) and MS Help Viewer format (.MSHC file).
- Sample projects and code snippets for Visual Basic, Visual C++ and Visual C#.
- ADI DLL (for test of applications when the ADI driver is not installed).

----------------------------------------------------------------
Version 2.1 / 2014-08-07
----------------------------------------------------------------

Changes

- Support for Microsoft Visual Studio 2013.
- Updated for APC2100/PPC2100 ADI driver 3.0.
- Updated for APC910/PPC900 ADI driver 2.4.
- New method AdiDeleteKeyCfgFile().
- Help completed for APC2100/PPC2100.
- Help completed for AP9x3 and AP9xD.
- Help completed for SDL3
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
2.00 * Win2000, WinXP, WinXPe, WES2009, Win7/32bit, Win7/64bit, WES7 05.08.2013 8 MB ZIP B_R_ADI_.NET_SDK_V2_0.zip
Popis ADI .NET SDK

With this software you can access functions of the B&R Automation Device Interface (ADI) from .NET applications built with Microsoft Visual Studio 2005 (or newer).

ADI is the interface to these B&R devices:
- Automation PC 510
- Automation PC 511
- Automation PC 620
- Automation PC 810
- Automation PC 820
- Automation PC 910
- Mobile Panel 40/50
- Mobile Panel 100/200
- Panel PC 300
- Panel PC 700
- Panel PC 800
- Power Panel 100/200
- Power Panel 300/400
- Power Panel 500

For example, you can turn on or off LEDs or change the brightness of a B&R Automation Panel.

Therefore the appropriate ADI driver must be installed on the device.

The programming languages Visual Basic, Visual C++ and Visual C# are supported.


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup contains:
- The ADI .NET Class Library.
- Help files in HTML Help 1.x format (.chm file), MS Help 2.x format (.HxS file) and MS Help Viewer format (.MSHC file).
- Sample projects and code snippets for Visual Basic, Visual C++ and Visual C#.
- ADI DLL (for test of applications when the ADI driver is not installed).

----------------------------------------------------------------
Version 2.0 / 2013-07-08
----------------------------------------------------------------

Changes

- Updated for APC910/PPC900 ADI driver 2.1.
- New methods AdiGetFanValue() and AdiSetFanValue().
- Help completed for PPC900.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
1.90 * Win2000, WinXP, WinXPe, WES2009, Win7/32bit, Win7/64bit, WES7 29.03.2013 7 MB ZIP B_R_ADI_.NET_SDK_V1_90.zip
Popis ADI .NET SDK

With this software you can access functions of the B&R Automation Device Interface (ADI) from .NET applications built with Microsoft Visual Studio 2005 (or newer).

ADI is the interface to these B&R devices:
- Automation PC 510
- Automation PC 511
- Automation PC 620
- Automation PC 810
- Automation PC 820
- Automation PC 910
- Mobile Panel 40/50
- Mobile Panel 100/200
- Panel PC 300
- Panel PC 700
- Panel PC 800
- Power Panel 100/200
- Power Panel 300/400
- Power Panel 500

For example, you can turn on or off LEDs or change the brightness of a B&R Automation Panel.

Therefore the appropriate ADI driver must be installed on the device.

The programming languages Visual Basic, Visual C++ and Visual C# are supported.


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup contains:
- The ADI .NET Class Library.
- Help files in HTML Help 1.x format (.chm file), MS Help 2.x format (.HxS file) and MS Help Viewer format (.MSHC file).
- Sample projects and code snippets for Visual Basic, Visual C++ and Visual C#.
- ADI DLL (for test of applications when the ADI driver is not installed).

----------------------------------------------------------------
Version 1.90 / 2013-03-18
----------------------------------------------------------------

Changes

- Support for Microsoft Visual Studio 2012.
- Help file in MS Help Viewer format (VS2010, VS2012) added.
- New sizeless methods.
- Updated for APC910 ADI driver 1.0.
- Updated for APC810/PPC800 ADI driver 1.60.2.
- Help completed for APC IF UPS.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
1.80 * Win2000, WinXP, WinXPe, WES2009, Win7/32bit, Win7/64bit, WES7 13.11.2012 5 MB ZIP B_R_ADI_.NET_SDK_V1_80.zip
Popis ADI .NET SDK

With this software you can access functions of the B&R Automation Device Interface (ADI) from .NET applications built with Microsoft Visual Studio 2005 (or newer).

ADI is the interface to these B&R devices:
- Automation PC 510
- Automation PC 511
- Automation PC 620
- Automation PC 810
- Automation PC 820
- Automation PC 910
- Mobile Panel 40/50
- Mobile Panel 100/200
- Panel PC 300
- Panel PC 700
- Panel PC 800
- Power Panel 100/200
- Power Panel 300/400
- Power Panel 500

For example, you can turn on or off LEDs or change the brightness of a B&R Automation Panel.

Therefore the appropriate ADI driver must be installed on the device.

The programming languages Visual Basic, Visual C++ and Visual C# are supported.


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup contains:
- The ADI .NET Class Library.
- Help files in HTML Help 1.x format (.chm file) and MS Help 2.x format (.HxS file).
- Sample projects and code snippets for Visual Basic, Visual C++ and Visual C#.
- ADI DLL (for test of applications when the ADI driver is not installed).

----------------------------------------------------------------
Version 1.80 / 2012-08-17
----------------------------------------------------------------

Changes

- Samples changed to Visual Studio 2008.
- Support for Visual J# removed.
- Support for APC910 ADI driver 0.6.1 addeed.
- Help completed for APC910.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
1.70 * Win2000, WinXP, WinXPe, WinXP+SP2, WES2009, Win7/32bit, Win7/64bit, WES7 07.11.2011 5 MB ZIP B_R_ADI_.NET_SDK_V1_70.zip
Popis ADI .NET SDK

With this software you can access functions of the B&R Automation Device Interface (ADI) from .NET applications built with Microsoft Visual Studio 2005 (or newer).

ADI is the interface to these B&R devices:
- Automation PC 510
- Automation PC 511
- Automation PC 620
- Automation PC 810
- Automation PC 820
- Mobile Panel 40/50
- Mobile Panel 100/200
- Panel PC 300
- Panel PC 700
- Panel PC 800
- Power Panel 100/200
- Power Panel 300/400
- Power Panel 500

For example, you can turn on or off LEDs or change the brightness of a B&R Automation Panel.

Therefore the appropriate ADI driver must be installed on the device.

The programming languages Visual Basic, Visual C++, Visual C# and Visual J# are supported.


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup contains:
- The ADI .NET Class Library.
- Help files in HTML Help 1.x format (.chm file) and MS Help 2.x format (.HxS file).
- Sample projects and code snippets for Visual Basic, Visual C++, Visual C# and Visual J#.
- ADI DLL (for test of applications when the ADI driver is not installed).

----------------------------------------------------------------
Version 1.70 / 2011-10-11
----------------------------------------------------------------

Changes

- Updated for PP500/APC51x ADI driver 2.0.


Fixes

- Description of DVI data on PP500 changed: DVI1 instead of DVI2.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
1.60 * Win2000, WinXP, WinXPe, WES2009, Win7/32bit, Win7/64bit, WES7 21.09.2011 5 MB ZIP B_R_ADI_.NET_SDK_V1_60.zip
Popis ADI .NET SDK

With this software you can access functions of the B&R Automation Device Interface (ADI) from .NET applications built with Microsoft Visual Studio 2005 (or newer).

ADI is the interface to these B&R devices:
- Automation PC 620
- Automation PC 810
- Automation PC 820
- Mobile Panel 40/50
- Mobile Panel 100/200
- Panel PC 300
- Panel PC 700
- Panel PC 800
- Power Panel 100/200
- Power Panel 300/400
- Power Panel 500

For example, you can turn on or off LEDs or change the brightness of a B&R Automation Panel.

Therefore the appropriate ADI driver must be installed on the device.

The programming languages Visual Basic, Visual C++, Visual C# and Visual J# are supported.


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup contains:
- The ADI .NET Class Library.
- Help files in HTML Help 1.x format (.chm file) and MS Help 2.x format (.HxS file).
- Sample projects and code snippets for Visual Basic, Visual C++, Visual C# and Visual J#.
- ADI DLL (for test of applications when the ADI driver is not installed).

----------------------------------------------------------------
Version 1.60 / 2011-08-23
----------------------------------------------------------------

Changes

- Updated for PP500 ADI driver 1.4.
- AdiRebootSystem is supported on PP500 with ADI driver version
1.4 or newer on Windows CE only.
- Help completed for PP500 I/O Board.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
1.50 * Win2000, WinXP, WinXPe, WES2009, Win7/32bit, Win7/64bit, WES7 04.07.2011 5 MB ZIP B_R_ADI_.NET_SDK_V1_50.zip
Popis ADI .NET SDK

With this software you can access functions of the B&R Automation Device Interface (ADI) from .NET applications built with Microsoft Visual Studio 2005 (or newer).

ADI is the interface to these B&R devices:
- Automation PC 620
- Automation PC 810
- Automation PC 820
- Mobile Panel 40/50
- Mobile Panel 100/200
- Panel PC 300
- Panel PC 700
- Panel PC 800
- Power Panel 100/200
- Power Panel 300/400
- Power Panel 500

For example, you can turn on or off LEDs or change the brightness of a B&R Automation Panel.

Therefore the appropriate ADI driver must be installed on the device.

The programming languages Visual Basic, Visual C++, Visual C# and Visual J# are supported.


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup contains:
- The ADI .NET Class Library.
- Help files in HTML Help 1.x format (.chm file) and MS Help 2.x format (.HxS file).
- Sample projects and code snippets for Visual Basic, Visual C++, Visual C# and Visual J#.
- ADI DLL (for test of applications when the ADI driver is not installed).

----------------------------------------------------------------
Version 1.50 / 2011-06-30
----------------------------------------------------------------

Changes

- Support for PP500 ADI driver 1.3 added.
- Updated for APC620/PPC700 ADI driver 2.00.
- Updated for APC810/PPC800 ADI driver 1.52.
- Updated for APC820 ADI driver 2.00.
- Help style changed to VS2005.
- Help completed for PP500.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
1.30 * Win2000, WinXP, WinXPe, WinXP+SP2 17.11.2009 2 MB ZIP B_R_ADI_.NET_SDK_V1_30.zip
Popis ADI .NET SDK

With this software you can access functions of the B&R Automation Device Interface (ADI) from .NET applications built with Microsoft Visual Studio 2005 (or newer).

ADI is the interface to these B&R devices:
- Automation PC 620
- Automation PC 810
- Automation PC 820
- Mobile Panel 40/50
- Mobile Panel 100/200
- Panel PC 300
- Panel PC 700
- Panel PC 800
- Power Panel 100/200
- Power Panel 300/400

For example, you can turn on or off LEDs or change the brightness of a B&R Automation Panel.

Therefore the appropriate ADI driver must be installed on the device.

The programming languages Visual Basic, Visual C++, Visual C# and Visual J# are supported.


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup contains:
- The ADI .NET Class Library.
- Help files in HTML Help 1.x format (.chm file) and MS Help 2.x format (.HxS file).
- Sample projects and code snippets for Visual Basic, Visual C++, Visual C# and Visual J#.
- ADI DLL (for test of applications when the ADI driver is not installed).


----------------------------------------------------------------
Version 1.30 / 2009-09-21
----------------------------------------------------------------

Changes

- Updated for APC620/PPC700 ADI driver 1.92.
- Updated for APC810/PPC800 ADI driver 1.30.
- Help for AdiLockPanel completed: touchscreen cannot be locked on PP300/400 and PPC300!
- Help for HardwareValue.PanelLocked completed: AdiLockPanel changes must be read with AdiIsPanelLocked.
- Help completed for APC620/PPC700 X945 CPU board.
- Help completed for PPC800.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
1.20 * Win2000, WinXP, WinXPe, WinXP+SP2 08.10.2009 2 MB ZIP B_R_ADI_.NET_SDK_V1_20.zip
Popis ADI .NET SDK

With this software you can access functions of the B&R Automation Device Interface (ADI) from .NET applications built with Microsoft Visual Studio 2005.

ADI is the interface to B&R devices such as Power Panel 100 or Automation PC 620. For example, you can turn on or off LEDs or change the brightness of a B&R Automation Panel.

Therefore the appropriate ADI driver must be installed on the device.

The programming languages Visual Basic, Visual C++, Visual C# and Visual J# are supported.


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup contains:
- The ADI .NET Class Library.
- Help files in HTML Help 1.x format (.chm file) and MS Help 2.x format (.HxS file).
- Sample projects and code snippets for Visual Basic, Visual C++, Visual C# and Visual J#.
- ADI DLL (for test of applications when the ADI driver is not installed).


----------------------------------------------------------------
Version 1.20 / 2009-06-25
----------------------------------------------------------------

Changes

- Updated for ADI driver 1.01 on APC820.
- Updated for ADI driver 1.12 on APC810.
- Updated for ADI driver 1.91 on APC620/PPC700.
- "APC800" changed to "APC810".
- "PPC800" removed.
- "APC820" added.
- New: DeviceType.Apc820.
- New temperature values: BoardIn, BoardOut, BoardCenter, IfSlot.
- Help for DVI factory values corrected.
- Help of BrOsVersion, BatteryState, BiosCoreVersion, EnableWmi completed.
- ParentDeviceId and ParentCompatibilityId are supported now on APC620 and PPC700.
- New: CpuBoardType.
- CPU board names changed.
- The progress bar in the AdiDemo is updated now samples using the BackgroundWorker ProgressChanged event.
Verze Jazyk
Operační systém
Datum
Velikost
Typ Stáhnout
1.11 * Win2000, WinXP, WinXPe, WinXP+SP2 28.03.2008 2 MB ZIP B_R_ADI_.NET_SDK_V1_11.zip
Popis ADI .NET SDK

With this software you can access functions of the B&R Automation Device Interface (ADI) from .NET applications built with Microsoft Visual Studio 2005.

ADI is the interface to B&R devices such as Power Panel 100 or Automation PC 620. For example, you can turn on or off LEDs or change the brightness of a B&R display.

Therefore the appropriate ADI driver must be installed on the device.

The programming languages Visual Basic, Visual C++, Visual C# and Visual J# are supported.


----------------------------------------------------------------
CONTENTS
----------------------------------------------------------------

This setup contains:
- The ADI .NET Class Library.
- Help files in HTML Help 1.x format (.chm file) and MS Help 2.x format (.HxS file).
- Sample projects and code snippets for Visual Basic, Visual C++, Visual C# and Visual J#.
- ADI DLL (for test of applications when the ADI driver is not installed).


----------------------------------------------------------------
Version 1.11 / 2008-03-25
----------------------------------------------------------------

************************************************************
Code snippets must be re-installed!
Existing code must be changed depending on the used methods!
************************************************************

Fixes

- Help: HardwareValue.SmcStatus is byte instead of uint.

Changes

- CLS compliance improved: int instead of uint, short instead of ushort, byte instead of sbyte (depending on value ranges).
- Unnecessary methods removed.
- AdiGet*String methods removed - can be replaced with AdiGet*Value "StringBuilder" overloads.
- JoystickAxes renamed to MaxJoystickAxes.
Loading
Zpět k seznamu

Vyberte prosím zemi a jazyk

B&R Logo