Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
FM Scope Script Files / Re: FM Monitoring Script v3 (pira)
« Last post by Lucas G. on October 11, 2024, 03:00:19 pm »
All fine, Jan. Thanks for your efforts!
32
MRDS1322 / Re: 19khz Pilot filter options?
« Last post by Ross on October 10, 2024, 01:36:03 am »
Hi Jan,

I was going to make up a couple of these 19Khz Pilot Filters and looking at the Circuit I noticed in your parts list

C29 & C23 are listed as " in (C) " ie No Capacitor Value given.

Any thoughts what these caps should be ?

Thanks,

Ross  :)
33
FM Scope Script Files / Re: FM Monitoring Script v3 (pira)
« Last post by Jan on October 09, 2024, 08:04:19 pm »
The PHP version 5.6 is about 10 years old. Especially some JSON parsing functions may not be available in version 5.6. I'm sure the issue can be fixed anyway but I won't be able to do that anytime soon. Lowest PHP version I was able to test was 7.x.
34
PIRA32 RDS Encoder / Re: Display inop
« Last post by Jan on October 09, 2024, 11:04:19 am »
Contact us on email. We still have some LCDs for your old PIRA32.
35
PIRA32 RDS Encoder / Display inop
« Last post by Chazama on October 09, 2024, 06:18:31 am »
Hi, The studio took a healthy lightning hit, and took out several pieces of equipment.
I think I have the RDS communicating via the com port now, (replaced the 5v reg and the max232 ic's), however the display is dead. How do I go about ordering a replacement display assy?

Thanks
Chaz
36
FM Scope Script Files / Re: FM Monitoring Script v3 (pira)
« Last post by Lucas G. on October 08, 2024, 10:44:57 pm »
Thanks for your reply, Jan.
The issue has to come from the PHP version, in fact. I use a free hosting service in order to host my measurements (exclusively), and the service still runs the PHP 5.6.34 version. They are planning to upgrade to PHP 8 but it wasn't done yet...

I guess I have no other choice than to keep using the former index.php until a potential upgrade on their side!
37
FM Scope Script Files / Re: FM Monitoring Script v3 (pira)
« Last post by Jan on October 08, 2024, 08:30:08 pm »
Could you determine what version your PHP is?
38
Bug Reports / Re: 2 different UECP streams on 2 UDP ports in same equipment
« Last post by nuno on October 08, 2024, 02:05:57 pm »
great! thanks, Jan
39
FM Scope Script Files / Re: FM Monitoring Script v3 (pira)
« Last post by Lucas G. on October 08, 2024, 12:41:21 pm »
Hi Jan,

Thank you for sharing this new script with us.
Unfortunately, despite a fresh start on my FTP server and after following of your instructions clearly, I am unable to run the script properly.

Without any modification to the index.php file, I get the following error:
Parse error: syntax error, unexpected T_STRING, expecting ')' in [...] on line 189

which leads to the following code:
function old_json validate (string $string): bool {
json_decode ($string);
return json_last_error() === JSON_ERROR_NONE;


By removing this part of the code, I am able to see the interface on my server page, but the measurements don't appear even after an hour, while they are being sent to the FTP server in the "history" folder.

Do you have an idea on the source of this issue?
I was able to run the previous script version without any problem in the past.

Thanks in advance for your reply,
Lucas
40
Bug Reports / Re: 2 different UECP streams on 2 UDP ports in same equipment
« Last post by Jan on October 08, 2024, 11:46:54 am »
In the External text tool, go to the Output and specify the dsn parameter in the Destination, for example:

sendto "connectionname" dsn:2
Pages: 1 2 3 [4] 5 6 ... 10