home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / RTCM1MGS.SFX / 03rtcm.hlp < prev   
Encoding:
Text File  |  1990-02-12  |  27.4 KB  |  691 lines

  1.  
  2.  
  3. -----------
  4. Category 8,  Topic 18
  5. Message 75        Wed Aug 17, 1994
  6. CBM-ED [e.g.bell]            (Forwarded) 
  7.  
  8.  Dick:
  9.  I read your post.  Now, do you use only 1 script?  I have used your 
  10.  script with success (tho it generates a LOT of text in the buffer) so I
  11.  I know it works.  Can you send me a copy of the one that is not working
  12.  now.  And can you try with one of the ones that came with the program to
  13.  see if they work or not.  Any one would be fine.  If you have set up your
  14.  dflt.mysetup script, they should probably run without any further
  15.  adjustment.   I can't understand why something would work only some of the
  16.  time.  Here is some more you can tell me...
  17.  
  18.  What do you have plugged into your 128?  Carts?  Mouse?  Joystick?
  19.  What printer... generally everything about your setup.  I know you use the
  20.  mini modem.
  21.  
  22.  B RK> RTCM ended up continuing the message read with the buffer
  23.   RK> filled. Consequently I missed several messages while I was
  24.   RK> getting things stopped.
  25.  
  26.   RK> A better way would be for RTCM to display a disk full message
  27.   RK> and stop until prompted to give one a chance to load another
  28.   RK> disk or whatever.
  29.  
  30.  I'll give that some thought.  The reason it does things the way it does
  31.  is because it was done with the assumption that the script would be 
  32.  working unattended.  That is also the reason it keeps plugging along when
  33.  duplicate files are found.... just updating the file name.  You may have
  34.  noticed that it does not zap the buffer when that happens.  It just shuts
  35.  it down and moves on.  I have to admit I'm kind of concerned about making
  36.  it stop for user input.... if someone were on GEnie, for instance, and
  37.  this happened...  I guess I can see both sides of this.  Does anyone else
  38.  have an opinion on this?  Mark? :)  Howie?  :) 
  39.  
  40.  I suppose it *might* be possible to have the script designate a secondary
  41.  drive for just such an occurrence... that is another possibility.  
  42.  
  43.  The reason I asked you about a cartridge was this.... I just found out 
  44.  tonight that some have had problems booting with cartridges.... that the
  45.  program crashes to monitor.   This is due to the way SwiftLink is 
  46.  supported.  The cartridge is making RTCM think the SwiftLink is being 
  47.  used, which brings in the SwiftLink version of the NMI handler.  Then, 
  48.  things go south in a hurry.  I don't know if that is what is happening 
  49.  here... just that some problems are hard to diagnose because things tht
  50.  are sometimes relevant aren't always perceived that way.
  51.  
  52.  Definitely send me the problem script... let me try it on my setup to see
  53.  if it works for me.  If it does, we will have to give some attention to
  54.  what it is about your setup that RTCM doesn't like.
  55.  ------------
  56. Category 8,  Topic 18
  57. Message 76        Thu Aug 18, 1994
  58. THE.OUTLAW                   (Forwarded) 
  59.  
  60. Ed -
  61.  
  62.   RK> A better way would be for RTCM to display a disk full message
  63.   RK> and stop until prompted to give one a chance to load another
  64.   RK> disk or whatever.
  65.  
  66. EB> I'll give that some thought.  The reason it does things the way it does
  67. EB> is because it was done with the assumption that the script would be EB>
  68. working unattended.  That is also the reason it keeps plugging along when
  69.  
  70. EB> I have to admit I'm kind of concerned about making EB> it stop for user
  71. input....
  72.  
  73. EB> I suppose it *might* be possible to have the script designate a secondary
  74. EB> drive for just such an occurrence... that is another possibility.
  75.  
  76. I suggest if you *DO* go with the drive designation in the script, can you
  77. make it an option in the modification proccess?
  78.  
  79. I personally don't want the script to stop and ask me questions. I will
  80. usually use a script when going to work or when I'm about to go to bed, so I
  81. won't be around to watch and wait.
  82.  ------------
  83. Category 8,  Topic 18
  84. Message 77        Thu Aug 18, 1994
  85. CBM-ED [e.g.bell]            (Forwarded) 
  86.  
  87.  That is how I use mine too Cam... or frequently use them.  I do know
  88.  something of Dick's problem tho... I used his script and it generated
  89.  huge files...
  90.  
  91.  But your point is exactly why this is going to require some careful
  92.  thought.  If it stops and you aren't there, GENie will eventually time
  93.  out, but it will be wasted $$$$ for anyone not sitting there to answer
  94.  it.  Of course, I suppose the same could be said if it kept accepting
  95.  data but not buffering it.... which is also why I said I can see both
  96.  sides of the problem.
  97.  ------------
  98. Category 8,  Topic 18
  99. Message 78        Thu Aug 18, 1994
  100. THE.OUTLAW                   (Forwarded) 
  101.  
  102. Ed, how about this... Know that this is *NOT* a practicle idea, how about a
  103. custom script for Dick and leaving the scripts as they are? Or perhaps a
  104. custom script to do *JUST* that and  put it in the Lib. We did that for the BW
  105. dflt.mysetup.
  106.  
  107. Just a thought, that way the person using RTCM can at least get something
  108. custom but still generic enough to keep in the libs. :>
  109.  ------------
  110. Category 8,  Topic 18
  111. Message 79        Thu Aug 18, 1994
  112. CBM-ED [e.g.bell]            (Forwarded) 
  113.  
  114.  Cam:
  115.   CS> custom script for Dick and leaving the scripts as they are? Or
  116.   CS> perhaps a custom script to do *JUST* that
  117.  
  118.  It is a good thought, but unfortunately the code that stops things and
  119.  does the auto-saves is not part of the script but a function of the 
  120.  main program.  You don't even have to be running a script for the autosave
  121.  to occur.  That is why this is such a thorny issue.   First, it is not
  122.  a small change, and second, I'm not sure something could be done to keep
  123.  everyone happy.  I won't be doing any major upgrading soon to the main
  124.  program...I do have some changes to make to the scripts eventually based
  125.  on things I learned on recent programs... but not to the main program.
  126.  
  127.  I'm still more interested in getting his dial in/log on stuff resolved tho!
  128.  ------------
  129. Category 8,  Topic 18
  130. Message 80        Sat Aug 20, 1994
  131. R.KIRK7 [Dick]               (Forwarded) 
  132.  
  133. E.G.
  134.  
  135. Could your demo of RTCM overlay for Sidwinder in the Loadstar 128 #24 be
  136. written for an ASCII printer only rather than a Commodore printer?
  137.  
  138. Is there an easy change to make it Commodore printer compatible?
  139.  ------------
  140. Category 8,  Topic 18
  141. Message 81        Sat Aug 20, 1994
  142. R.KIRK7 [Dick]               (Forwarded) 
  143.  
  144. E.G.
  145.  
  146. Am I the only one using RTCM/the only one having these problems?
  147.  
  148. I hate being the lone ranger.
  149.  
  150. Ok on the autosave problem- how about just stop the capture and sign off if a
  151. full disk/REU condition is sensed?
  152.  
  153. Give me your E-Mail address and I will send my script though you will only get
  154. whatever you got before. I plan to leave my phone number and ID as is so you
  155. cam get an unchanged printout. Please erase them if you send it anywhere else
  156. and after its use.
  157.  
  158. My configuration is- flat C128 with 64kVDC, Jiffy dos, Servant installed. The
  159. Aprotek modem is attached to an Aprotek UserPort Expander which is attached to
  160. a UserPort cable. A cartridge port expander is attached with a 1750 clone REU
  161. inserted.
  162.  
  163. Port one has a Suncom Joystick inserted with a 1351 mouse attached. Port two
  164. has a Joystick inserted.
  165.  
  166. Two 1571's, a 1581 and an Okidata 120 printer are plugged in with usually only
  167. one 571 on. A 1084 monitor is also on while using the script.
  168.  
  169. I normally operate the script using the DMA save mode.
  170.  
  171.  
  172.  ------------
  173. Category 8,  Topic 18
  174. Message 82        Sat Aug 20, 1994
  175. THE.OUTLAW                   (Forwarded) 
  176.  
  177. HI Dick, I also use RTCM, but I have no problems wth the autosave feature. I
  178. use Ramdos rather than DMA. Since you do have several drives, may I suggest
  179. that you set the target device to show the 1581 drive. It has  disk space than
  180. a 1750 REU. I realise that writing to disk is a bit slower than the REU, but
  181. this may take care of your problem.
  182.  
  183. just a thought :>
  184.  ------------
  185. Category 8,  Topic 18
  186. Message 83        Sat Aug 20, 1994
  187. CBM-ED [e.g.bell]            (Forwarded) 
  188.  
  189.  Dick:
  190.   RK> demo of RTCM overlay for Sidwinder in the Loadstar 128 #24 be
  191.   RK> written for an ASCII printer only rather than a Commodore
  192.   RK> printer
  193.  
  194.  Unfortunately, you have the same printer as THE.OUTLAW, which for some
  195.  reason SideWinder does not like.  On the upside, Cam is going to send me
  196.  the documentation for his printer, so if there is a way to make it work,
  197.  I'm going to find it and get you a copy.  The SideWinder demo from 
  198.  LoadStar should offer the option of either ASCII or CBM printers.  But
  199.  Cam told me long ago his printer would not work with it.  I'll never
  200.  understand why Commodore ready printers don't work like Commodore 
  201.  printers.
  202.  
  203.  wrt your setup, can I make a suggestion wrt your logon problems.  I know
  204.  this is a PITA, but it might help... Could you try changing a couple 
  205.  things for a test....
  206.  
  207.  What I'm suggesting is basically to start out with the modem alone, and
  208.  see if the problem is there... if not, add one more thing.  I know it
  209.  is aggravation, but you have a lot connected to your system that I don't
  210.  have.  It may or may not be a problem.  If it is, it might help me either
  211.  be able to correct it or at least provide a warning about it.  BTW, do you
  212.  have The Servant on Eprom?
  213.  
  214.  Is the OkiData printer the one giving you problems w/SideWinder?
  215.  
  216.  DMA is ok.... are you saving to page 254?  If not, you should make that
  217.  setting.  The monitor wouldn't make a difference.  I don't see why the
  218.  drives would either, tho you might try w/all of them turned on.  Don't
  219.  know why that would cause a problem tho.
  220.  
  221.  Ok on the script too... I'll delete the stuff from it... just make sure
  222.  it is in my mailbox only.  :)
  223.  My Email address is CBM-ED.
  224.   RK> Ok on the autosave problem- how about just stop the capture and
  225.   RK> sign off if a full disk/REU condition is sensed?
  226.  
  227.  I'll check the script code... not sure if the code is in there to 
  228.  kill it at that point... I'll check out what it would take to do that.
  229.  Since I put in the script language, there is very little room left.
  230.  ------------
  231. Category 8,  Topic 18
  232. Message 84        Sun Aug 21, 1994
  233. R.KIRK7 [Dick]               (Forwarded) 
  234.  
  235. E.G.
  236.  
  237. Regarding RTCM logon- I noticed something happening tonight of interest
  238.  
  239. The first time I connected the HHHHH came on my screen followed by CONNECT
  240. 2400.
  241.  
  242. I could not log on anyway.
  243.  
  244. I reloaded and tried agin - this time the CONNECT 2400 came up then the HHHHH.
  245. Everthing else worked OK. Maybe I do need more time delay.
  246.  
  247.  
  248. On Sidewinder- The Sidwinder program overlay prints OK on my Okidata 120. Your
  249. RTCM demo will not print on it but it will print on an ASCII printer so the
  250. problem must be some printer code you have in it.
  251.  
  252.  
  253. On the overflow autosave problem- don't work too hard on it for me as I
  254. probably will never do another autosave. I was just checking it out to make
  255. sure it worked. I usually do DMA saves as I sure like the time it saves.
  256.  
  257.  ------------
  258. Category 8,  Topic 18
  259. Message 85        Sun Aug 21, 1994
  260. CBM-ED [e.g.bell]            (Forwarded) 
  261.  
  262.  Dick:
  263.   RK> The first time I connected the HHHHH came on my screen followed
  264.   RK> by CONNECT 2400.
  265.  
  266.  This is the wrong order...  The CONNECT 2400 is coming from your modem
  267.  saying it recognizes GEnie (or whatever system you are calling).  If the
  268.  'hhhhh' is getting sent before the two systems have shaken hands, GEnie
  269.  won't see it and you will get the results you have been getting.
  270.  
  271.   RK> the CONNECT 2400 came up then the HHHHH. Everthing else worked
  272.   RK> OK. Maybe I do need more time delay.
  273.  
  274.  This is the order in which things should occur.... the modems recognize
  275.  each other, THEN the 'hhhhh' is sent to synch GEnie w/your baud rate, etc.
  276.  
  277.   RK> Sidwinder program overlay prints OK on my Okidata 120. Your
  278.   RK> RTCM demo will not print on it but it will print on an ASCII
  279.   RK> printer so the problem must be some printer code
  280.  
  281.  I suspect that it may amount to a secondary address, or something equally
  282.  simple.  Unfortunately, I don't have every printer.  :)  I have honestly
  283.  always felt the solution was as simple for a 24 pin printer, but I need
  284.  one, and until I get it, a solution is kind of hard for others to find.
  285.  
  286.   RK> make sure it worked. I usually do DMA saves as I sure like the
  287.   RK> time it saves.
  288.  
  289.  Yes, the DMA is faster, but the buffers are just a tad harder to work 
  290.  with, at least in the sense that you are working with a whole buffer 
  291.  when you do this, but as you say, it is a lot faster.
  292.  
  293.  I'll give thought to your suggestions tho, the next time I get into the
  294.  main program.  Can't promise anything, but I will definitely look for a
  295.  solution more satisfying if there is one.
  296.  ------------
  297. Category 8,  Topic 18
  298. Message 86        Mon Aug 22, 1994
  299. CBM-ED [e.g.bell]            (Forwarded) 
  300.  
  301.  Dick:  I just tried your script with a few changes to suit my setup.
  302.  First I changed the telephone number and used tokens for user id and
  303.  password.  Second, I had to remove the '@' from the end of the telephone
  304.  number which I recommend you try also.  I know this was an early suggestion
  305.  but it made my Supra fail to recognize carrier when I connected to GEnie.
  306.  That is what you have been experiencing... and since it did not solve that
  307.  I have to assume you can safely remove it.
  308.  
  309.  I got thru every bb you visit in your script, but they were all init'd
  310.  I guess because it was so long since I visited them last. (when I was 
  311.  testing for you before).  But since we are trying to get your log on
  312.  working 100%, the messages don't really matter anyway.  You verified
  313.  things work there anyway.
  314.  
  315.  I noticed today that my S7 setting for Supra has a maximum setting of 30.
  316.  I have always sent 50 for this.... wonder if the setting is AND'd with
  317.  anythin to get that 30... if so, that setting is going to be like a max of
  318.  of 18 on my modem.  Wonder what yours does with this?   I might try 
  319.  changing that, but I'm not having a problem with it tho.  
  320.  
  321.  Anyway, your script worked fine on my system after I removed that '@'
  322.  character.  Give that a try and increase your carrier delay setting to
  323.  20, or whatever the max is... if it turns out to be too long, decrease it
  324.  gradually.  
  325.  
  326.  Also, what is the '1' in your init string?
  327.  
  328.  BTW, the '@' to my modem means 'wait for silence, then continue' which
  329.  may be different on your modem.
  330.  
  331.  You might want to remove that '1' from your init string, unless it is
  332.  something specific to your modem.   Let me know if any of this gets us
  333.  further along!
  334.  egb
  335.  ------------
  336. Category 8,  Topic 18
  337. Message 87        Tue Aug 23, 1994
  338. H.HERMAN1                    (Forwarded) 
  339.  
  340.  Ed,
  341.  
  342.  > I noticed today that my S7 setting for Supra has a maximum setting of 30.
  343.  > I have always sent 50 for this.... wonder if the setting is AND'd with
  344.  
  345.  Are you also sending &W after that 50?  Else every atz will reset it back
  346.  to its default, 30.   :)
  347.  
  348.  Howie
  349.  ------------
  350. Category 8,  Topic 18
  351. Message 88        Tue Aug 23, 1994
  352. CBM-ED [e.g.bell]            (Forwarded) 
  353.  
  354.  Howie:
  355.   HH> Are you also sending &W after that 50?  Else every atz will
  356.   HH> reset it back  to its default, 30
  357.  
  358.  Nah!  I send the init string every time in the boot string, so I don't
  359.  worry about saving the settings in non-volatile ram.  Of course, anyone
  360.  who wanted to do so could.  But do you know what happens when the 
  361.  setting specified in the init string exceeds the maximum setting?  Is
  362.  it AND'ed somehow, or what?  Probably varies from modem to modem...
  363.  ------------
  364. Category 8,  Topic 18
  365. Message 89        Tue Aug 23, 1994
  366. R.KIRK7 [Dick]               (Forwarded) 
  367.  
  368. E.G. Never mine everything but why are the HHHHH's getting out before I get
  369. the CONNECT 2400. I am sure now that that is the problem.
  370.  
  371. It took me about 10 tries and 5 reloads to get a script log-on tonight.
  372.  
  373. Another thing I noticed- on several tries I get a cleared screen followed by a
  374. blinking CARRIER DETECTED in the upper left corner of the screen. I very
  375. seldom see this and the script did not log on when it came up. It seems like I
  376. should get this everytime.
  377.  
  378. Also, I am up to trying a Carrier Delay time of 18 and the changing of this
  379. time does not seem to be delaying the transmission of the HHHHh's at all. When
  380. it want log on the HHHHH's are coming out right away.
  381.  
  382. I finally did get on via script and agin the CONNECT 2400 came up before the
  383. HHHHH's came up.
  384.  
  385. What is supposed to trigger the transmission of the HHHH'S.
  386.  
  387. The @ is used in my phone number to correct a modem busy detect problem and
  388. has nothing to do with the log on problem as I have experienced the problem
  389. before using the @.
  390.  
  391. The S7 is the wait time for carrier- it controls how many seconds the modem
  392. will wait for carrier sent from the answering modem after dialing a number.
  393.  
  394. Agin- what is supposed to trigger the transmission of the HHHH's or how do I
  395. delay it?
  396.  
  397. Good Luck!
  398.  ------------
  399. Category 8,  Topic 18
  400. Message 90        Wed Aug 24, 1994
  401. H.HERMAN1                    (Forwarded) 
  402.  
  403.  Ed,
  404.  
  405.  >                        ...  But do you know what happens when the 
  406.  > setting specified in the init string exceeds the maximum setting?  Is
  407.  > it AND'ed somehow, or what?  Probably varies from modem to modem...
  408.  
  409.  Well, on the Avatex (and Supra too) S7 can be set as high as 255.
  410.  I have no idea what happens if that is exceeded.
  411.  
  412.  Wait a minute...
  413.  
  414.  Okey I am back.
  415.  
  416.  Here's what happens:
  417.  --------------------
  418.  ats7=255 sets s7 to 255, as expected
  419.  
  420.  ats7=256 thru 259 sets s7 to 000 thru 003
  421.  
  422.  ats7=260 and above gets an ERROR message, and s7 is not reset.
  423.  
  424.  I suppose it was set up this way for some reason.  It would seem more
  425.  logical to begin to display ERROR at 256 tho, instead of waiting for
  426.  260.  But, no one asked me...
  427.  
  428.  Howie
  429.  ------------
  430. Category 8,  Topic 18
  431. Message 91        Wed Aug 24, 1994
  432. C128.JBEE                    (Forwarded) 
  433.  
  434.  I tried it, sending the HHHHH before the "connect 2400" does hang
  435.  up the modem and lose the connection.
  436.  ------------
  437. Category 8,  Topic 18
  438. Message 92        Wed Aug 24, 1994
  439. CBM-ED [e.g.bell]            (Forwarded) 
  440.  
  441.  Dick:  What triggers the 'hhhhh' is the carrier being detected.  I am
  442.  not sure how this would affect things in the instances when the script
  443.  works, but it sure sounds like your modem is seeing the carrier all the
  444.  time.  I forget, but does your modem init string have the &c1 command?
  445.  This forces the modem to respond to the true state of the carrier, and
  446.  not be forced on all the time.  I believe your modem may have a different
  447.  formform of this command, perhaps without the & character.  Anyway, can
  448.  you check your modem manual.  This sure sounds like a possibility.  I 
  449.  believe most modems that allow this setting default to carrier always 
  450.  seen, which would explain the problem you are having.  If this is it,
  451.  no amount of delay would fix it because it always thinks it is online and
  452.  sends the hhhhh as soon as dialing is complete.  I remember your init
  453.  string is  at 1 v1 x4 &d2.  Is this correct.  If so, you *must* add the
  454.  command to it to make the modem follow the true state of the carrier.  It
  455.  will be something like 'c1' or '&c1'.  Check your manual, add the 
  456.  appropriate command, and let me know if it changes.  I really am starting
  457.  to think, now, that that is the problem, based on your description and
  458.  what *should* happen... namely the hhhhh being sent only after carrier is
  459.  actually detected.
  460.  ------------
  461. Category 8,  Topic 18
  462. Message 93        Sat Aug 27, 1994
  463. R.KIRK7 [Dick]               (Forwarded) 
  464.  
  465. E.G.
  466.  
  467. The answer to all your modem initialization code questions is--
  468.  
  469. look at the script I sent you - the string is there! (G)
  470.  
  471.  
  472. My problem may just be a timing one due to the user port extension cable I am
  473. using. I plugged the modem in direct and logged on the first time for a
  474. change.  I will try that for awhile.
  475.  
  476. I didn't get the blinking CONNECt indication in the upper left corner.
  477.  
  478. Could I just skip the HHHHH in the beginning and put them in the script?
  479.  
  480.  
  481.  
  482.  ------------
  483. Category 8,  Topic 18
  484. Message 94        Sat Aug 27, 1994
  485. CBM-ED [e.g.bell]            (Forwarded) 
  486.  
  487.  Dick:
  488.   RK> look at the script I sent you - the string is there! (G)
  489.  
  490.  Duhhhhhhhhh!  Yer right!  Now, let me check my nose... :)
  491.  
  492.   RK> may just be a timing one due to the user port extension cable I
  493.   RK> am using. I plugged the modem in direct and logged on the
  494.   RK> first time for a change
  495.  
  496.  Ok.... keep me posted on your success using that method.  I don't
  497.  use one, so, again, I couldn't test it for you. :)
  498.  
  499.    RK> corner.
  500.  
  501.  If you mean the Smiley right after the clock/timer, that is not actually
  502.  a connect indicator, but actually a 'logon-script-in-progress'
  503.  indicator, and it should not blink.  Unless I'm missing something else
  504.  that I should not.  :)
  505.  
  506.   RK> just skip the HHHHH in the beginning and put them in the script
  507.  
  508.  I'm not sure that would change anything, or that there would be a way
  509.  to do it.... I *suppose* you could try this... use CONNECT 2400 or
  510.  something like that as the EXPECT string, with the 'hhhhh' as the
  511.  response string.  That *may* work... I can't think off the top of my
  512.  head why it would not.  If you want, give it a try, but back up your
  513.  current script and work with a copy.
  514.  
  515.  There is one other thing that I would recommend based on my own 
  516.  experience.   Your script may be based on an old one of mine.  In the
  517.  first 'case', I have as the 2nd subcase a 'U#' EXPECT string, which was
  518.  intended to catch anytime GEnie was not able to interpret your logon
  519.  string.  I found that it is actually worthless in the first CASE, and
  520.  should be moved to the second case with a loop back to that CASE after
  521.  (if) it executes.  The loop, in case it is termed something else in 
  522.  ScriptMaker, is ALT-g, which just causes execution of the script to 
  523.  remain on the current CASE even after one of the subcases has been
  524.  satisfied.  However, given how infrequently it happens that a garbled
  525.  logon string has happened, you may choose to just ignore all of this.
  526.  
  527.  BTW, the more I think about your suggestion of putting the hhhhh in a
  528.  CASE instead of in the number string, the more I'm inclined to think
  529.  that it *should* work.  I only put it into the number string since it
  530.  was more related to the number (in my mind) than the script.  Just make
  531.  sure that you never remove the command from your init string that makes
  532.  the mode respond in verbose mode if you tie it to the CONNECT string.
  533.  Good thinking Dick!  :)
  534.  ------------
  535. Category 8,  Topic 18
  536. Message 95        Sat Aug 27, 1994
  537. BUFF.PHOON [the Clown]       (Forwarded) 
  538.  
  539.   Okay.  I now have a question about the scripts used with RTCM.  When making 
  540. a script with SCRIPTMAKER there is a question that comes up and I have no 
  541. idea how to use it (if I _can_ use it).  SCRIPTMAKER comes with the V2.02 
  542. download.  The question comes up about "What time to execute the script" or 
  543. something to that effect.  Where does the script look for the clock to read 
  544. so it will know when to execute?  Does it read the clock setting at the top 
  545. of the screen or is another clock read?  Will this feature work with V2.02  or
  546. do I need a later version?
  547.  
  548.                            Buff Phoon
  549.  
  550.  ------------
  551. Category 8,  Topic 18
  552. Message 96        Sat Aug 27, 1994
  553. CBM-ED [e.g.bell]            (Forwarded) 
  554.  
  555.  Frank:
  556.   BF> question comes up about "What time to execute the script" or 
  557.   BF> something to that effect.  Where does the script look for the
  558.   BF> clock to read
  559.  
  560.  FirFirst, let me answer the question.  The clock read is the clock at
  561.  the top of the screen, so obviously you have to set it when you start
  562.  up RTCMaster.  This is the only clock in RTCM
  563.  
  564.   BF> Will this feature work with V2.02  or do I need a later
  565.   BF> version?
  566.  
  567.  This I don't know as I don't have 2.02 immediately available to me other
  568.  than to do an intensive search or download it.  However, there is an
  569.  easy way to determine this.  When  you have AutoLog installed, press
  570.  CTRL-M to bring up the 'slot' men, then select slot a.  If you are 
  571.  prompted to enter a time, 2.02 supports this.  If you are not, it does
  572.  not.  Mark has kept Script Maker up to date with my work on RTCM, but
  573.  the earlier versions obviously get outpaced like this.  So you may be
  574.  seeing this particular thing... and I guess the only thing of any 
  575.  comfort to say, i this is not supported by 2.02, is that we are keeping
  576.  things backward compatible as we move forward, to the extent possible
  577.  of course.
  578.  
  579.  For the benefit of any reading this who don't know what we are talking
  580.  about...
  581.  
  582.  At a certain point in RTCM development, I put in a feature whereby you
  583.  could specify a time that a script was to activate, and it would begin
  584.  at that time.  This was intended for, and works great at, dialing in 
  585.  when you are not around, getting your mail, etc., and then logging off.
  586.  This can save you $$$$$ because the less people online, the faster the
  587.  system runs.
  588.  
  589.  Frank, I'm honestly not sure 2.02 supports this.  I have mine all
  590.  archived somewhere... but the test above will give you a quick answer
  591.  for sure.
  592.  
  593.  ------------
  594. Category 8,  Topic 18
  595. Message 97        Sun Aug 28, 1994
  596. H.ENGSTROM [Gerry]           (Forwarded) 
  597.  
  598. E.G.>
  599.  
  600. Ref> "Sidewinder" RTCM overlay program
  601.  
  602. The main program appears to print correctly in either CBM or IBM/Epson mode.
  603. The "rtc.demo" program appears to print correctly in the IBM/Epson mode but
  604. will NOT print correctly in CBM mode on any printer. I have tried Star NX2420,
  605. Okidata 180, Gemini 15X, Blue Chip M120, Seikosha 1000VC, and even bought a 
  606. CBM 1525 ($20) to try. The demo program, as it appears on the Lodestar disk, 
  607. just will NOT work in CBM mode. (Maybe the copy on the disk has errors.)
  608.  
  609. Related (?) questions:
  610.  
  611. 1. Where do you get ribbons for your 1525?
  612.  
  613. 2. Will you be a real "hero" and figure out how to get the 24 pin Star to
  614. print
  615.    the "right" size ??
  616.  
  617.              [Gerry]
  618.  ------------
  619. Category 8,  Topic 18
  620. Message 98        Sun Aug 28, 1994
  621. CBM-MARK                     (Forwarded) 
  622.  
  623.  Off hand I don't remember either if V2.02 supports a script start time :/
  624.  I'm inclined to say no though.
  625.  ------------
  626. Category 8,  Topic 18
  627. Message 99        Mon Aug 29, 1994
  628. CBM-ED [e.g.bell]            (Forwarded) 
  629.  
  630.  I'll take a look at the demo... however, does the actual program print
  631.  in CBM mode?  That would concern me more if it did not.  But I'll look
  632.  at this in the morning when I get home from work.
  633.  
  634.  As for the 24 pin thing, I have felt all along that this is simply a
  635.  matter of getting the line feeds set correctly with a custom setting.
  636.  I don't have a 24 pin printer, thus cannot do any kind of testing.  
  637.  Someone who was checking it for me had limited success with the template
  638.  but not the demo on his 24 pin.    
  639.  ------------
  640. Category 8,  Topic 18
  641. Message 100       Mon Aug 29, 1994
  642. CBM-ED [e.g.bell]            (Forwarded) 
  643.  
  644.  BTW, and I know I'm venturing WAY off topic here, 1525 ribbons can
  645.  be had, or used to be, from Radio Shack for a similar printer.  You
  646.  might also check MEI, a mail-order house.
  647.  ------------
  648. Category 8,  Topic 18
  649. Message 101       Mon Aug 29, 1994
  650. M.RANDALL2 [Maurice]         (Forwarded) 
  651.  
  652. The ribbon you need to ask for at Radio Shack for the 1525 is a ribbon that
  653. would work with the DMP-100 printer.
  654.  ------------
  655. Category 8,  Topic 18
  656. Message 102       Tue Aug 30, 1994
  657. H.HERMAN1                    (Forwarded) 
  658.  
  659.  Ed,
  660.  
  661.  > Someone who was checking it for me had limited success with the template
  662.  > but not the demo on his 24 pin.    
  663.  
  664.  The ESC sequence which worked so well with the template, should work
  665.  equally as well with the demo and main program.  The prob seems to be that
  666.  the ESC settings are getting re-set by later entries in the body of the
  667.  program.
  668.  
  669.  Howie
  670.  ------------
  671. Category 8,  Topic 18
  672. Message 103       Tue Aug 30, 1994
  673. H.ENGSTROM [Gerry]           (Forwarded) 
  674.  
  675.  E.G.>
  676.  
  677.  The template program seems to be OK in CBM mode and, as you said, that is the
  678.  important thing. The demo is OK in Epson/IBM mode.
  679.  
  680.  The 24 pin printer "size" problem is not just in your program. All print 
  681.  programs I have tried - Newsroom, Print Shop, Print Power, etc. all have the
  682.  problem of "overlength" print. ( I better get this subject to Cat 4 !!)
  683.  
  684.  Maurice>
  685.  
  686.  Thanks for the ribbon number. (Hope the "cops" don't get us!!)
  687.  
  688.  [Gerry]
  689.  ------------
  690.  
  691. 8