Add axis template

This commit is contained in:
2025-02-26 09:54:39 +01:00
parent 261f93ed43
commit 4df2642299
2 changed files with 16 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#- Will be a sub record to the axis object, example:
#- AXIS_PREFIX=c6015a-02:M1
record(stringin,"$(AXIS_PREFIX)-SS1-GrpNam") {
field(DESC, "Name of Saftey Grp ")
field(VAL, "${NAME}")
}
record(bi,"${AXIS_PREFIX}-SS1-EnaAct"){
field(DESC, "Safety PLG active for this axis")
field(VAL, 1)
field(ONAM, "1")
field(ZNAM, "0")
}