Activity for WebVisu

  • Nadim Khan Nadim Khan posted a comment on discussion General Discussion

    Hi developers, I want to know whether, Webvisu is open source? Can anyone interested in development contribution having knowledge of web based development join and contribute? Regards Nadim

  • Jürgen Scharfe Jürgen Scharfe posted a comment on ticket #43

    A small amendment to my previous statement: The abnormal behaviour is relatied to the type of variable If INTEGERS are going to be displayed the problem occurs , with REAL display in correct Looks like if integers are misintepreted perhaps

  • Jürgen Scharfe Jürgen Scharfe created ticket #43

    Histogram Glitches

  • Martin S Martin S created ticket #42

    Dynamic image change through variable bitmap

  • vali dan vali dan posted a comment on ticket #41

    Hi Frank Thank you very much for taking your time to answer our question, we really appreciate this. We spent some time yesterday and figured out the drawing part of it as well. Regarding your question, the expr-*-color - that always reference variables, are used when one adds variable names to this dialog in CoDeSys Element Configuration - Colorvariables: We only implemented the "Fill Color" variable for now, as this currently suffices. The parsing code used (codesys.pp.js, inserted at line 742),...

  • Frank Benkert Frank Benkert posted a comment on ticket #41

    Hi vali dan, Thank you for your efforts to contribute a solution to the problem you found. Unfortunately it is not that easy to implement. The parsing is only the first half; the continuous evaluation of the variable and the drawing is the other half. First of all: when can such an expression be specified? How can we determine wether we should use the constant "fill-color" or the expression "expr-fill-color"? Then we have to pass the expression "expr-fill-color" and probably also "expr-fill-color-alarm"...

  • vali dan vali dan posted a comment on ticket #41

    I currently have no running system here, but I guess this should be the way: var exprFillColor = []; var expr_fillColor = $myMedia.find('expr-fill-color'); if (expr_fillColor.length) { exprFillColor = parseExpression(expr_fillColor); // get value from visuVariables // name is e.g. ".dwFarbe_F1" - value e.g. "4,418284,4,5" exprFillColorRAW = visuVariables[exprFillColor]; // convert to RGB exprFillColorRGB = TODOCONVERT(exprFillColorRAW); // overwrite fill_color fill_color = exprFillColorRGB; }

  • vali dan vali dan posted a comment on ticket #41

    I feel like this case is not supported yet, so we could read the variables from xml and look for the correct one at this place, would this work?

  • vali dan vali dan posted a comment on ticket #41

    I will add some info that we already gathered: The parsing most likely needs to be added in codesys.pp.js at line 741. var exprFillColor = []; var expr_fillColor = $myMedia.find('expr-fill-color'); if (expr_fillColor.length) { exprFillColor = parseExpression(expr_fillColor); // Read out value from visuVariables? // convert to RGB? // overwrite fill_color }

  • vali dan vali dan created ticket #41

    How can we add support for expr-fill-color?

  • Stefan Stefan created ticket #40

    TOD# not displaying correct?

  • WebVisu WebVisu released /WebVisu.zip

  • Frank Benkert Frank Benkert committed [r133]

    Tagging r131

  • Frank Benkert Frank Benkert committed [r132]

    Release r131

  • Frank Benkert Frank Benkert committed [r131]

    next test

  • Frank Benkert Frank Benkert committed [r130]

    next test

  • Frank Benkert Frank Benkert committed [r129]

    improve build process and documentation

  • W. Dubbert W. Dubbert modified a wiki page

    Supported Elements and Features

  • W. Dubbert W. Dubbert committed [r128]

    bugfix: generation of WebVisu.html via release.sh failed because of a comment gpp could not process

  • W. Dubbert W. Dubbert committed [r127]

    some cleanup

  • W. Dubbert W. Dubbert committed [r126]

    bugfix: first row and column of table now fixed;

  • W. Dubbert W. Dubbert committed [r125]

    add tables (full support, scrollbars are now displayed if array is bigger than the element)

  • W. Dubbert W. Dubbert committed [r124]

    add tables (basic support)

  • W. Dubbert W. Dubbert committed [r123]

    bugfix: fixed some issues that caused incompatibility with IE11

  • W. Dubbert W. Dubbert committed [r122]

    subvisu fixed,scrollable: scrollbars are only drawn if needed;

  • W. Dubbert W. Dubbert modified a wiki page

    Supported Elements and Features

  • W. Dubbert W. Dubbert committed [r121]

    subvisu code refactoring

  • W. Dubbert W. Dubbert committed [r120]

    bugfix: scrollbar element caused crash

  • W. Dubbert W. Dubbert committed [r119]

    subvisu-element fully supported, not refactored yet

  • W. Dubbert W. Dubbert committed [r118]

    scrollable subvisus now supported (but scrollbar arrow-buttons are not displayed yet)

  • W. Dubbert W. Dubbert committed [r117]

    subvisu scaling now supported, bugfix: frame now in front of subvisu elements

  • W. Dubbert W. Dubbert committed [r116]

    bugfix: signed integer variables were sometimes interpreted as unsigned

  • W. Dubbert W. Dubbert committed [r115]

    subvisu complete rework (first idea had some flaws),

  • W. Dubbert W. Dubbert committed [r114]

    basic subvisu support, for now everything is interpreted as "fixed with scrollbar", still some minor bugs

  • W. Dubbert W. Dubbert committed [r113]

    created branch for subvisu development

  • W. Dubbert W. Dubbert modified a wiki page

    Supported Elements and Features

  • W. Dubbert W. Dubbert modified a wiki page

    Supported Elements and Features

  • W. Dubbert W. Dubbert modified a wiki page

    Supported Elements and Features

  • W. Dubbert W. Dubbert modified a wiki page

    WebVisuPlus

  • W. Dubbert W. Dubbert modified a wiki page

    Home

  • W. Dubbert W. Dubbert renamed a wiki page

    Supported Elements and Features

  • W. Dubbert W. Dubbert created a wiki page

    Supported Elements-Features

  • W. Dubbert W. Dubbert modified ticket #30

    Scrollbar element is not supported

  • W. Dubbert W. Dubbert committed [r112]

    #30 add scrollbar element

  • W. Dubbert W. Dubbert committed [r111]

    add dashed lines for simpleShapes, polygons, polylines, bezier

  • W. Dubbert W. Dubbert committed [r110]

    add piecharts

  • W. Dubbert W. Dubbert committed [r109]

    add placeholder for currently not implemented elements

  • W. Dubbert W. Dubbert committed [r108]

    add polygon text

  • W. Dubbert W. Dubbert committed [r107]

    add bezier curves

  • Mark Weninger Mark Weninger posted a comment on discussion General Discussion

    Hi all, Frank, great tool! A couple of notes of feedback to hopefully help the group. I am only using this for basic diagnostics (on/off/values/and colors) and it works fine, I can't speak for more advanced items. Here are the details. Tested on... 1. Wago 750-829 2. Windows 10 3. Chrome 4. FireFox NOTE: The base web visu screen must be called 'plc_visu', otherwise the 'Error, disconnected from PLC' message will appear.

  • Frank Benkert Frank Benkert committed [r106]

    Tagging r102

  • Frank Benkert Frank Benkert committed [r105]

    Add new tests to the test-project

  • Frank Benkert Frank Benkert committed [r104]

    Release r102

  • Frank Benkert Frank Benkert committed [r103]

    Update documentation files

  • Frank Benkert Frank Benkert committed [r102]

    Correct svnversion marker

  • Frank Benkert Frank Benkert committed [r101]

    Rework for compatibility to Sabo

  • Frank Benkert Frank Benkert modified ticket #39

    WebVisu seems to be frozen after timeout on slow connections

  • Frank Benkert Frank Benkert posted a comment on ticket #39

    With r97 I've added an Error-Overlay to display a Messagebox in such cases. In addition there is an automatically reconnect attempt every 10 seconds.

  • Frank Benkert Frank Benkert committed [r100]

    Tagging r97

  • Frank Benkert Frank Benkert committed [r99]

    Release r97

  • Frank Benkert Frank Benkert committed [r98]

    Testprojekt erweitert für embedded Visu

  • Frank Benkert Frank Benkert committed [r97]

    #39: Add ERROR-Overlay and automatic reconnect on lost connection

  • Frank Benkert Frank Benkert committed [r96]

    Add english CoDeSys Visu Doc from 3S

  • Frank Benkert Frank Benkert created ticket #39

    WebVisu seems to be frozen after timeout on slow connections

  • Frank Benkert Frank Benkert committed [r95]

    Correct Markdown formatting

  • Frank Benkert Frank Benkert committed [r94]

    Add english version of DEV_GUIDE - thanks to Aliazzz

  • Aliazzz Aliazzz posted a comment on ticket #15

    IMHO this issue is a showstopper... Could you please throttle the priority of this issue to most urgent?

  • Frank Benkert Frank Benkert committed [r93]

    Add Log for unknown Expression-Operations

  • Frank Benkert Frank Benkert committed [r92]

    Correct Expression-Evaluation; improve german DEV_GUIDE

  • Frank Benkert Frank Benkert committed [r91]

  • Frank Benkert Frank Benkert committed [r90]

    Update Testprogramm und Abzug Targetfiles

  • Frank Benkert Frank Benkert committed [r89]

  • Frank Benkert Frank Benkert committed [r88]

    Release r87

  • Frank Benkert Frank Benkert modified ticket #31

    Hidden buttons remains active

  • Frank Benkert Frank Benkert posted a comment on ticket #31

    With r87 this issue should be finally fixed.

  • Frank Benkert Frank Benkert posted a comment on ticket #29

    With r87 this issue should be finally fixed.

  • Frank Benkert Frank Benkert posted a comment on ticket #38

    Mit r87 wurde der letzte Teil des Klick-Handler-Rework eingecheckt.

  • Frank Benkert Frank Benkert modified ticket #38

    Click-Handler needs rework

  • Frank Benkert Frank Benkert committed [r87]

    #38: Finished reworking Click-Handling

  • Frank Benkert Frank Benkert committed [r86]

    Überarbeitung des kompletten Klick-Handlings; bisher nicht vollständig getestet

  • Frank Benkert Frank Benkert committed [r85]

    Test erweitert

  • Frank Benkert Frank Benkert modified ticket #38

    Click-Handler needs rework

  • Frank Benkert Frank Benkert posted a comment on ticket #31

    See #38 for further informations.

  • Frank Benkert Frank Benkert posted a comment on ticket #13

    See #38 for further informations.

  • Frank Benkert Frank Benkert posted a comment on ticket #29

    The Changeset only fixes a part of the problem and shows up others. See #38 for further informations.

  • Frank Benkert Frank Benkert created ticket #38

    Click-Handler needs rework

  • Frank Benkert Frank Benkert committed [r84]

    Release r83

  • Frank Benkert Frank Benkert committed [r83]

    #37: Fix a problem with string representation and backslashes

  • Frank Benkert Frank Benkert committed [r82]

    Release r81

  • Frank Benkert Frank Benkert committed [r81]

    #37: Fix a problem in the release process

  • Frank Benkert Frank Benkert committed [r80]

    #35: single action <INTERN ASSIGN> implemented

  • Frank Benkert Frank Benkert modified ticket #35

    Action "Execute program" not handled at all

  • Frank Benkert Frank Benkert modified ticket #35

    Action "Execute program" not handled at all

  • Frank Benkert Frank Benkert committed [r79]

    New Revision r78

  • Frank Benkert Frank Benkert modified ticket #37

    Dynamic Text not working when XML-File is outside Projectfolder

  • Frank Benkert Frank Benkert posted a comment on ticket #37

    With r78 only the filename part of the path is used and the ".xml" is replaced by "xml.zip" when the visu is packed.

  • Frank Benkert Frank Benkert committed [r78]

    #37: Dynmic Text file outside working folder and possibly packed

  • Frank Benkert Frank Benkert modified ticket #37

    Dynamic Text not working when XML-File is outside Projectfolder

  • Frank Benkert Frank Benkert modified ticket #37

    Dynamic Text not working when XML-File is outside Projectfolder

  • Frank Benkert Frank Benkert created ticket #37

    Dynamic Text not working when XML-File is outside Projectfolder

1 >