# QInsControl.jl A GUI for Controling Instuments and Data Acquisiton

**URL:** https://discourse.julialang.org/t/qinscontrol-jl-a-gui-for-controling-instuments-and-data-acquisiton/102243
**Category:** Package Announcements
**Tags:** gui
**Created:** [July 29, 2023, 3:25pm UTC](https://discourse.julialang.org/t/qinscontrol-jl-a-gui-for-controling-instuments-and-data-acquisiton/102243 "2023-07-29T15:25:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![FaresX](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/faresx/32/51908_2.png) [@FaresX](https://discourse.julialang.org/u/FaresX)
#### Post date: [July 29, 2023, 3:25pm UTC](https://discourse.julialang.org/t/qinscontrol-jl-a-gui-for-controling-instuments-and-data-acquisiton/102243/1 "2023-07-29T15:25:55Z")

</div>

**warning: unregistered package**  
I’m excited to announce the package [QInsControl.jl](https://github.com/FaresX/QInsControl.jl), which provides a GUI for controling instruments and performing data acquisition via NI VISA wrapped by [Instruments.jl](https://github.com/BBN-Q/Instruments.jl) and sockets.  
I feel bored with repetitive recording work and cumbersome to reuse and wirte scripts during measurement experiments of low temperature quantum transport in my lab. QInsControl.jl is my solution.  
With this package, you can conveniently add support for new instruments, control instruments, write measurement scripts, perform real-time ploting with simple data processing and record status of instruments, script, circuit and plots in an experiment.  
Although unregistered, it is stable for the most part. Welcome to try it out and provide any feedback!

---

<div class="post-metadata">

### Author: ![FaresX](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/faresx/32/51908_2.png) [@FaresX](https://discourse.julialang.org/u/FaresX)
#### Post date: [August 2, 2023, 4:23pm UTC](https://discourse.julialang.org/t/qinscontrol-jl-a-gui-for-controling-instuments-and-data-acquisiton/102243/2 "2023-08-02T16:23:22Z")

</div>

I have migrated the extensible part of QInsControl.jl to [QInsControlAssets](https://github.com/FaresX/QInsControlAssets). Now everyone can directly contribute instrument drivers, language packs, and styles here. By using `Pkg.build()` in the REPL, you can update this specific part without having to update the entire QInsControl.jl package. This provides assurance for future stable releases.
