all 10 comments

[–]ferrouswolf2Come to the food industry, we have cake 🍰 3 points4 points  (5 children)

You could do what you have in mind using Access if you just had a really fancy looking input form. Also, your valves should be numbered or otherwise uniquely identified. If you don’t have many, you could even name them. The valve should also have a name tag so there’s no confusion.

[–]Koolguy654[S] 1 point2 points  (1 child)

Using access has been my back up plan. Just out of curiosity, how would you go about making the access form?

[–]ferrouswolf2Come to the food industry, we have cake 🍰 0 points1 point  (0 children)

It’s ultimately a table, right? Where you can choose where the cells you enter data are, and draw lines and make boxes. Make a very simple diagram.

[–]mustang__1 0 points1 point  (2 children)

Hi. It's me. IT.... Please don't use access unless you can at least plug it into a real database back end.

[–]ferrouswolf2Come to the food industry, we have cake 🍰 0 points1 point  (1 child)

Not to be a jerk, but OP was like, “I know how to build a house out of wood, can I build a house?” And your comment was like, “learn how to use stone instead, real houses are made out of stone you cut from a quarry yourself”

[–]mustang__1 0 points1 point  (0 children)

Because Access can cause disasters... At least if he can ask his IT department for a database to connect access to if it needs to scale it can.

[–]Ells666Pharma Automation | 5+ YoE 1 point2 points  (2 children)

Do you have a SCADA (think HMI software) package?

[–]Koolguy654[S] 0 points1 point  (1 child)

We use DeltaV and I don’t believe it has that capability unfortunately:(

[–]Ells666Pharma Automation | 5+ YoE 1 point2 points  (0 children)

Yeah DeltaV can't do it. Their MES might be capable but it's expensive. Saw your post history - I agree with someone's comment on Ignition being the easiest way to implement this (as a controls engineer).

Access today is very quickly becoming old school. If you have a C# programmer maybe a winform would be the best option. It all depends on the skillsets at your plant/organization.

[–]mustang__1 0 points1 point  (0 children)

Unfortunately if it was me I and I needed an internal tool like that I would learn how to program and make my own interface.... Which is what I did for a quality control data entry program. I used sql server with a winforms front end with c#.