¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Best options for extracting text of unknown length from serial string?
He does need to use REVERSEFIND to make sure he parses the whole title. Example 'Hells Kitchen' 'Gordon Ramsey's Kitchen Nightmares' Finding the first instance of ' after the first instance would give
By K Plummer · #159264 ·
Re: Biamp Audiaflex Crestron module 7.4 issues
I've had that happen, more with BSS.
By matt_rasmussen_2000 · #159263 ·
D3 Pro "Error Loading Crestron Engraver"
My D3 Pro keeps locking up. When it does, this is my error message,"Error Loading Crestron Engraver". Does anyone have any ideas? All software is current. Thanks, TJ
By TechyJake <techyjake@...> · #159262 ·
Re: Best options for extracting text of unknown length from serial string?
You'll have to do some math with the FIND values to snatch the correct chunk of the string you're looking for, usually using MID. You don't HAVE to use reversefind(), you can start the next FIND from
By matt_rasmussen_2000 · #159261 ·
Re: Extra laptop screen real estate?
I haven't bought (and don't plan on buying) the display I saw on NewEgg. But... Since I carry a WiFi router with me these days, I'm *really* tempted to try out some of the "Extend your desktop onto
By Chip <cfm@...> · #159260 ·
Re: Best options for extracting text of unknown length from serial string?
Oh yeah. I'm always cursing 'cos I didn't add numbers up right or account for the correct position and wind up with text on my touch panel that includes an extra quote mark, carriage return - or be
By Chip <cfm@...> · #159259 ·
Re: Extra laptop screen real estate?
I use LapLink's DoubleView application. It allows me to use an older laptop as a second monitor. I run the DoubleView server on my main laptop, connect an ethernet cable from it to the second laptop,
By David George · #159258 ·
Re: OT: Network Control issues w/Tivo Premiere
Thank You...Thank You...Thank You... This has been driving me and my client nuts for the past two weeks.. until I saw this post I was trying to figure how the hell it was possible for the Tivo to be
By betterthandj · #159257 ·
Re: Best options for extracting text of unknown length from serial string?
I agree with Chip (and it's nice to hear someone that knows the first try is almost never right). Lots of experimentation and as MANY Print/Trace statements as you can muster so you have some feedback
By Neil Dorin · #159256 ·
Re: Best options for extracting text of unknown length from serial string?
I agree with Chip and erik that what you are trying to accomplish can be done in SIMPL+ and that it is actually fairly straight forward using FIND and REVERSEFIND. You may even want to do all your
By K Plummer · #159255 ·
Re: CLX-2DIM8 Cresnet address changing
Thanks Lincoln. There's 60 or so devices on the network, all spread out amongst the outputs of a PAC2. There are three "stars" of wiring throughout the house, each run being a max of 75' on each star,
By Heath Volmer <hvolmer@...> · #159254 ·
Re: CLX-2DIM8 Cresnet address changing
Most common causes a) Flaky device on the network (not necessarily one of the devices changing addresses; could be just about anything) b) Network wiring issue (noise induced on cable, intermittent
By Lincoln King-Cliby · #159253 ·
Re: Best options for extracting text of unknown length from serial string?
That's the basic jist. You can use FIND to locate other key pieces of text to establish starting points and make sure you're looking at the correct response to begin with. If you think it through,
By Chip <cfm@...> · #159252 ·
CLX-2DIM8 Cresnet address changing
The address on a particular CLX module has reset itself to 1 or 2 (don't recall, not on site anymore) two times in the last couple of weeks. What would cause this? I've also had a C2N-CBD do the same
By Heath Volmer <hvolmer@...> · #159251 ·
Re: Best options for extracting text of unknown length from serial string?
I've never written a stitch in Simpl+, so I'm just learning; but I think you are presuming I would use find() to locate the first apostrophe/paren and then use reversefind() to locate the last, then
By Jonathan Larson <jtlarson@...> · #159250 ·
Re: Best options for extracting text of unknown length from serial string?
Sure-I should have done that from the beginning. Here's an example of the full string that I might see when recording something: Encoder 1 [ MPEG : /dev/video0 ] is remote on LASRS4 and is recording
By Jonathan Larson <jtlarson@...> · #159249 ·
Re: Best options for extracting text of unknown length from serial string?
can you give us an example of the string?
By K Plummer · #159247 ·
Re: Best options for extracting text of unknown length from serial string?
Depending upon how your final string from the server is formatted, you may be able to search against the quote from the right hand side of the string. Simpl+ reversefind() There may be a SimplWindows
By erikm_101 <erikm101@...> · #159246 ·
Best options for extracting text of unknown length from serial string?
Hi folks, I'm working on adding some logic to check a HTML page on a recording server (MythTV) and return recording status and title. The logic I have so far can parse the HTML and confirm that a
By Jonathan Larson <jtlarson@...> · #159245 ·
Re: Biamp Audiaflex Crestron module 7.4 issues
Just had a weird issue myself. Ganged 2-channel fader would return x-action error. Deleted the fader block, and made a new one that is exactly the same. Fixed it... Davis
By rdjr71 · #159248 ·