[Jo...] Posted yesterday at 01:33 PM Share Posted yesterday at 01:33 PM (edited) Having trouble using this file.. calypso is not reading it on the first run of the program. It only starts reading it after a second run or re-crunch... ie if i run the part.. sn1, it won't read the file, but if i run sn2 or re-crunch sn1, then it reads it. Edited yesterday at 01:35 PM Link to comment Share on other sites More sharing options...
[Jo...] Posted 8 hours ago Author Share Posted 8 hours ago figured out what the problem was... i needed to put my copy file code in the pre_start pcm file instead of start.... but this leads to another problem ..... What i am trying to do is set a characteristic attribute to every characteristic in the program. the same attribute will be the same for everything except the 1st characteristic.. i have a counter variable that i am using so the code looks like setCFAttribute("u_my-var","null") if counter == 1 then setCFAttribute("u_my-var",my_var2) counter=2 endif this works perfectly except if the first characteristic is a loop.. ie (1,,8,1)mydim.... however if i manually put it into the pre-settings with just setCFAttribute("u_my-var",my_var2), it puts it in... what am I missing? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in