News:

  • June 25, 2026, 06:44:01 AM

Login with username, password and session length

Author Topic: Do-more and Ethernet  (Read 33389 times)

plcnut

  • Hero Member
  • *****
  • Posts: 814
    • premiersi.com
Re: Do-more and Ethernet
« Reply #15 on: June 17, 2014, 07:47:47 AM »
One more thing to check:
Right-click C: then Properties>>Security>>Advanced>>Owner then make sure that The owner is set to Your user name (NOT Administrators(YourUserName)).
We have DMLogger running on 2 different Windows 7 machines here, and don't have any issues, but I do know we have changed these settings on ours. I am writing to a folder that I placed directly on the root of C drive...
Circumstances don't determine who we are, they only reveal it.

~Jason Wolthuis
Premier Systems Integration, LLC
http://premiersi.com

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: Do-more and Ethernet
« Reply #16 on: June 17, 2014, 08:20:04 AM »
Create a folder off your C:\ drive called "temp" and change your log to write to c:\temp\filename.txt (you can name it whatever you want, just something unique that you also use in the STRPRINT "#file:full-file-path" script)

mhw

  • Hero Member
  • *****
  • Posts: 250
Re: Do-more and Ethernet
« Reply #17 on: June 17, 2014, 08:55:43 AM »
I did as both of you advised with no luck.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: Do-more and Ethernet
« Reply #18 on: June 17, 2014, 09:33:24 AM »
Create a different "temp2" folder below your Designer's project's folder (e.g. C:\Do-more\Designer1_3\Projects\temp2).  I assume Designer is able to create files in the "Projects" folder, DmLogger should be able to write to this "temp2" sub-folder (do NOT use "temp" as a sub-folder name because THAT is used by Designer internally).

Make sure you are using backslashes \ and not forward slashes /.

plcnut

  • Hero Member
  • *****
  • Posts: 814
    • premiersi.com
Re: Do-more and Ethernet
« Reply #19 on: June 17, 2014, 10:17:53 AM »
I think I found your problem. Check your spelling of "file".
Circumstances don't determine who we are, they only reveal it.

~Jason Wolthuis
Premier Systems Integration, LLC
http://premiersi.com

mhw

  • Hero Member
  • *****
  • Posts: 250
Re: Do-more and Ethernet
« Reply #20 on: June 17, 2014, 11:14:26 AM »
Thanks Nut.
That was my problem.
Sorry about the run around.