Import CSV / Excel
1 week 2 days ago #229
by wba
Import CSV / Excel was created by wba
Hi, I'd like to import a CSV or Excel file into Proviewr. The file contains information that will later be processed in the PLC program. Unfortunately, I'm currently stuck on the import process. I can't find a suitable description for it either. The old forum where I could look things up is sadly no longer available.
Thanks for your help
Thanks for your help
Please Log in or Create an account to join the conversation.
1 day 22 hours ago #235
by wba
Replied by wba on topic Import CSV / Excel
Would it be possible to obtain a more detailed version of this description? Thank you
www.proviewr.se/doc/en_us/index.html
www.proviewr.se/doc/en_us/index.html
Please Log in or Create an account to join the conversation.
19 hours 46 minutes ago #237
by Foxman
Replied by Foxman on topic Import CSV / Excel
Hi Felix,
the magic is done by the DataFRead function from the NMps library.
However, it is not a CSV or Excel format, but a special format designed for ProviewR and the data to be read, which is based on ASCII characters and is therefore easy to generate, e.g. with Python.
There used to be a ProviewR demo with a small synthesizer. The example in the DataFRead documentation refers to this. If you can find it in the old ProviewR versions, you will have a detailed example that should help you get started.
/Martin
the magic is done by the DataFRead function from the NMps library.
However, it is not a CSV or Excel format, but a special format designed for ProviewR and the data to be read, which is based on ASCII characters and is therefore easy to generate, e.g. with Python.
There used to be a ProviewR demo with a small synthesizer. The example in the DataFRead documentation refers to this. If you can find it in the old ProviewR versions, you will have a detailed example that should help you get started.
/Martin
Please Log in or Create an account to join the conversation.
Time to create page: 0.408 seconds