News:

  • June 25, 2026, 06:02:12 PM

Login with username, password and session length

Author Topic: DO-More Logger Questions  (Read 11177 times)

timk

  • Jr. Member
  • **
  • Posts: 15
DO-More Logger Questions
« 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

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6161
  • Yes Pinky, Do-more will control the world!
Re: DO-More Logger Questions
« Reply #1 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.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6161
  • Yes Pinky, Do-more will control the world!
Re: DO-More Logger Questions
« Reply #2 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.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

timk

  • Jr. Member
  • **
  • Posts: 15
Re: DO-More Logger Questions
« Reply #3 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

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: DO-More Logger Questions
« Reply #4 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.

timk

  • Jr. Member
  • **
  • Posts: 15
Re: DO-More Logger Questions
« Reply #5 on: August 12, 2014, 12:39:51 PM »
Thanks

Ill give it a shot