Summary: |
The "Pulse()" function no longer seems to
function properly when called from popup page or supergenie.
My digital tag gets switched on properly, but is never switched off. |
Solution: |
This problem would only occur if the popup page or supergenie is closed before the Pulse function is complete, i.e. before the digital tag is switched back off. (by default 2 seconds after the bit was switched on.) This issue has been fixed in 7.10 SPK1.
Currently there is a workaround which can be used the first workaround is for popup pages and the second workaround can be used for Supergenies.
Label Name: Pulse(arg) Then, create a cicode function as below: FUNCTION Pulser(STRING sTag) TagWrite(sTag,"1"); Sleep(2); TagWrite(sTag,"0"); END This allows the Pulse to be processed by cicode removing it from any problem caused by the popup pages being closed.
Label Name: AssPulse(arg)
|
Applies To: |
|
Keywords: |
Pulse |
Related Links
Attachments