/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/DAQ/Zeus/labview.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
National Instruments
 
2
====================
 
3
1. In order to associate shared variable with remote OPC server variable it is
 
4
necessary to select not the variable on the remote OPC, but the corespondent 
 
5
local variable which is available trugh NI Variable Engine under appropriate 
 
6
OPC connection to the server (should be created in advance). 
 
7
2. NI Variable Engine is not fully functional OPC Server. Read request is not
 
8
implemented. However, subscriptions are working well and WinCC can use it.
 
9
3. To include Variable Engine in standalone application, the "Enable Enhanced
 
10
run-time DSC support" should be enabled in advanced options. However, it should
 
11
be include only to the applications really requiring it, and could cause
 
12
other applications to perform "Invalid Opreration and would be closed".
 
13
Starting from LabVIEW 8.2.1 it is not required (and causing crash) even for
 
14
applications working with Shared Variable Engine.
 
15
4. To include Web Services support, not only Dot.Net 1.1SP1 as required by
 
16
NI should be installed, but Dot.NET 2 as well. 
 
17
 
 
18
 
 
19
Bugs
 
20
====
 
21
1. The LabVIEW 8.2 contains a bug, crashing web services with output parameter.
 
22
The upgrade 8.2.1 is mandatory.
 
23
2. The LabVIEW 8.2.1 contains a bug, crashing LabVIEW on socket communications.
 
24
3. NI Internet toolkit 6.0.1 contains a bug preventing requesting HTTP documents
 
25
which are bellow 1KB in size. To overcome problems, just add extra spaces in the
 
26
end of file.
 
27
 
 
28
Problem Inducers
 
29
================
 
30
- Sink passing through FOR loop may lost it value 
 
31
    * It happens if loop not executed (number of elements is 0 or something 
 
32
    like this) 
 
33
 
 
34
- Event if DataSocket connection was created with error (read not created) it 
 
35
  should be closed.
 
36
  
 
37
 
 
 
b'\\ No newline at end of file'