You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,14 @@ An [InterSystems ObjectScript](https://docs.intersystems.com/irislatest/csp/docb
27
27
- In the [InterSystems Management Portal](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=GSA_USING_PORTAL) navigate to `System Explorer > Classes`
28
28
- Click on `Import`
29
29
- Under _Import from File or a Directory_ make sure to select _Directory_
30
-
- Enter the path to the [MTConnect Folder](https://github.com/phil1436/MTConnect-ObjectScript/tree/master/cls/MTConnect) under `cls/MTConnect`
30
+
- Enter the path to the [MTConnect Folder](https://github.com/phil1436/MTConnect-ObjectScript/tree/master/src/cls/MTConnect) under `src/cls/MTConnect`
-`probeFromFile`: When enabled the probe property contains an absolute path to the probe file. When disabled the probe property contains the probe file as a string.
@@ -45,17 +45,17 @@ An [InterSystems ObjectScript](https://docs.intersystems.com/irislatest/csp/docb
A Business Operation, that builts an ObjectScript class based on a MTConnect probe file. After the class is successfully generated, the operation inserts data from a MTConnect current file.
Builds MTConnect Datatypes based on a [MTConnect.MSG.CreateDataTypeRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/cls/MTConnect/MSG/CreateDataTypeRequest.cls).
100
100
101
101
### Execute Method
102
102
103
-
-`pRequest`: The [MTConnect.MSG.CreateDataTypeRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/cls/MTConnect/MSG/CreateDataTypeRequest.cls)
103
+
-`pRequest`: The [MTConnect.MSG.CreateDataTypeRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/CreateDataTypeRequest.cls)
104
104
-`pPackage`: The package name to store the datatypes (Default is _MTConnect.DataTypes_)
105
105
-`pGenerateIsValid`: If enabled generates the _IsValid_ method for the datatype (enabled by default)
106
106
-`pGenerateNormalize`: If enabled generates the _Normalize_ method for the datatype (enabled by default)
@@ -109,13 +109,13 @@ Builds MTConnect Datatypes based on a [MTConnect.MSG.CreateDataTypeRequest](http
A Business Operation to build MTConnect Datatypes based on a [MTConnect.MSG.CreateDataTypeRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/cls/MTConnect/MSG/CreateDataTypeRequest.cls).
114
+
A Business Operation to build MTConnect Datatypes based on a [MTConnect.MSG.CreateDataTypeRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/CreateDataTypeRequest.cls).
@@ -131,13 +131,13 @@ A Business Operation to build MTConnect Datatypes based on a [MTConnect.MSG.Crea
131
131
-`DisplayToLogical`: If enabled generates the _DisplayToLogical_ method for the datatype
132
132
-`LogicalToDisplay`: If enabled generates the _LogicalToDisplay_ method for the datatype
133
133
134
-
> Tip: Hava a look at [MTConnect.DataTypes](https://github.com/phil1436/MTConnect-ObjectScript/tree/master/cls/MTConnect/DataTypes) for some default MTConnect DataTypes.
134
+
> Tip: Hava a look at [MTConnect.DataTypes](https://github.com/phil1436/MTConnect-ObjectScript/tree/master/src/cls/MTConnect/DataTypes) for some default MTConnect DataTypes.
A simple [Production](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/cls/MTConnect/ExampleProduction/Production.cls) to show the usage of the [DataTypesBuilder Operation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/cls/MTConnect/BO/DataTypesBuilderOperation.cls) and the [ClassBuilder Operation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/cls/MTConnect/BO/ClassBuilder.cls).
140
+
A simple [Production](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/ExampleProduction/Production.cls) to show the usage of the [DataTypesBuilder Operation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls) and the [ClassBuilder Operation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/ClassBuilder.cls).
141
141
142
142
How to open and start the Production:
143
143
@@ -149,7 +149,7 @@ How to open and start the Production:
149
149
150
150
### DataTypes
151
151
152
-
An example for how to use the [DataTypesBuilder Operation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/cls/MTConnect/BO/DataTypesBuilderOperation.cls) to create MTConnect DataTypes.
152
+
An example for how to use the [DataTypesBuilder Operation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls) to create MTConnect DataTypes.
153
153
154
154
- From the _category_ dropdown menu choose `DataTypes`
155
155
- Choose the `DataTypes Process`
@@ -168,7 +168,7 @@ An example for how to use the [DataTypesBuilder Operation](https://github.com/ph
168
168
169
169
### Class Builder
170
170
171
-
An example for how to use the [ClassBuilder Operation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/cls/MTConnect/BO/ClassBuilder.cls) to create MTConnect Class from a MTConnect [Probe](http://mtconnect.mazakcorp.com:5609/probe) and [Current](http://mtconnect.mazakcorp.com:5609/current) file.
171
+
An example for how to use the [ClassBuilder Operation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/ClassBuilder.cls) to create MTConnect Class from a MTConnect [Probe](http://mtconnect.mazakcorp.com:5609/probe) and [Current](http://mtconnect.mazakcorp.com:5609/current) file.
172
172
173
173
- From the _category_ dropdown menu choose `Class Builder`
0 commit comments