Skip to content

Adjusting string sizing for longer path names#36

Open
keenanlang wants to merge 3 commits intomasterfrom
address-35
Open

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

Conversation

@keenanlang
Copy link
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 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
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
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.

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