04-14-2025 08:17 AM
Hi
I am using SET-1215 RTD Simulation Card with SLSC EDS Custom device.
I configured the device to generate a PT100 signal. When I deploy the system for the first time, it successfully generates the signal. However, when I try to change the resistance value by sending commands(SET_PT_R_value and SET_Update_DAC_value), the output signal does not update accordingly
The error code keeps showing up repeatedly SLSC Mod Error Number -250856
I would appreciate your support in properly assigning the value to the device and resolving error
Veristand 2021R2
SLSC-12001
04-15-2025 08:03 AM
Hello Konaks,
From what I found, SLSC Mod Error Number -250856 is described by "The specified enum value is not one of the values defined by the enum." Can you verify if you see a similar description?
I was able to find this Solved VeriStand Add-on forum about setting properties in VeriStand Custom Device. Here's an excerpt from the solution:
"You will need to go deeper into the custom device hierarchy to get those properties then what you are currently doing in your example VI. Change the FindNodeByPath nodepath Targets/Controller/Custom Devices/Engine Simulation Toolkit from to Targets/Controller/Custom Devices/Engine Simulation Toolkit/APU 1/Generations/Digital Patterns/Cam. Then change the NodeIDUtil from IDToCustomDevice to IDToCustomDeviceSection. This way you get a reference to the Cam section which the properties fall under."
Does this provide insight into your issue? I feel that the problem lies in either providing a valid enum value in the SET commands or provide a valid property path.
Let me know how it goes!
Messenger2