Commit 0303e1e8 authored by 潘栩锋's avatar 潘栩锋 🚴

添加 44446,541_v2

parent eb04ce77
...@@ -68,11 +68,11 @@ ...@@ -68,11 +68,11 @@
<PLCVariable DeviceIndex="2" Mode="4" Addr="2320" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="ScrewMotorFreq" /> <PLCVariable DeviceIndex="2" Mode="4" Addr="2320" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="ScrewMotorFreq" />
<PLCVariable DeviceIndex="3" Mode="4" Addr="2320" Type="UInt16" Scale="0.1" OwnerName="Items[3]" PropertyName="ScrewMotorFreq" /> <PLCVariable DeviceIndex="3" Mode="4" Addr="2320" Type="UInt16" Scale="0.1" OwnerName="Items[3]" PropertyName="ScrewMotorFreq" />
<PLCVariable DeviceIndex="4" Mode="4" Addr="2320" Type="UInt16" Scale="0.1" OwnerName="Items[4]" PropertyName="ScrewMotorFreq" /> <PLCVariable DeviceIndex="4" Mode="4" Addr="2320" Type="UInt16" Scale="0.1" OwnerName="Items[4]" PropertyName="ScrewMotorFreq" />
<PLCVariable DeviceIndex="1" Mode="4" Addr="2308" Type="UInt16" Scale="0.1" OwnerName="Items[0]" PropertyName="ScrewManualFreq" /> <PLCVariable DeviceIndex="1" Mode="4" Addr="1700" Type="float" Scale="1" OwnerName="Items[0]" PropertyName="ScrewManualFreq" />
<PLCVariable DeviceIndex="0" Mode="4" Addr="2308" Type="UInt16" Scale="0.1" OwnerName="Items[1]" PropertyName="ScrewManualFreq" /> <PLCVariable DeviceIndex="0" Mode="4" Addr="1700" Type="float" Scale="1" OwnerName="Items[1]" PropertyName="ScrewManualFreq" />
<PLCVariable DeviceIndex="2" Mode="4" Addr="2308" Type="UInt16" Scale="0.1" OwnerName="Items[2]" PropertyName="ScrewManualFreq" /> <PLCVariable DeviceIndex="2" Mode="4" Addr="1700" Type="float" Scale="1" OwnerName="Items[2]" PropertyName="ScrewManualFreq" />
<PLCVariable DeviceIndex="3" Mode="4" Addr="2308" Type="UInt16" Scale="0.1" OwnerName="Items[3]" PropertyName="ScrewManualFreq" /> <PLCVariable DeviceIndex="3" Mode="4" Addr="1700" Type="float" Scale="1" OwnerName="Items[3]" PropertyName="ScrewManualFreq" />
<PLCVariable DeviceIndex="4" Mode="4" Addr="2308" Type="UInt16" Scale="0.1" OwnerName="Items[4]" PropertyName="ScrewManualFreq" /> <PLCVariable DeviceIndex="4" Mode="4" Addr="1700" Type="float" Scale="1" OwnerName="Items[4]" PropertyName="ScrewManualFreq" />
<PLCVariable DeviceIndex="1" Mode="0" Addr="910" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="ScrewIsAutoMode" /> <PLCVariable DeviceIndex="1" Mode="0" Addr="910" Type="bool" Scale="1" OwnerName="Items[0]" PropertyName="ScrewIsAutoMode" />
<PLCVariable DeviceIndex="0" Mode="0" Addr="910" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="ScrewIsAutoMode" /> <PLCVariable DeviceIndex="0" Mode="0" Addr="910" Type="bool" Scale="1" OwnerName="Items[1]" PropertyName="ScrewIsAutoMode" />
<PLCVariable DeviceIndex="2" Mode="0" Addr="910" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="ScrewIsAutoMode" /> <PLCVariable DeviceIndex="2" Mode="0" Addr="910" Type="bool" Scale="1" OwnerName="Items[2]" PropertyName="ScrewIsAutoMode" />
......
v2.0.0-20190706
1. 趨Ƶʸı D2308(uint16,0.1) ->D1700(float)
\ No newline at end of file
This diff is collapsed.
$root_path = $PSScriptRoot
$src_path = $root_path + "\WS.xml"
$dest_dir = $root_path + "\..\..\..\..\Project.FLY.Weight\FLY.Weight.UI.Server\bin\Debug\Gage1"
$dest_path = $dest_dir + "\WS.xml"
if(-not (Test-Path $dest_dir))
{
echo $dest_dir
mkdir $dest_dir
}
echo WS.xml
cp $src_path $dest_path
echo Ƴɹ
pause
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment