cancel
Showing results for 
Search instead for 
Did you mean: 

how to insert delay in array?

NitzZ
Active Participant

回复: how to insert delay in array?

Hi erfan,

 

A random thought, why have you disabled the termination character? Try to remove the False constant wired to the Enable Termination Char terminal of the VISA configure serial port function and check whether it is working or not.


Regards,

 

Nitzz

(Give kudos to good Answers, Mark it as a Solution if your problem is Solved:smileywink:)  

NitzZ
Active Participant

回复: how to insert delay in array?

Message contains an attachment

Hi,

 

Got your point now. Thanks to Arc82s postSmiley Happy  Just check the attached VI. It must work fine.

Regards,

Nitzz

(Give kudos to good Answers, Mark it as a Solution if your problem is Solved:smileywink:)   

NitzZ
Active Participant

Re: how to insert delay in array?

Message contains an attachment

Hi,


If that program is not working, check this simple example, your doubt will be cleared.


Regards,

Nitzz

(Give kudos to good Answers, Mark it as a Solution if your problem is Solved:smileywink:)  

NitzZ
Active Participant

Re: how to insert delay in array?

Hi erfan,

 

Does this help you?

 

Regards,

Nitzz 

QH_Dai
Member

Re: how to insert delay in array?

Message contains a hyperlink

i can't look your VIs and also can't make an example, since there is no LabVIEW in this computer.

but i think NITZZ had solve the problem.

 

erfan
Member

Re: how to insert delay in array?

Thank you all for your help and support, now I am in my college while I get home I check the robot, hope its work and i wil be able to hit the good mark for my final year project, thanks 

erfan
Member

Re: how to insert delay in array?

Hi nitzz I dun understand that what you add here? can you tell me ? but still it does not work. 

I need more help, I said I need to insert delay between elements of array and I need numeric controller to controll that desire delay, but I can't see in the attachment. can you add again and upload it thanks man 

erfan
Member

Re: how to insert delay in array?

Message contains an attachment

here is your example, but i dun think that it wroks the way that i want. I explain my demand in this vi

tnx

NitzZ
Active Participant

Re: how to insert delay in array?

Message contains an attachment

Hi erfan,

 

Now I really don't understand what exactly are you trying to do. What i understood from your previous posts was that, you need each element from the 2D array one by one with a delay between each. ie, 255 Delay 38 Delay 42 Delay 65 Delay 220 and similarly the next row 255 Delay 75 Delay 83 Delay 49 Delay 220 and so on. Thats what the example VI is doing.


If it is something else you want it to do, kindly explain it to me. I'll try to change the example for you. If you have run the example VI you must have noticed that the To VISA indicator gets the values one by one with a delay of 1000 ms. If you chage that 1000 to 2000 the values will come in 2000 delay. May be you can run the example once again and make sure, this is not what you want.


Regards,

Nitzz

(Kudos are always WelcomeSmiley Wink

erfan
Member

Re: how to insert delay in array?

Thanks Nitzz let me run the example, now I need to connect the sub vi which is search , then see how it works.