LabWindows/CVI: Difference between revisions
Appearance
Content deleted Content added
m replacing deprecated template, replaced: otheruses3 → Otheruses, Image: → File: (2) using AWB |
CVI 2009 released in December |
||
Line 5: | Line 5: | ||
| caption = |
| caption = |
||
| developer = [[National Instruments]] |
| developer = [[National Instruments]] |
||
| latest_release_version = |
| latest_release_version = 2009 |
||
| latest_release_date = |
| latest_release_date = December 2009 |
||
| operating_system = Windows Vista/XP/2000 with Linux Run-Time support |
| operating_system = Windows 7/Vista/XP/2000 with Linux Run-Time support |
||
| genre = [[Data acquisition|Data Acquisition]], [[Instrument control|Instrument Control]], [[Test automation|Test Automation]], [[Signal processing|Analysis and Signal Processing]] |
| genre = [[Data acquisition|Data Acquisition]], [[Instrument control|Instrument Control]], [[Test automation|Test Automation]], [[Signal processing|Analysis and Signal Processing]] |
||
| website = [http://www.ni.com/cvi/ ni.com/cvi] |
| website = [http://www.ni.com/cvi/ ni.com/cvi] |
||
}} |
}} |
||
'''LabWindows/CVI''' (CVI is short for [[C (programming language)|C]] for [[Virtual instrumentation|Virtual Instrumentation]]) is an [[event-driven programming|event-driven]], [[ANSI]] C programming environment developed by [[National Instruments]]. The program was originally released as LabWindows for [[DOS]] in 1987, but was soon reinvisioned (and renamed) for the [[Microsoft Windows]] platform. The current version of LabWindows/CVI (commonly referred to as CVI) is |
'''LabWindows/CVI''' (CVI is short for [[C (programming language)|C]] for [[Virtual instrumentation|Virtual Instrumentation]]) is an [[event-driven programming|event-driven]], [[ANSI]] C programming environment developed by [[National Instruments]]. The program was originally released as LabWindows for [[DOS]] in 1987, but was soon reinvisioned (and renamed) for the [[Microsoft Windows]] platform. The current version of LabWindows/CVI (commonly referred to as CVI) is 2009. |
||
LabWindows uses the same libraries and data acquisition modules as the more famous National Instrument product [[LabVIEW]] and is thus highly compatible with it, LabVIEW being targeted more at domain experts and scientists and CVI more towards software engineers that are more comfortable with text-based linear languages such as [[C (programming language)|C]] or [[Python (programming language)|Python]]. |
LabWindows uses the same libraries and data acquisition modules as the more famous National Instrument product [[LabVIEW]] and is thus highly compatible with it, LabVIEW being targeted more at domain experts and scientists and CVI more towards software engineers that are more comfortable with text-based linear languages such as [[C (programming language)|C]] or [[Python (programming language)|Python]]. |
Revision as of 20:55, 14 April 2010
Developer(s) | National Instruments |
---|---|
Stable release | 2009
/ December 2009 |
Operating system | Windows 7/Vista/XP/2000 with Linux Run-Time support |
Type | Data Acquisition, Instrument Control, Test Automation, Analysis and Signal Processing |
Website | ni.com/cvi |
LabWindows/CVI (CVI is short for C for Virtual Instrumentation) is an event-driven, ANSI C programming environment developed by National Instruments. The program was originally released as LabWindows for DOS in 1987, but was soon reinvisioned (and renamed) for the Microsoft Windows platform. The current version of LabWindows/CVI (commonly referred to as CVI) is 2009.
LabWindows uses the same libraries and data acquisition modules as the more famous National Instrument product LabVIEW and is thus highly compatible with it, LabVIEW being targeted more at domain experts and scientists and CVI more towards software engineers that are more comfortable with text-based linear languages such as C or Python.