1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Dismiss Notice
You must be a registered member in order to post messages and view/download attached files in this forum.
Click here to register.

software needed

Discussion in 'Documentation Control, Procedures, Templates,...' started by samy aly, Dec 11, 2024.

  1. samy aly

    samy aly Member

    Joined:
    Dec 26, 2023
    Messages:
    24
    Likes Received:
    3
    Trophy Points:
    2
    assalamualykom everyone
    i want to make a simple interface for tech in which they add name, date, shift, line, model. and when they choose model the corresponding specification sheet is loaded so that the tech inserts the values of measurements he took
    can anyone help about that
     
  2. yodon

    yodon Well-Known Member

    Joined:
    Aug 3, 2015
    Messages:
    211
    Likes Received:
    124
    Trophy Points:
    42
    The programming part sounds pretty simple. If you have a nearby college that teaches software engineering, you can probably find someone there that could do it.

    BUT, there are bigger challenges than just programming,though. Here's a few that come to mind. Programmers think in terms of "make it work" and often don't consider use cases which could cause the system to crash or perform unexpectedly. If you're in a regulated environment (e.g., aerospace or medical devices) then that data must be properly protected and maintained. Since you're talking about measurements, precision will be important and you want the software to support your intentions (if someone enters 15.1, is that sufficient precision or if someone enters 15.0001, is that too much?). Often times, these home-grown tools tend to expand to incorporate more features over time (wouldn't it be cool if we could scan the equipment ID in, wouldn't it be cool to get a history report for measurements, and so on). You want to be sure the code is written so that it's maintainable and extensible.

    I'd like to say that professional services would be a better option but I've seen applications that some of these "professionals" write and it's sometimes pretty weak (of course, not with *my* company :) - but I'm not pitching for this gig). In short, yes, there should be plenty of folks who can solve this, just give them a good vetting first. Programmers can code what you tell them to. It's what you don't tell them (missing requirements, incomplete specifications, etc.) that ultimately results in issues.
     
    samy aly likes this.
  3. samy aly

    samy aly Member

    Joined:
    Dec 26, 2023
    Messages:
    24
    Likes Received:
    3
    Trophy Points:
    2
    thanx for your reply, it's not critical industry ( just length, width, thickness rtc ) and yes decimal differs but i can program the tolerance , I know the mangers could ask for more but its ok I can handle this. I still need this software and i don't have a programmer near me.
     
  4. Miner

    Miner Moderator Staff Member

    Joined:
    Jul 30, 2015
    Messages:
    631
    Likes Received:
    545
    Trophy Points:
    92
    Location:
    Greater Milwaukee USA
    Have you investigated PowerApps? I am not very knowledgeable about them, but have seen some pretty remarkable applications of them. Many of them are similar to what you have described.
     
    Andy Nichols likes this.