Closed Thread
Results 1 to 4 of 4

Thread: Writing a dependency checking tools?

  1. #1
    zucchini123 is offline Newbie
    Join Date
    Sep 2009
    Posts
    2
    Rep Power
    0

    Writing a dependency checking tools?

    Hi, first time post here,

    In my job, i need to arrange a schedule to perform a maintenance on a series of machines (100+), which quite a waste of time to do a dependency checking by hand bases.

    Here's the situatioin,

    - Machine A, and its backup machine B
    - A and B can't perform maintenance at the same week
    - There may be hardware replacement, or apply newly fix on the machine which require extra downtime during the maintenance window
    - and more dependency x 5....

    If there's a already developed tools (like a excel or access?) will be great to perform a checking (interactive or by click on a button) base on 1) machine name x 2) Date x 3) Time x 4) Extra time required x 5) adjust maintenance schedule daily x 6)other dependency...

    If none, any suggested which programming language will approach this goal easier? So i can find some book to start learning the language

    Thanks

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,493
    Blog Entries
    75
    Rep Power
    143

    Re: Writing a dependency checking tools?

    What languages, if any, are you familiar with? Any RAD language should be able to do the job fairly easily (.NET languages, Delphi/Lazarus, etc).
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    zucchini123 is offline Newbie
    Join Date
    Sep 2009
    Posts
    2
    Rep Power
    0

    Re: Writing a dependency checking tools?

    I only learnt some basic of Java before..any language you recommand.. (easy to learn / pick up..)?

  5. #4
    Join Date
    Jul 2006
    Posts
    16,493
    Blog Entries
    75
    Rep Power
    143

    Re: Writing a dependency checking tools?

    I would stick with Java or try Lazarus (rapid GUI design). Ultimately, the real issue is going to be designing and storing your schedules, and enforcing the dependencies. You'll probably want a database.

    There are tools out there than can be used for this sort of thing. You could look on sourceforge.net for scheduling programs, for example. There are also some commercial packages, but the ones I know of aren't cheap.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Avoiding Circular Dependency
    By USSDeveloper in forum C# Programming
    Replies: 3
    Last Post: 06-19-2010, 03:28 AM
  2. Does dependency walker show all dependencies?
    By Charlie Chan in forum Software Development Tools
    Replies: 3
    Last Post: 09-11-2009, 10:08 PM
  3. Replies: 2
    Last Post: 05-12-2009, 03:50 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts