Skip to content

Commit

Permalink
* generate mtc model in /etc/fanuc folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MRIIOT committed Nov 1, 2022
1 parent 44ff717 commit 075baee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fanuc-driver/config-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ system:
# if you don't specify a full path then the generated file will reside
# in the working directory. if this is containarized then the file will be
# inside the container file system.
output: "device_{{device}}.xml"
output: "/etc/fanuc/device_{{device}}.xml"
root: |-
<Device id="{{device}}" name="{{device}}" uuid="{{device}}">
<Description manufacturer="xxx" serialNumber="xxx">xxx</Description>
Expand Down

0 comments on commit 075baee

Please sign in to comment.