|
Overview:
This
mxm provides commands that act on variables, and these
commands are positracked when they are used
into a Medialon Manager timeline.
The
first five commands, "Set Integer", "Set
String", "Set Time", "Set Enum"
and "Set Date" are simple positracked assigments.
The commands "Start Timer"/"Stop timer"
manage accurate timers on Time variables.
The commands "Start Counter"/"Stop Counter"
manage accurate counters on Integer variables.
> Top
Installation
(MXM):
No
specific installation required.
> Top
Creation
(Device):
No
device creation window.
> Top
Commands
(List Of):
Set
integer:
Description: to set the value of an integer variable.
Parameters:
Integer
variable: [Type: Integer]: Variable to set
Value : [Type: Integer]: New value.
Set
string:
Set
time:
Set
enum:
Set
date:
Set real:
Start
timer:
Stop timer:
Start
counter:
Stop counter:
Real
to ASCII:
Description: Convert a real value into an ASCII string (IEEE-754
standard is used). Returned String is compliant with
Low Level Communicator MXM byte format.
Parameters:
String
variable: [Type: String]: String variable which
returns the ASCII value.
Real Value: [Type: Real]: Real value to
convert.
Hex
Coded ASCII: [Type: Enum]: Defines the form
of the returned ASCII value.
Available
Values:
- "No":
The returned ASCII value is in Hex format not converted
into ASCII value. An hex value of 3C will be returned
as !3C.
- "Yes": The returned
ASCII value is in Hex format converted into ASCII
value. An hex value of 3C will be returned as !33
!3C.
Note:
Using this command doesn't cause the String variable
to be positracked. In such cases, Set String command
must be used.
ASCII
to Real:
Description: Convert an ASCII string value into a real value(IEEE-754
standard is used). Passed string must be compliant
with Low Level Communicator MXM byte format ('!XX'
is used to express XX hex value).
Parameters:
Real
variable: [Type: Real]: Real variable which
returns the real value.
ASCII Value: [Type: String]: String value
to convert.
Note:
The command will automatically detect if the ASCII
string is "Hex Coded ASCII" formatted (i.e
a value of 4C is expressed as !34!3C) or not (i.e
a value of 4C is expressed as !4C).
Note
2: Using this command doesn't cause the Real variable
to be positracked. In such cases, Set Real command
must be used.
> Top
Variables
(List Of):
Status: [Type: Enum]: Status of the device (iddle, ready)
> Top
Support
(Difference with previous versions):
> Top
|