Jump to content

RagingGoblin

Members
  • Posts

    30
  • Joined

  • Last visited

    Never

Posts posted by RagingGoblin

  1. Many thanks, this should work indeed. I will try this out tommorrow.

    The reason for storing the errors inside the shift register is that I want to do a lot more and some processes will go wrong if there is any failure (others will work allright). Some of my subvis will be inside a case structure (error does nothing, no error the process starts). Others will run anyway regardless if there are failures or not.

    It works fine!! :D

  2. This is the code I am working on. A state machine with 2 states. Both of them do exactly the same:

    1 Delete all files from a certain directory

    2 Run an FTP script to fetch new files into this directory

    3 Checks whether the filenames meet certain string patterns.

    If something goes wrong, the third process will generate a false and the same case should be run again.

    In the end I have to do this for 6 machines. Because the code is exactly the same I want to put this inside a loop, but then if number 3 goes wrong I have to FTP all over again. That would be most inconvenient.

    Download File:post-4151-1153228842.zip

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.