Skip to content

Commit d0a2d32

Browse files
committed
update
1 parent 9ddc694 commit d0a2d32

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
---
44

5-
## [v0.0.4](https://github.com/phil1436/MTConnect-ObjectScript/tree/0.0.4) (2023-2-9)
5+
## [v0.0.4](https://github.com/intersystems-dach/MTConnect-ObjectScript/tree/0.0.4) (2023-2-9)
66

77
- Packed for _ZPM_
88

99
## v0.0.3 (2023-1-23)
1010

1111
- Bug fixes
12-
- [MTConnect.DataTypes](https://github.com/phil1436/MTConnect-ObjectScript/tree/master/src/cls/MTConnect/DataTypes) added
13-
- [MTConnect.DataTypesBuilder](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/DataTypesBuilder.cls) / [Operation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls) can build _%Integer_ datatypes now
12+
- [MTConnect.DataTypes](https://github.com/intersystems-dach/MTConnect-ObjectScript/tree/master/src/cls/MTConnect/DataTypes) added
13+
- [MTConnect.DataTypesBuilder](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/DataTypesBuilder.cls) / [Operation](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls) can build _%Integer_ datatypes now
1414

1515
---
1616

1717
## v0.0.2 (2023-1-12)
1818

19-
- [DataTypesBuilderOperation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls) throws an error if the class already exists
20-
- In [MTConnectRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectRequest.cls) / [Response](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectResponse.cls) removed Property: `logClass`
21-
- [ExampleProduction](https://github.com/phil1436/MTConnect-ObjectScript/tree/master/src/cls/MTConnect/ExampleProduction) added
19+
- [DataTypesBuilderOperation](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls) throws an error if the class already exists
20+
- In [MTConnectRequest](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectRequest.cls) / [Response](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectResponse.cls) removed Property: `logClass`
21+
- [ExampleProduction](https://github.com/intersystems-dach/MTConnect-ObjectScript/tree/master/src/cls/MTConnect/ExampleProduction) added
2222

2323
---
2424

README.md

+44-44
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
<div align="center">
22
<br />
3-
<img src="https://raw.githubusercontent.com/phil1436/MTConnect-ObjectScript/master/resources/logo.png" alt="OwnObjectScriptExtensionLogo" width="40%"/>
3+
<img src="https://raw.githubusercontent.com/intersystems-dach/MTConnect-ObjectScript/master/resources/logo.png" alt="OwnObjectScriptExtensionLogo" width="40%"/>
44
<h1>MTConnect-ObjectScript</h1>
55
<p>
66
An <a href="https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=GCOS_INTRO">InterSystems ObjectScript</a> implementation, thats builds an ObjectScript Class based on a <a href="https://www.mtconnect.org/">MTConnect</a> probe file and adds data from a current file.
77
</p>
88
</div>
99

1010
<div align="center">
11-
<a href="https://github.com/phil1436/MTConnect-ObjectScript/releases">
12-
<img src= "https://img.shields.io/github/v/release/phil1436/MTConnect-ObjectScript?display_name=tag" alt="current release">
11+
<a href="https://github.com/intersystems-dach/MTConnect-ObjectScript/releases">
12+
<img src= "https://img.shields.io/github/v/release/intersystems-dach/MTConnect-ObjectScript?display_name=tag" alt="current release">
1313
</a>
14-
<a href="https://github.com/phil1436/MTConnect-ObjectScript/blob/master/LICENSE">
15-
<img src="https://img.shields.io/github/license/phil1436/MTConnect-ObjectScript" alt="license">
14+
<a href="https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/LICENSE">
15+
<img src="https://img.shields.io/github/license/intersystems-dach/MTConnect-ObjectScript" alt="license">
1616
</a>
17-
<a href="https://github.com/phil1436/MTConnect-ObjectScript/stargazers">
18-
<img src="https://img.shields.io/github/stars/phil1436/MTConnect-ObjectScript" alt="stars">
17+
<a href="https://github.com/intersystems-dach/MTConnect-ObjectScript/stargazers">
18+
<img src="https://img.shields.io/github/stars/intersystems-dach/MTConnect-ObjectScript" alt="stars">
1919
</a>
20-
<a href="https://github.com/phil1436/MTConnect-ObjectScript/commits/master">
21-
<img src="https://img.shields.io/github/last-commit/phil1436/MTConnect-ObjectScript" alt="last commit">
20+
<a href="https://github.com/intersystems-dach/MTConnect-ObjectScript/commits/master">
21+
<img src="https://img.shields.io/github/last-commit/intersystems-dach/MTConnect-ObjectScript" alt="last commit">
2222
</a>
2323
</div>
2424

2525
---
2626

27-
- [Installation](https://github.com/phil1436/MTConnect-ObjectScript#installation)
27+
- [Installation](https://github.com/intersystems-dach/MTConnect-ObjectScript#installation)
2828
- [Installation via InterSystems Package Manager](#installation-via-intersystems-package-manager)
29-
- [MTConnect.MSG.MTConnectRequest / Response](https://github.com/phil1436/MTConnect-ObjectScript#mtconnectmsgmtconnectrequest--response)
30-
- [MTConnect.BO.ClassBuilder](https://github.com/phil1436/MTConnect-ObjectScript#mtconnectboclassbuilder)
31-
- [MTConnect.MSG.CreateDataTypeRequest](https://github.com/phil1436/MTConnect-ObjectScript#mtconnectmsgcreatedatatyperequest)
32-
- [MTConnect.DataTypesBuilder](https://github.com/phil1436/MTConnect-ObjectScript#mtconnectdatatypesbuilder)
33-
- [MTConnect.BO.DataTypesBuilderOperation](https://github.com/phil1436/MTConnect-ObjectScript#mtconnectbodatatypesbuilderoperation)
34-
- [Example Production](https://github.com/phil1436/MTConnect-ObjectScript#example-production)
35-
- [DataTypes](https://github.com/phil1436/MTConnect-ObjectScript#datatypes)
36-
- [Class Builder](https://github.com/phil1436/MTConnect-ObjectScript#class-builder)
37-
- [Bugs](https://github.com/phil1436/MTConnect-ObjectScript#bugs)
38-
- [Release Notes](https://github.com/phil1436/MTConnect-ObjectScript#release-notes)
29+
- [MTConnect.MSG.MTConnectRequest / Response](https://github.com/intersystems-dach/MTConnect-ObjectScript#mtconnectmsgmtconnectrequest--response)
30+
- [MTConnect.BO.ClassBuilder](https://github.com/intersystems-dach/MTConnect-ObjectScript#mtconnectboclassbuilder)
31+
- [MTConnect.MSG.CreateDataTypeRequest](https://github.com/intersystems-dach/MTConnect-ObjectScript#mtconnectmsgcreatedatatyperequest)
32+
- [MTConnect.DataTypesBuilder](https://github.com/intersystems-dach/MTConnect-ObjectScript#mtconnectdatatypesbuilder)
33+
- [MTConnect.BO.DataTypesBuilderOperation](https://github.com/intersystems-dach/MTConnect-ObjectScript#mtconnectbodatatypesbuilderoperation)
34+
- [Example Production](https://github.com/intersystems-dach/MTConnect-ObjectScript#example-production)
35+
- [DataTypes](https://github.com/intersystems-dach/MTConnect-ObjectScript#datatypes)
36+
- [Class Builder](https://github.com/intersystems-dach/MTConnect-ObjectScript#class-builder)
37+
- [Bugs](https://github.com/intersystems-dach/MTConnect-ObjectScript#bugs)
38+
- [Release Notes](https://github.com/intersystems-dach/MTConnect-ObjectScript#release-notes)
3939

4040
---
4141

4242
## Installation
4343

44-
- Download the [latest realease](https://github.com/phil1436/MTConnect-ObjectScript/releases/latest)
44+
- Download the [latest realease](https://github.com/intersystems-dach/MTConnect-ObjectScript/releases/latest)
4545
- Extract the file
4646
- 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`
4747
- Click on `Import`
4848
- Under _Import from File or a Directory_ make sure to select _Directory_
49-
- Enter the path to the [MTConnect Folder](https://github.com/phil1436/MTConnect-ObjectScript/tree/master/src/cls/MTConnect) under `src/cls/MTConnect`
49+
- Enter the path to the [MTConnect Folder](https://github.com/intersystems-dach/MTConnect-ObjectScript/tree/master/src/cls/MTConnect) under `src/cls/MTConnect`
5050
- Click on `Import`
5151

52-
<img src="https://raw.githubusercontent.com/phil1436/MTConnect-ObjectScript/master/resources/ImportClassesScreenshot.png" title ="ImportClassesScreenshot" width = "60%"/>
52+
<img src="https://raw.githubusercontent.com/intersystems-dach/MTConnect-ObjectScript/master/resources/ImportClassesScreenshot.png" title ="ImportClassesScreenshot" width = "60%"/>
5353

5454
### Installation via InterSystems Package Manager
5555

@@ -62,7 +62,7 @@ zpm "install mtconnect-objectscript"
6262

6363
---
6464

65-
## [MTConnect.MSG.MTConnectRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectRequest.cls) / [Response](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectResponse.cls)
65+
## [MTConnect.MSG.MTConnectRequest](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectRequest.cls) / [Response](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectResponse.cls)
6666

6767
- `probe`: Holds the data from the probe file.
6868
- `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.
@@ -73,17 +73,17 @@ zpm "install mtconnect-objectscript"
7373

7474
---
7575

76-
## [MTConnect.BO.ClassBuilder](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/ClassBuilder.cls)
76+
## [MTConnect.BO.ClassBuilder](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/ClassBuilder.cls)
7777

7878
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.
7979

8080
### Request
8181

82-
[MTConnect.MSG.MTConnectRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectRequest.cls)
82+
[MTConnect.MSG.MTConnectRequest](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectRequest.cls)
8383

8484
### Response
8585

86-
[MTConnect.MSG.MTConnectResponse](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectResponse.cls)
86+
[MTConnect.MSG.MTConnectResponse](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/MTConnectResponse.cls)
8787

8888
### Settings
8989

@@ -111,7 +111,7 @@ A Business Operation, that builts an ObjectScript class based on a MTConnect pro
111111

112112
---
113113

114-
## [MTConnect.MSG.CreateDataTypeRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/CreateDataTypeRequest.cls)
114+
## [MTConnect.MSG.CreateDataTypeRequest](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/CreateDataTypeRequest.cls)
115115

116116
- `Name`: The name of the datatype.
117117
- `Unit`: The unit to display the datatype with.
@@ -122,13 +122,13 @@ A Business Operation, that builts an ObjectScript class based on a MTConnect pro
122122

123123
---
124124

125-
## [MTConnect.DataTypesBuilder](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/DataTypesBuilder.cls)
125+
## [MTConnect.DataTypesBuilder](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/DataTypesBuilder.cls)
126126

127-
Builds MTConnect Datatypes based on a [MTConnect.MSG.CreateDataTypeRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/cls/MTConnect/MSG/CreateDataTypeRequest.cls).
127+
Builds MTConnect Datatypes based on a [MTConnect.MSG.CreateDataTypeRequest](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/cls/MTConnect/MSG/CreateDataTypeRequest.cls).
128128

129129
### Execute Method
130130

131-
- `pRequest`: The [MTConnect.MSG.CreateDataTypeRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/CreateDataTypeRequest.cls)
131+
- `pRequest`: The [MTConnect.MSG.CreateDataTypeRequest](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/CreateDataTypeRequest.cls)
132132
- `pPackage`: The package name to store the datatypes (Default is _MTConnect.DataTypes_)
133133
- `pGenerateIsValid`: If enabled generates the _IsValid_ method for the datatype (enabled by default)
134134
- `pGenerateNormalize`: If enabled generates the _Normalize_ method for the datatype (enabled by default)
@@ -137,13 +137,13 @@ Builds MTConnect Datatypes based on a [MTConnect.MSG.CreateDataTypeRequest](http
137137

138138
---
139139

140-
## [MTConnect.BO.DataTypesBuilderOperation](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls)
140+
## [MTConnect.BO.DataTypesBuilderOperation](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls)
141141

142-
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).
142+
A Business Operation to build MTConnect Datatypes based on a [MTConnect.MSG.CreateDataTypeRequest](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/CreateDataTypeRequest.cls).
143143

144144
### Request
145145

146-
[MTConnect.MSG.CreateDataTypeRequest](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/CreateDataTypeRequest.cls)
146+
[MTConnect.MSG.CreateDataTypeRequest](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/MSG/CreateDataTypeRequest.cls)
147147

148148
### Response
149149

@@ -159,13 +159,13 @@ A Business Operation to build MTConnect Datatypes based on a [MTConnect.MSG.Crea
159159
- `DisplayToLogical`: If enabled generates the _DisplayToLogical_ method for the datatype
160160
- `LogicalToDisplay`: If enabled generates the _LogicalToDisplay_ method for the datatype
161161

162-
> Tip: Hava a look at [MTConnect.DataTypes](https://github.com/phil1436/MTConnect-ObjectScript/tree/master/src/cls/MTConnect/DataTypes) for some default MTConnect DataTypes.
162+
> Tip: Hava a look at [MTConnect.DataTypes](https://github.com/intersystems-dach/MTConnect-ObjectScript/tree/master/src/cls/MTConnect/DataTypes) for some default MTConnect DataTypes.
163163
164164
---
165165

166-
## [Example Production](https://github.com/phil1436/MTConnect-ObjectScript/tree/master/src/cls/MTConnect/ExampleProduction)
166+
## [Example Production](https://github.com/intersystems-dach/MTConnect-ObjectScript/tree/master/src/cls/MTConnect/ExampleProduction)
167167

168-
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).
168+
A simple [Production](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/ExampleProduction/Production.cls) to show the usage of the [DataTypesBuilder Operation](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls) and the [ClassBuilder Operation](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/ClassBuilder.cls).
169169

170170
How to open and start the Production:
171171

@@ -177,7 +177,7 @@ How to open and start the Production:
177177

178178
### DataTypes
179179

180-
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.
180+
An example for how to use the [DataTypesBuilder Operation](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/src/cls/MTConnect/BO/DataTypesBuilderOperation.cls) to create MTConnect DataTypes.
181181

182182
- From the _category_ dropdown menu choose `DataTypes`
183183
- Choose the `DataTypes Process`
@@ -192,11 +192,11 @@ An example for how to use the [DataTypesBuilder Operation](https://github.com/ph
192192
- You can follow the _Visual Trace_ to see how the DataType was created
193193
- You will find the DataTypes under `MTConnect.ExampleProduction.DataTypes`
194194

195-
![resources/ExampleProductionDataTypesDemo](https://raw.githubusercontent.com/phil1436/MTConnect-ObjectScript/master/resources/ExampleProductionDataTypesDemo.gif)
195+
![resources/ExampleProductionDataTypesDemo](https://raw.githubusercontent.com/intersystems-dach/MTConnect-ObjectScript/master/resources/ExampleProductionDataTypesDemo.gif)
196196

197197
### Class Builder
198198

199-
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.
199+
An example for how to use the [ClassBuilder Operation](https://github.com/intersystems-dach/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.
200200

201201
- From the _category_ dropdown menu choose `Class Builder`
202202
- Choose the `Class Builder Process`
@@ -207,7 +207,7 @@ An example for how to use the [ClassBuilder Operation](https://github.com/phil14
207207
- You will find the MTConnect Class under `MTConnect.ExampleProduction.BuiltClasses`
208208
- The Operation will also generate MTConnect DataTypes based on the files. You can find them under `MTConnect.ExampleProduction.DataTypes`
209209

210-
![resources/ExampleProductionClassBuilderDemo](https://raw.githubusercontent.com/phil1436/MTConnect-ObjectScript/master/resources/ExampleProductionClassBuilderDemo.gif)
210+
![resources/ExampleProductionClassBuilderDemo](https://raw.githubusercontent.com/intersystems-dach/MTConnect-ObjectScript/master/resources/ExampleProductionClassBuilderDemo.gif)
211211

212212
---
213213

@@ -217,9 +217,9 @@ An example for how to use the [ClassBuilder Operation](https://github.com/phil14
217217

218218
---
219219

220-
## [Release Notes](https://github.com/phil1436/MTConnect-ObjectScript/blob/master/CHANGELOG.md)
220+
## [Release Notes](https://github.com/intersystems-dach/MTConnect-ObjectScript/blob/master/CHANGELOG.md)
221221

222-
### [v0.0.4](https://github.com/phil1436/MTConnect-ObjectScript/tree/0.0.4)
222+
### [v0.0.4](https://github.com/intersystems-dach/MTConnect-ObjectScript/tree/0.0.4)
223223

224224
---
225225

@@ -229,7 +229,7 @@ View the related article on [InterSystems Developer Community](https://community
229229

230230
---
231231

232-
by [Jannis S.](https://github.com/jstegman-isc) & [Philipp B.](https://github.com/phil1436)
232+
by [Jannis S.](https://github.com/jstegman-isc) & [Philipp B.](https://github.com/cophilot)
233233

234234
<!--powered by [InterSystems](https://www.intersystems.com/).
235235

0 commit comments

Comments
 (0)