Code Capture Tool: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
==Introduction== | ==Introduction== | ||
The Code Capture Tool (or CCT) is a [[LabVIEW]] development tool targeted at LabVIEW users to share images of their code on internet forums. It is originally released by [http://forums.ni.com/ni/profile?user.id=34024 Chilly Charlie] on the [[NI Forums]] as [http://forums.ni.com/ni/board/message?board.id=BreakPoint&thread.id=1020 starware]. | The Code Capture Tool (or CCT) is a [[LabVIEW]] development tool targeted at LabVIEW users to share images of their code on internet forums. It is originally released by [http://forums.ni.com/ni/profile?user.id=34024 Chilly Charlie] on the [[NI Forums]] as [http://forums.ni.com/ni/board/message?board.id=BreakPoint&thread.id=1020 starware]. | ||
It transformed in a multi-OS multi LabVIEW version tool for creating code-shots and documentation shots. A collaboration between [[User:Yen Yen]] [[User:Tcplomp Ton Plomp]] resulted in the 0.9.1 version of the CCT that is currently available through the [[LAVA CR]]. | It transformed in a multi-OS multi LabVIEW version tool for creating code-shots and documentation shots. A collaboration between [[User:Yen|Yen]] and [[User:Tcplomp|Ton Plomp]] resulted in the 0.9.1 version of the CCT that is currently available through the [[LAVA CR]]. | ||
==Interface== | |||
The CCT offers two interaces to make and distribute screenshots a [[Code_Capture_Tool#GUI|user interface]] and an [Code_Capture_Tool#API|API]] | |||
==GUI== | |||
The user interface of the CCT allows the user to select which parts of a [[Front_Panel]] or [[Block_Diagram]] should be captured. The resulting image will be stored on disc and optionally the image or the path can be copied to the OS clipboard. | |||
==API== | |||
The API provides an interface to the various functions of the CCT. It is accessible under the [[user.lib]]\Code Capture Tool. |
Revision as of 16:25, 14 November 2007
Code Capture Tool
Introduction
The Code Capture Tool (or CCT) is a LabVIEW development tool targeted at LabVIEW users to share images of their code on internet forums. It is originally released by Chilly Charlie on the NI Forums as starware. It transformed in a multi-OS multi LabVIEW version tool for creating code-shots and documentation shots. A collaboration between Yen and Ton Plomp resulted in the 0.9.1 version of the CCT that is currently available through the LAVA CR.
Interface
The CCT offers two interaces to make and distribute screenshots a user interface and an [Code_Capture_Tool#API|API]]
GUI
The user interface of the CCT allows the user to select which parts of a Front_Panel or Block_Diagram should be captured. The resulting image will be stored on disc and optionally the image or the path can be copied to the OS clipboard.
API
The API provides an interface to the various functions of the CCT. It is accessible under the user.lib\Code Capture Tool.