Best Of
Re: Notepad 8fx, Installation Failure Notepad Firmware and Control Panel Setup v1.09 (Windows 7/10)
I previously had my Notepad 12FX drivers working fine with my Windows 10 PC. I had to do the silly workaround by disabling the certificate security. However, I recently had to reinstall Windows 10. Now I can't get the drivers to install and stay working. I disable certificate security, load the drivers, it works, but after I reboot, they no longer work. I have tried reinstalling multiple times. This is annoying.
Soundcraft should provide working drivers with valid certificates. This is ridiculous. Aren't they worried about their reputation??????
Re: DVX video signal detection
Re: Sending DTMFs with Extron's DMP128 Plus
There was a time 'back in the day' when most Extron gear was about as simple to control as anything out there. However, with the advent of their control system coupled with the proliferation of their many many part numbers nowadays, I[ve ran into many buggy things like tis. I would recommend you call Extron's technical support and see if there may be a bug or an undocumented work around. Their Tech Support is pretty good and you usually get hold of human being pretty fast.

Re: NetLinx Studio theme
Oh. For the dumb-asses (me!,me!) who imported the .EPX file without first saving the default, is there some kind folk who can export the default settings as an .EPX file, so I can get back to the 'out-of-the-box' experience?
Reinstalling doesn't seem to work, after a fresh install it started up with the 'Dracula' settings...

Re: NetLinx Studio theme
Mine is hilariously Fred Flintstone hacker black. My eyesight is terrible. So my letters are pretty huge compared to most folks.

Re: HEX Send_string problem
What you are seeing is the ASCII equivalent to the hexadecimal number you are sending. $33 equals '3' and $2E equals '.'. AMX will display the ASCII equivalent if applicable and then hex if none exists. So the displayed messages are correct in your example. At the end your sending bytes, and the diagnostic tools has no idea what format you used. Hope this makes sense.
// These messages are identical
SEND_STRING dvAM_____1,"$0F,$33,$90,$1E,$1A"
SEND_STRING dvAM_____1,"$0F,'3',$90,$1E,$1A"
SEND_STRING dvAM_____1,"$0F,51,$90,$1E,$1A"
ASCII Chart
http://www.asciitable.com
Jeff
Re: Copying info from a .TXT file
do NOT forget to close your files when you are done.

Re: NX controller user security settings?
@John Nagy said:
@vining said:
Well at least I now know I’m not crazy.I say wait for multiple data points before charting a conclusion...
i was only speaking in regard to the post subject matter. In most other things I can’t say I’ve ever been right in the head. Just being here still is a prime example.

Re: AMX Mail Client
So you want your master to retrieve emails, parse emails with a particular subject line and have the master do something based on what was contained in the email?
What exactly are you trying to do? There might be better ways.
