Skip to content

aman983/ICP_DAS_PLC_PYTHON_SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ICP DAS PLC Python SDK

This is a Repository to add support of python to ICP DAS PLC(Programable Logic Controller).

Sample Code Example

  1. Connecting to the PLC --> Room = PLC(IP_Address,Port_number)
  2. Turns on Relay's 1,2,3 --> Room.Relay_control(123)
  3. Get digital input from PLC --> Room.Digital_imput()
  4. Get digital input 1 counter value form PLC --> Room.Counter_Value(1)
  5. Resets the Counter 1 value to 0 --> Room.Reset_Counter(1)
  6. Gets Latch status of pin 1 --> Room.Status_Latch(1)
  7. Clears Latch status --> Room.Clear_Latch_Status()

About

This is a Repository to add support of python to ICP DAS PLC(Programable Logic Controller).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages