![Alcorn Mcbride V+ series User Manual Download Page 100](http://html1.mh-extra.com/html/alcorn-mcbride/v-series/v-series_user-manual_2892709100.webp)
5-18
Event Reference
Example #2
Event
Data1
Data2
MessageOut
Port3
h4C h56 h00 h0D
Sends:
h4C h56 h00 h0D
MessageOutVar
MessageOutVar functions just like MessageOut only it has the ability to send
variable values within the custom message. This operates the same way as
displaying variables with LCD Strings, only with a few minor differences.
Simply precede the variable index with an hF3 for an ASCII Value, hF4 for a
right justified value with leading zeros, or hF5 for a Binary byte value. In
instances where you want to send the actual values hF3, hF4, or hF5 simply
double them as in example #4.
Example #1
– ASCII Value
Event
Data1
Data2
MessageOutVar
Port3
"Executed " hF3 h01 " times" h0D
(Where “4” is the current value of Var1)
Sends (ASCII) :
"Executed 4 times" h0D
Example #2
– Leading Zeros
Event
Data1
Data2
MessageOut
Port3
"Executed " hF4 h01 " times" h0D
(Where “21” is the current value of Var1)
Sends (ASCII) :
"Executed 021 times" h0D
Example #3
– Byte Value
Event
Data1
Data2
MessageOut
Port3
h49 hF5 h01
(Where “37” is the current decimal value of Var1)
Sends:
h49 h25
Summary of Contents for V+ series
Page 2: ...User s Guide To Show Control by Alcorn McBride Inc...
Page 7: ...Third Party Equipment 18 3 Index 19 1...
Page 8: ......
Page 14: ...1 6 Welcome...
Page 28: ...3 14 Show Control Overview GoingToDayModeMsg ClearLine2Msg...
Page 38: ...3 24 Show Control Overview...
Page 82: ...4 44 WinScript User s Guide...
Page 118: ......
Page 144: ...6 26 Advanced WinScript Programming...
Page 170: ...7 26 Application Notes...
Page 220: ...13 8 DMX Machine Hardware Reference...
Page 236: ...14 16 SMPTE Machine Hardware Reference...
Page 254: ...15 18 Appendix A Adding User Defined Serial Protocols...
Page 264: ......