¿ªÔÆÌåÓý

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

Re: Clearing plogcurrent on 3-Series

 

Ugh.? I've had issues doing that from Filezilla I think the OS keeps the file open all the time since it's writing to it.? I suppose I could delete it from console.

I'm not too concerned about past error data.? On my bench processor any errors I'm usually after are in the regular error log.? I clear it when I'm done testing one program or module and move on to the next one.

On Mon, Sep 29, 2014 at 6:22 PM, fooguy89@... [Crestron] <Crestron@...> wrote:
?

The only way to get rid of the persistent logs is to go and delete them out of the directory they are in.? I'd be careful since they could contain info should you ever need to send them to TB...




Re: Clearing plogcurrent on 3-Series

 

The only way to get rid of the persistent logs is to go and delete them out of the directory they are in. ?I'd be careful since they could contain info should you ever need to send them to TB...


Moxa E1214 / Modbus

 

Hi all,


I am using a Moxa E1214 to pick up contact closure momentary button presses into a SIMPL program. I am using the module in the files section for Moxa Modbus and it is specifically for the E1214.?


My issue is that with polling at .2s, the button presses are missed, I am guessing because polling isn't fast enough. Despite that, it seems like the serial joins are being flooded.?


Is there a way for the MOXA to report only when activity changes?


Re: Clearing plogcurrent on 3-Series

 

I know clearerr clears the current error log but that doesn't seem to help with the persistent log...


On Mon, Sep 29, 2014 at 4:03 PM, Neil Dorin <neildorin@...> wrote:
really, that simple?

On Mon, Sep 29, 2014 at 4:00 PM, fooguy89@... [Crestron] <Crestron@...> wrote:
?

Neil,

MC3>CLEAR






Re: Clearing plogcurrent on 3-Series

 

really, that simple?

On Mon, Sep 29, 2014 at 4:00 PM, fooguy89@... [Crestron] <Crestron@...> wrote:
?

Neil,

MC3>CLEAR





Re: Clearing plogcurrent on 3-Series

 

Neil,

MC3>CLEAR




Re: Digital Pulse on Analog Change

 

AOS. Duh. Brain malfunction.


Digital Pulse on Analog Change

 

What's the easiest way to get a digital pulse when an analog value changes?


Re: Vantage Infusion

 


Add a analog buffer between the an_act of the touch panel and the analog input of the?Vantage module. The enable of this abuf his driven by the press digital join of the slider. That way, when you flip page, the analog value is not propagate until you touch the slider (as to be done for every slider).

?

I?had a simular problem years ago and asked this forum which provide this solution :-).

?

AD


Re: Logic Question

 

Debounce adds a delay in each direction, low to high, and high to low.?


Re: Logic Question

 

debounce?

2014-09-27 18:41 GMT-05:00 astingen@... [Crestron] <Crestron@...>:

?

I like doing a delay and logic wave pulse combo.

Signal drives delay, and the trig* (not the normal trigger!) of the LWP.? Then the output of the LWP drives the reset of the delay.? Then, when the signal goes low, the delay gets reset the next logic wave.



IR Control Shot in the dark

 

Does anyone have IR codes for either a Sony STR-K700 home theater receiver or a Westinghouse TX-42F430S LCD TV? They are both older devices. Thanks.


Drew


Re: Vantage Infusion

 

Does the program have the same signal name on the touchpanel definition for an_act and an_fb where the slider analog joins are tied?

If not, can you open the vantage module and see if they're looping the analog inputs to control each load level back to the fb outputs that report the current level?? It sounds like you have an analog loop going on.

On Mon, Sep 29, 2014 at 9:58 AM, lenrex@... [Crestron] <Crestron@...> wrote:
?

We're working on a take over job that has a Vantage Infusion system in it.? The client wants control of all the Vantage lighting.? We're using the AVPA Infusion 1.1 modules to talk to the Vantage system.

Essentially what's happening is that; on our touchpanels (for a single lighting load, we have an analog slider and a button to toggle on/off), when we flip to a lighting page (say kitchen) every light in the zone sometimes turns on or off.? It can't be replicated.? The programmer thinks it has something to do with feedback query; see below.

Couple emails from programmer:

I query the "load" module anytime I go into a lighting zone. Seems like the Vantage is reporting back an analog feedback value o 0 or 65535 (or anything in between) for each load when we press the lighting zone button that gets us to the loads for that room. Since the sliders are tied directly to the feedback of those load modules, a 0 or 65535 would instantly set the input side of those modules to this value. This is why we sometimes see the lights turn on or off.

(I think he tried removing the analog sliders and it was still doing this)
-------------------

We are getting feedback from the core "processor" module v1.1. I'd like to use the "load" module for analog feedback and although we can initialize a value 0-100%, I do not see feedback coming out of that module to use on our touch panels. The lights do respond to our analog initialize symbols.?

We are using "keypad" module for our toggles.

All of this is done over TCP/IP client.

--------------------
Has anybody had issues like this and come up with a solution?

-thanks in advance




A Bunch of Used Crestron Gear

 

I'm unloading a bunch of crestron product from my showroom.? If any one is interested let me know.? We are in northern NJ and local pickup is best at least for the heavy stuff.

1)Procise Processor PSPHD
1) 7x400 Amplifier PRo-AMP
1)8x2 HDMI Switcher HD-MD8x2
1) SWAMP
1)ST-Tune

