Instructions

TOC

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 (no T-case yet)

    Make sure:

    • Python version 3.9.13 
    • pymodbus version 3.1.2
    • You need to have both files: Sysmtric_test.py and sysmetric.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 script. 

    sysmetric_test.py

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

    import sysmetric

    #adaptor = sysmetric.ThermalAdapter(sysmetric.DeviceType.Samson, ‘192.168.1.136’)

    adaptor = sysmetric.ThermalAdapter(sysmetric.DeviceType.Artic, ‘192.168.1.136’)

    state = adaptor.get_control_state()

    print(‘Current system state: {}’.format(adaptor.get_control_state_description(state)))

    adaptor.turn_on()

    errors = adaptor.get_errors()

    print(‘Error list: {}’.format(errors))

    temp = adaptor.get_actual_temperature()

    print(‘Actual temperature: {}’.format(temp))

    adaptor.set_temperature(19)

    temp = adaptor.get_requested_temperature()

    print(‘Requested temperature: {}’.format(temp))

    #daptor.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