Activity for i-campbell

  • i-campbell i-campbell posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    @jmbruges, it sounds like you can login with the user 'anonymous'? the user and pass are different for everyone's PLC, because the very first time you connect, the dialog actualy reads something like 'please create a user'. It is easy not to read the dialog, and just start guessing at usernames. In which case, your username and password are the very first 'guess' you made.

  • i-campbell i-campbell posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    You need these settings in your config file [CmpRetain] Retain.SRAM.Size=0x100000 Retain.SRAM.Address=0x30000000 [CmpApp] RetainType.Applications=InSRAM the address and size should match your actual NVRAM.

  • i-campbell i-campbell posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    sounds like problem 2 here: https://faq.codesys.com/pages/viewpage.action?pageId=105152517

  • i-campbell i-campbell modified a wiki page

    Setup a test system with Ignition Primary Host

  • i-campbell i-campbell modified a wiki page

    Setup a test system with Ignition Primary Host

  • i-campbell i-campbell posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    work out name of COM port in OS, e.g with the command: dmesg | grep "tty" add it to the .cfg file https://faq.codesys.com/display/CDSFAQ/SysCom use a serial com example like this one or that one

  • i-campbell i-campbell committed [r10]

    added personal branch

  • i-campbell i-campbell committed [r12]

  • i-campbell i-campbell committed [r13]

    created union for Payload en/de-coding

  • i-campbell i-campbell committed [r24]

    started payload

  • i-campbell i-campbell committed [r35]

    add folder

  • i-campbell i-campbell committed [r36]

  • i-campbell i-campbell committed [r37]

    delete

  • i-campbell i-campbell committed [r38]

    delete

  • i-campbell i-campbell committed [r39]

    Created directory ...

  • i-campbell i-campbell committed [r40]

    branch lib from trunk to i-campbell

  • i-campbell i-campbell committed [r41]

    Fixed folder structure

  • i-campbell i-campbell committed [r42]

    skeleton FB_Payload. Still need to change in_outs to pointers

  • i-campbell i-campbell committed [r43]

    added payload.txt

  • i-campbell i-campbell committed [r44]

    Started Decoding FB Payload #11

  • i-campbell i-campbell committed [r45]

    Continue to Decode FB Payload #11

  • i-campbell i-campbell committed [r46]

  • i-campbell i-campbell committed [r55]

    continuing with FB_Payload. [#11]

  • i-campbell i-campbell committed [r60]

    Started merging branches/i-campbell back into trunk

  • i-campbell i-campbell committed [r61]

    continue to integrate branches/i-campbell into trunk

  • i-campbell i-campbell committed [r62]

    continue to integrate branches/i-campbell into trunk

  • i-campbell i-campbell committed [r63]

    integrated branches/i-campbell into trunk

  • i-campbell i-campbell committed [r71]

    deleting branches/i-campbell

  • i-campbell i-campbell committed [r72]

    deleting the actual folder /branches/i-campbell

  • i-campbell i-campbell committed [r73]

    branching trunk to /branches/i-campbell

  • i-campbell i-campbell committed [r74]

    Continue to Decode FB Payload #11

  • i-campbell i-campbell committed [r75]

    integrated branches/i-campbell into trunk

  • i-campbell i-campbell committed [r85]

    Starting to have the FB_Payload take shape [#11]

  • i-campbell i-campbell committed [r86]

    Cleared some warnings [#11]

  • i-campbell i-campbell committed [r96]

    Started Encoding FB Payload #11

  • i-campbell i-campbell committed [r97]

    FB_Payload. Started to fill out a skeleton for how to set the individual members of a payload [#11]

  • i-campbell i-campbell committed [r98]

    Add all internal variables and structure initializations to FB_Payload and its children [#11]

  • i-campbell i-campbell committed [r99]

    Added all encode / decode inputs to the FB calls of FB_Payload and children [#11]

  • i-campbell i-campbell committed [r100]

    Added all pool claimers, to be used by the children of a payload.

  • i-campbell i-campbell committed [r101]

    Merged trunk into my branch. Lots of errors, as the Payload Struct and PayloadMetric Struct were deprecated [#11]

  • i-campbell i-campbell committed [r102]

    FB_Payload. Started to fill out a skeleton for how to read the individual members of a payload [#11]

  • i-campbell i-campbell committed [r110]

    Worked On MetricGetting for FB_Payload [#11]

  • i-campbell i-campbell committed [r111]

    Continuing FB_payload Set and Get Methods [#11]

  • i-campbell i-campbell committed [r112]

    Fixed some typos [#11]

  • i-campbell i-campbell committed [r113]

    Added Complete List of setters and getters for FB_Payload and its Children [#11]

  • i-campbell i-campbell committed [r117]

    Merged /branches/i-campbell [#11]

  • i-campbell i-campbell committed [r127]

    branched mqttsparkplugb-example.project and used CODESYS SVN

  • i-campbell i-campbell committed [r128]

    branched mqttsparkplugb-example.project and used CODESYS SVN

  • i-campbell i-campbell committed [r133]

    Downgraded SysSocket to SP14 to avoid bug wiht MQTT package

  • i-campbell i-campbell committed [r134]

    Added FB_Payload Example.

  • i-campbell i-campbell committed [r135]

    Deleted empty folder, so I can copy from my branch

  • i-campbell i-campbell committed [r136]

    put example in trunk

  • i-campbell i-campbell committed [r165]

    Payload [#11]

  • i-campbell i-campbell committed [r166]

    Updated example project to point to latest sparkplugb library 0.0.0.6 [#11]

  • i-campbell i-campbell committed [r167]

    delete local branch example branches/i-campbell

  • i-campbell i-campbell committed [r168]

    deleting old branch branches/i-campbell

  • i-campbell i-campbell committed [r169]

    branching trunk to /branches/i-campbell

  • i-campbell i-campbell committed [r170]

    branching example project to /branches/i-campbell

  • i-campbell i-campbell committed [r171]

  • i-campbell i-campbell committed [r176]

    Completed Payload.EncodeNextString [#11]

  • i-campbell i-campbell committed [r177]

    removed todo about array sizes, made a decode UTF8 string [#11]

  • i-campbell i-campbell committed [r178]

    Added Encode Functions for BinaryData, Double, Float and started encoding metrics. [#11]

  • i-campbell i-campbell committed [r181]

    InitializeStructure() is now internal to the FBPayload. only FB_Payload.InitializeStructuredPayload() need be called [#28]

  • i-campbell i-campbell committed [r182]

    Payload [#11]

  • i-campbell i-campbell committed [r183]

    commited mqttsparkplugb.library file to trunk

  • i-campbell i-campbell committed [r185]

    Fixed bug with calculating array bounds [#11]

  • i-campbell i-campbell committed [r186]

    merged branches/i-campbell to trunk [#11]

  • i-campbell i-campbell committed [r187]

    Fixed bug with adding Keys or Columns [#11]

  • i-campbell i-campbell committed [r188]

    Added Decode Section to example usage of Payload [#11]

  • i-campbell i-campbell committed [r189]

    merged branches/i-campbell example to trunk [#11]

  • i-campbell i-campbell committed [r192]

    merged trunck changes from r190 to my branches/i-campbell

  • i-campbell i-campbell committed [r193]

    Fixed bug with FB_PayloadDataset.AddColumn(), which previously returned and outputted an ERROR [#11]

  • i-campbell i-campbell committed [r194]

    MetricPool is now a COL.LinkedList, Added PayloadSimple and FB_SparkplugString, fixed UTF8 encoding [#11]

  • i-campbell i-campbell committed [r195]

    Now uses V0.0.0.8 of Sparkplug B with FB_PayloadSimple [#11]

  • i-campbell i-campbell committed [r196]

    merging branches/i-campbell .library to trunk at version V0.0.0.8 [#11]

  • i-campbell i-campbell committed [r197]

    merged branches/i-campbell example.project to trunk [#11]

  • i-campbell i-campbell committed [r198]

    updated example with simpledecode [#34]

  • i-campbell i-campbell committed [r199]

    Split PayloadSimple into PayloadSimpleEncoder and PayloadSimpleDecoder, upped to V0.0.0.9 [#34]

  • i-campbell i-campbell committed [r200]

    copied changes from /branches/i-campell example.project [#34]

  • i-campbell i-campbell committed [r201]

    merged branches/i-campbell library into trunk [#34]

  • i-campbell i-campbell committed [r202]

    update binary example.project and binary .library in trunk [#34]

  • i-campbell i-campbell committed [r212]

    [#11]

  • i-campbell i-campbell committed [r216]

    Return notImplemented for Payload members which are not yet supported [#34]

  • i-campbell i-campbell committed [r217]

    Replaced Ellement COLlections Library with an open linked list, to make it easier to steal Objects [#11]

  • i-campbell i-campbell committed [r218]

    Added ability to steal children to AppendElem [#35]

  • i-campbell i-campbell committed [r219]

    Updated to allow for lists being of Sparkplug.List and not COL.LinkedList [#35]

  • i-campbell i-campbell committed [r220]

    Working Payload Encode Decode Simple Example [#11]

  • i-campbell i-campbell committed [r221]

    Library that works with Simple Encode Decode Example [#11]

  • i-campbell i-campbell committed [r222]

    merged example project from branches/i-campbell to trunk

  • i-campbell i-campbell committed [r223]

    merged library from branches/i-campbell to trunk. now version 0.0.0.10

  • i-campbell i-campbell committed [r224]

    commit binary of library and example

  • i-campbell i-campbell committed [r226]

    adjusted FB_PayloadSimple.AddMetricString to FB_PayloadSimple.AddMetric

  • i-campbell i-campbell committed [r227]

    Converted AddMetricString to AddMetric [#34]

  • i-campbell i-campbell committed [r228]

    merged branches/i-campbell, uprev to 0.0.0.11 [#34]

  • i-campbell i-campbell committed [r229]

    updated example in trunk to use 0.0.0.1 [#34]

  • i-campbell i-campbell committed [r230]

    minor bug fix to 0.0.0.11 [#34]

  • i-campbell i-campbell committed [r231]

    update binary example.project and binary .library in trunk [#34]

  • i-campbell i-campbell committed [r246]

    Merged trunk .library into branches/i-campbell

  • i-campbell i-campbell committed [r264]

    Remaned MetricPool to AllMetricWhichWillEverReport and added hasSeq to FB_PayloadSimpleEncoder.Initialize... [#34]

  • i-campbell i-campbell committed [r270]

    Cleaned up some info messages. Refactored EncodeNextString for speed. [#11]

<< < 1 2 3 4 >