LocalRedisForLV This library depends on LocalRedis, exports functions for LabVIEW's use. Updated the interprocess synchronization at December 13 2023. Underlyingly LocalRedis uses Shared Memory for interprocess communications in all data types: 1. Bool 2. Byte 3. Short 4. UShort 5. Int32 6. UInt32 7. Long 8. ULong 9. Single 10. Double 11. DateTime 12. String 13. BoolArray 14. ByteArray 15. ShortArray 16. UShortArray 17. Int32Array 18. UInt32Array 19. LongArray 20. ULongArray 21. SingleArray 22. DoubleArray 23. DateTimeArray, But this library just export 4 ones: 1, bool 2, int 3, double, 4, string Since string can be in JSON type, so theoratically it can support any type. The source code of LabVIEW VIs are provided under sub folder 'VIs' The buttons are with some mechanism, maybe clicking twice will only trigger once, I believe you can fix it by yourself. Author Patrick Gamp For technique support or business, please call the cell phone ++0086-18603016232, email: patrickgamp@hotmail.com, WeChat(A Chinese popular chat app) id is same to the cell phone number I am a professional with 26 years software RD experience. In 2005-2018, worked for Microsoft Windows Mobile and Windows Phone developing team, XBox One manufacturing automation team, and Surface imaging test team, after 2019, opened a small automation software corporation at the first strong manufacturing city in the world - Suzhou, China. If you have some industry automation related software project to oursource, or any Windows desktop based non-Web softare developing requirements, please send me email to contact. Published date December 13, 2023
$ dotnet add package LocalRedisForLV1, bool 2, int 3, double, 4, string