- Posts: 2
- Thank you received: 0
Temperature rise
1 month 2 weeks ago #332
by cheick
Temperature rise was created by cheick
Hello,
I am currently an automation intern and this is my first time using ProviewR. I need to simulate a temperature rise, and for this, I am using a Sim_slewRateLimiter block along with two AArithm blocks.
However, when building the volume, I get a compilation error: 'plcm00: undefined reference to Sim_slewRateLimiter_exec'.
Does anyone know how to resolve this or what might be causing the linking error?
Thank you in advance
I am currently an automation intern and this is my first time using ProviewR. I need to simulate a temperature rise, and for this, I am using a Sim_slewRateLimiter block along with two AArithm blocks.
However, when building the volume, I get a compilation error: 'plcm00: undefined reference to Sim_slewRateLimiter_exec'.
Does anyone know how to resolve this or what might be causing the linking error?
Thank you in advance
Please Log in or Create an account to join the conversation.
1 month 2 weeks ago #333
by claes
Replied by claes on topic Temperature rise
Hi cheik,
The node has to be built with the simulation archive.
Open the directory volume and add a BuildOptions object below the NodeConfig object for the node you are running. In the BuildOptions object set Plc to plc and set SimulArchive in SystemModules.
/Claes
The node has to be built with the simulation archive.
Open the directory volume and add a BuildOptions object below the NodeConfig object for the node you are running. In the BuildOptions object set Plc to plc and set SimulArchive in SystemModules.
/Claes
Please Log in or Create an account to join the conversation.
Time to create page: 0.551 seconds