Jump to content

LabVIEW 8.0 help


Recommended Posts

Hello ,

I am new to LAVA .I am making a project in LabVIEW which is a software made on parallel lines of DCS and SCADA.I have made a vi but it is not working as intended.The basic idea is to develop a software for accquiring real time signal from different units/hardware (As the photos mailed show). It is also required that on clicking a single print report button a report to printer must be sent from t=0 to t=T (The data must

also get saved for future reference).

I am posting photos of my hardware built.Now there are 3 voltage signals which are to be acccquired and when a hardware switch is toggled a counter should increment.(The procedure has to be done for three different sections).I tried doing this but was unable.

I am mailing files that suggets all ways tried by me to do the above task.

Three holes in hardware indicates three different voltage signals.a section is activated when a switch is toggled.

Abhishek

Link to comment

Hi,

I don't have time to take a look at your code right now and I don't have DAQmx installed on my laptop either so debugging is not possible. However I took a fast general look at your code and it's very hard to read. I recommend for starter that you help yourself and those you are asking help for by cleaning you code. Please do the following task and repost your code:

  • Keep wires as straight as possible, your wires are quite a spaghetti
  • Keep your program flow so that direction of flow is always from left to right and if absolutely necessary from top to bottom in addition
  • Make all your parallel parts, especially the parallel loops, of your code so that they are aligned in a column one top of another
  • Add comments to your code on what is the intention of your code so it becomes more readable for the others

Then in addition, please report in what respect your program is not working as expected and compare the differences in the current functionality with the expected funtionality. It would also help if you take a screenshot of your block diagram after the above mentioned fixes, crop the image to the code only, save the cropped image as a gif image and finally attach it to your reply to this thread.

p.s. Please do not cross post to multiple forums. Post all your responses to this particular thread and not the other thread.

Tomi

Link to comment

QUOTE(Tomi Maila @ Apr 23 2007, 08:15 PM)

Would you propose asharma's helping hand for i2dx ;)

hmm ... I just hat a small conference chat with my HR department and the members of the board and I am affraid, that I currently have no open position for asharmas helping hand :D

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.