{"id":18520139,"url":"https://github.com/picotech/picosdk-ni-labview-examples","last_synced_at":"2025-04-09T07:06:58.784Z","repository":{"id":19553832,"uuid":"87321672","full_name":"picotech/picosdk-ni-labview-examples","owner":"picotech","description":"A set of National Instruments LabVIEW examples for PicoScope® oscilloscope and PicoLog® data logger products.","archived":false,"fork":false,"pushed_at":"2025-03-24T08:31:13.000Z","size":46503,"stargazers_count":47,"open_issues_count":0,"forks_count":45,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-02T06:06:58.366Z","etag":null,"topics":["datalogger","labview","oscilloscope","picolog","picoscope","windows"],"latest_commit_sha":null,"homepage":"","language":"LabVIEW","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/picotech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-05T14:50:02.000Z","updated_at":"2025-03-26T13:04:33.000Z","dependencies_parsed_at":"2023-11-15T10:41:17.870Z","dependency_job_id":"b59e269f-716b-45e2-9d0f-04cd70be1ffd","html_url":"https://github.com/picotech/picosdk-ni-labview-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-ni-labview-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-ni-labview-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-ni-labview-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-ni-labview-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picotech","download_url":"https://codeload.github.com/picotech/picosdk-ni-labview-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994121,"owners_count":21030050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datalogger","labview","oscilloscope","picolog","picoscope","windows"],"created_at":"2024-11-06T17:18:43.499Z","updated_at":"2025-04-09T07:06:58.767Z","avatar_url":"https://github.com/picotech.png","language":"LabVIEW","funding_links":[],"categories":[],"sub_categories":[],"readme":"# picosdk-ni-labview-examples\r\n\r\n*picosdk-ni-labview-examples* is a set of National Instruments LabVIEW examples for PicoScope\u003csup\u003e®\u003c/sup\u003e oscilloscope and PicoLog\u003csup\u003e®\u003c/sup\u003e data logger products.\r\n\r\nExamples are provided as a set of LabVIEW vi and llb files grouped by driver name, with sub-folders for 32-bit and 64-bit examples.\r\n\r\n## Getting started\r\n\r\n### Prerequisites\r\n\r\n#### Microsoft Windows\r\n\r\n* National Instruments LabVIEW Base Development System 9.0 or later (32-bit or 64-bit)\r\n\r\n**Notes:** \r\n\r\n* Most examples can be opened with LabVIEW Base Development System 8.5 versions.\r\n\r\n### Example dependencies\r\n\r\nSome example vi files require common sub-vi files (e.g. PicoScopeAdcToVolts.vi for conversion of ADC counts to volts) which can be located in the shared folder.\r\nIf downloading files or the repository zip file you will need to download the contents of the shared folder directly from https://github.com/picotech/picosdk-ni-labview-shared. As this is a sub module.\r\nIf using Git the command is-\r\n`git submodule update --init --recursive`\r\n\r\n### Installing drivers\r\n\r\nDrivers are available via a separate driver package installer.\r\n\r\nWrappers binaries are available via a separate git repository.\r\n*Note wrapper dll's are are only required for streaming or PicoConnect/Intelligent Probe examples.*\r\n\r\n#### Windows\r\n\r\n* Download and install the PicoSDK (32-bit or 64-bit) driver installer from our [Downloads page](https://www.picotech.com/downloads).\r\n\r\n* Download the PicoSDK driver wrapper dll's (contains both 32-bit and 64-bit files). Contents can be downloaded as a zip file [here](https://github.com/picotech/picosdk-c-wrappers-binaries/archive/refs/heads/master.zip).\r\n\r\nUnzip the package.\r\n\r\nFor 32-bit LabVIEW-\r\n\r\nCopy the contents of the folder `Windows 32-bit` into location of the SDK dll files-\r\n\r\n`C:\\Program Files (x86)\\Pico Technology\\SDK\\lib`\r\n\r\nFor 64-bit LabVIEW-\r\n\r\nCopy the contents of the folder `Windows 64-bit` into location of the SDK dll files-\r\n\r\n`C:\\Program Files\\Pico Technology\\SDK\\lib`\r\n\r\n#### Note the following drivers/APIs are 64-bit only\r\npsospa\r\n\r\n### Programmer's Guides\r\n\r\nYou can download Programmer's Guides providing a description of the API functions for the relevant PicoScope or PicoLog driver from our [Documentation page](https://www.picotech.com/library/documentation).\r\n\r\n## Obtaining support\r\n\r\nPlease visit our [Support page](https://www.picotech.com/tech-support) to contact us directly or visit our [Test and Measurement Forum](https://www.picotech.com/support/forum20.html) to post questions.\r\n\r\n## Contributing\r\n\r\nContributions are welcome. Please refer to our [guidelines for contributing](.github/CONTRIBUTING.md) for further information.\r\n\r\n## Contributions (excluding merged requests)\r\n\r\nCode and ideas used for memory pointers used with 5000a streaming example-\r\nhttps://github.com/picotech/picosdk-ni-labview-examples/pull/2/commits/c943c29d1e697c0e4a6fb1d5e91bb4a77d0d82e7\r\n\r\n## Copyright and licensing\r\n\r\nSee [LICENSE.md](LICENSE.md) for license terms.\r\n\r\n*PicoScope* and *PicoLog* are registered trademarks of Pico Technology Ltd. \r\n\r\n*Windows* is a registered trademark of Microsoft Corporation.\r\n\r\n*LabVIEW* is a registered trademark of National Instruments Corporation.\r\n\r\nCopyright © 2005-2023 Pico Technology Ltd. All rights reserved.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicotech%2Fpicosdk-ni-labview-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicotech%2Fpicosdk-ni-labview-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicotech%2Fpicosdk-ni-labview-examples/lists"}