MCFoundation.DeltaTau 1.2.4914

There is a newer version of this package available.
See the version list below for details.
dotnet add package MCFoundation.DeltaTau --version 1.2.4914                
NuGet\Install-Package MCFoundation.DeltaTau -Version 1.2.4914                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MCFoundation.DeltaTau" Version="1.2.4914" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MCFoundation.DeltaTau --version 1.2.4914                
#r "nuget: MCFoundation.DeltaTau, 1.2.4914"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MCFoundation.DeltaTau as a Cake Addin
#addin nuget:?package=MCFoundation.DeltaTau&version=1.2.4914

// Install MCFoundation.DeltaTau as a Cake Tool
#tool nuget:?package=MCFoundation.DeltaTau&version=1.2.4914                

These are the Motion Commander Foundation (MCF) libraries for Delta Tau Data Systems Turbo PMAC and Power PMAC motion controllers.  MCF is a set of .NET 4.0 libraries, documentation and examples that enable the rapid creation of sophisticated and professional machine control applications.

Please contact your local industrial automation distributor for pricing.

www.MotionCommander.com/deltatau

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.4968 143 8/13/2013
1.2.4919 49 6/20/2013
1.2.4914 48 6/15/2013
1.1.4869 49 5/1/2013

1. MVVM support: FObject now implements INotifyPropertyChanged, and can be set as the DataContext of a WPF Page (or any FrameworkElement) for data binding.
2. MVVM support: New FCommand member type that implements ICommand.  Add commands to the Machine, test them in Machine View, and bind them to buttons and other WPF controls.
3. MVVM support: New PreferDisplayValue member flag.  FMember.ToString() will return the member's formatted DisplayValue rather than ValueAsString.  (Useful for data binding.)
4. VS-2012 fix: The MCF help files have been updated to be compatible with the Visual Studio 2012 help system.
5. Animation support: New FMember properties AnimationRate and AnimationTargetValue enable WPF-style animation of member values.
6. Media support: New FFile member type unifies the selection and display of files (documents, images, videos, etc), and replaces FDocument.
7. Minor Breaking Change: FFile is now the base class of FDeviceFile and FPmacDPRRotaryBuffer, resulting in minor changes in functionality.