10-21-2024 04:33 PM
Buenas, quien me puede ayudar creando una simulación de LabVIEW para un quemador solo control de encendido (chispa, nivel de combustible, temperatura). Gracias
10-22-2024 01:30 AM
Hi Luis,
@Luismoref wrote:
Hello, who can help me by creating a LabVIEW simulation for a burner that only controls ignition (spark, fuel level, temperature). Thanks
Do you want to simulate a "burner" or do you want to simulate "LabVIEW"?
Are there more requirements/specifications?
Simplest solution:
Place a boolean control on your frontpanel and label it "Burner".
Now you can control (simulated) ignition whenever you switch this button…
10-22-2024 08:28 AM
Quiero simular un quemador, especificamente el Quemador Industrial RL 130 M , pero solo con esas variables que mencione anteriormente, estoy empezando en este mundo de la insrumentacion y control.
10-22-2024 09:01 AM
Hi Luis,
@Luismoref wrote:
I want to simulate a burner, specifically the RL 130 M Industrial Burner, but only with those variables that I mentioned above, I am starting in this world of instrumentation and control.
"Simulating a device" has not so much to do with "world of instrumentation and control"…
Your device has some inputs and some outputs.
You mentioned "ignition (spark, fuel level, temperature)": how are they related to each other and how do they depend on inputs/outputs of your system?
Write down all those relations, try to convert those relations into formulas and then implement these formulas in LabVIEW…
10-22-2024 09:03 AM
Ola
Encontrei essas especificacoes do queimador.
Vc quer simular isso no labview ? Considerando consumo de oleo, consumo eletrico, taxa de conversao kW- Mcal/h ?
Compartilhe o que vc ja implementou no seu codigo (attach labVIEW vis for version 2020).
10-22-2024 11:21 AM
No tengo casi nada porque ahora es que estoy empezando en este mundo. Es el 130 /m es que en la empresa donde esta el quemador esta desarmado y quiero controlar automatizar el encendido. Quiero simular eso en labview. Gracias por responder
10-22-2024 12:53 PM
Vc precisa escrever uma descricao do sw que vc quer implementar.
O program vai fazer ....
- inputs
- outputs.
- configuracoes
10-22-2024 02:11 PM - edited 10-22-2024 02:11 PM
Hi Luis,
@Luismoref wrote:
I want to control and automate the ignition. I want to simulate that in labview.
Place a button labelled "ignition", and connect its output to a LED indicator. Place a loop around this simple code.
Your simulation is ready to be used!
(It's still the same silly sugestion as in my first response because YOU failed in providing more information!)
Please be (much) more specific on what you want to achieve!