Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjj authored Apr 10, 2020
1 parent e019981 commit 865b938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OSISoft have a history of deleting code previously made available and I'm taking

* Installation is done manually. In RStudio select Tools\Install packages … and when the open dialog opens, change the option “Install from:” to “Packaged Archive File”
* After the installation the library is loaded with: `library(ROSIsoft)`
* To connect to AF and PI server use first: AFSetup() this will install dependencies such as rClr
* To connect to AF and PI server use first: `AFSetup()` this will install dependencies such as rClr
* If this doesn't work install the latest version [manually](https://github.com/rdotnet/rClr)
* To connect to the PI server use the following:
`connector<-ConnectToPIWithPrompt("<PI Server>")` and `connector<-ConnectToAFWithPrompt("<AF Server>","AFDatabase")`
Expand Down

0 comments on commit 865b938

Please sign in to comment.