[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EnergyPlus_Support] Re: Maximum File Path Name for Macros
- To: EnergyPlus_Support@xxxxxxxxxxxxxxx
- Subject: [EnergyPlus_Support] Re: Maximum File Path Name for Macros
- From: "Jean marais" <jeannieboef@xxxxxxxxx>
- Date: Wed, 31 Aug 2011 07:58:56 -0000
- Delivered-to: mailing list EnergyPlus_Support@xxxxxxxxxxxxxxx
- Delivery-date: Wed, 31 Aug 2011 01:59:01 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoogroups.com; s=lima; t=1314777540; bh=kFcNt/iSPtx4uVzLUTSrZntg3tx1qpuDouBg3+29vZc=; h=Received:Received:Received:X-Yahoo-Newman-Id:X-Sender:X-Apparently-To:X-Received:X-Received:X-Received:X-Received:X-Received:To:Message-ID:User-Agent:X-Mailer:X-Originating-IP:X-eGroups-Msg-Info:X-Yahoo-Post-IP:From:X-Yahoo-Profile:Sender:MIME-Version:Mailing-List:Delivered-To:List-Id:Precedence:List-Unsubscribe:Date:Subject:Reply-To:X-Yahoo-Newman-Property:Content-Type:Content-Transfer-Encoding; b=DSERk5lHLQbhPJLpT5ZIsJXecKvSDrj2+Ap16Fp5mP4LSYUIgf07GCTzufsVP1vJoUm8GVi/9fsTHXj/tIktr3p06VK8sWIjPfOtUvk7WQ+iqdsu9VOOniY1+hquYN8v
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=lima; d=yahoogroups.com; b=FHS4owtGsifVFBLXKOanUl3IRYvqVX+LlG/rO40tcUXmhEkL9Tg4jYv/0l9QcTPk5/6Dy/FY9r7QxIA5BFhVx5sBwAXIh5U22/5RCO3baQSY3uf88sGfbuPGuTTzsJdD;
- Envelope-to: linda@xxxxxxxxxxxxxx
- List-id: <EnergyPlus_Support.yahoogroups.com>
- List-unsubscribe: <mailto:EnergyPlus_Support-unsubscribe@yahoogroups.com>
- Mailing-list: list EnergyPlus_Support@xxxxxxxxxxxxxxx; contact EnergyPlus_Support-owner@xxxxxxxxxxxxxxx
- Reply-to: EnergyPlus_Support@xxxxxxxxxxxxxxx
- Sender: EnergyPlus_Support@xxxxxxxxxxxxxxx
- User-agent: eGroups-EW/0.82
Thanks Linda, I've updated that...and will be stricter with good practice file naming in any event.
--- In EnergyPlus_Support@xxxxxxxxxxxxxxx, Linda Lawrie <linda@...> wrote:
>
> I was wrong. I uploaded it to the Yahoo Group site:
>
> http://tech.groups.yahoo.com/group/EnergyPlus_Support/files/Utilities/Window%20Updates/
>
>
> At 03:01 PM 8/30/2011, YuanLu Li wrote:
>
>
> >Hi, Linda
> >
> >I could not fine the helpdesk site where the new EPmacro is located.
> >
> >I do not have problem myself, because I do not use long path and
> >file names. (One form of energy saving)
> >====================
> >The Window directory length limit is still 255 per item. However,
> >in the imf text file, the text editor may add a <CR> at near 80 char
> >length position, when the "wrap" is turned on and saved under
> >certain 'text' condition. When that happens, the path name may
> >behave as truncated. I test this condition by changing the display
> >width and see that the path will flow back to the previous line.
> >
> >128 char length is a safer limit to use. Path and file name total
> >must be < 255 in the 16 bit windows or DOS sindow.
> >
> > Dr. Li
> >
> >
> >
> >----------
> >To: EnergyPlus_Support@xxxxxxxxxxxxxxx
> >From: linda@...
> >Date: Tue, 30 Aug 2011 14:35:19 -0600
> >Subject: Re: [EnergyPlus_Support] Re: Maximum File Path Name for Macros
> >
> >
> >1) Did you download the new ep-macro version from the helpdesk?
> >
> >2) There is likely a limit -- I will try to change that for the next
> >release (up to a point -- I believe the path/file name limit is
> >still 255 characters for Windows)
> >
> >
> >At 07:38 AM 8/30/2011, Jean marais wrote:
> >
> >Sorry. Bad communication on my part...due to rushing as usual. The
> >include statement (which works) is just supposed to illustrate how
> >I'm including as one can use a prefix for the file path string up to
> >the file name as well. The last file where i noticed this is now
> >called J:\Projekte\BEWERBUNGEN\BBI Simulation\Eplus\Simulation
> >Runs\Actuell\Dlight.imf
> >and used to be called
> >J:\Projekte\BEWERBUNGEN\BBI Simulation\Eplus\Simulation
> >Runs\Actuell\Daylighting Controls.imf
> >
> >I shortened it to work around the problem. Since I re-ran, I don't
> >have the last error report for you. The edd(?) file showed the last
> >bit of the string missing.
> >
> >Hope this helps...obviously not urgent as it's easily worked around.
> >
> >--- In EnergyPlus_Support@xxxxxxxxxxxxxxx, Linda Lawrie <linda@> wrote:
> > >
> > > I don't see any cutting off in your include statement.
> > >
> > > Don't have a lot of time right now to try to figure out what you are
> > > saying unless you submit files to the helpdesk.
> > >
> > > At 06:35 AM 8/30/2011, Jean marais wrote:
> > >
> > > >It was this cutting off that I saw. Only occured after about 80
> > > >characters...sorry I'm not really counting. Don't have time right now.
> > > >
> > > >--- In EnergyPlus_Support@xxxxxxxxxxxxxxx, Linda Lawrie <linda@> wrote:
> > > > >
> > > > > what are you seeing as the maximum?
> > > > >
> > > > > there was a bug cutting off the last character -- i uploaded a fix to
> > > > > the helpdesk site.
> > > > >
> > > > > At 04:42 AM 8/30/2011, Jean marais wrote:
> > > > > >Hi All,
> > > > > >I'm including files as follows:
> > > > > >##include J:\Projekte\BEWERBUNGEN\BBI Simulation\Eplus\Simulation
> > > > > >Runs\Actuell\Dlight.imf
> > > > > >
> > > > > >I've found a maximum string length here. Is this documented somewhere?
> > > > > >
> > > > > >
> > > > > >
> > > > > >------------------------------------
> > > > > >
> > > > > >Primary EnergyPlus support is found at:
> > > > > > http://energyplus.helpserve.com or send a message to
> > > > > >energyplus-support@
> > > > > >
> > > > > >The primary EnergyPlus web site is found at:
> > > > > > http://www.energyplus.gov
> > > > > >
> > > > > >The group web site is:
> > > > > > http://groups.yahoo.com/group/EnergyPlus_Support/
> > > > > >
> > > > > >Attachments are currently allowed but be mindful that not everyone
> > > > > >has a high speed connection. Limit attachments to small files.
> > > > > >
> > > > > >EnergyPlus Documentation is searchable. Open EPlusMainMenu.pdf
> > > > > >under the Documentation link and press the "search" button.
> > > > > >Yahoo! Groups Links
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >------------------------------------
> > > >
> > > >Primary EnergyPlus support is found at:
> > > > http://energyplus.helpserve.com or send a message to
> > > >energyplus-support@
> > > >
> > > >The primary EnergyPlus web site is found at:
> > > > http://www.energyplus.gov
> > > >
> > > >The group web site is:
> > > > http://groups.yahoo.com/group/EnergyPlus_Support/
> > > >
> > > >Attachments are currently allowed but be mindful that not everyone
> > > >has a high speed connection. Limit attachments to small files.
> > > >
> > > >EnergyPlus Documentation is searchable. Open EPlusMainMenu.pdf
> > > >under the Documentation link and press the "search" button.
> > > >Yahoo! Groups Links
> > > >
> > > >
> > > >
> > >
> >
> >
> >
> >
> >------------------------------------
> >
> >Primary EnergyPlus support is found at:
> ><http://energyplus.helpserve.com/>http://energyplus.helpserve.com or
> >send a message to energyplus-support@...
> >
> >The primary EnergyPlus web site is found at:
> ><http://www.energyplus.gov/>http://www.energyplus.gov
> >
> >The group web site is:
> ><http://groups.yahoo.com/group/EnergyPlus_Support/>http://groups.yahoo.com/group/EnergyPlus_Support/
> >
> >Attachments are currently allowed but be mindful that not everyone
> >has a high speed connection. Limit attachments to small files.
> >
> >EnergyPlus Documentation is searchable. Open EPlusMainMenu.pdf
> >under the Documentation link and press the "search" button.
> >Yahoo! Groups Links
> >
> ><http://groups.yahoo.com/group/EnergyPlus_Support/>http://groups.yahoo.com/group/EnergyPlus_Support/
> >
> ><http://groups.yahoo.com/group/EnergyPlus_Support/join>http://groups.yahoo.com/group/EnergyPlus_Support/join
> > (Yahoo! ID required)
> >
> >
> >
> >
> >
> >
>
------------------------------------
Primary EnergyPlus support is found at:
http://energyplus.helpserve.com or send a message to energyplus-support@xxxxxxxx
The primary EnergyPlus web site is found at:
http://www.energyplus.gov
The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/
Attachments are currently allowed but be mindful that not everyone has a high speed connection. Limit attachments to small files.
EnergyPlus Documentation is searchable. Open EPlusMainMenu.pdf under the Documentation link and press the "search" button.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/EnergyPlus_Support/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/EnergyPlus_Support/join
(Yahoo! ID required)
<*> To change settings via email:
EnergyPlus_Support-digest@xxxxxxxxxxxxxxx
EnergyPlus_Support-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
EnergyPlus_Support-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/