MSG Tutorial SYSTEM_TIMER[0]

Hello,

I’m working to use your tutorial on MSG implementation in order to create a channel between two AB PLCs and am stuck on the use of your previously created “SYSTEM_TIMER[0]”. In the MSG tutorial, you mention you’d previously created it in another tutorial. Could you please let me know which tutorial it is in?

Cheers,
J

Hey,

Sorry for the late reply. The Timer is a standard cyclical timer I implement for most MSG instructions. Simply create a timer that resets itself and use a point in time for the MSG to trigger.

Vlad