KirillBelov/ LabDevicesLink

Lab devices tools for Wolfrm Language

Contributed by: Kirill Belov

Installation Instructions

To install this paclet in your Wolfram Language environment, evaluate this code:
PacletInstall["KirillBelov/LabDevicesLink"]


To load the code after installation, evaluate this code:
Needs["KirillBelov`LabDevicesLink`"]

Examples

Basic Examples (3) 

Interrogator communication protocol:

FGB Interrogator:

In[1]:=
data = FBGInterrogatorData["192.168.1.111", "ADCRawData"]
Out[1]=

And plot the spectrum:

In[2]:=
ListLogPlot[data["ADCData"], Joined -> True, PlotTheme -> "Scientific", GridLines -> Automatic, Frame -> True
 ]
Out[2]=

Scope (1) 

Error when device not exists on specific address and port:

Publisher

Kirill Belov

Disclosures

Compatibility

Wolfram Language Version 13.2

Version History

  • 1.0.4 – 09 October 2024
  • 1.0.3 – 09 October 2024
  • 1.0.2 – 09 October 2024
  • 1.0.1 – 09 October 2024
  • 1.0.0 – 09 October 2024

License Information

MIT License

Paclet Source

See Also