Posts: 52
Threads: 18
Joined: Dec 2013
I created a device model for an Epson 9700UB projector. However, when I use the Invoke command on the Blaster tab, an error occurs with the following details:
- "4294967295 is not a valid zone number for blaster EpsonProj
- Facility: CQCIR
- Error #: 800/0/0
- Severity: Failed
- Error Class: Cannot Do
- Line: GC100S_DriverImpl.cpp/490
I tried to change the zone to 1 which I believe is the only valid value for a blaster. However, I can't change the zone number on the Blaster tab.
Posts: 40,356
Threads: 487
Joined: Aug 2002
Which IR blaster driver are you using?
Dean Roddey
Explorans limites defectum
Posts: 52
Threads: 18
Joined: Dec 2013
The GC-100 version 1.2 driver.
Posts: 40,356
Threads: 487
Joined: Aug 2002
I assume you only have one zone enabled on the GC-100 for blasting? If so, that's probably why you can't change the zone, because there's only one blaster zone defined, so it has to be 1. If so, it must be not dealing correctly with only one blaster zone being defined, and I can take a look at that.
Dean Roddey
Explorans limites defectum
Posts: 52
Threads: 18
Joined: Dec 2013
I'm using an iTach Flex. On its Flex Link Port Configuration page I set Blaster Connected to True in the Single IR Emitter section. When I set up the CQC driver, I specified the IP address of the Flex, port 4998, and TCP protocol.
Thanks for looking into this.
Posts: 40,356
Threads: 487
Joined: Aug 2002
OK, so it only had one zone anyway, so that would get you to the same place as I was mentioning above.
I assume the actual blasting from the driver does work, right? I.e. it's an issue testing them from the blaster tab?
Dean Roddey
Explorans limites defectum
Posts: 52
Threads: 18
Joined: Dec 2013
I just noticed something strange while editing my device model. I created a new device model and within it created two commands. I edited a command, pasted the IR code, and pressed Accept. However, when I edit the command again the Blaster Training dialog box is empty. The radio button "Enter data manually" is selected.
I've also pressed Save in the "Create/Edit a Device Model" dialog box and then pressed Edit in the Blaster tab with the same results.
Am I doing something wrong when creating a device model?
Posts: 3,415
Threads: 158
Joined: Jan 2006
The Epson VP21 Serial Driver is a generic serial driver for all Epson projectors using the VP21 serial protocol. That might be a better option than IR control.
If you need different inputs, colormodes, etc. You can create a new profile in the drivers manifest file for your specific projector.
Posts: 52
Threads: 18
Joined: Dec 2013
Thanks, I may go that route if I can't get the IR driver to work. For control all I really need is on/off since I don't change the color mode or other options.
Posts: 40,356
Threads: 487
Joined: Aug 2002
Jnetto Wrote:I just noticed something strange while editing my device model. I created a new device model and within it created two commands. I edited a command, pasted the IR code, and pressed Accept. However, when I edit the command again the Blaster Training dialog box is empty. The radio button "Enter data manually" is selected.
I've also pressed Save in the "Create/Edit a Device Model" dialog box and then pressed Edit in the Blaster tab with the same results.
Am I doing something wrong when creating a device model?
I think the assumption there is that you are going to paste new data if you edit a command for a blaster that doesn't support interactive training (i.e. you have to paste in command data.) I.e. there's no point in retrieving and displaying the old stuff because it's too complex for anyone to just edit the existing stuff, that they would always just paste new stuff in.
Dean Roddey
Explorans limites defectum