Advertisement
TheOverlordXX

bonnie phidget2

Jul 30th, 2023
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. If TC_Minute = 0 and TC_Seconds = 0 and TC_Frames = 1 {
  2. Phidgets_InterfaceKit_8_8_8_2_2.Output0.SetState = False
  3. Phidgets_InterfaceKit_8_8_8_2_2.Output1.SetState = False
  4. Phidgets_InterfaceKit_8_8_8_2_2.Output2.SetState = False
  5. Phidgets_InterfaceKit_8_8_8_2_2.Output3.SetState = False
  6. Phidgets_InterfaceKit_8_8_8_2_2.Output4.SetState = False
  7. Phidgets_InterfaceKit_8_8_8_2_2.Output5.SetState = False
  8. Phidgets_InterfaceKit_8_8_8_2_2.Output6.SetState = False
  9. Phidgets_InterfaceKit_8_8_8_2_2.Output7.SetState = False
  10. }
  11. Elseif TC_Minute = 2 and TC_Seconds = 22 and TC_Frames = 4 {
  12. Phidgets_InterfaceKit_8_8_8_2_2.Output0.SetState = True
  13. }
  14. Elseif TC_Minute = 2 and TC_Seconds = 22 and TC_Frames = 10 {
  15. Phidgets_InterfaceKit_8_8_8_2_2.Output0.SetState = False
  16. }
  17. Elseif TC_Minute = 2 and TC_Seconds = 26 and TC_Frames = 11 {
  18. Phidgets_InterfaceKit_8_8_8_2_2.Output0.SetState = True
  19. }
  20. Elseif TC_Minute = 2 and TC_Seconds = 26 and TC_Frames = 16 {
  21. Phidgets_InterfaceKit_8_8_8_2_2.Output0.SetState = False
  22. }
  23. Elseif TC_Minute = 2 and TC_Seconds = 26 and TC_Frames = 22 {
  24. Phidgets_InterfaceKit_8_8_8_2_2.Output1.SetState = True
  25. }
  26. Elseif TC_Minute = 2 and TC_Seconds = 26 and TC_Frames = 28 {
  27. Phidgets_InterfaceKit_8_8_8_2_2.Output1.SetState = True
  28. }
  29. Elseif TC_Minute = 2 and TC_Seconds = 31 and TC_Frames = 10 {
  30. Phidgets_InterfaceKit_8_8_8_2_2.Output0.SetState = True
  31. }
  32. Elseif TC_Minute = 2 and TC_Seconds = 31 and TC_Frames = 15 {
  33. Phidgets_InterfaceKit_8_8_8_2_2.Output0.SetState = False
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement