Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: timk on August 12, 2014, 09:48:04 AM

Title: DO-More Logger Questions
Post by: timk on August 12, 2014, 09:48:04 AM
What I have is 20 Machines with H2-DM1E CPU's each with unique IP address connected to a ethernet network. And what I would like to do is have each one update a file on a Network PC every time a cycle is completed.

Could the DM-Logger do this Or do I need DataWorx.

Is DM-Logger capable of monitoring 20+ IP addresses
will it continuosly write to a file or is there a 10000 record limit as it suggests.

Thanks
Title: Re: DO-More Logger Questions
Post by: BobO on August 12, 2014, 09:58:25 AM
Without doing a bit a research, I think the limit is just based on the listbox used in the display, but should not affect the log-to-file function. I'll check though.
Title: Re: DO-More Logger Questions
Post by: BobO on August 12, 2014, 10:47:36 AM
Max records just controls the total number of records kept in the display. It doesn't stop the recording of new records for either the display or any file logs, it just removes the oldest records in the display to remain at the max.
Title: Re: DO-More Logger Questions
Post by: timk on August 12, 2014, 12:14:53 PM
Seems like good news to me

Seem to recall reading that the C++ Code is available, If so how do I get it.

Thanks
Title: Re: DO-More Logger Questions
Post by: franji1 on August 12, 2014, 12:19:59 PM
Seem to recall reading that the C++ Code is available, If so how do I get it.
Just email support "at" hosteng.com and ask for it.  There is also a C# version available (although it does not have the file logging functionality coded).  You could ask for both versions and add the C# file logging functionality based on the C++ version.
Title: Re: DO-More Logger Questions
Post by: timk on August 12, 2014, 12:39:51 PM
Thanks

Ill give it a shot