My apologies, my svn client has been giving me issues lately and my previous commit didn't include all the necessary files.
MODIFIED 'BSuperConcatPlus'
- MODIFIED 'BSetNumericAction'
Looks like it was a bug in the code which was not expecting any other language other than English. I just committed a change, so if you rebuild the module with the latest code it should work properly with any language in the baja lexicon.
V21.02.18.01
V21.01.12.01 January 12, 2021
Forgot to update change log on previous commit.
V20.11.06.01 November 6, 2020
Are you trying to link the out value from one numeric writable to the in16 of another numeric writable? And you want to accomplish this only using an ord? If so, you can use the DynalicLinks object and in the slotInfoCsv slot using the following format: sourceComponentNavOrd,sourceSlotName,nameOfYourChoosing,destinationComponentNavOrd,destinationSlotName You can also use BFormats to make it more dynamic, such as: %parent.navOrd%/numericWritable1,out,MyNumeric,%parent.navOrd%/numericWritable2,in1...
V20.03.09.01 March 3, 2020
V19.12.05.01,
V19.11.08.01
N4 Version Only
V19.08.21.01 August 21, 2019
Are you linking the "out" slot of a StatusBoolean component to the "RestartStation" action slot of the SysInfo component? If so, don't do that! Any change of the "out" value, true or false, will execute the action. Link a topic slot from another component to the "RestartStation" slot or even better would be execute the "RestartStation" action directly instead of linking something to it.
Modified BDynamicLinks
V19.02.19.01 February 19, 2019 - Justin Koffler
V19.01.31.01 January 31, 2019 - Justin Koffler
- MODIFIED 'BSysInfo'
- MODIFIED 'BSetNumericAction'
- MODIFIED 'BDynamicLinks'
Due to N4's increased security your only save path option is in the Station Home path. This is usually something like "C:\ProgramData\Niagara4.4\vykon\stations[Your_Station_Name]\shared"
- MODIFIED 'BSysInfoView'
- MODIFIED 'BSysInfo'
V18.02.16.01 February 16, 2018 - Justin Koffler
Forgot to update build version on last commit
V18.02.08.01 February 8, 2018 - Justin Koffler
V17.11.01.01 November 1, 2017 - Justin Koffler
V17.09.26.01 September 22, 2017 - Justin Koffler
V17.09.22.01 September 22, 2017 - Justin Koffler
V17.09.20.01 September 20, 2017 - Justin Koffler
I just added the module-permissions.xml files which should eliminate those security errors you're getting in 4.3.
V17.09.14.01 September 14, 2017 - Justin Koffler
Added module-permissions.xml to eliminate 4.3 security errors.
- MODIFED 'BDynamicLinks'
- MODIFED 'BDynamicLinks'
Usually during the station startup in the application director's console it will...
V17.02.17.00 February 17, 2017 - Justin Koffler
V17.02.10.00 February 10, 2017 - Justin Koffler
(N4) MODIFED 'BReplaceString'
MODIFED 'BReplaceString'
- MODIFED 'BDynamicLinks'
V16.08.12.01 August 12, 2016 - Justin Koffler
forgot to sync last edits with the AX folder.
V16.07.21.01 July 21, 2016 - Justin Koffler
V16.07.11.01 July 11, 2016 - Justin Koffler
.
V16.06.28.02 June 28, 2016 - Justin Koffler
V16.06.28.01 June 28, 2016 - Justin Koffler
V16.03.17.01 March 09, 2016 - Justin Koffler
V16.03.09.01 March 09, 2016 - Justin Koffler
V16.02.18.01 February 18, 2016 - Justin Koffler
Corrected a few spelling error.
Misspelled word on line 114 in BReplaceString
MODIFIED BReplaceString to allow removing all n...
Corrected slight error made in recent modificat...
MODIFIED BEnumFromCommaSepVar - Added new slot ...
MODIFIED BEventAtTime to correctly factor in th...