04-30-2020 09:35 PM
Please guide me to create this program. I can image about user interface but Code Block that Now It a problem. May be better that if you can suggest me to do both. Thank you for your help.
04-30-2020 10:32 PM
What is the program supposed to do? Are you trying to rewrite an existing program? Who made the program you are showing in the images?
05-01-2020 03:28 AM
What kind of advice do you expect?
It would take an experienced programmer a few weeks to make the program do anything useful. Depending on the complexity of what it should do, it could take months or years.
This forum works better if you let us know what you tried and where you got lost. Or what you understand and what you don't understand. Or what you're planning and our opinions.
Without any specific knowledge of your situation, you'll get general advice. Like use a "state machine", "producer\consumer", actor framework, DQMH, OO, etc.. We might as well advice you to browse the internet or do the (free) online courses.
05-01-2020 04:19 AM - last edited on 05-04-2020 09:54 AM by Kristi_Martinez
I should to create this program that I already attached below.
That I want to about How I should start from?
Thank you for your response.
05-01-2020 04:26 AM
@Phakhawat23 wrote:
That I want to about How I should start from?
You should start with a plan.
I'd make a main with a loop and an event structure. On the front panel, use a subpanel, tabcontrol, buttons, etc. Make the buttons switch the VIs in the subpanel. Communicate with the subpanel with user events.
For you, I'd recommend learning (at least) about: loops, event structures, front panels, subpanels, tabcontrols, buttons, user events.
05-01-2020 04:29 AM
I already learning about loop front panel block diagram and any other but I can not understand now. How I can make a program. If you want datasheet about my program. I will sent it to you
05-01-2020 04:35 AM
@Phakhawat23 wrote:
I already learning about loop front panel block diagram and any other but I can not understand now. How I can make a program. If you want datasheet about my program. I will sent it to you
What we need to help you is to know where you got stuck.
Any program is just stuctures and functions in a particular order. You make a program by putting them in a specific order. Hopefully the (or a) correct order.
We can't tell if you need help with architecture, or how to open LabVIEW. Or anything related or inbetween. You need to tell us.
05-01-2020 04:40 AM
Okay I just stuck on Block diagram code. and How to create code to make a program run. I already attach additional information to you. Thank you for your help.
05-01-2020 07:19 PM
In order to help you with your code, you need to post your code. Do not attach PDFs, PNGs, or other pictures -- attach your VIs. If you have no VIs, then you need to learn LabVIEW.
Alternatively, hire a good LabVIEW Developer and have her (or him) write your program for you.
Bob Schor
05-02-2020 02:06 PM
This is a commercial program and I would suggest not to try to duplicate it to circumvent paying for it. That program and user interface is intellectual property of the company, so you might want to talk to them (and possibly a lawyer) before proceeding.
What is the purpose of this exercise? Do you work for this company and the code is ancient and lost?
Now if you bought this hardware and there is a Driver and API included, there is nothing stopping you from writing your own (functionally and cosmetically different!) program that uses this hardware.
Almost seems it is all written in LabVIEW. Again contact the company to see if they can give you the code. We cannot help plagiarizing commercial software.