Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Just add power module errors
I don't know S+ well enough to fix this annoyance.? Has anyone fixed their modules to get rid of these errors?? Or could point me in the right direction to fix.
?
NOTICE (202)??
? ? ? ? Number of inputs on symbol [JAP_AVSwitch_Luxul_3.1.5.umc : S-9 : JAP_AVSwitch_Favourite_Switching_v3_00.usp] needed adjustment
NOTICE (LGSPLS1803) , Line 202
? ? ? ? JAP_AVSwitch_Luxul_3.1.5.usp : Possible data loss: LONG_INTEGER to INTEGER assignment
NOTICE (320)??
? ? ? ? SIMPL+ files [JAP_AVSwitch_Luxul_3.1.4.usp] and [JAP_AVSwitch_Luxul_3.1.5.usp] both use the #SYMBOL directive to name the associated symbol as [JAP A/V Switch (Luxul) Code V3_04]. To ensure both symbols are in the Symbol Library, these symbols will show as their file names until the #SYMBOL directives are reconciled.
? |
The "long integer to long integer" prompt is a common error message we have seen the last?few years. We believe it is a file dependency issue related to how users migrate our Crestron module files into their specific projects (splitting necessary files across multiple folders, etc.). This message causes no operational issues, and has thus not been explored further through Janus. We recommend testing with global and J+P specific Crestron module resources hosted locally (not Dropbox) within the same folder. The programmer also seems to have old and new versions of the module that are interacting in his project folder (3.1.5 supersedes?3.1.4). He may want to archive his legacy module resources to prevent conflict.? If the programmer reaches out to support@... we can provide a module unlock code to allow the user to make any desired edits! Alternatively, we can collect logs and help debug. Ed Qualls? Just Add Power? |
There's some misinformation there. The long integer to integer warning is a genuine warning that you may be losing data due to downcasting from 32 to 16 bits. Whilst it's never normallly an "issue" persay, it can be rectified by casting the assignment. Casting in Simpl+ is done by surrounding the long with brackets, for example:
|
to navigate to use esc to dismiss