adccommunitymod (AutomationDirect) asked a question.

Changing the value through CMore

Created Date: May 09,2012

Created By: Benton

**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****

I currently have an analog t-stat connected to my plc. I have the value displayed on my Cmore, but I want to be able to change that value that is written in my CLICK plc. Right now I have it written to turn on an output if the value is great than a specified number. How could I change that specified number from the touch panel?


  • adccommunitymod (AutomationDirect)

    Created Date: May 09,2012

    Created by: Do-more PE

    Instead of putting a hard coded number in the greater than statement, put in a DFx register where x is a register number that is currently not used, perhaps DF5.

    Create a numeric entry object in Cmore with a floating point tag that points to the DFx register that you used in the PLC greater than statement such as DF5 that I mentioned above.

    Now when you enter 55.2 in the Cmore, the greater than statement will show 55.2 as the comparison value instead of a hard coded number.

    Expand Post
  • adccommunitymod (AutomationDirect)

    Created Date: May 09,2012

    Created by: Benton

    I currently have an analog t-stat connected to my plc. I have the value displayed on my Cmore, but I want to be able to change that value that is written in my CLICK plc. Right now I have it written to turn on an output if the value is great than a specified number. How could I change that specified number from the touch panel?