January 2012 1.2 NC Software 548 328-02 23
 Modifying the plc.cfg file:
The current plc.cfg file is located in the control in the directory 
PLC:\config\lathe\manplus\plc.cfg. You can use TNCremoNT to copy the file 
from the control to the PLC project, or you can use PLCdesignNT to modify 
the previous file in the PLC project.
 
 Make the following changes to the plc.cfg file:
CfgPlcOverrideDev (
  key:="PotentiometerF",
  source:=OVR1,
  mop:="MB",                ; This line must be added.
  mode:=LINEAR,
  values:=[]
)
CfgPlcOverrideDev (
  key:="PotentiometerS",
  source:=OVR2,
  mop:="MB",                ; This line must be added.
  mode:=LINEAR,
  values:=[]
)
CfgPlcStrobes (
...
sStrobe:=[     ; Add an opening bracket
"S1"
],     ; Add a closing bracket
...
)
 
 
 
CfgPlcOverrideS (
  key:="S1",
  minimal:=0.5,
  maximal:=1.5,
  source:= [         ; Add an opening bracket
    "PotentiometerS"
  ]              ; Add a closing bracket