Advertisement
TheOverlordXX

new turnled1

Jul 30th, 2023
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. Elseif TC_Minute = 2 and TC_Seconds = 32 and TC_Frames = 20 {
  2. Phidgets_InterfaceKit_8_8_8_1_1.Output4.SetState = False
  3. Phidgets_InterfaceKit_8_8_8_1_1.Output6.SetState = False
  4. }
  5. Elseif TC_Minute = 2 and TC_Seconds = 32 and TC_Frames = 25 {
  6. Phidgets_InterfaceKit_8_8_8_1_1.Output4.SetState = True
  7. Phidgets_InterfaceKit_8_8_8_1_1.Output6.SetState = True
  8. }
  9. Elseif TC_Minute = 2 and TC_Seconds = 33 and TC_Frames = 1 {
  10. Phidgets_InterfaceKit_8_8_8_1_1.Output4.SetState = False
  11. Phidgets_InterfaceKit_8_8_8_1_1.Output6.SetState = False
  12. }
  13. Elseif TC_Minute = 2 and TC_Seconds = 33 and TC_Frames = 7 {
  14. Phidgets_InterfaceKit_8_8_8_1_1.Output4.SetState = True
  15. Phidgets_InterfaceKit_8_8_8_1_1.Output6.SetState = True
  16. }
  17. Elseif TC_Minute = 2 and TC_Seconds = 33 and TC_Frames = 13 {
  18. Phidgets_InterfaceKit_8_8_8_1_1.Output4.SetState = False
  19. Phidgets_InterfaceKit_8_8_8_1_1.Output6.SetState = False
  20. }
  21. Elseif TC_Minute = 2 and TC_Seconds = 33 and TC_Frames = 18 {
  22. Phidgets_InterfaceKit_8_8_8_1_1.Output4.SetState = True
  23. Phidgets_InterfaceKit_8_8_8_1_1.Output6.SetState = True
  24. }
  25. Elseif TC_Minute = 2 and TC_Seconds = 33 and TC_Frames = 24 {
  26. Phidgets_InterfaceKit_8_8_8_1_1.Output4.SetState = False
  27. Phidgets_InterfaceKit_8_8_8_1_1.Output6.SetState = False
  28. }
  29. Elseif TC_Minute = 2 and TC_Seconds = 34 and TC_Frames = 0 {
  30. Phidgets_InterfaceKit_8_8_8_1_1.Output3.SetState = True
  31. Phidgets_InterfaceKit_8_8_8_1_1.Output5.SetState = True
  32. }
  33. Elseif TC_Minute = 2 and TC_Seconds = 34 and TC_Frames = 6 {
  34. Phidgets_InterfaceKit_8_8_8_1_1.Output3.SetState = False
  35. Phidgets_InterfaceKit_8_8_8_1_1.Output5.SetState = False
  36. }
  37. Elseif TC_Minute = 2 and TC_Seconds = 34 and TC_Frames = 11 {
  38. Phidgets_InterfaceKit_8_8_8_1_1.Output4.SetState = True
  39. Phidgets_InterfaceKit_8_8_8_1_1.Output6.SetState = True
  40. }
  41. Elseif TC_Minute = 2 and TC_Seconds = 34 and TC_Frames = 17 {
  42. Phidgets_InterfaceKit_8_8_8_1_1.Output4.SetState = False
  43. Phidgets_InterfaceKit_8_8_8_1_1.Output6.SetState = False
  44. }
  45. Elseif TC_Minute = 2 and TC_Seconds = 34 and TC_Frames = 23 {
  46. Phidgets_InterfaceKit_8_8_8_1_1.Output4.SetState = True
  47. Phidgets_InterfaceKit_8_8_8_1_1.Output7.SetState = True
  48. }
  49. Elseif TC_Minute = 2 and TC_Seconds = 35 and TC_Frames = 27 {
  50. Phidgets_InterfaceKit_8_8_8_1_1.Output4.SetState = False
  51. Phidgets_InterfaceKit_8_8_8_1_1.Output7.SetState = False
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement