07-31-2014 07:17 AM
Hi! I really need help....
I´m doing a simulation where I can controller the input and output with one external PCB, all is working properly (the communication) but my problem is, I can´t open where ever I want the different valves...I mean, I must wait until the process is finish...
The program is working with diferents process like this:
So my problem is I want run different processes in the same time, without having to wait out the current process is running....
this look like this:
and with the differents states...so I was trying to use a Statechart for try to improve the simulation....
like this:
But when I was tried to implement in labview with the statechart module i can't find the way to interconexión with this new module...
Because i need two differents regions...but i can't use the connexion between them....
Some new idea, help....all is welcome!!!
Thanks in advance.
Elena
08-01-2014 03:46 AM
Buenos días Elena,
Si no te importa, te voy a escribir en español para que nos entendamos mejor.
Creo que tu problema es que tienes una serie de pasos y los tienes que ejecutar uno por uno en el mismo orden siempre y que te gustaría poder alterar el orden según la lógica que deseés. En ese caso deberías implementar una máquina de estados.
Dime si te he entendido mal y en ese caso dime a que te referías.
Un saludo
08-01-2014 03:49 AM
Además, para paralelizar operaciones lo que tienes que hacer es usar dos bucles While
08-01-2014 04:56 AM
Buenos días Alvaro,
Si, mejor en español 🙂
Si, me has entendido bien, exactamente es lo que me gustaria.
Empece por mi cuenta con labview y hay muchas cosas que se me escapan... Voy a implementar la máquina de estados a ver si asi soluciono el problema.
Muchas gracias!
Un saludo!
08-04-2014 03:44 AM
Well, I was trying with state machine...but I can´t controller my inputs now...I don´t know what I´m doing wrong....
now, look like this: