Search found 28 matches

by dmaksimiuk
Sun Oct 18, 2015 3:50 pm
Forum: BlackBox Framework
Topic: UDP sockkets in BlackBox CP
Replies: 6
Views: 11247

Re: UPD sockkets in BlackBox CP

Hi Ivan,
where I can find the center version of the CommUDP ?

Cheers,
Darek
by dmaksimiuk
Sun Oct 18, 2015 11:35 am
Forum: BlackBox Framework
Topic: UDP sockkets in BlackBox CP
Replies: 6
Views: 11247

Re: UPD sockkets in BlackBox CP

Hi Ivan, I got the ypk software from the repository (I could not find the WinHdrs subsystem). When I tried to compiler the ypkCommUDP module I got an error: PROCEDURE NameToAdr (IN peername: ARRAY OF CHAR; VAR inaddr: WinNet.in_addr; OUT ok: BOOLEAN); VAR hostentry: WinNet.Ptrhostent; shortPName: AR...
by dmaksimiuk
Sat Oct 17, 2015 6:29 pm
Forum: BlackBox Framework
Topic: UDP sockkets in BlackBox CP
Replies: 6
Views: 11247

UDP sockkets in BlackBox CP

Hi all,
Is there any (fast, easy, and simple) way to get UDP sockets working with the framework? The CommTCP supports only ... TPC right?
There is Ta_ subsystem developed by Dmitry V.Dagaev but at this stage it would be an overkill for my application.
Any suggestions ?

Cheers,
Darek
by dmaksimiuk
Mon Aug 10, 2015 8:22 pm
Forum: Lib
Topic: Update a plot in LibPlotters
Replies: 15
Views: 33765

Re: Update a plot in LibPlotters

Hi Manuel, thanks for you answer. I am not sure if the solution fits my requirements because I cannot create a new variable for every incoming data from the ADC converters (via a serial port @921.6kbits/s). I am getting samples in blocks of 2048 bytes at rate 40 Hz, and in theory the stream of block...
by dmaksimiuk
Wed Aug 05, 2015 8:08 am
Forum: Lib
Topic: Update a plot in LibPlotters
Replies: 15
Views: 33765

Re: Update a plot in LibPlotters

Hi, Check out this topic: http://community.blackboxframework.org/viewtopic.php?f=16&t=94 The solution to your problem is there. Regards, Darek I've tried to install subsystem Lib from http://www.zinnamturm.eu, but I've got an error compiling module LibPlot3D: MODULE LibPlot3D; IMPORT Api := WinA...
by dmaksimiuk
Tue Aug 04, 2015 8:07 pm
Forum: Lib
Topic: Update a plot in LibPlotters
Replies: 15
Views: 33765

Update a plot in LibPlotters

Hi All, this is not per se a problem with the BBox GUI but it contains some elements of it. I am trying to add a semi real-time monitor to visualise data coming from a dual channel ADC (STM42F407 SoC, https://www.olimex.com/Products/ARM/ST/STM32-H407/open-source-hardware). In order to accomplish my ...
by dmaksimiuk
Tue Jun 16, 2015 6:23 am
Forum: BlackBox Framework
Topic: Lib package compilation error
Replies: 5
Views: 9502

Re: Lib package compilation error

Dear Helmut & Robert,
Thanks for your help and answers. The Lib package compiles without any problems.

Cheers,
Darek
by dmaksimiuk
Sun Jun 14, 2015 5:42 pm
Forum: BlackBox Framework
Topic: Lib package compilation error
Replies: 5
Views: 9502

Lib package compilation error

Hi All, I am trying to compile Robert's Lib package under BBox 1.7-RC6 built 44. I got the following compilation errors in: 1. LibFonts IF Fonts.italic IN style THEN font.lfItalic := 1X <- incompatible assignment ELSE font.lfItalic := 0X <- incompatible assignment END; IF Fonts.underline IN style TH...