Dch48 #1 Posted February 7, 2018 I have a question. It's been like 15 years since I did anything with SmartLOGO and I don't remember if there is a way to change drives it saves to and loads from. Can anyone help me with this? Quote Share this post Link to post Share on other sites
NIAD #2 Posted February 8, 2018 It's been a long time and can't find the info in the SmartLOGO manual right now, but I think all you have to do is to add a comma and then the drive number like this: LOAD "PROGRAM,d# 0 = Data Drive #1 1 = Data Drive #2 4 = Disk Drive #1 5 = Disk Drive #2 You can also use the SETDEVICE command as detailed in the attached picture. Quote Share this post Link to post Share on other sites
Dch48 #3 Posted February 8, 2018 Yeah only the setdevice works and I can't access files if they are on a medium that has a bootable program on it, like BASIC or even LOGO itself Quote Share this post Link to post Share on other sites
NIAD #4 Posted February 9, 2018 I'll look thru the manual this weekend when I have the time. Used to know all this, but time has taken it's toll on me as well. It doesn't matter if you store LOGO files on a DDP or Disk that contains the Basic or Logo program. As long as it's a standard EOS media with a proper directory, you can stire LOGO files on it. You can mix and match Basic, Logo, SmartWriter, etc., etc. files all on the same media. Maybe all the directory entries are used and this is the issue even though the Blocks Free reports a lot of space left on the media.... a 1K directory can store 35 files, a 2K can store 72ish, and so on. Quote Share this post Link to post Share on other sites
Dch48 #5 Posted February 9, 2018 Well,I now can access LOGO files on any medium by using the SETDEVICE function. Quote Share this post Link to post Share on other sites
NIAD #6 Posted February 12, 2018 Looked thru the SmartLOGO manual and the only way to change drives is to use the SETDEVICE # command before using an I/O command such as CATALOG, LOAD. SAVE, LOADPICT and SAVEPICT. Quote Share this post Link to post Share on other sites