I just installed V7 Data Logger and would like to be able to import 4,000+ log items. The connectivity suite has export/import capabilities. I don't see it for Data Logger. Is there a way to manipulate the log items via JSON, REST api, or other method?
Solved! Go to Solution.
Greeting!
Yes — you can manipulate, import, or bulk‑create Data Logger log items in Kepware V7, but not from the Data Logger UI directly.
You must use the Kepware Configuration API (REST/JSON) or the CSV import/export scripts that PTC provides.
Regards,
Mohit
Hello,
Please take a look at the following article as it may help resolve your issue:
How to create data logger items via Configuration API in PTC Kepware Products
If you are prompted to log in to view the complete article, you can use your MyKepware login credentials. Thanks
Greeting!
Yes — you can manipulate, import, or bulk‑create Data Logger log items in Kepware V7, but not from the Data Logger UI directly.
You must use the Kepware Configuration API (REST/JSON) or the CSV import/export scripts that PTC provides.
Regards,
Mohit
This works great! for anyone referencing this, you'll need to:
1. Enable http for local IP and port in Settings:
You can then capture all data related to dataloggers via URL like this:
Here is screenshot of my datalogger:
I type in this command to the browser:
http://127.0.0.1:57412/config/v1/project/_datalogger/log_groups/1Day/Log_items/
and get this result that I can then manipulate into Bruno API (freeware)
