¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Toolbox script doen't work on MC3?


 

I tried a script on MC3 but it doesn't work, any idea?
From Trueblue answer ID I have to put the Program number in the front..


[LoadProgramToMC3]
Connect=tcp 10.254.15.162
Program01.ProgramSend C:\Users\resav\Desktop\Crestron Holder\AUT WG601, 602, 603 v3.1.lpz
ResetReboot


 

Enable error logging and see what it tells you.


Mark


On Tue, Mar 5, 2013 at 9:36 PM, Twelve Li <twelvelmk@...> wrote:

**


I tried a script on MC3 but it doesn't work, any idea?
From Trueblue answer ID I have to put the Program number in the front..

[LoadProgramToMC3]
Connect=tcp 10.254.15.162
Program01.ProgramSend C:&#92;Users&#92;resav&#92;Desktop&#92;Crestron Holder&#92;AUT WG601,
602, 603 v3.1.lpz
ResetReboot



[Non-text portions of this message have been removed]


 

Try

[LoadProgramToMC3]
Connect=tcp 10.254.15.162
QuerySendDefaultIPTable=y
Program01.ProgramSend "C:&#92;Users&#92;resav&#92;Desktop&#92;Crestron Holder&#92;AUT WG601,
602, 603 v3.1.lpz"
ResetReboot


The QuerySendDefaultIPTable=y bypass the question for sending the ip table
if necessary.


{Paf}


2013/3/5 Twelve Li <twelvelmk@...>

**


I tried a script on MC3 but it doesn't work, any idea?
From Trueblue answer ID I have to put the Program number in the front..

[LoadProgramToMC3]
Connect=tcp 10.254.15.162
Program01.ProgramSend C:&#92;Users&#92;resav&#92;Desktop&#92;Crestron Holder&#92;AUT WG601,
602, 603 v3.1.lpz
ResetReboot



[Non-text portions of this message have been removed]


 

Had occasion to check in with NJ on this yesterday. Turns out that the command is case sensitive. program01.programsend is NOT the same as Program01.programsend.

here's a script that is tested and known working on slots 1 & 2 of an MC3:
[Header]
DebugStrings=on
AbortOnError=off

[Variables]

ProcessorAddress=myprocessor.dummy.org
ProcessorPort=41795
MasterProg=putyourprogram1here.lpz
DeviceProg=putyourprogram2here.lpz

[Load Program ]
Connect=tcp |ProcessorAddress|,|ProcessorPort|
LogFile=|$scriptpath||$scriptfilename|-|$date| |$time|.log
ProductGetInfo
Program01.programsend "|$scriptpath||MasterProg|"
Program02.programsend "|$scriptpath||DeviceProg|"

--- In Crestron@..., Rapha?l Thiffault <raphaelthiffault@...> wrote:

Try

[LoadProgramToMC3]
Connect=tcp 10.254.15.162
QuerySendDefaultIPTable=y
Program01.ProgramSend "C:&#92;Users&#92;resav&#92;Desktop&#92;Crestron Holder&#92;AUT WG601,
602, 603 v3.1.lpz"
ResetReboot


The QuerySendDefaultIPTable=y bypass the question for sending the ip table
if necessary.


{Paf}


2013/3/5 Twelve Li <twelvelmk@...>

**


I tried a script on MC3 but it doesn't work, any idea?
From Trueblue answer ID I have to put the Program number in the front..

[LoadProgramToMC3]
Connect=tcp 10.254.15.162
Program01.ProgramSend C:&#92;Users&#92;resav&#92;Desktop&#92;Crestron Holder&#92;AUT WG601,
602, 603 v3.1.lpz
ResetReboot



[Non-text portions of this message have been removed]