I wish to query(read) IP21 tag values using my R script. Is there a way to do that? The closest I have come is populating an excel sheet with the ASPEN add-in functionality and then reading the values in R. Is there a direct way to read the values from IP21? Does IP21 ODBC help?
Asked
Active
Viewed 1,174 times
1 Answers
1
DRIVER={AspenTech SQLplus};HOST=yelm
Taken from the documentation. Works with RODBC.

NeelDeveloper
- 139
- 1
- 15