and is it something that is an application. or a run once and is done very quickly?
if it is an application that is going to run for longer then 5 seconds then make sure you have Wait until it finishes unchecked.
But also you can do this very simply without the need to trigger another event. to make it far easier to deal with and to narrow down where a potential issue could be I would like you to make a macro with the Python Script action in it. and paste the code below into it. once that is done then i will need you to put the System.Attached event into it.
Code: Select all
if eg.event.payload[0] == '\\\\?\\USB#VID_04F9&PID_2041#K1G711347#{a5dcbf10-6530-11d2-901f-00c04fb951ed}':
eg.plugins.System.Execute('C:\\Program Files (x86)\\Brother\\Ptedit51\\Ptedit51.exe', '', 0, False, 2, '', False, False, '', False, False, False, False)