Personal Data

Username:
jclavier
Joined:
2022-01-14 18:35:36

Projects

  • No projects to display.

User Activity

  • Modified a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    I think the initial post was talking about a feature which is very useful in many HMI development IDE: being able to show/hide any visualisation element from the elementlist Unfortunately this feature is missing in Codesys visualisation, which make very uncomfortable development when many items are positioned on each other...

  • Posted a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    I think the initial post was talking about a feature which is very useful in many HMI development IDE: being able to show/hide any visualisation element from the elementlist Unfortunately this feature is missing in Codesys visualisation, which make very uncomfortable development when many items are positioned one over each other...

  • Posted a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    https://forge.codesys.com/forge/talk/Visualization/thread/f5205ce8ee/#d99e

  • Modified a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    If you want to run a video away from the Visu folder, then you need to put it in another Web server. For example you can install Apache (with Xampp for example) on any webvisu client (any PC where a webvisu will be running in a web explorer). Add the video and the html file called "video.html" in "C:\xampp\htdocs\dashboard". Finally put a browsercontrol element with the link http://localhost/dashboard/video.html

  • Posted a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    If you want to run a video away from the Visu folder, then you need to put it in another Web server. For example you can install Apache (with Xampp for example) on any webvisu client (any PC where a webvisu will be running in a web explorer). Add the video and the html file called "video.html" in "C:\xampp\htdocs\dashboard" like this: Finally put a browsercontrol element with the link http://localhost/dashboard/video.html

  • Modified a comment on discussion Forge πŸ‡¬πŸ‡§ on CODESYS Forge

    Before ParseJSON, the JSONstring has to start with the name of used JSONVars "NewJSONObj". Therefor you need to modify "JSONString" after ComposeJSON. For example just add line like this before calling ParseJSON: JSONString:=REPLACE(JSONString,'NewJSONObj',12,FIND(JSONString,'LocalJSONObj')); Talk Topic about project #pro-json

  • Posted a comment on discussion Forge πŸ‡¬πŸ‡§ on CODESYS Forge

    Found the same issue. I managed to correct it, see this post: https://forge.codesys.com/forge/talk/forge/thread/67062b092e/#cab2

  • Posted a comment on discussion Forge πŸ‡¬πŸ‡§ on CODESYS Forge

    Before ParseJSON, the JSONstring has to start with the name of used JSONVars "NewJSONObj". Therefor you need to modify "JSONString" after ComposeJSON. For example just add line like this before calling ParseJSON: JSONString:=REPLACE(JSONString,'NewJSONObj',12,FIND(FirstJSONString,'LocalJSONObj')); Talk Topic about project #pro-json

View All