LabVIEW Presentation added
This commit is contained in:
parent
bcf699a1ac
commit
7e4df85702
29 changed files with 118 additions and 0 deletions
BIN
Integrating Rust with LabVIEW.pptx
Normal file
BIN
Integrating Rust with LabVIEW.pptx
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/Decoder Source/decoder.dll
Normal file
BIN
Presentation LabVIEW/Decoder Source/decoder.dll
Normal file
Binary file not shown.
15
Presentation LabVIEW/Decoder Source/decoderlib.h
Normal file
15
Presentation LabVIEW/Decoder Source/decoderlib.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
__int64 add( __int64 a, __int64 b);
|
||||
|
||||
/**
|
||||
* decode jpeg image of given length
|
||||
*
|
||||
* image format is 0RGB
|
||||
*/
|
||||
__int64 decode(__int32 *image, const __int8 *packet, __int32 length);
|
||||
|
||||
__int64 blit_pattern(__int32 *arr);
|
BIN
Presentation LabVIEW/Display Image.vi
Normal file
BIN
Presentation LabVIEW/Display Image.vi
Normal file
Binary file not shown.
3
Presentation LabVIEW/GDevCon Presentation.aliases
Normal file
3
Presentation LabVIEW/GDevCon Presentation.aliases
Normal file
|
@ -0,0 +1,3 @@
|
|||
[My Computer]
|
||||
My Computer = "192.168.19.1"
|
||||
|
3
Presentation LabVIEW/GDevCon Presentation.lvlps
Normal file
3
Presentation LabVIEW/GDevCon Presentation.lvlps
Normal file
|
@ -0,0 +1,3 @@
|
|||
[ProjectWindow_Data]
|
||||
ProjectExplorer.ClassicPosition[String] = "257,938,933,1397"
|
||||
|
49
Presentation LabVIEW/GDevCon Presentation.lvproj
Normal file
49
Presentation LabVIEW/GDevCon Presentation.lvproj
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Project Type="Project" LVVersion="20008000">
|
||||
<Item Name="My Computer" Type="My Computer">
|
||||
<Property Name="NI.SortType" Type="Int">3</Property>
|
||||
<Property Name="server.app.propertiesEnabled" Type="Bool">true</Property>
|
||||
<Property Name="server.control.propertiesEnabled" Type="Bool">true</Property>
|
||||
<Property Name="server.tcp.enabled" Type="Bool">false</Property>
|
||||
<Property Name="server.tcp.port" Type="Int">0</Property>
|
||||
<Property Name="server.tcp.serviceName" Type="Str">My Computer/VI Server</Property>
|
||||
<Property Name="server.tcp.serviceName.default" Type="Str">My Computer/VI Server</Property>
|
||||
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
|
||||
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
|
||||
<Property Name="specify.custom.address" Type="Bool">false</Property>
|
||||
<Item Name="JSON Demo" Type="Folder">
|
||||
<Item Name="JSON Read Example.vi" Type="VI" URL="../JSON Read Example.vi"/>
|
||||
<Item Name="JSON TypeDef Control.ctl" Type="VI" URL="../JSON TypeDef Control.ctl"/>
|
||||
<Item Name="JSON Write Example.vi" Type="VI" URL="../JSON Write Example.vi"/>
|
||||
</Item>
|
||||
<Item Name="JSON Communication" Type="Folder">
|
||||
<Item Name="TCP ReadWrite JSON Data Example.vi" Type="VI" URL="../TCP ReadWrite JSON Data Example.vi"/>
|
||||
<Item Name="TCP Read JSON Data.vi" Type="VI" URL="../TCP Read JSON Data.vi"/>
|
||||
<Item Name="TCP Write JSON Data.vi" Type="VI" URL="../TCP Write JSON Data.vi"/>
|
||||
<Item Name="TCP Write Data Control.ctl" Type="VI" URL="../TCP Write Data Control.ctl"/>
|
||||
<Item Name="TCP Read Data Control.ctl" Type="VI" URL="../TCP Read Data Control.ctl"/>
|
||||
</Item>
|
||||
<Item Name="JSON Robot Control" Type="Folder">
|
||||
<Item Name="JSON Robot Control Example.vi" Type="VI" URL="../JSON Robot Control Example.vi"/>
|
||||
<Item Name="JSON Robot Read Control.ctl" Type="VI" URL="../JSON Robot Read Control.ctl"/>
|
||||
<Item Name="JSON Robot Write Control.ctl" Type="VI" URL="../JSON Robot Write Control.ctl"/>
|
||||
<Item Name="Tune Robotic Speed.vi" Type="VI" URL="../Tune Robotic Speed.vi"/>
|
||||
<Item Name="Motor Control.ctl" Type="VI" URL="../Motor Control.ctl"/>
|
||||
</Item>
|
||||
<Item Name="Streaming Demo" Type="Folder">
|
||||
<Item Name="TCP Read Image Data Example.vi" Type="VI" URL="../TCP Read Image Data Example.vi"/>
|
||||
<Item Name="decoder.lvlib" Type="Library" URL="../decoder/decoder.lvlib"/>
|
||||
<Item Name="Display Image.vi" Type="VI" URL="../Display Image.vi"/>
|
||||
</Item>
|
||||
<Item Name="Dependencies" Type="Dependencies">
|
||||
<Item Name="vi.lib" Type="Folder">
|
||||
<Item Name="imagedata.ctl" Type="VI" URL="/<vilib>/picture/picture.llb/imagedata.ctl"/>
|
||||
<Item Name="Flatten Pixmap.vi" Type="VI" URL="/<vilib>/picture/pixmap.llb/Flatten Pixmap.vi"/>
|
||||
<Item Name="Draw Flattened Pixmap.vi" Type="VI" URL="/<vilib>/picture/picture.llb/Draw Flattened Pixmap.vi"/>
|
||||
<Item Name="FixBadRect.vi" Type="VI" URL="/<vilib>/picture/pictutil.llb/FixBadRect.vi"/>
|
||||
</Item>
|
||||
<Item Name="decode.vi" Type="VI" URL="../decoder/VIs/decode.vi"/>
|
||||
</Item>
|
||||
<Item Name="Build Specifications" Type="Build"/>
|
||||
</Item>
|
||||
</Project>
|
BIN
Presentation LabVIEW/JSON Read Example.vi
Normal file
BIN
Presentation LabVIEW/JSON Read Example.vi
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/JSON Robot Control Example.vi
Normal file
BIN
Presentation LabVIEW/JSON Robot Control Example.vi
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/JSON Robot Read Control.ctl
Normal file
BIN
Presentation LabVIEW/JSON Robot Read Control.ctl
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/JSON Robot Write Control.ctl
Normal file
BIN
Presentation LabVIEW/JSON Robot Write Control.ctl
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/JSON TypeDef Control.ctl
Normal file
BIN
Presentation LabVIEW/JSON TypeDef Control.ctl
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/JSON Write Example.vi
Normal file
BIN
Presentation LabVIEW/JSON Write Example.vi
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/Motor Control.ctl
Normal file
BIN
Presentation LabVIEW/Motor Control.ctl
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/TCP Read Data Control.ctl
Normal file
BIN
Presentation LabVIEW/TCP Read Data Control.ctl
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/TCP Read Image Data Example.vi
Normal file
BIN
Presentation LabVIEW/TCP Read Image Data Example.vi
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/TCP Read JSON Data.vi
Normal file
BIN
Presentation LabVIEW/TCP Read JSON Data.vi
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/TCP Read JSON Dataold.vi
Normal file
BIN
Presentation LabVIEW/TCP Read JSON Dataold.vi
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/TCP ReadWrite JSON Data Example.vi
Normal file
BIN
Presentation LabVIEW/TCP ReadWrite JSON Data Example.vi
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/TCP Write Data Control.ctl
Normal file
BIN
Presentation LabVIEW/TCP Write Data Control.ctl
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/TCP Write JSON Data.vi
Normal file
BIN
Presentation LabVIEW/TCP Write JSON Data.vi
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/Tune Robotic Speed.vi
Normal file
BIN
Presentation LabVIEW/Tune Robotic Speed.vi
Normal file
Binary file not shown.
39
Presentation LabVIEW/decoder/Report.html
Normal file
39
Presentation LabVIEW/decoder/Report.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<!-- Constructed with LabVIEW Report Generation -->
|
||||
<HEAD>
|
||||
<TITLE></TITLE>
|
||||
<STYLE TYPE="text/css">
|
||||
<!--
|
||||
BODY {margin-top:0.250000in; margin-bottom: 0.250000in; margin-left: 0.500000in; margin-right: 0.500000in
|
||||
}-->
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
<TABLE WIDTH="100%">
|
||||
<TR>
|
||||
<TH ALIGN="CENTER"><H3>Import Shared Library Report</H3></TH>
|
||||
</TR></TABLE><DIV align=right></I>
|
||||
</U>
|
||||
<FONT FACE="Arial" SIZE="1">
|
||||
<B>Tuesday, July 22, 2025 11:46:46 AM</DIV><BR><BR><BR></U>
|
||||
<FONT FACE="Arial" SIZE="2">
|
||||
<B>Your generated files are installed in the following folder:<BR></I>
|
||||
</U>
|
||||
</B>
|
||||
<FONT FACE="Arial" SIZE="2">
|
||||
D:\Miscellaneous\Presentations\GDevCon2025\Presentation\Presentation Software\decoder<BR><BR></U>
|
||||
<FONT FACE="Arial" SIZE="2">
|
||||
<B>Parsing header file warnings:<BR></I>
|
||||
</U>
|
||||
</B>
|
||||
<FONT FACE="Arial" SIZE="2">
|
||||
No errors/warnings occurred when parsing the header file.<BR><BR></I>
|
||||
</U>
|
||||
</B>
|
||||
<FONT FACE="Arial" SIZE="2">
|
||||
No errors/warnings occurred when generating the wrapper VIs for this shared library.<BR><BR></B>
|
||||
<FONT FACE="Arial" SIZE="2">
|
||||
</BODY>
|
||||
</HTML>
|
BIN
Presentation LabVIEW/decoder/VIs/add.vi
Normal file
BIN
Presentation LabVIEW/decoder/VIs/add.vi
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/decoder/VIs/decode.vi
Normal file
BIN
Presentation LabVIEW/decoder/VIs/decode.vi
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/decoder/VIs/dir.mnu
Normal file
BIN
Presentation LabVIEW/decoder/VIs/dir.mnu
Normal file
Binary file not shown.
BIN
Presentation LabVIEW/decoder/decoder.dll
Normal file
BIN
Presentation LabVIEW/decoder/decoder.dll
Normal file
Binary file not shown.
9
Presentation LabVIEW/decoder/decoder.lvlib
Normal file
9
Presentation LabVIEW/decoder/decoder.lvlib
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Library LVVersion="20008000">
|
||||
<Property Name="NI.Lib.Icon" Type="Bin">)!#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!+G!!!*Q(C=\:;R<B."%)<`E%CB^2MAC]\FP)+L&#>27#HJZB8=JK!Q%GEC)433*@>_!$=O;#G'*LV<3L`#]>X?WM2)NI-%AI,:T.\?0\MTX_VN4J;+P:3OV*YTH<)2]>@(<@49R5GS7N6OV8=\K9]T8*6)(?S\_:.Y[1]HN@0HL4^4@X85SPJG@NQ?4T^`5_*.UT;(NLO@0S`?NLX%N3XD`H\``-WO.5V\U([M<X^;X[?9NXX^9\<D_R``C`(2[@-X?DRFT`HXPDM\[1_<>+(O1Y1H(LDDJC\5*HKC*XKC*XKC"XKA"XKA"XKA/\KD/\KD/\KD'\KB'\KB'\KBFY9O>+%,H6V*CC?&EK2*AG1S+%K[B#@B38A3(G[6]#1]#5`#E`!Q21F0QJ0Q*$Q*$]O5]#1]#5`#E`#1KJ"E;?DQ*$SE6]!4]!1]!5`!1UE&0!&!5#R)(#1"1U%Q'!1]!5`!QV!"4]!4]!1]!1^B"4Q"4]!4]!1],#G\%I7G;_DQE%9/D]0D]$A]$A_JZ@!Y0![0Q_0Q5%Y/D]0D1$A&H?1AS&HE4("O("[(BYM=(I@(Y8&Y("Z#Z1VZW:G/JGPI]"A]"I`"9`!90+31Q70Q'$Q'D]&$7BE]"I`"9`!90*33Q70Q'$Q'C&'5]D+3'1O.39:A]0"84IO6NR3&R%K4[O&60:3KBUXV%+E?$N78LPIS66_3[O;L<KLK:KFOAOL$K5+LQKA756X=4>37@I/P]35_Q[@Y""`D1XT1,@X.%\@<L4;<D><LN:<,J7;TG;<4K3;4C=<DM9<$I1;$Q@\HR#N;<R?\\^)>9`RS`MU7$_^P<B__X,TNLNU^_P7CHX0Z4F@8H8_YT]8(.Z0<_`OPH\LYLXK8\`0_O`1P@"PV1OW4HW(MU8><A;9T!!!!!!</Property>
|
||||
<Property Name="NI.Lib.SourceVersion" Type="Int">536903680</Property>
|
||||
<Property Name="NI.Lib.Version" Type="Str">1.0.0.0</Property>
|
||||
<Item Name="add.vi" Type="VI" URL="../VIs/add.vi"/>
|
||||
<Item Name="decode.vi" Type="VI" URL="../VIs/decode.vi"/>
|
||||
<Item Name="decoder.dll" Type="Document" URL="../decoder.dll"/>
|
||||
</Library>
|
BIN
Presentation LabVIEW/decoder/dir.mnu
Normal file
BIN
Presentation LabVIEW/decoder/dir.mnu
Normal file
Binary file not shown.
Loading…
Reference in a new issue