Instructions

TOC

Instructions

Remote Communication has two libraries : Python and C#:

1. Below is Python Lib instruction:

Attached is the updated Sysmetric library example to work remotely with the Artic\Samson.

Make sure:

  • Python version 3.9.13 
  • pymodbus version 3.1.2
  • You need to have both files: Sysmtric_test_v1.py and sysmetric_with_press.py in the same directory.

Please test it 1st at your lab, see that it is working.

The yellow marked parameters are parameters that you need to set locally to your samson_test_v1 script. 

sysmetric_test_v1.py

*****************************************************************************

import sysmetric_with_press

adaptor = sysmetric_with_press.ThermalAdapter(sysmetric_with_press.DeviceType.Samson, ‘192.168.1.128’)
state = adaptor.get_control_state()
print(“\n”)
print(‘Current system state: {}’.format(adaptor.get_control_state_description(state)))

#adaptor.turn_on()

errors = adaptor.get_errors()
print(‘Error list: {}’.format(errors))
adaptor.set_temperature(25)
temp = adaptor.get_requested_temperature()
print(‘Requested temperature: {}’.format(temp))
temp = adaptor.get_actual_temperature()
print(‘Actual temperature: {}’.format(temp))
temp = adaptor.get_tcase_temperature()
print(‘Actual T-case: {}’.format(temp))

#adaptor.turn_off()

adaptor.close()

2. Below is C# Lib instruction:

Download remote C# Library from hear .

For any question please contact:

Dov Lotan 

Thermal Application Eng’

Cell: +972-54-7885241

Email :do******@***********td.com