Add support for Thermotron 8x00 chambers on the network view.

Issue #105 resolved
Myles Metzler created an issue

As noted in issue #32.

Adds support for thermotron chambers via two methods:

  • Use the TCP/IP communications option over port 8888 with a delimiter set to LF (Line Feed).
    • preferred method.
  • Use the thermotron's "Web Server" to scrape the necessary data.
    • The information retrieved in this manner may not be as accurate as the preferred method.

The user must manually add the IP address of their chamber and the appropriate interface will be automatically determined. If the wrong interface is selected then rebooting the web controller will reset the choice.

Comments (3)

  1. Myles Metzler reporter

    Merged in dev-beta (pull request #10)

    Dev beta

    Approved-by: Myles Metzler mmetzler@espec.com

    Resolves #83 “Add support for vibration on P300 Chambers.”

    Resolves #87 “Add support for air speed control on P300 chamber’s that support the AIR? command”

    Fixes #96 “Command Forwarder closes TCP connect on first command after reboot.”

    Fixes #97 “Time signals section visible on constant page even on system with no time signals”

    Fixes #98 “CSV files are missing from samba share with 2.3.x versions, add them back for compatibility”

    Fixes #99 “Graphs on monitor page are cumbersome on multi controller chambers.”

    Resolves #102 “Add support for Version 1 espec north america web controllers on the network view”

    Fixes #104 “Network view empty panels”

    Resolves #105 “Add support for Thermotron 8x00 chambers on the network view”

    Fixes #107 “Setting the chamber controllers date/time does not always work”

    Fixes #108 “Setup page fails on internet explorer 9 and 10”

    Fixes #109 “Race condition can cause configuration reset”

    Fixes #110 “Add a function to delete csv files on user’s request”

    Fixes #111 “Server date/time setup option does not work”

    Fixes #112 “The “Upload Configuration” button is borken”

    Fixes #114 “/systems/neighbors/find can fail causing annoying errors”

    → <<cset 04df697513cd>>

  2. Log in to comment