... They seem to have removed xyntservice within the last weeks. Here you still find help for xyntservice http://mysite.verizon.net/XiangYangL/XYNTService.htm ...
I have try to start siemensdaemen with SC.EXE but it failed. http://en.wikipedia.org/wiki/Windows_service said that : In order to be a Windows service, a...
Hello I'm using svg to display actuators and sensors within pvbrowser. I started with a little circle and successfully changed it's color. The first problem is...
For manipulating/animating the SVG you use the rlSvgAnimator class. http://pvbrowser.org/pvbrowser/sf/manual/rllib/html/classrlSvgAnimator.html Background...
Thanks for the reply But my problem is that the pvbrowser displays an error when trying to display the svg. I think it's a parsing problem. Although it opens...
You must have made some mistake because i copied the SVG from your initial posting to "test1.svg" and stored it under the pvsexample. There the SVG is shown...
Hello again Yes the svg file is loaded correctly but the error appears after modifying the color. In maskslot.h : static int slotInit(PARAM *p, DATA *d) { if(p...
Additionally i now extended rlsvgcat so that it is able to handle parameters that are split and span over several lines. The extension is within our git...
Yes, it works now. I used svgPrintf because i found one using it in a post here. I used inkscape and svg optimizer on the net to minimize the svg's size it's...
... Welcome. The documentation could be improved i know. Also a "Getting started" with Modbus data acquisition and simple visualization would help new users...
I have created a small tool "pvservice.exe" that can be used to start console applications as a Windows Service in the background at boot time of Windows. You...
Hello again! Yes as soon as i finish this project i will make a kick start guide for making a hole pvbrowser project. I am not familiar with doxygen, so it...
Hi, During some tests with a modbus daemon, I've noticed a 'socket leak' issue that can be interesting to be considered. In fact a program loop with...
Hello, I'm considering a project to develop a new modbus daemon able to: - communicate simultaneously with multiple slaves; - store (take) the data into (from)...
Not quite, I know how to suppply parameters to the thread! I was needed just an opinion about the software structure, maybe you know some issues regarding...
... With Threads you have to take care about "critical sections" of course. You may have to use rlMutex class for this (lock()/unlock()). You will have to...
Thanks for advice. I plan to write directly in a database. I have some experience using libpq (the postgresql access library) in an multithreading environment...
... Then please have a look into: pvbaddon/templates/qtDatabase There it is shown how you can use the Qt database classes. These database classes work with /**...
Hi I have post in "file" section a multithread siemensdaemon. siemenssvc.zip This deamon runs for a few weeks in production connected with 10 Siemens Logo on...
... Thank you very much for the code. Meanwhile i also did some work on a replacement for xyntservice. See: "Download of pvservice.tar.gz" on the bottom right...
Hi, I'm trying to use SVG with LUA. In main.lua I declare in global variable svga = rllib.rlSvgAnimator() after in mask1_slot.lua function slotInit(p) ...