<< Click to Display Table of Contents >>
P3 |
Use the P3 property to configure a driver. Check driver's documentation to correctly set its parameters. This property cannot be modified after communication starts. Example:
Sub Driver1_BeforeStart()
' Driver1 is an object of type I/O Driver
DriverLocation = "c:\driver\plc.dll"
P1 = 2
P2 = 1
P3 = 9600
End Sub