update
This commit is contained in:
parent
422fdd30cc
commit
72f58f19ab
Binary file not shown.
Binary file not shown.
@ -1,10 +1,24 @@
|
|||||||
|
; Настройки для COM-порта (RS232)
|
||||||
|
|
||||||
|
[RS232]
|
||||||
|
Port = COM3
|
||||||
|
Baud Rate = 115200
|
||||||
|
Data Bits = 8
|
||||||
|
Parity = None
|
||||||
|
Stop Bits = 1.0
|
||||||
|
Flow Control = None
|
||||||
|
VISA Timeout = 10000
|
||||||
|
; Настройки для CAN интерфейса
|
||||||
|
|
||||||
[CAN]
|
[CAN]
|
||||||
BaudRate = 115200
|
Interface = PCIe-8512/2
|
||||||
|
Channel = 0
|
||||||
|
Baud Rate = 1000
|
||||||
Mode = Normal
|
Mode = Normal
|
||||||
BitRateIndex = 0x8003
|
Request Timeout = 5000
|
||||||
Timeout = 1000
|
; Общие настройки устройства
|
||||||
|
|
||||||
[Device]
|
[Device]
|
||||||
Port = "com1"
|
Name = STM32F103
|
||||||
DeviceID = 0
|
ID = 001
|
||||||
MaxRetries = 3
|
LastConfig = 2023-11-15
|
@ -11,12 +11,22 @@
|
|||||||
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
|
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
|
||||||
<Property Name="specify.custom.address" Type="Bool">false</Property>
|
<Property Name="specify.custom.address" Type="Bool">false</Property>
|
||||||
<Item Name="main_project.vi" Type="VI" URL="../main_project.vi"/>
|
<Item Name="main_project.vi" Type="VI" URL="../main_project.vi"/>
|
||||||
|
<Item Name="READ_INI.vi" Type="VI" URL="../READ_INI.vi"/>
|
||||||
<Item Name="SLCan_Check_BitRate.vi" Type="VI" URL="../../../../../../labview/SLCan_Check_BitRate.vi"/>
|
<Item Name="SLCan_Check_BitRate.vi" Type="VI" URL="../../../../../../labview/SLCan_Check_BitRate.vi"/>
|
||||||
<Item Name="SLCan_MODE_SetUP.vi" Type="VI" URL="../../../../../../labview/SLCan_MODE_SetUP.vi"/>
|
<Item Name="SLCan_MODE_SetUP.vi" Type="VI" URL="../../../../../../labview/SLCan_MODE_SetUP.vi"/>
|
||||||
<Item Name="SLCan_MSG.vi" Type="VI" URL="../../../../../../labview/SLCan_MSG.vi"/>
|
<Item Name="SLCan_MSG.vi" Type="VI" URL="../../../../../../labview/SLCan_MSG.vi"/>
|
||||||
<Item Name="SLCan_SetUp_BitRate.vi" Type="VI" URL="../../../../../../labview/SLCan_SetUp_BitRate.vi"/>
|
<Item Name="SLCan_SetUp_BitRate.vi" Type="VI" URL="../../../../../../labview/SLCan_SetUp_BitRate.vi"/>
|
||||||
<Item Name="test.vi" Type="VI" URL="../test.vi"/>
|
|
||||||
<Item Name="Dependencies" Type="Dependencies">
|
<Item Name="Dependencies" Type="Dependencies">
|
||||||
|
<Item Name="vi.lib" Type="Folder">
|
||||||
|
<Item Name="8.6CompatibleGlobalVar.vi" Type="VI" URL="/<vilib>/Utility/config.llb/8.6CompatibleGlobalVar.vi"/>
|
||||||
|
<Item Name="Check if File or Folder Exists.vi" Type="VI" URL="/<vilib>/Utility/libraryn.llb/Check if File or Folder Exists.vi"/>
|
||||||
|
<Item Name="Error Cluster From Error Code.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Error Cluster From Error Code.vi"/>
|
||||||
|
<Item Name="NI_FileType.lvlib" Type="Library" URL="/<vilib>/Utility/lvfile.llb/NI_FileType.lvlib"/>
|
||||||
|
<Item Name="NI_LVConfig.lvlib" Type="Library" URL="/<vilib>/Utility/config.llb/NI_LVConfig.lvlib"/>
|
||||||
|
<Item Name="NI_PackedLibraryUtility.lvlib" Type="Library" URL="/<vilib>/Utility/LVLibp/NI_PackedLibraryUtility.lvlib"/>
|
||||||
|
<Item Name="Trim Whitespace.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Trim Whitespace.vi"/>
|
||||||
|
<Item Name="whitespace.ctl" Type="VI" URL="/<vilib>/Utility/error.llb/whitespace.ctl"/>
|
||||||
|
</Item>
|
||||||
<Item Name="slcan.dll" Type="Document" URL="../slcan.dll"/>
|
<Item Name="slcan.dll" Type="Document" URL="../slcan.dll"/>
|
||||||
</Item>
|
</Item>
|
||||||
<Item Name="Build Specifications" Type="Build"/>
|
<Item Name="Build Specifications" Type="Build"/>
|
||||||
|
27
SLCan_whithDLL/test_ini.ini
Normal file
27
SLCan_whithDLL/test_ini.ini
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
; Настройки для COM-порта (RS232)
|
||||||
|
|
||||||
|
[RS232]
|
||||||
|
Port = COM3
|
||||||
|
Baud Rate = 9600
|
||||||
|
Data Bits = 8
|
||||||
|
Parity = None
|
||||||
|
Stop Bits = 1.0
|
||||||
|
Flow Control = None
|
||||||
|
VISA Timeout = 10000
|
||||||
|
; Настройки для CAN интерфейса
|
||||||
|
|
||||||
|
[CAN]
|
||||||
|
Interface = PCIe-8512/2
|
||||||
|
Channel = 0
|
||||||
|
Baud Rate = 500000
|
||||||
|
Mode = Normal
|
||||||
|
Request Timeout = 5000
|
||||||
|
; Общие настройки устройства
|
||||||
|
|
||||||
|
[Device]
|
||||||
|
Name = STM32F103
|
||||||
|
ID = 001
|
||||||
|
LastConfig = 2023-11-15
|
||||||
|
|
||||||
|
[test]
|
||||||
|
pole = 65535
|
Loading…
Reference in New Issue
Block a user