Skip to content

Logger Updates (LJLogM v1.12 and LJStreamM 1.13) #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 97 commits into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
0d46cb2
Minor logger GUI updates
sjarman28 Dec 24, 2024
5de3f63
Updates to logger config load processes
sjarman28 Dec 26, 2024
0105303
More updates to logger config load processes
sjarman28 Dec 26, 2024
b6b747e
Changed logger DevType and ConnType indicators to strings
sjarman28 Dec 26, 2024
700e47a
Changed logger DevType 7 string to 'T7x'
sjarman28 Dec 26, 2024
9b008df
Added a configuration subpanel for loggers instead of using separate …
sjarman28 Dec 28, 2024
f1592c1
Fix missing VI in loggers
sjarman28 Dec 30, 2024
ba447a3
Update and debug logger config panel.
sjarman28 Dec 30, 2024
f595dc1
Update logger process data VI, debug config issue in LJStreamM
sjarman28 Dec 30, 2024
436aa56
Minor GUI update to logger config panel
sjarman28 Dec 30, 2024
7b2693d
Refactor LJLogM diagram to better fit program flow conventions.
sjarman28 Dec 31, 2024
3140608
Added I/O config to logger config panel
sjarman28 Jan 1, 2025
385aa1f
Add back in experiment defaults config file write to logger startup
sjarman28 Jan 3, 2025
a830c8f
Reorganize logging applications
sjarman28 Jan 3, 2025
9fd3052
Refactor logger write to file functionality
sjarman28 Jan 6, 2025
566ee19
Fixed issue with LJLogM controls not updating after loading a new con…
sjarman28 Jan 6, 2025
f96efb9
Fix misconnected Write to file bool in LJLogM
sjarman28 Jan 6, 2025
60cf55e
Update LJLogM scaling equation error handling
sjarman28 Jan 6, 2025
4a1be57
Improve LJLogM error message for TCVoltsToTemp
sjarman28 Jan 6, 2025
77c9fc5
Apply scaling eq error changes to LJStreamM
sjarman28 Jan 6, 2025
5ec44eb
Remove test files in LJLogM directory
sjarman28 Jan 7, 2025
5677e93
Rename logger experiment config as program config
sjarman28 Jan 7, 2025
fdf643b
Tried to fix logger configuration panel control jumbling issue.
sjarman28 Jan 7, 2025
ebdabb7
Changed logger startup device open behavior.
sjarman28 Jan 7, 2025
eb3507b
Logger configuration panel updates.
sjarman28 Jan 7, 2025
44fafa6
Changed VI setting for logger common IO register list.
sjarman28 Jan 8, 2025
73a621a
Added back in T7x DeviceType indicator to loggers. Changed program co…
sjarman28 Jan 10, 2025
519da33
Increased default text size of LJLogM and config panel.
sjarman28 Jan 10, 2025
082b938
Apply bigger font to LJStreamM. Move Max file size bytes control.
sjarman28 Jan 10, 2025
cc77b85
Add 'Write?' Column to logger write register configuration panel.
sjarman28 Jan 10, 2025
14fed3a
Update LJStreamM to handle new Program configs cluster. Remove Log 'E…
sjarman28 Jan 10, 2025
418e344
Update LJLogM changelog.
sjarman28 Jan 10, 2025
9df1b7a
Refactor logger config panel to use event structure.
sjarman28 Jan 11, 2025
c862edd
Changed logger open configs to a typdef.
sjarman28 Jan 11, 2025
d9f74ca
Added typedefs for some logger controls.
sjarman28 Jan 11, 2025
f5f6e10
Remove pack and unpack program config VIs from loggers.
sjarman28 Jan 11, 2025
35fc90f
Changed LJLogM to update Channel Setup (cluster typedef) directly ins…
sjarman28 Jan 13, 2025
73741c4
Revert back to LJLogM indicators for data display.
sjarman28 Jan 13, 2025
53d24d0
Moved LJLogM into a state machine and added scrollbar to channel setup.
sjarman28 Jan 14, 2025
02a8833
Resolved LJLogM performance issue.
sjarman28 Jan 15, 2025
143ff66
Renamed 'LJLogM read and log and graph' 'LJLogM read and log'.
sjarman28 Jan 15, 2025
4a435ec
Added 100 channel logging to LJLogM.
sjarman28 Jan 15, 2025
a9d666e
Added LJStreamM streaming and logging subVIs (not tested yet).
sjarman28 Jan 15, 2025
158eef6
Debug LJStreamM streaming and logging subVIs.
sjarman28 Jan 16, 2025
f7be261
Fixed naming of some LJStreamM write to file VIs.
sjarman28 Jan 16, 2025
56feae1
Changed LJLogM eReadNames path to the VI in this repo.
sjarman28 Jan 16, 2025
b6b9f3a
Add LJStreamM CR read subVI.
sjarman28 Jan 16, 2025
a990a22
Shrink LJStreamM diagram.
sjarman28 Jan 16, 2025
e3c9146
Create LJStreamM read and log subVI.Note: LJStreamM is broken here.
sjarman28 Jan 16, 2025
81c382d
Updates so LJStreamM works with up to 100 channels.
sjarman28 Jan 17, 2025
dbdceac
Added channel numbering for all 100 possible logger channels.
sjarman28 Jan 17, 2025
2a3d5c2
Minor cosmetic changes and new comments to LJStreamM.
sjarman28 Jan 17, 2025
172e411
Fixed logger 100 channel config initialization.
sjarman28 Jan 20, 2025
c1cd328
Added some notes and cleaned up loggers.
sjarman28 Jan 20, 2025
85a9ab3
Added logger row modification feature.
sjarman28 Jan 21, 2025
e282172
Logger config panel changes.
sjarman28 Jan 22, 2025
4b8d97e
Cleanup logger subVI input wire requirements.
sjarman28 Jan 28, 2025
3c752ac
Fix issue with logger row modification not allowing changes to row 0.
sjarman28 Jan 28, 2025
2e62de1
Refactor how LJM logger process data gets input variables.
sjarman28 Jan 28, 2025
df018fb
Logger fix so config panel message always starts grey.
sjarman28 Jan 29, 2025
9f570e5
Fix minor LJStreamM bugs.
sjarman28 Jan 29, 2025
ca7a8e5
Fixed logger config panel bug.
sjarman28 Jan 29, 2025
fb6db54
Reorganize logger VIs.
sjarman28 Jan 29, 2025
0a08888
Minor tweaks to logger control positioning.
sjarman28 Feb 5, 2025
38c7764
Changed logger configuration panel to modal and removed auto center f…
sjarman28 Feb 18, 2025
42b0117
Update logger register lists to 12 entries, change default values.
sjarman28 Feb 18, 2025
9c19ac1
Set the max num channels in the loggers to 96.
sjarman28 Feb 19, 2025
071a880
Rearrange LJLogM front panel.
sjarman28 Mar 10, 2025
dceaafc
Change logger default current data file from 'none' to 'Not Logging t…
sjarman28 Mar 12, 2025
fd293f8
Moved change working directory to logger config panel.
sjarman28 Mar 13, 2025
21d0eff
Update LJLogM min window width.
sjarman28 Mar 13, 2025
ecac9ef
Change LJLogM to disable certain controls while logging is enabled.
sjarman28 Mar 17, 2025
2b43832
Minor rearrangement of logger config panel.
sjarman28 Mar 17, 2025
a1b7396
Add cases to 'LJM logger conditionally clear input errors'.
sjarman28 Mar 18, 2025
97bd1e4
Move LJLogM row modification processing to 'LJLogM read and log.vi'.
sjarman28 Mar 18, 2025
62c172d
Reorganize the LJStreamM front panel.
sjarman28 Mar 19, 2025
398bf2c
Minor logger GUI updates
sjarman28 Mar 19, 2025
a605daf
Logger bugfix
sjarman28 Mar 19, 2025
f542296
Fix LJLogM write to file bug introduced in the last commit.
sjarman28 Mar 19, 2025
6021a69
Fix bug where LJStreamM 'Max File Size Bytes' could not update while …
sjarman28 Mar 19, 2025
67ea11c
Clean up 'LJStreamM read and log.vi' connector pane.
sjarman28 Mar 19, 2025
9a1a098
Bump logger versions for test release.
sjarman28 Mar 25, 2025
530a27c
Optimizations to logger scaling equations.
sjarman28 Mar 25, 2025
aad1e42
Limit logger row mod value range, make default value 0.
sjarman28 Mar 25, 2025
535b1d1
Remove unnecessary event in LJLogM.
sjarman28 Mar 26, 2025
b14ce7b
Update LJLogM write to file functionality.
sjarman28 Mar 26, 2025
ffc6d2c
Move LJLogM Current Data File indicator so it updates sooner on the f…
sjarman28 Mar 26, 2025
de7aea1
Update logger config panel
sjarman28 Mar 26, 2025
629841e
Minor tweaks to logger window sizes.
sjarman28 Mar 26, 2025
7b76181
Move LJStreamM row modification into 'LJStreamM read and log.vi'.
sjarman28 Apr 1, 2025
50df22a
Fix LJStreamM scaling equation disable while streaming.
sjarman28 Apr 1, 2025
87c5205
Update LJStreamM front panel indicator default values.
sjarman28 Apr 2, 2025
f9e0e6f
Rework LJStreamM update interval when not logging
sjarman28 Apr 9, 2025
60ccd18
Bump logger versions, update changelogs.
sjarman28 Apr 10, 2025
a8b6b1a
Change logger startup config check
sjarman28 Apr 16, 2025
ba8c71b
Rearranged logger graph palettes on the front panel.
sjarman28 Apr 16, 2025
588fccf
Bump logger versions, update changelogs.
sjarman28 Apr 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Functions/LJM_TCVoltsToTemp.vi
Binary file not shown.
Binary file removed LJLogM/LJLogM.bld
Binary file not shown.
Binary file removed LJLogM/LJLogM.vi
Binary file not shown.
Binary file removed LJLogM/LJLogMtest.bld
Binary file not shown.
Binary file removed LJLogM/sub/LJM conditionally clear input errors.vi
Binary file not shown.
Binary file removed LJLogM/sub/LJM get and check exp config.vi
Binary file not shown.
Binary file not shown.
Binary file removed LJLogM/sub/LJM process new exp config.vi
Binary file not shown.
Binary file removed LJLogM/sub/LJM process new open.vi
Binary file not shown.
Binary file removed LJLogM/sub/LJM read open config.vi
Binary file not shown.
Binary file removed LJLogM/sub/LJM save new configs.vi
Binary file not shown.
Binary file removed LJLogM/sub/change working directory.vi
Binary file not shown.
Binary file removed LJLogM/sub/filter inf values.vi
Binary file not shown.
Binary file removed LJLogM/sub/get and check open config.vi
Binary file not shown.
Binary file removed LJLogM/sub/get working directory.vi
Binary file not shown.
Binary file removed LJLogM/sub/process new open.vi
Binary file not shown.
Binary file removed LJLogM/sub/select new configs.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added LJM Logging Applications/LJLogM/LJLogM.bld
Binary file not shown.
Binary file added LJM Logging Applications/LJLogM/LJLogM.vi
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file added LJM Logging Applications/LJStreamM/LJStreamM.vi
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed LJStreamM/LJStreamM.vi
Binary file not shown.
Binary file removed LJStreamM/sub/Internet Version Check.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJM read config.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJM startup config check.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJM startup config.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJStreamM data file write.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJUD_TCVoltsToTemp.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJstreamM add data to file.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJstreamM apply formula in tc.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJstreamM apply formula to array.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJstreamM build header string.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJstreamM get file name.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJstreamM globals.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJstreamM graph processing.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJstreamM process data.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJstreamM read config.vi
Binary file not shown.
Binary file removed LJStreamM/sub/LJstreamM write config.vi
Binary file not shown.
Binary file removed LJStreamM/sub/Write To File Util.vi
Binary file not shown.