Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: amdan on June 10, 2016, 02:28:04 PM

Title: Do-more - loading strings
Post by: amdan on June 10, 2016, 02:28:04 PM
I have an application where I need to load SS and SL strings from a Excel spreadsheet.
I managed to do this using a PowerShell script that streams the strings in using "STREAMIN".
This actually works quite well but I am wondering if anyone else has found a way to load data to the Do-more,
is there a mechanism/software available for this?
Title: Re: Do-more - loading strings
Post by: franji1 on June 10, 2016, 03:41:33 PM
There is a bulk import/export csv file mechanism in the Memory View from within Do-more Designer, but I think you are wanting some kind of programmatic access?

Do you need the Do-more PLC to be the master (polling) or be the slave (PC sends as needed)?  I am guessing you want Designer to be the Slave.  PLCnut may have some ideas.
Title: Re: Do-more - loading strings
Post by: amdan on June 10, 2016, 04:01:24 PM
Thanks for the tip about Memory View, didn't know about that.
I don't mind the script approach but don't want to manually connect and download view software.
Title: Re: Do-more - loading strings
Post by: plcnut on June 10, 2016, 04:06:21 PM
Will the PC or the PLC initiate the transaction?
Title: Re: Do-more - loading strings
Post by: amdan on June 11, 2016, 07:06:15 AM
Either PLC or PC can initiate the connection. If the PLC could that might be the cleanest.
Title: Re: Do-more - loading strings
Post by: plcnut on June 11, 2016, 01:19:06 PM
Check out this example from @Bobo:
http://forum.hosteng.com/index.php/topic,1013.0.html
Title: Re: Do-more - loading strings
Post by: amdan on June 12, 2016, 12:43:57 PM
Thanks, I will look at that.
Never thought of GET commands.