MCFoundation.DeltaTau
1.2.4914
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
<PackageReference Include="MCFoundation.DeltaTau" Version="1.2.4914" />
paket add MCFoundation.DeltaTau --version 1.2.4914
#r "nuget: MCFoundation.DeltaTau, 1.2.4914"
// 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 | Versions 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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
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.