Skip to content

Adjusting string sizing for longer path names#36

Merged
keenanlang merged 3 commits intomasterfrom
address-35
Apr 29, 2026
Merged

Adjusting string sizing for longer path names#36
keenanlang merged 3 commits intomasterfrom
address-35

Conversation

@keenanlang
Copy link
Copy Markdown
Member

Per #35, updates the fileSystem, subDir, and baseName fields to be able to handle up to 256 characters, rather than the <40 they previously did.

fullPathName is similarly increased to 512 characters.

Comment thread sscanApp/Db/saveData.db Outdated
Comment thread sscanApp/Db/saveData.db Outdated
Comment on lines 57 to 61
record(waveform, "$(P)saveData_fullPathName") {
field(DTYP, "Soft Channel")
field(NELM, "100")
field(NELM, "512")
field(FTVL, "CHAR")
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you miss this record intentionally?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That has always been a waveform, so I didn't necessarily want to change it and potentially affect functionality beyond what was asked for. But if the recommendation is to phase out waveforms, I will change it.

@keenanlang keenanlang merged commit 82635c8 into master Apr 29, 2026
4 checks passed
@keenanlang keenanlang deleted the address-35 branch April 29, 2026 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants