Skip to content
Snippets Groups Projects
Commit b35beebe authored by Jean-François Denis's avatar Jean-François Denis
Browse files

Change float value : coma by dot

parent ff24fc39
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ record(ao, "$(DEVICE):CALC-DistP-SP")
field(FLNK,"$(DEVICE):CALC-FuncCalcConv")
}
############################################
## Lenght plates(L) ########################
## Lenght plates(L2) ########################
############################################
record(ao, "$(DEVICE):CALC-LenghP-SP")
{
......@@ -33,7 +33,7 @@ record(ao, "$(DEVICE):CALC-LenghP-SP")
field(EGU, "mm")
field(DRVH, "100")
field(DRVL, "0")
field(VAL,"78,84")
field(VAL,"78.84")
field(PREC,"2")
field(PINI,"YES")
field(FLNK,"$(DEVICE):CALC-FuncCalcConv")
......@@ -48,7 +48,7 @@ record(ao, "$(DEVICE):CALC-FacLenghP-SP")
field(EGU, "mm")
field(DRVH, "100")
field(DRVL, "0")
field(VAL,"5,58")
field(VAL,"5.58")
field(PREC,"2")
field(PINI,"YES")
field(FLNK,"$(DEVICE):CALC-FuncCalcConv")
......@@ -63,7 +63,7 @@ record(ao, "$(DEVICE):CALC-RearLenghP-SP")
field(EGU, "mm")
field(DRVH, "100")
field(DRVL, "0")
field(VAL,"6,58")
field(VAL,"6.58")
field(PREC,"2")
field(PINI,"YES")
field(FLNK,"$(DEVICE):CALC-FuncCalcConv")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment