
adccommunitymod (AutomationDirect) asked a question.
C-more tag value switching
Created Date: February 23,2020
Created By: PembyBroche
**** 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.****
Hi, I’m looking to switch a tag value on the c-more upon listening for a tag value on my do-more plc. Is this possible?
Created Date: February 23,2020
Created by: PembyBroche
Hi, I’m looking to switch a tag value on the c-more upon listening for a tag value on my do-more plc. Is this possible?
Created Date: February 23,2020
Created by: bcarlton
It's unclear what you want to do. Can you give a specific example?
Created Date: February 23,2020
Created by: kewakl
It sounds like you need to look at the Event Manager in CMore.
Only available in C-More EA7 or EA9.
If you have a Micro, it cannot do it.
As bernie says, your request is unclear. Please provide more info about what you need to accomplish.
Created Date: February 23,2020
Created by: PembyBroche
Apologies! I have a button on the the c-more that toggles a discrete tag MC1 on. When this happens, my PLC runs a subroutine and outputs Y0 on. I’m trying to toggle MC1 off when I see that Y0 is on.
Created Date: February 23,2020
Created by: kewakl
Which CMore family?
Is the PLC a DoMore BRX?
Created Date: February 23,2020
Created by: PembyBroche
I'm using an EA3 panel (EA3-T4CL). I am using a DoMore BRX (BX-DM1E-18ED23-D)
Created Date: February 23,2020
Created by: kewakl
EA3 does not support events, so you should consider doing this in the BRX
Created Date: February 23,2020
Created by: kewakl
. Y0 MC1
.-----]^
I don't know if DoMore supports turning off MC bits from its own code. The -]^ is a rising edge.
Created Date: February 23,2020
Created by: franji1
I don't know if DoMore supports turning off MC bits from its own code. The -]^ is a rising edge.
It does - what you have should work.
Created Date: February 24,2020
Created by: PembyBroche
. Y0 MC1
.-----]^
I don't know if DoMore supports turning off MC bits from its own code. The -]^ is a rising edge.
This has resolved my issue. Thank you so much for helping me!