12-09-2008 05:09 AM
Hi Iskander,
I#4. In LabVIEW 8.6 the NI Variable Manager was renamed to Distributed System Manager. You need to go Tools/Shared VariableVariable Manager.
12-10-2008 01:12 PM
Hi James Hillman
Thanks for the answer
I did all
NAPOPC SERVER don't work
What can I do?
Regards
Iskander
12-11-2008 02:04 PM
Hi Iskander,
What exactly seems to be happening that is not working? Can you read from the shared variables, but not write? Are there any errors? How have you checked to see if the variable is writing? Try monitoring your variables with the Shared Variable Manager. You can find this under Tools>>Shared Variable>>Variable Manager.
Regards,
12-12-2008 02:13 PM - edited 12-12-2008 02:13 PM
Hi Brian A
Thanks
I started Veriable Engine
But I see nothing on the Shared Variable Manager.
The table of the Shared Variable Manager is empty
Regards
Iskander
12-14-2008 09:34 AM
Hi Brian A
I want to add
I can see monitoring and control variables on Tools/DSC module/monitor variables
But I see nothing on the Shared Variable Manager
Regards
Iskander
12-15-2008 06:12 AM
Hi Iskander,
Thanks for the post and I hope your well.
How are you deploying these variables?
In LabVIEW you could test the variable engine by creating a project, and then a library with one variable. The right-click the vi.lib and select to deploy the library.
Or in the dsc module, you can programatically create variables and deploy them.
What steps are you taking to create and deploy?
Hope this helps,
12-18-2008 04:55 AM - edited 12-18-2008 04:57 AM
Hi
Thanks all for the help and attention
My OPC SERVER is working
I have a question.
Where can I find more information about the DSC module ?
Best regards
Iskander
12-18-2008 06:06 AM
Hi Iskander,
Thanks for the reply and I hope your well. (Thanks for appreciating my responses).
What sort of information / aspect of DSC where you interested in?
Some good resources:
#)
Getting Started with the LabVIEW Datalogging and Supervisory Control Module
http://www.ni.com/pdf/manuals/372946b.pdf
Good General Info/Manual
#)
LabVIEW 8.6 DSC Help File
http://digital.ni.com/manuals.nsf/websearch/CAA3FABBF69091798625749800520711
Very detailed!
#)
Latest NI LabVIEW DSC Module Features and Demos
http://www.ni.com/labview/labviewdsc/upgrade.htm
Nice over-view of the product and its updates
Hope this gets you started, let me know 😄
12-23-2008 05:27 AM - edited 12-23-2008 05:29 AM
Hi James Hillman
Thanks
I have the question
I found in Examples/DSC the project: "SpinnerExamle"
How was created the Control "Spiner"?
Best regards
Iskander
12-26-2008 11:13 AM
Hello Iskander,
The control in the example is an XControl. You can find a lot of great information on how to create your own XControls here http://zone.ni.com/devzone/cda/tut/p/id/3198. Hope this helps!