From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
12-19-2013 12:23 AM
12-19-2013 12:52 AM
Hello
I am still unable to remove the error. I am sending you all VI's including sub VI's (attached).
so please check and tell how error can be removed?
12-19-2013 12:55 AM
In continuing, the other VI's are here.
12-19-2013 01:16 AM
12-19-2013 04:43 AM
Hello,
I am still unable to solve my problem. Now I am sending you zip folder containing all files.(attached)
Please help me.
12-19-2013 05:50 AM - edited 12-19-2013 05:50 AM
Hi ymanglik,
uh-oh...
When creating a ZIP of your VIs you should include all of them...
Did you read any of the advises above?
Did you even go through any of the free online LabVIEW courses?
Things to do with your VIs:
- Remove all unnecessary structures: empty disable structures, empty case structures, empty frames of unneeded sequence structures...
- cleanup your typedefs: it's a NO-GO to create a cluster with unlabelled controls in it!
- Hint: enums should be typedefs. Every enum...
- Use the error cluster. Use it everywhere...
- It doesn't make sense to use a plain GPIBWrite just next to your own GPIB write subVI...
- Using a STOP (or EXIT) function inside a VI is a NO-GO...
12-19-2013 06:27 AM
ok thanks for your suggestion!!!
12-19-2013 06:44 AM
12-30-2013 01:35 AM
Hello..........thanks for your previous suggestion!!!
That problem has been solved but now I am having issue in connecting some string constant to any array. I am sending you the sub VI files please check and give me suggestion to solve this problem.
12-30-2013 01:40 AM
Between these four files, data format.vi is the main file and remaining are sub VI. One more file are here.(attached) . so in the main file (data format.vi), string constant should be connect to an array but it is not happening and showing error.