SmartSDR v3.8.19 and the SmartSDR v3.8.19 Release Notes | SmartSDR v2.12.1 and the SmartSDR v2.12.1 Release Notes
SmartSDR v1.12.1 and the SmartSDR v1.12.1 Release Notes
Power Genius XL Utility v3.8.8 and the Power Genius XL Release Notes v3.8.8
Tuner Genius XL Utility v1.2.11 and the Tuner Genius XL Release Notes v1.2.11
Antenna Genius Utility v4.1.8
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
Behringer CMD Micro DJ Midi Controller for use with Flex 6000
Comments
-
I tried downloading the latest Processing IDE (Version 3.01) and built the code. One has to add in some of the .jar files and other files, got it done.
The statement :
size(1000, 270);
caused a compile error. Checking the help file and following exactly what it says, did not resolve the problem.
Commenting the statement out allowed the entire project / sketch to be built. When run it throws an error at:
myBus = new MidiBus(this, "CMD Micro", "CMD Micro"); //Connect to MIDI Device
Stating method not found. Whereas I do NOT have the CMD Micro device, perhaps that is the source of the problem, is that correct?
Any help appreciated...
k3Tim
0 -
I have mine working great no real issues except it stay lite all the time . Looking at going in and putting switch in 5 volt line. I have read the threads and I know I am not the first ti ask this. Do you have a email you can copy and send to me telling how to move the controls around to different locations. II probably would like to customize more to SSB do CW just to keep my hand in it. Any documentation you have done would be appreciated . I am really enjoying the midi in placevof my flex knobs. My email is dhankins@comcast.net. Thank you very much for your work. Happy new year. Dale KB5VE0
-
Dale......This is a copy of Williams post describing how to chg things...it worked fine for me. Sorry I attached the whole thing but wasn't sure how to attach just a link
Steve
All,
This version addresses the need to swap stuff around. I'm not sure if this is a permanent solution, but it address the immediate need.
The var.txt file located in the data directory can be edited to swap certain functions. However keep in mind, a jog wheel must be swapped with a jog wheel, a button for a button, and slider for a slider.
The current changeable functions are annotated by a number in the app window as seen above.
Here is the default settings in the vat.txt
vfoa=17;
vfob=33;
selecta=48;
selectb=49;
vola=18;
volb=34;
agca=16;
agcb=32;
If you would like to swap AGC and VOL
vfoa=17;
vfob=33;
selecta=48;
selectb=49;
vola=16;
volb=32;
agca=18;
agcb=34;
If you would like to completely swap Slice A controls to the right side.
vfoa=33;
vfob=17;
selecta=49;
selectb=48;
vola=34;
volb=18;
agca=32;
agcb=16;
When editing the var.txt file, do not add any spacing or reformat in any way. Just change the values and save.
Give it a try and let me know.
https://www.dropbox.com/s/fhy99o5d4o8r32y/CMDMicroFlex6k_v2_0b.zip?dl=0
and this version adds a delay in switching from 5x step back to 1x step. This allows you to maintain the 5x speed better. Try it out and report back if more delay is needed, or you just hate it. LOL
https://www.dropbox.com/s/rv08z9aaxo0ixlp/CMDMicroFlex6k_v2_0c.zip?dl=0
William0 -
I just installed it and had some issues and I have some feedback/suggestions (change requests I guess). I'm a new Flex user so perhaps my assumptions aren't correct, in which case I'd like to understand my incorrect thinking if that is the case.
I wasn't able to get the CMD Micro to recognize the Flex 6300 at all. I would normally put in WIndows FW rules for 169.254.0.0/16 like I've had to do with all the SmartSDR apps, but I couldn't figure out what executables to setup incoming ruiles for. I tried javaw.exe and CMDMicroFlex6k.exe separately and together and it didn't work.
Java Question: Can another installed JRE be used? Or is the .java folder required and expected?
It took me a little while to get the hang of the spin controls for moving in the slices. You can't go above 50Hz steps unless the 50Hz step is selected and you spin at just the right speed and then it will go up to 250Hz/step. I can live with that, but why is the CUE (Step) button flashing Blue when it is in 50Hz step state? It seems distracting and unneccessary to me.
I think the "TX ANT" and "RX ANT" buttons should be swapped so that they are in the same relative positions as they are displayed in SmartSDR.
The "A<>B" button behaves a little strangely. When two slice receivers are in the same view (in the same panadapter) the button alternates between the slices, but if the slices are not in the same view (example: you are zoomed in onto one) then the button switches to the B slice and will never move back to A.
The Band (Mode if shifted) requires 2 clicks to change either. This is probably intentional but it felt weird at first.
The "Main Vol" knob seems to control the local speakers only. Can this be made to control the Remote Main Volume (laptop) as well? Since the CMD Micro DJ is going to be with the PC at all times, it makes sense for this knob to have the same function remotely.
The "HP Vol" Has the same issue, can it be made to control the Headphones remotely?
The "HP Vol" control would make more sense to be placed as a shifted "Main Vol" rather than the shifted RF Power knob. Keep like controls together.
The only other thing I can think of is it would be the penultimate feature to make ALL controls mappable in a data file. Perhaps one data file for knobs, one for sliders, one for buttons so that control of the same type are grouped toegether.
I've only played with this for a few minutes, and being totally new to it, I hope you take this constructive input from a true beta tester's perspective.
Danny
K2DMS1 -
Has anyone else noticed that their "network health" indicator in smart SDR becomes very poor when launching this program? I'm using 2.0d and SmartSDR 1.5.1.
This causes the connection from SmartSDR and the Flex to get very laggy.
As soon as I terminate CMDMicro Flex the network gets back to normal. I've reproduced it several times now.0 -
Yes James, but it is not only this application. See my post here
https://community.flexradio.com/flexradio/topics/dropped-packets-when-client-connected-from-same-mac...
Danny
K2DMS0 -
OK, thanks. I'll move discussion to your thread.
0 -
I had same "network health" issue. I had been running SmartSDR, DDutil, CMD Micro, and DXLabs with no issues. When I added FRstack to the mix then I had the the problem. When I closed the CMD Micro program the "network health" reading returned to normal.
I found that If I booted the programs in the following order, the problem did not occur. 1. SmartSDR, 2. DDutil, 3. CMD Micro, 4. FRStack, 5. DX Labs Launcher (followed by all DX labs program)
Did not solve the problem, but it did avoid it.
Mark
NU8Z
1 -
I bought a pair of these solid aluminum knobs http://bit.ly/1JWsTSC (black)
They are also available in raw/silver http://bit.ly/1PephwS
They are 48mm in diameter should fit nicely on top of the stock dials.
0 -
Your link*s not work!0
-
They do for me but here are the targets anyway
Black http://www.goodcomponent.com/products/knobspotentiometers/aluminum-knobs/heavy-duty-solid-aluminum-v...
Silver http://www.goodcomponent.com/products/knobspotentiometers/aluminum-knobs/heavy-duty-solid-aluminum-v...
0 -
TNX, work for me now. Good info/Link ! 73 Chris0
-
There are other knobs listed in the same category but these looked like the best fit as the top flat surface of the jog dials looks really close to 48mm, and they ought to be heavy enough being solid aluminum so I'm hoping they feel good too. The low price doesn't hurt either. Shipping from China might be slow.0
-
I wasn't able to reproduce the issue in the new 1.6 release. Hopefully it's long gone.0
-
Arrived today, used some cyanoacrylate glue. Feel nice and heavy and look great.
0 -
William,
I see you have written a program to control a Flex 6000 radio with the DJ controller.
I am very interested in purchasing one of these controllers. In the picture I see you have changed the text on the buttons. Is this done with software or do you have to make physical labels for this?
What kind of interface did you use to read the buttons and sliders on the DJ controller?
Thanks much and 73,
Carl N4PY
0 -
Carl here is mine made with Brother label printer0
-
Look very nice.
0 -
I used ¼ & ½ tape black with white lettering. ¼ tape fits smaller buttons and ½ fits larger0
-
And then again, I was able to reproduce it randomly. I think this software has the same issue of using the same UDP port as did the HRI Agent before Mark solved it with that app. Is the author of this software listening here any longer?0
-
Has William abandoned this? If so is the software still available?
0 -
>> If so is the software still available?
Yes, check thread here and you will found the download link.
Enjoy
73 Chris0 -
There are only two kinds of wires in any shack... those that have a ferrite (or two) and those that will.
As it turns out, the USB cable to my CMDMicro fell into the latter category. For the first half of the weekend's festivities I wasnt using the CMDMico at all and William's program to control it wasnt even running. At some point during the day I started up the program and was attempting to get the CMDMicro to play a part in my workflow. At some other point I got distracted from that and forgot all about it.
A bit later I found myself searching and pouncing on 15m. All was going well until POW... my 6500's transmit power suddenly started jumping to 50watts or so nearly anytime I'd transmit. I'd reset it with the slider and it would be fine for a QSO maybe. But then POW... back to 50watts. And, I say "POW" because my amp doesnt like much more than 30 watts of drive. Luckily the KPA500 does a fine job of protecting itself. Also luckily, SmartSDR has a place to set the max power output!
After the contest ended and I had some time to relax. It occured to me that something did change during day and that something was the CMDMicro. It just happened that the RF power knob was left at the 12 o-clock position which also happens to set the 6500 to 50watts. Add a little bit of RFI and that knob thinks it's been wiggled... and when it wiggles, William's program tells the 6500 to jump to the indicated power level.
I just added a ferrite to my USB cable. It took three wraps through a snap-on with a .5" ID, but 15m is back in working order.0 -
Yes, RF can be a tricky thing. Different wavelengths will find their way into various lengths of wire. I have had my station work fine until I operate on a specific band then the pandemonium starts when RF finds it's way in through an audio cable or a piece of un-grounded equipment.
I agree that the KPA500 is very tolerant and forgiving. That and the KAT500 tuner work so well together that Flex should consider co-branding them and selling them with new 6000 series equipment. Or, we can keep buying them from Elecraft, who I have found to be really great people.
0 -
I suspect Wayne and Eric wouldn't share that sentiment. I give Steve Nance huge credit for ddutil.. In the Elecraft world those two devices just plug and play, no Windows required.0
-
I see a lot of post on the different forums and I believe the ferrites have a place but only after I have cleaned up the equipment in my shack and looked at antenna placement and proper install. I will not get into all to do but I personally feel 90% of these issues with rf in the shack can be corrected without adding ferrites.
I keep a field strength meter in front of me at all times. with it set ti max gain and running legal limit it will barley move the meter.This means my leakage in the shack is extreamley small and far less that the specs that the connectors are required to meet (pl259 and n connectors. I clean all my so 239 and pl259 connectors with a approved cleaner, a brass brush then again with the cleaner. all my jumpers are RG 223 or RG 213 and are soldered. I then give all the pl259 a 1/4 turn with a pair of plyers after they are as tight as I can get with my hand (this is a major cure). all my equipment is one point and all connections are cleaned like the pl259 are. one ground rod (eight foot) with the ground wire(number 6 or better and yes clean the ends properly) cad welded to the ground rod. doing this has kept my shack free of ferrites. my computer sits right above my Alpha 8410. my main issue is not to use the ferrite as a bandade. 100 watts should have no issues with rf if everything is correct. and if you are having issues with rfi are you getting the signal out the antenna you want.
Just saying I have no issues with my CDM, my two flex knobs.
1 -
I share Dale's opinion. I think good planning and care in the setup of your station can go a long way. And I do feel excessive use of ferrites can "hide" the source/reason of RFI.
We have many cables, speaker cables, ground cables, power cables, etc... and it could be very easy for one of those to be the culprit.
While many might consider K1DBO's approach valid, I think reliance on just ferrites without investigating a bit more is doing you a disservice.
Eventually the final solution might be the use of ferrites, but I don't think it should be the 1st response to the RFI issue.0 -
Sal, when are you next in Connecticut?0
-
No plans for that at all. LOL
There is a better chance that you might make it down here to Barbados.
I do have a trip to Maldives scheduled for late March and I will try to be active as 8Q7DC.0 -
Distinct possibility Sal.0
Leave a Comment
Categories
- All Categories
- 289 Community Topics
- 2.1K New Ideas
- 535 The Flea Market
- 7.5K Software
- 6K SmartSDR for Windows
- 146 SmartSDR for Maestro and M models
- 360 SmartSDR for Mac
- 249 SmartSDR for iOS
- 231 SmartSDR CAT
- 172 DAX
- 352 SmartSDR API
- 8.8K Radios and Accessories
- 7K FLEX-6000 Signature Series
- 29 FLEX-8000 Signature Series
- 850 Maestro
- 44 FlexControl
- 847 FLEX Series (Legacy) Radios
- 797 Genius Products
- 417 Power Genius XL Amplifier
- 277 Tuner Genius XL
- 103 Antenna Genius
- 243 Shack Infrastructure
- 166 Networking
- 404 Remote Operation (SmartLink)
- 130 Contesting
- 631 Peripherals & Station Integration
- 125 Amateur Radio Interests
- 870 Third-Party Software