60 likes | 136 Vues
CS Programming Recommendations. CS Workshop 2008 February 7-8, 2008 Holger Brand, GSI. I am very sorry!!! Due to lack of time resources this talk is very brief, and will be hand-on. Lack of Time Resource. Make a copy of cs_framework.lvproj Create a folder structure for your own stuff.
E N D
CS Programming Recommendations CS Workshop 2008 February 7-8, 2008 Holger Brand, GSI
I am very sorry!!! Due to lack of time resources this talk is very brief, and will be hand-on. Lack of Time Resource H.Brand@gsi.de
Make a copy of cs_framework.lvproj Create a folder structure for your own stuff. Drag and drop libraries and packages into your own project. Adopt the CS_ApplicationSpecific build specifications CS in the LabVIEWProject Explorer H.Brand@gsi.de
LabVIEW creates a new application instance (shell) for each project. If you open a VI via double click from the file explorer it will be opened in the default application instance. VIs, queues etc. are not shared between such application instances, e.g. FGVs will contain different data. LabVIEW ProjectExplorer Feature H.Brand@gsi.de
Refer to: http://wiki.gsi.de/cgi-bin/view/CSframework/CSObjectOrientation Object Orientation with CS I H.Brand@gsi.de
LabVIEW Help->Contents->Fundamentals->Development Guidelines http://www.ni.com/devzone/idnet/library/instrument_driver_guidelines.htm http://wiki.gsi.de/cgi-bin/view/CSframework/CsCodingConventions CS Coding Conventions H.Brand@gsi.de