These are just the items currently in use in my company showroom.? IF interested please let me know.? I also have many other items taken as trade ins from customer in my company storage unit.? We need the space and are doing some updating.? Reasonable offers will be considered with local buyers getting preference.

Jason



Samsung RS232 LED TV issues

 

I've had nothing but problems controlling the new line of Samsung LED TV's via the EX-link from a DM-RMC100-C.? The TV's RS232 will lock up and stop communicating and the only way to fix it is to power cycle the TV.? IR still works fine, however.? The Samsung UN55ES8000 v1.0 module found on the Application Market was so problematic when trying to use Volume controls that I had to write my own module.?

On another note, I've tested out a Samsung TV in our office running directly from a MC3 COM port and have had relatively few issues.? The only way I could cause the TV to lock up is to send serial strings too rapidly.? So my assumption is that sending serial strings over DM behaves differently than directly from the processor.


I've updated all of our TV's to the latest software version.


Vantage Infusion

 

We're working on a take over job that has a Vantage Infusion system in it.? The client wants control of all the Vantage lighting.? We're using the AVPA Infusion 1.1 modules to talk to the Vantage system.

Essentially what's happening is that; on our touchpanels (for a single lighting load, we have an analog slider and a button to toggle on/off), when we flip to a lighting page (say kitchen) every light in the zone sometimes turns on or off.? It can't be replicated.? The programmer thinks it has something to do with feedback query; see below.

Couple emails from programmer:

I query the "load" module anytime I go into a lighting zone. Seems like the Vantage is reporting back an analog feedback value o 0 or 65535 (or anything in between) for each load when we press the lighting zone button that gets us to the loads for that room. Since the sliders are tied directly to the feedback of those load modules, a 0 or 65535 would instantly set the input side of those modules to this value. This is why we sometimes see the lights turn on or off.

(I think he tried removing the analog sliders and it was still doing this)
-------------------

We are getting feedback from the core "processor" module v1.1. I'd like to use the "load" module for analog feedback and although we can initialize a value 0-100%, I do not see feedback coming out of that module to use on our touch panels. The lights do respond to our analog initialize symbols.?

We are using "keypad" module for our toggles.

All of this is done over TCP/IP client.

--------------------
Has anybody had issues like this and come up with a solution?

-thanks in advance



Re: QSYS 500i (manufacturer supplied modules)

 

¿ªÔÆÌåÓý

Yeah, tell me about it...

We have recently been troubleshooting timing issues with the soft phone control. If I'd been able to properly emulate that it would have just worked the first time...

I get why they don't through...


On Sep 29, 2014, at 8:29 AM, 'Steve Kaudle' skaudle@... [Crestron] <Crestron@...> wrote:

?

The emulator is nice.

It's my experience that it cannot emulate a telephone connection, or at least won't respond quite like a real, live phone line would (can't see hook status changes and the like)¡­which is largely understandable, but still unfortunate.

From: Crestron@... [mailto:Crestron@...]
Sent: Monday, September 29, 2014 9:08 AM
To: Crestron
Subject: Re: [Crestron] Re: QSYS 500i (manufacturer supplied modules)

The protocol documentation isn't great, but it more than makes up for it by allowing you to Emulate a project and test without the actual hardware present.

On Fri, Sep 26, 2014 at 4:08 PM, trayschaeffer@... [Crestron] <Crestron@...> wrote:

I am working on a Qsys system also. Where did you find the protocol?

Some things aren't clear from ripping apart the factory modules...

Tray

--
Jeremy Weatherford




OT: Hiring a Control Systems Programmer in New Jersey

 

Hi All,


My company is looking for a certified Crestron/AMX programmer with 3+ experiences to join our programming team. They would be based out of our corporate headquarters in New Jersey. It's a great company to work for. Send me an email if you're interested.


Hope.


Re: QSYS 500i (manufacturer supplied modules)

 

The emulator is nice.



It's my experience that it cannot emulate a telephone connection, or at least won't respond quite like a real, live phone line would (can't see hook status changes and the like)¡­which is largely understandable, but still unfortunate.







From: Crestron@... [mailto:Crestron@...]
Sent: Monday, September 29, 2014 9:08 AM
To: Crestron
Subject: Re: [Crestron] Re: QSYS 500i (manufacturer supplied modules)





The protocol documentation isn't great, but it more than makes up for it by allowing you to Emulate a project and test without the actual hardware present.



On Fri, Sep 26, 2014 at 4:08 PM, trayschaeffer@... [Crestron] <Crestron@...> wrote:



I am working on a Qsys system also. Where did you find the protocol?

Some things aren't clear from ripping apart the factory modules...



Tray




--
Jeremy Weatherford





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


Porting DMPS control

 

Greetings all,


I am currently working on a two room system, each room has a DMPS-100-C. These two rooms are part of a larger system that is being powered by a CP3N/DGE2.


The client has expressed an interest in controlling the smaller rooms via the touch panel from the larger CP3N system.


I was thinking that exporting an Xpanel would give me that control, however I was told that I could create the DMPS for each room in the DGE2 and that would be a cleaner way of doing it.


My programming prowess is not at the Jedi level that most people have here, so where would I start to being exploring and testing the second option of creating the devices in the DGE2?


Thanks,

Matt