A-B FactoryTalk ME 8.20 Macro Programming

delforum

Member
Join Date
Jul 2014
Location
US
Posts
7
Hello PLCTalk Geniuses,

I have an issue with my ME application. When the HMI is not communicating with my PLC and I try to shut down the application, the marco I tied to the Global Connections>"Remote Macro 3: = system\BlinkSlow" continues to run and won't allow the application to shut down.

Inside the "Macro3" I have the following lines:

Line1. {[PLC1]HMI_PULSE} = NOT {[PLC1]HMI_PULSE}
Line2. {[PLC1]HMI_ACK_BUTTON_1} = 0
Line3. {[PLC2]HMI_ACK_BUTTON_2} = 0

If communications between PLC and HMI are good, it shuts down fine. However, if I don't have communication between the PLC and HMI this macro hangs keeping the application open. The only way to shut it off is to pull power.

How would you suggest I modify the Remote Macro 3 line or the Macro3 sequence so it will stop when there is a comms failure so I can shutdown the application?

Thank you,
Del
 

Similar Topics

Hello, I am fairly new to AB PLC and HMI. I am using Factorytalk View to create an HMI application. While using Macros, I wanted to create a...
Replies
3
Views
2,379
Hello all I have a question, concerning datalogging in FTViewSE 8.0 I have 2 datalog models with 2 differents recording rates (30s for live...
Replies
0
Views
2,747
Hi every body. We have an windows based HMI installed with factory talk SE studio in which we have copied our previous factory talk backup. In...
Replies
2
Views
4,609
Hi all, I have a question about the macros in FactoryTalk. When I download the runtime file to the PV+ 700 and run the program, every time the...
Replies
2
Views
2,286
Is there a way to create a Macro that is executed when a display is opened. I know how to create a Display_AnimationStart() routine to execute...
Replies
6
Views
6,458
Back
Top Bottom