ReliaSoft API Reference: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:API|Version 9}}
{{Template:API|Version 9}}


The Synthesis API can be used to accomplish many of the same tasks as within Synthesis applications, and it also enables seamless integration of the Synthesis Platform with other systems within your organization - all through a programmer's own custom-developed code. This gives you access to more customizable and automated solution to reliability engineering problems.  
The Synthesis API can be used to accomplish many of the same tasks as within Synthesis applications, and it also enables seamless integration of the Synthesis Platform with other systems within your organization—all through a programmer's own custom-developed code. This allows you to integrate Synthesis functionality into other applications, which in turn allows for the creation of customizable and automated solutions to reliability engineering problems.


This reference describes all of the programming elements in the API. The sample code and documentation have been prepared for the Microsoft Visual Studio 2010 (Visual Basic and .NET) development environment, and it is assumed that the reader is familiar with programming in that environment.
This reference describes all of the programming elements in the API, which were written for the Visual Basic and .NET development environments. The sample code and documentation have been prepared for .NET, and it is assumed that the reader is familiar with programming in that environment.


== Requirements ==
== Requirements ==
Line 22: Line 22:
*'''[[WeibullDataSet Class|Weibull++ Standard Folio]]''': {{Template:WeibullDataSet Class.Cmt}}
*'''[[WeibullDataSet Class|Weibull++ Standard Folio]]''': {{Template:WeibullDataSet Class.Cmt}}
*'''[[ALTADataSet Class|ALTA Standard Folio]]''': {{Template:ALTADataSet Class.Cmt}}  
*'''[[ALTADataSet Class|ALTA Standard Folio]]''': {{Template:ALTADataSet Class.Cmt}}  
<!--*'''[[Global Model|Models in Weibull++/ALTA]]''': {{Template:Global Model.Cmt}}-->
*'''[[WAPlots Class|Plots in Weibull++/ALTA]]''': {{Template:WAPlots Class.Cmt}}
*'''[[WAPlots Class|Plots in Weibull++/ALTA]]''': {{Template:WAPlots Class.Cmt}}
*'''[[Resource Classes|Resources]]''': {{Template:Resource Classes.Cmt}}
*'''[[Resource Classes|Resources]]''': {{Template:Resource Classes.Cmt}}
Line 40: Line 39:
** [http://www.reliasoft.com/synthesis/api/examples/RDW_Example_Standard.xlsm Excel to Standard Repository (2.64MB)]
** [http://www.reliasoft.com/synthesis/api/examples/RDW_Example_Standard.xlsm Excel to Standard Repository (2.64MB)]
** [http://www.reliasoft.com/synthesis/api/examples/RDW_Example_Enterprise.xlsm Excel to Enterprise SQL Repository (2.64MB)] ''Requires code modification to reference a SQL repository.''
** [http://www.reliasoft.com/synthesis/api/examples/RDW_Example_Enterprise.xlsm Excel to Enterprise SQL Repository (2.64MB)] ''Requires code modification to reference a SQL repository.''
<!--
<!--
 
== Usage Example ==
 
 
 
 
== Formatted Usage Examples ==
{{APIComment|These formatted examples begin with an XML file, import it into the synthesis repository, add data, perform calculations, perform an analysis, and show results. Finally, they create a plot and display a message.}}
{{APIComment|These formatted examples begin with an XML file, import it into the synthesis repository, add data, perform calculations, perform an analysis, and show results. Finally, they create a plot and display a message.}}


Line 63: Line 58:




The file has been imported. Now we will demonstrate the use of Synthesis API in Weibull.
The file has been imported. Now we will demonstrate the use of Synthesis API in Weibull++.





Revision as of 22:04, 10 March 2014

APIWiki.png



The Synthesis API can be used to accomplish many of the same tasks as within Synthesis applications, and it also enables seamless integration of the Synthesis Platform with other systems within your organization—all through a programmer's own custom-developed code. This allows you to integrate Synthesis functionality into other applications, which in turn allows for the creation of customizable and automated solutions to reliability engineering problems.

This reference describes all of the programming elements in the API, which were written for the Visual Basic and .NET development environments. The sample code and documentation have been prepared for .NET, and it is assumed that the reader is familiar with programming in that environment.

Requirements

Before using the Synthesis API, note the following requirements:

  • Your code must include a reference to the ReliaSoft Synthesis API Library. The library is located in the folder where ReliaSoft Synthesis is installed. By default, this folder is "C:\Program Files\ReliaSoft\Synthesis 9."
    • .NET developers – use the SynthesisAPI.dll library
    • VB6 / VBA developers – use the SynthesisAPI.tlb library
  • The version of the Synthesis Platform that you've installed (32- vs. 64-bit) must match your installed version of Microsoft Office. If they do not match, you may see an error related to ActiveX controls.

API Elements

The Synthesis API includes a rich set of programming elements that allow you to work with any of the following components of the Synthesis Platform:

A complete list of all the classes and enumerations in the Synthesis API is available here.

Application Examples

Microsoft Excel Files

Use the following links to download macro-enabled Excel files (*.xlsm) that utilize the Synthesis API. Note that to run/view the underlying code, the Developer tab must be enabled in Excel so you can enter the Visual Basic for Applications (VBA) environment by choosing Developer > View Code. Also, you must have macros enabled to run the example files. If Excel displays a warning regarding macros in these files, select to enable them.